1008 Commits

Author SHA1 Message Date
tim
2269e1380b Remove reference from signed tx 2016-08-29 17:21:07 +02:00
Ryan Henderson
efaf383732 check votes agree on previous block (#565)
* check votes agree on previous block

* documentation
2016-08-29 14:24:09 +02:00
diminator
8b55f24998
flask restful
trailing slashes
2016-08-23 17:43:08 +02:00
diminator
d7a73e23f5
PR review @r-marques 2016-08-23 13:44:00 +02:00
diminator
5eb69a9c01
Merge branch 'core/557/improve-get-transaction' into api/555/transactions-status-endpoint 2016-08-22 18:21:50 +02:00
diminator
827e58bc75
PR review @r-marques 2016-08-22 18:18:10 +02:00
diminator
1fbb0ed4ba Merge remote-tracking branch 'remotes/origin/master' into core/557/improve-get-transaction 2016-08-22 15:52:01 +02:00
diminator
150aa1e58f
status endpoint
test/docs
2016-08-22 15:05:06 +02:00
diminator
f8c9abb634 Merge branch 'core/557/improve-get-transaction' into api/555/transactions-status-endpoint 2016-08-22 14:23:12 +02:00
diminator
d8df478925
optional tuple response instead of altering DB object 2016-08-22 12:19:06 +02:00
Sylvain Bellemare
6f159d3930 Closes #348 (#578) 2016-08-19 16:00:18 +02:00
vrde
6de6dc733d
Merge branch 'bug/419/config-syntax-error-pretty-message' of https://github.com/d01phin/bigchaindb into d01phin-bug/419/config-syntax-error-pretty-messagee 2016-08-19 15:28:00 +02:00
Dimitri De Jonghe
87a57bae33 #554 transactions GET/POST endpoints (#563)
* split up views per resource
add error cases to get/post transaction
update docs/test

* remove apiary from docstring

* PR review docs
2016-08-19 13:56:08 +02:00
ryan
1a174b54dc add tests 2016-08-18 16:58:41 +02:00
vrde
5c2faf5f30
Add support for multiple ops in ChangeFeed 2016-08-17 16:24:56 +02:00
diminator
e871458a99
split up views per resource
add error cases to get/post transaction
update docs/test
2016-08-17 12:18:52 +02:00
David Gasparian
fcca712853 Merge remote-tracking branch 'upstream/master' into bug/419/config-syntax-error-pretty-message 2016-08-15 20:01:46 +04:00
vrde
702fbe693f
Merge branch 'master' into refactor-multiprocessing-for-vote 2016-08-15 16:25:06 +02:00
ryan
6e279da9d4 remove block delete reverter 2016-08-12 11:21:03 +02:00
David Gasparian
f8c1d52643 Added test case for invalid config file exception handling 2016-08-08 17:25:29 +04:00
vrde
5efe0a586c
Merge branch 'master' of https://github.com/eladve/bigchaindb into eladve-master 2016-08-05 14:38:13 +02:00
vrde
25d10957ca
Validate block metadata 2016-08-05 11:58:07 +02:00
vrde
3ad72077d3
Fix failing tests 2016-08-03 15:55:24 +02:00
ryan
0dca72cad8 clean up test_election.py 2016-08-03 15:44:41 +02:00
Elad-PC\elad
2e1abc3d6a fixed another test 2016-08-03 08:55:37 +02:00
Elad-PC\elad
f35d5a708e fixed tests to deal with new location of 'version' 2016-08-03 08:31:55 +02:00
vrde
13bd69f977
Move tests to new file 2016-08-02 17:28:22 +02:00
vrde
79980c08a6
Port final tests 2016-08-02 16:04:08 +02:00
vrde
074cae4484
Add last tests 2016-08-02 15:39:08 +02:00
vrde
17c11e5935
Add docstrings 2016-08-02 14:27:25 +02:00
vrde
54984364b1
Fix stoopid error in tests 2016-08-02 11:53:46 +02:00
vrde
cdcb6b4e1e
Remove old code 2016-08-01 22:55:17 +02:00
vrde
199e8633bb
Port tests to the new pipeline process 2016-08-01 22:45:53 +02:00
ryan
dd0b758bfa sleep 2016-08-01 16:24:27 +02:00
ryan
68f64ee780 return invalid block to outpipe 2016-08-01 15:49:50 +02:00
ryan
03454f7087 remove obsolete tests 2016-08-01 14:55:37 +02:00
ryan
1b20414457 election tests 2016-08-01 14:51:12 +02:00
ryan
77317178ef inital refactor 2016-08-01 14:51:11 +02:00
vrde
74a5412cd9
WIP 2016-07-29 14:49:26 +02:00
vrde
40966816c9
Fix tests 2016-07-27 15:24:38 +02:00
vrde
715763757c
Change name to pipes 2016-07-25 17:02:08 +02:00
vrde
ecf67d1e28
Add block pipeline 2016-07-25 13:30:31 +02:00
Alicia
9683d3f5a1 delete superfluous decorator (#479) 2016-07-24 13:58:53 +02:00
vrde
873ea891d6
Refactor method signature 2016-07-21 13:50:19 +02:00
vrde
150cade4db
Merge branch 'lluminita-resolve-issue-458' 2016-07-21 10:58:51 +02:00
vrde
13348d0e8b
Merge branch 'resolve-issue-458' of https://github.com/lluminita/bigchaindb into lluminita-resolve-issue-458 2016-07-21 10:44:19 +02:00
Sylvain Bellemare
96cc40dcff Add docstring that explains the fixture's purpose 2016-07-20 12:07:04 +02:00
Sylvain Bellemare
15b9e8d7e8 Test config_utils.write_config() 2016-07-20 11:28:12 +02:00
Sylvain Bellemare
b08f6ebffd Add test for config_utils.file_config() 2016-07-20 11:28:12 +02:00
Sylvain Bellemare
726ad9cedc Fix #449 2016-07-20 11:28:12 +02:00