1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-30 13:42:00 +02:00
Commit Graph

1751 Commits

Author SHA1 Message Date
Rodolphe Marques
c068f04a82 Replaced VerifyingKey with PublicKey
Replaced SigningKey with PrivateKey
Replaced all occurences of signing key with private key
Replaced all occurences of verifying key with public key
2016-11-10 17:01:06 +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
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
Troy McConaghy
c1aa19935d Merge pull request #757 from bigchaindb/update-http-api-docs
Updated the docs page about the HTTP API
2016-10-28 12:04:58 +02:00
vrde
14bf1fff5e
Add todos 2016-10-28 11:41:38 +02:00
vrde
c674029863
Remove useless param 2016-10-28 11:27:06 +02:00
troymc
b55dd4ae29 Updated the end of quickstart.md to point reader to the Python driver docs 2016-10-28 10:51:58 +02:00
vrde
f4454b3133
Fix docstring 2016-10-28 10:49:39 +02:00