2787 Commits

Author SHA1 Message Date
Scott Sadler
f8a7123f0a check count_votes invalid input 2017-02-24 10:10:23 +01:00
Scott Sadler
4f997f60c0 flesh out voting module 2017-02-24 10:10:23 +01:00
Scott Sadler
b5a1c90d63 voting.py 2017-02-24 10:10:23 +01:00
Scott Sadler
e1312b88a3 Voting uses BigchainDBCritical 2017-02-24 10:04:24 +01:00
Scott Sadler
c44c9d0282 tests for vote schema and signature validation 2017-02-23 21:53:12 +01:00
Scott Sadler
e88c98a695 test_count_votes 2017-02-23 21:53:12 +01:00
Scott Sadler
1ff84bd670 test_partition_eligible_votes 2017-02-23 21:53:12 +01:00
Scott Sadler
89e76ffec2 fix tests, temporarily disabling some tests that need to be re-written 2017-02-23 21:53:12 +01:00
Scott Sadler
ff7e4d11d1 remove test from test_core.py which is just wrong 2017-02-23 21:53:12 +01:00
Scott Sadler
7fd1de696c move voting logic out of block_election_status 2017-02-23 21:53:12 +01:00
Scott Sadler
c68856bc43 voting schema validate 2017-02-23 21:53:12 +01:00
Scott Sadler
fdad8cd796 Static Classify Voting 2017-02-23 21:53:12 +01:00
Scott Sadler
20f6539e10 check count_votes invalid input 2017-02-23 21:53:12 +01:00
Scott Sadler
d71e560ba4 flesh out voting module 2017-02-23 21:53:12 +01:00
Scott Sadler
dbfcce34e7 voting.py 2017-02-23 21:53:12 +01:00
libscott
289080358d Merge pull request #1209 from bigchaindb/tymlez-consensus
Tymlez consensus plugin
2017-02-23 18:37:04 +01:00
vrde
c11808ecc5
Move common stuff to generic Connection class 2017-02-23 17:20:21 +01:00
libscott
d9dfe5fb7d Merge pull request #1210 from bigchaindb/wrong-exception
introduce BigchainDBCritical exception
2017-02-23 15:28:05 +01:00
Krish
1bcf84262c Adding a VOLUME statement in Dockerfile (#1212)
- MacOS does not allow users to mount folders from the host unless it is
specified during build time.
- This is needed as the container on Mac needs to access the .bigchaindb
conf file residing on the host.
2017-02-22 18:48:31 +01:00
Scott Sadler
b94eab715d introduce BigchainDBCritical exception 2017-02-22 14:37:34 +01:00
Scott Sadler
0d9881fc23 style fix 2017-02-22 14:09:12 +01:00
Scott Sadler
0f5844d4ae Merge remote-tracking branch 'origin/master' into tymlez-consensus 2017-02-22 14:07:36 +01:00
Scott Sadler
6e7534d3c2 cleanup; remove transaction_exists and has_transaction 2017-02-22 13:55:29 +01:00
Scott Sadler
fc2b684f32 use is_new_transaction in pipelines 2017-02-22 13:55:29 +01:00
Scott Sadler
843d65d233 bigchain.is_new_transaction method 2017-02-22 13:55:29 +01:00
libscott
dfb9f5a496 Merge pull request #1207 from bigchaindb/flake8-cleanup
Fix some outstanding flake8 issues
2017-02-22 13:53:55 +01:00
Scott Sadler
57d7a3d850 fix some outstanding flake8 issues 2017-02-22 12:33:10 +01:00
libscott
c9ba7e6243 Merge branch 'master' into master 2017-02-22 12:20:35 +01:00
libscott
631a435a63 Merge pull request #1193 from bigchaindb/stepping-pipeline
Add stepping pipeline (test tool) and fix issue #1191
2017-02-22 12:10:52 +01:00
Krish
306053af91 Adding a line to modify the configuration file (#1205)
* Adding a line to modify the configuration file

* Changing the access URL for rethinkdb

* Typo fix and with clarification

* Changes as per @ttmc's comments
2017-02-22 10:56:29 +01:00
Troy McConaghy
7a63771c2b Merge pull request #1201 from bigchaindb/fix-quickstart-link
Docs: Improvements to the Quickstart page
2017-02-21 18:19:31 +01:00
Troy McConaghy
39f66650ed Merge pull request #1195 from bigchaindb/expand-docs-re-block-signature
Docs: clarified how block id & signature are calculated
2017-02-21 18:18:16 +01:00
Troy McConaghy
87f677d76e docs: correction to explanation of block signature calc. 2017-02-21 14:20:14 +01:00
Scott Sadler
37f5298962 pull stepper changes from no-double-inclusion 2017-02-21 13:51:09 +01:00
Scott Sadler
a23a741253 document MultipipesStepper 2017-02-21 13:13:40 +01:00
Scott Sadler
6110693ae8 provide more documentation for MultipipesStepper 2017-02-21 13:04:43 +01:00
Troy McConaghy
34286467b7 docs: removed all RethinkDB stuff from Quickstart page 2017-02-20 18:04:47 +01:00
Troy McConaghy
5e8cec65cd docs: Simplified Quickstart page even more 2017-02-20 17:52:48 +01:00
Troy McConaghy
ae029c7bcf Merge pull request #1198 from bigchaindb/docs-fix-settings-defaults
Docs: fixed errors in some documented config settings defaults
2017-02-20 15:59:58 +01:00
Troy McConaghy
96e760046f docs: better links at end of Quickstart page 2017-02-20 14:15:18 +01:00
Troy McConaghy
be72875330 docs: added some clarification to the replica set setting 2017-02-19 15:27:21 +01:00
Troy McConaghy
8ec2c6bc34 Docs: fixed errors in some documented config settings defaults 2017-02-17 12:15:50 +01:00
Tim Daubenschütz
72bef668f1 Merge pull request #1086 from bigchaindb/docs/830/design-events-api
Event Stream API Spec
2017-02-16 16:50:40 +01:00
Brett Sun
9307c21baa Remove connect keep alive protocol from Event Stream API 2017-02-16 15:26:17 +01:00
Brett Sun
00785e5f02 Add WebSocket Event Stream API spec 2017-02-16 15:25:58 +01:00
Troy McConaghy
f6ebba8389 docs: clarified how block id & signature are calculated 2017-02-16 09:52:00 +01:00
Troy McConaghy
8106fcfbeb Merge pull request #1190 from bigchaindb/docs-re-advanced-azure-node
[WIP] Docs re/ Node on Kubernetes on Azure
2017-02-16 09:12:18 +01:00
Scott Sadler
fc04cd7bcd update changefeed test for update 2017-02-15 17:31:36 +01:00
Scott Sadler
7469f60d17 more assertions in test 2017-02-15 15:15:20 +01:00
Scott Sadler
955b018be8 add stepping pipeline and fix issue #1191 2017-02-15 14:59:01 +01:00