2575 Commits

Author SHA1 Message Date
Sylvain Bellemare
44d07199a5 Increase patch version for release 0.9.5 v0.9.5 2017-03-29 10:39:22 +02:00
Sylvain Bellemare
941602b5ad Update changelog for 0.9.5 2017-03-29 10:39:22 +02:00
Sylvain Bellemare
887c8bbb9c Upgrade rapidjson to latest 0.0.11 2017-03-29 10:39:22 +02:00
Sylvain Bellemare
5efc96059c Increase patch version to 0.9.4 v0.9.4 2017-03-16 17:37:53 +01:00
Sylvain Bellemare
3205672278 Update change log 2017-03-16 17:37:53 +01:00
Sylvain Bellemare
4f0ba65858 Fix get_spent mongodb-based query
fixes #1271
2017-03-16 17:37:53 +01:00
Sylvain Bellemare
b6c21ed819 Add test to reproduce false double spend
see issue #1271
2017-03-16 17:37:53 +01:00
Sylvain Bellemare
02d3fc71ee Add test for get_spent for tx with two inputs 2017-03-16 17:37:53 +01:00
Sylvain Bellemare
7f9314845a Add fixtures for alice, bob, and carol 2017-03-16 17:37:53 +01:00
Sylvain Bellemare
7b0e758bc1 Use namedtuple for key pair 2017-03-16 17:37:53 +01:00
Sylvain Bellemare
3627978e16 Fix typo [skip ci] 2017-03-06 13:43:36 +01:00
Sylvain Bellemare
170f71cc18 Increase patch version to 0.9.3 v0.9.3 2017-03-06 13:35:58 +01:00
Sylvain Bellemare
cb826ce9ee Update change log for 0.9.3 2017-03-06 13:35:58 +01:00
Sylvain Bellemare
3bf49a5ec1 Only append tx if it meets the conditions
fixes #1231
2017-03-06 13:35:58 +01:00
Sylvain Bellemare
5be48e6254 Fix indent 2017-03-06 13:35:58 +01:00
diminator
fde91624ca unitest for bug 2017-03-06 13:35:58 +01:00
krish7919 (Krish)
4d1f103e87 Pin bdb docker container tag to v0.9.3 2017-03-03 10:51:00 +01:00
Sylvain Bellemare
9b4ae57667 Update change log for 0.9.2 v0.9.2 2017-03-02 13:11:31 +01:00
Sylvain Bellemare
a84cc73aef Increase patch version to 0.9.2 2017-03-02 13:11:31 +01:00
Sylvain Bellemare
27206fe030 Pin down rapidjson 2017-03-02 13:11:31 +01:00
Troy McConaghy
3c0769c03a In version.py, updated __version__ to '0.9.1' v0.9.1 2017-02-06 21:41:49 +01:00
Troy McConaghy
31c9c3d54d Updated CHANGELOG.md for v0.9.1 2017-02-06 21:40:17 +01:00
tim
abaf6d5932 Fix tx model versioning 2017-02-06 21:39:00 +01:00
Troy McConaghy
1477ed4820 Merge branch 'master' into 0.9.0 2017-02-06 20:01:20 +01:00
Troy McConaghy
232ddc00a0 Two changes to Release_Process.md
1. Merge the new version's branch into the master branch
2. Added a helper line about how to use twine to upload to PyPI
2017-02-06 19:54:53 +01:00
Troy McConaghy
88d08a551c Changed version.py in master to 0.10.0.dev 2017-02-06 19:05:11 +01:00
Troy McConaghy
5dead8d3d2 version.py update for 0.9.0 release v0.9.0 2017-02-06 18:46:00 +01:00
Troy McConaghy
1e7adabc35 Branch names should have the form X.Y.Z 2017-02-06 18:43:34 +01:00
Troy McConaghy
e6d99d74c0 Merge pull request #1100 from bigchaindb/implement-connection-run-for-mongodb
[WIP] Add run interface to MongoDB connection (aka: lazy queries)
2017-02-06 18:41:33 +01:00
Troy McConaghy
06589f1a21 Merge pull request #1156 from bigchaindb/fix-bigchaindb-configure-commands
Fix bigchaindb configure commands
2017-02-06 18:24:39 +01:00
vrde
2962b4a27d
Skip test 2017-02-06 18:06:19 +01:00
Brett Sun
c533359424 Default Dockerfile-dev to configure BigchainDB for RethinkDB 2017-02-06 18:05:52 +01:00
Troy McConaghy
85128a0634 append 'rethinkdb' to 'bigchaindb -y configure' in some docs 2017-02-06 18:01:38 +01:00
Brett Sun
758b65ba0a Upgrade pysha3 to 1.0.2 to fix usage on Python 3.6 on macOS 2017-02-06 17:57:15 +01:00
Troy McConaghy
eded8e50a4 append 'rethinkdb' to 'bigchaindb -y configure' in Ansible role 2017-02-06 17:54:03 +01:00
Troy McConaghy
4463c10b3a Merge pull request #1135 from bigchaindb/docs/1111/update-CHANGELOG.md-for-v0.9
Updated CHANGELOG.md for v0.9.0
2017-02-06 17:41:10 +01:00
Rodolphe Marques
5cec31e5a3 Merge pull request #1136 from bigchaindb/bug/1132/vote-pipeline-validates-transactions-twice
Bug/1132/vote pipeline validates transactions twice
2017-02-06 17:39:01 +01:00
vrde
0c8927dbbe
Add comment to hackish solution 2017-02-06 16:21:22 +01:00
Troy McConaghy
553db6e342 Update version.py step in Release_Process.md 2017-02-06 16:21:16 +01:00
vrde
5604e32d57
Try once if AutoReconnect is raised 2017-02-06 16:14:14 +01:00
Troy McConaghy
8723cd7424 Merge remote-tracking branch 'origin/master' into docs/1111/update-CHANGELOG.md-for-v0.9 2017-02-06 16:09:57 +01:00
vrde
5aecd8aab2
Merge branch 'master' into implement-connection-run-for-mongodb 2017-02-06 14:44:52 +01:00
vrde
3c45de70d0
Wrap queries with connection object 2017-02-06 14:43:40 +01:00
Rodolphe Marques
7f4be291fd Merge pull request #1148 from bigchaindb/bug/989/block-pipeline-handle-exceptions
Make sure BlockPipeline.validate_tx handles all exceptions
2017-02-06 10:51:19 +01:00
vrde
01da32d351
Merge branch 'master' into implement-connection-run-for-mongodb 2017-02-03 15:25:24 +01:00
Troy McConaghy
f9556f4c3f Changelog: Noted removal of all StatsD monitoring stuff 2017-02-03 14:41:17 +01:00
Troy McConaghy
818dfc8587 Add @amirelemam to list of external contributors 2017-02-03 14:33:22 +01:00
Troy McConaghy
3529be914c Merge pull request #1144 from bigchaindb/fixes-to-cli-docs
Minor fixes to the bigchaindb CLI docs
2017-02-03 14:01:04 +01:00
Rodolphe Marques
c174271ae6 Make sure BlockPipeline.validate_tx handles all exceptions 2017-02-03 13:05:04 +01:00
Troy McConaghy
46aa90326f Merge pull request #1074 from bigchaindb/replace-pr-762
Replace PR #762
2017-02-03 12:21:34 +01:00