843 Commits

Author SHA1 Message Date
Scott Sadler
a6ba13dc3e Merge remote-tracking branch 'origin/master' into federation-tests 2017-04-11 11:21:02 +02:00
Troy McConaghy
8964ba33b4 updated links to the HTTP API docs in this repo 2017-04-10 15:14:18 +02:00
vrde
709eced0d3
Merge remote-tracking branch 'origin/event-handler-tests' into events-api-first-cut 2017-04-07 15:17:29 +02:00
Rodolphe Marques
da29bbc605 added tests for the events 2017-04-07 15:02:49 +02:00
vrde
be3f62dd10
Update endpoints and docs 2017-04-07 14:57:11 +02:00
vrde
f23faaa65f
Add WebSocket server 2017-04-07 09:16:22 +02:00
Rodolphe Marques
a92c091eeb
fix pep8 issue 2017-04-07 08:42:22 +02:00
Rodolphe Marques
bcc2e1f781
fixed pep8 issue 2017-04-07 08:42:22 +02:00
Rodolphe Marques
83a7cffc3f
fix tests 2017-04-07 08:42:22 +02:00
Rodolphe Marques
96daa98699
Adverstise Event stream api in api info endpoint.
Updated tests.
2017-04-07 08:42:22 +02:00
vrde
83397de397
Add more tests and utils 2017-04-07 08:42:22 +02:00
vrde
5d39b42b7a
Add dependencies and first test 2017-04-07 08:42:22 +02:00
Rodolphe Marques
b90766f2c5 Merge pull request #1377 from bigchaindb/bug/1343/double-spent-critical-on-voting
Bug/1343/double spent critical on voting
2017-04-06 16:36:17 +02:00
vrde
5d2f66524c
Cleanup configuration keys for db 2017-04-04 18:58:34 +02:00
Rodolphe Marques
cb87221bdf Voting pipeline now checks for duplicated transactions in blocks during
validation.
2017-04-04 17:57:44 +02:00
vrde
1e07a5b111
Add ssl, login, and passwd to configure command 2017-04-04 17:43:37 +02:00
Anuj
bb68a44b96 Renamed bigchain import to bigchaindb 2017-04-04 13:55:24 +05:30
Anuj
8aac5c7e64 Merge remote-tracking branch 'upstream/master' into bug/437/pretty-msg-drop-nonexistent-db 2017-04-04 13:49:56 +05:30
Lavina
e7b0b227f1 Rename bigchain.py command module to bigchaindb.py 2017-04-03 11:21:32 +02:00
Anuj
c3f89fd447 Taking DB name from config in test for non-existent db drop 2017-04-03 13:13:22 +05:30
Anuj
09866920af Pretty message when dropping a non-existent database 2017-04-02 17:53:39 +05:30
vrde
31e95f086c
Merge branch 'feat/1281/mongodb-ssl-auth' of https://github.com/tomconte/bigchaindb into tomconte-feat/1281/mongodb-ssl-auth 2017-03-28 15:16:16 +02:00
vrde
047108046a
Revert "Add ssl, login, and passwd to configure command"
This reverts commit 699e615d47bb6b24f4d373c8edfd3a84d4b6e0c1.
2017-03-28 15:01:10 +02:00
vrde
699e615d47
Add ssl, login, and passwd to configure command 2017-03-28 14:51:02 +02:00
vrde
441ad914cf
Improve test coverage 2017-03-28 11:24:16 +02:00
Sylvain Bellemare
0edb1c18f2 Keep gunicorn logger_class internal
closes #1334
2017-03-24 14:22:48 +01:00
Sylvain Bellemare
cea78b3ae2 Integrate gunicorn logs with bigchaindb logs
Closes #1329
2017-03-23 17:22:43 +01:00
Sylvain Bellemare
0ae9d19a54 Separate log configuration from logging process
Closes #1317
2017-03-22 16:35:24 +01:00
Rodolphe Marques
10d83c2ab9 No duplicate vote inserts with mongodb (#1258)
* prevent duplicate vote inserts
2017-03-22 14:25:16 +01:00
Scott Sadler
d8b84891b6 federation tests 2017-03-21 16:23:56 +01:00
Sylvain Bellemare
f740ebc7ce Use logging module constants for levels 2017-03-21 11:12:46 +01:00
Sylvain Bellemare
87758b8a64 Re-organize imports 2017-03-21 11:12:46 +01:00
Sylvain Bellemare
eff8e3adf3 Update logging related code and tests after rebase 2017-03-21 11:12:46 +01:00
Brett Sun
f549b00813 Add tests for setting log-level from CLI 2017-03-21 11:12:46 +01:00
Scott Sadler
ddbdf64e33 voting module raises CriticalDuplicateVote if there's a duplicate vote 2017-03-20 17:30:02 +01:00
Sylvain Bellemare
43f779a18b Add logging infrastructure 2017-03-20 13:54:14 +01:00
Scott Sadler
03ca4b1fd3 make stepping pipeline queue items mutable 2017-03-17 15:34:17 +01:00
Thomas Conte
550b9cb804 Fix unit test 2017-03-17 13:07:15 +01:00
Rodolphe Marques
e97cee8c84 Merge pull request #1294 from bigchaindb/bug/1291/threshold-conditions-duplicated-pks
_sign_threshold now signs all subconditions for a public key
2017-03-17 10:32:21 +01:00
Thomas Conte
8526246f78 Fix unit test 2017-03-17 10:01:58 +01:00
Sylvain Bellemare
c5bad99f4e Add test for get_spent for tx with two inputs 2017-03-16 17:04:50 +01:00
Sylvain Bellemare
c12f08a92c Add test to reproduce false double spend
see issue #1271
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
102406dd35 Add fixtures for alice, bob, and carol 2017-03-16 17:04:50 +01:00
Rodolphe Marques
4aa6ed1067 fixed pep8 error 2017-03-16 14:18:57 +01:00
Rodolphe Marques
f00f68e03f _sign_threshold now signs all subconditions for a public key.
Created test.
2017-03-16 14:10:04 +01:00
Scott Sadler
bbf5c49f9a test that transfer tx cannot have no inputs 2017-03-15 17:19:46 +01:00
Scott Sadler
860e7cda02 test that transaction with no hash raises schema validation error 2017-03-15 14:32:54 +01:00
Scott Sadler
25650597b1 test invalid string amount case 2017-03-15 11:27:35 +01:00
Scott Sadler
a869f6d1dd fix wrong exception after schema change 2017-03-15 11:08:19 +01:00
Scott Sadler
48a766400d try to bump codecov into correct calculation 2017-03-15 11:03:00 +01:00