vrde
989a943fea
Move func definition after imports
2016-09-21 15:01:42 +02:00
vrde
dea2df9db0
Separate test for empty args
2016-09-21 15:00:13 +02:00
vrde
5f603f52ef
Add more test coverage for commands
2016-09-21 14:26:53 +02:00
vrde
9b709b7f98
Add tests for argparse
2016-09-21 00:46:48 +02:00
vrde
7944e0cd98
Allow temporary keypair if no conf file found
...
Closes #482 , closes #559
2016-09-20 16:49:56 +02:00
vrde
121c729504
Merge remote-tracking branch 'origin/master' into make-db-connection-more-robust
2016-09-19 17:14:02 +02:00
Ryan Henderson
404f3a1c45
Delete transactions after block is written ( #609 )
...
* delete transactions after block is written
* cleanup transaction_exists
* check for duplicate transactions
* delete invalid tx from backlog
* test duplicate transaction
2016-09-08 11:45:48 +02:00
Ryan Henderson
9426c7f866
fix assignment timestamp in block ( #627 )
2016-09-08 11:26:25 +02:00
vrde
b9fba73c14
Remove unused code
2016-09-07 17:32:34 +02:00
Ryan Henderson
92981e003d
Core/198/handle stale transactions ( #359 )
...
* add timestamp to transaction assignment
* add reassignment delay to configuration
* refactor to multipipes
* # This is a combination of 7 commits.
# The first commit's message is:
stale transaction monitor and tests
# The 2nd commit message will be skipped:
# simplify logic
# The 3rd commit message will be skipped:
# node will assign to self
# The 4th commit message will be skipped:
# block listens for insert and update
# The 5th commit message will be skipped:
# more test coverage
# The 6th commit message will be skipped:
# test coverage
# The 7th commit message will be skipped:
# test coverage
* stale transaction monitor and tests
* update operation only returns new value
2016-09-07 16:26:41 +02:00
vrde
b8e6b0b830
Add code coverage for start_temp_rethinkdb
2016-09-07 02:06:52 +02:00
vrde
39228be454
Remove dependency on external RethinkDB instance
2016-09-07 01:51:18 +02:00
vrde
7097efaa33
Daemonize thread to make sure test exits
2016-09-07 00:47:22 +02:00
vrde
1d073ee706
Use new Connection class to run queries
2016-09-07 00:40:17 +02:00
vrde
d06e8b91d8
Add Connection class to manage connections
2016-09-06 23:51:12 +02:00
tim
dda16059ee
Fix tests
2016-08-29 17:44:58 +02:00
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