1756 Commits

Author SHA1 Message Date
Rodolphe Marques
98084f6f4a get_transaction_by_metadata_id now ignores invalid transactions 2016-11-11 17:36:27 +01:00
Tim Daubenschütz
32a247552c Merge pull request #802 from bigchaindb/change/XX/reformat-doc-to-79-chars
Format http api docs to 79 chars
2016-11-11 15:44:07 +01:00
tim
1c8fec730c Format http api docs to 79 chars 2016-11-11 15:38:28 +01:00
Ryan Henderson
d31a268a51 add id query (#799) 2016-11-11 15:08:37 +01:00
Troy McConaghy
af3f48b353 Merge pull request #801 from bigchaindb/fixed-broken-link-in-contributing-md
Fixed broken link in CONTRIBUTING.md file
2016-11-10 16:58:41 +01:00
Troy McConaghy
2fef201489 Fixed broken link in CONTRIBUTING.md file
Fixed the link to the setuptools documentation about "extras", i.e. the `extras_require` bit of `setup.py`.
2016-11-10 10:22:29 +01:00
Sylvain Bellemare
c65d2779c9 Remove base58 2016-11-08 14:37:10 +01:00
Troy McConaghy
04824df012 Merge pull request #793 from bigchaindb/modify-get-transaction
get_transaction will now return a tx from backlog, even if there are some in invalid blocks
2016-11-08 14:07:54 +01:00
Sylvain Bellemare
3b9f6801a8 Simplify the common code a bit 2016-11-07 16:24:07 +01:00
troymc
6930f93d4c Added test for case when tx is in backlog and an invalid block 2016-11-06 10:13:29 +01:00
troymc
e81283fee9 test_read_transaction_invalid_block didn't need to write tx to backlog 2016-11-05 17:30:48 +01:00
troymc
191c60ce37 Minor change to get_transaction + revised its docstring 2016-11-05 17:29:58 +01:00
vrde
381ffca4e5
Merge branch 'sbellem-rebase-pr-528' 2016-11-03 11:52:51 +01:00
vrde
80b8d4177d
Merge branch 'rebase-pr-528' of https://github.com/sbellem/bigchaindb into sbellem-rebase-pr-528 2016-11-03 11:52:40 +01:00
vrde
187087d1e8
Remove unused import 2016-11-02 17:02:07 +01:00
vrde
a12882b51e
Merge branch 'master' into remove-unused-db-reconnect 2016-11-02 17:01:35 +01:00
vrde
b85272d56e
Merge remote-tracking branch 'origin/remove-unused-db-reconnect' 2016-11-02 16:48:47 +01:00
MinchinWeb
658aa117c0 Remove sphinxcontrib-napoleon from doc requirements
As of Sphinx 1.3, this is included in the the core Sphinx package
2016-11-02 09:29:05 +01:00
MinchinWeb
d665353cc0 Unpin testing requirements 2016-11-02 09:29:05 +01:00
MinchinWeb
87e59fe820 Remove pytz from requirements
Closes #775
2016-11-02 09:29:05 +01:00
MinchinWeb
81ef54b3fc Remove bigchaindb-common from requirements 2016-11-02 09:29:05 +01:00
MinchinWeb
2ed543cfe3 Un-pin requirements for installation 2016-11-02 09:29:05 +01:00
Christian Gärtner
dfd38edd8d Fixed newly introduced PEP8 violations 2016-11-02 09:26:05 +01:00
Christian Gärtner
2eeb6b5648 streamlined travis process and dependencies 2016-11-02 09:26:05 +01:00
Christian Gärtner
078d018395 Fixed pep8 violations in bigchaindb source code 2016-11-02 09:26:05 +01:00
Christian Gärtner
fdf3786a3b Added PEP8 checker to travis
"Fixes" #530
2016-11-02 09:26:05 +01:00
Troy McConaghy
dc1d23f7d0 Merge pull request #777 from bigchaindb/bug/767/fix-link-to-conditions-and-fulfillments
Fixed three broken links in page about the transaction model
2016-11-01 19:54:33 +01:00
Troy McConaghy
a66f3b293e Merge pull request #766 from bigchaindb/expand-tx-validation-explanation
Expanded/updated the docs explaining transaction validation
2016-11-01 18:20:39 +01:00
Sylvain Bellemare
dc31ceae4e Closes #768 2016-11-01 15:39:52 +01:00
troymc
ad65115b48 Fixed three broken links in page about the transaction model 2016-11-01 13:50:17 +01:00
Sylvain Bellemare
a28bf7b950 Update import for exceptions 2016-11-01 11:49:17 +01:00
najla
4dae41828c Using function from utils for setting up the database 2016-11-01 11:31:15 +01:00
najla
fc54aef181 Split the setting of the database initialization from the initialization of the genesis block of the bigchainDB 2016-11-01 10:56:34 +01:00
vrde
ac6249b42f
Merge branch 'isolate-database-calls' 2016-10-31 16:33:19 +01:00
Troy McConaghy
745888a9ec Merge pull request #771 from bigchaindb/update-ami-in-example-aws-config-file
Security: updated the Ubuntu AMI in example_deploy_config.py
2016-10-31 15:50:14 +01:00
troymc
56f863e824 Removed example IMAGE_ID from example_deploy_conf.py comments 2016-10-31 15:45:23 +01:00
vrde
51db5ab190
Pass db params to get_backend 2016-10-31 15:08:53 +01:00
troymc
e86f52fa15 Security: updated the Ubuntu AMI in example_deploy_config.py 2016-10-31 14:22:31 +01:00
troymc
78694b65d8 Expanded/updated the docs explaining tx validation 2016-10-30 12:11:07 +01:00
Troy McConaghy
bd12972aa3 Merge pull request #764 from bigchaindb/import-root-docs
Copied docs-root repo to docs/root, added requirements.txt
2016-10-29 15:13:09 +02:00
troymc
e9c2655935 Copied docs-root repo to docs/root, added requirements.txt 2016-10-29 15:06:29 +02:00
Troy McConaghy
31c93b7fea Merge pull request #763 from bigchaindb/bump-version-to-0.8.0.dev
Bumped version to 0.8.0.dev in version.py
2016-10-29 13:31:48 +02:00
troymc
e333b31a2a Bumped version to 0.8.0.dev in version.py 2016-10-29 13:23:50 +02:00
Troy McConaghy
2dd7f1af27 Merge pull request #760 from bigchaindb/bump-version-to-0.7.0
Changed version to 0.7.0 in version.py
v0.7.0
2016-10-28 16:00:47 +02:00
troymc
157183b0be Changed version to 0.7.0 in version.py 2016-10-28 15:55:51 +02:00
Sylvain Bellemare
62debf4acb Merge pull request #751 from bigchaindb/remove-bdb-common-from-readme
Remove bdb-common from bigchaindb/README.md
2016-10-28 15:47:46 +02:00
Troy McConaghy
20b76d5c4a Merge pull request #758 from bigchaindb/update-changelog-for-0.7.0
Update CHANGELOG.md for v0.7.0 release
2016-10-28 15:45:11 +02:00
troymc
296caa76bd Added mention of PRs #757 & #759 to CHANGELOG.md 2016-10-28 12:09:30 +02:00
troymc
ee5edfeaa5 Merge remote-tracking branch 'origin/master' into update-changelog-for-0.7.0 2016-10-28 12:07:49 +02:00
Troy McConaghy
7ed82be0fe Merge pull request #759 from bigchaindb/rm-docs-page-python-server-api-by-example
Removed docs page "The Python Server API by Example"
2016-10-28 12:05:53 +02:00