Scott Sadler
ccdbb91c1c
short form 0.9, 0.10 etc tx version with no '.dev' suffix
2017-01-23 15:16:15 +01:00
Rodolphe Marques
e7ffcf5705
Added replicaset name to bigchaindb config ( #1063 )
...
* Added replicaset name to bigchaindb config
* changed travis replSet to match bigchaindb default
* Updated initialize_replica_set
It now initializes the replica set with the name provided by the
bigchaindb config file.
* initialize_replica_set is now called when creating a mongodb connection.
This way we are sure that a replica set exists when we return a
connection.
* Moved the initialize replica set logic to the connection.
* update the config documentation
2017-01-20 14:05:28 +01:00
Sylvain Bellemare
7606bdb59f
Merge pull request #1070 from utarl/fix-wrong-link-in-readme
...
change the link to consensus.py to right one
2017-01-20 03:44:25 -05:00
utarl
ef4bc69f5b
change the link to consensus.py to right one
2017-01-20 16:27:57 +08:00
Troy McConaghy
3344fdfe50
Merge pull request #1053 from bigchaindb/docs/1047/long-description-in-setup-py
...
In setup.py: longer long_description & updated the docs URL
2017-01-18 16:00:03 +01:00
Troy McConaghy
e54854c082
In setup.py: enterprise --> enterprises
2017-01-18 15:41:29 +01:00
libscott
8e497347d5
Merge pull request #1043 from bigchaindb/duplicate-asset-id
...
duplicate tx.id into tx.asset.id in CREATE transactions
2017-01-17 15:00:33 +01:00
libscott
a706d88b30
Merge pull request #1051 from bigchaindb/fix/norandom-test_get_spent_multiple_owners
...
Remove use of random in test_bigchain_api
2017-01-17 14:54:07 +01:00
Brett Sun
b59ea00118
Merge pull request #1031 from bigchaindb/feat/api/blocks
...
Implement blocks endpoint
2017-01-17 14:42:24 +01:00
Brett Sun
0751b2bf0b
Merge pull request #1029 from bigchaindb/feat/api/votes
...
Implement votes endpoint
2017-01-17 14:42:02 +01:00
Troy McConaghy
8307c09b92
Updated docs URL in setup.py
2017-01-17 14:21:54 +01:00
Troy McConaghy
d5143f99d8
Longer long_description in setup.py
2017-01-17 14:21:08 +01:00
Sylvain Bellemare
1dbc998b36
Only fetch needed element (public key)
2017-01-17 07:50:00 -05:00
Sylvain Bellemare
5759de6ae3
Remove unused fixture
2017-01-17 07:50:00 -05:00
Sylvain Bellemare
9766aa90a1
Addresses #663 partially
2017-01-17 07:50:00 -05:00
Sylvain Bellemare
c1b6f60f70
Add an exception message
2017-01-17 07:50:00 -05:00
Scott Sadler
7c4c7e9be3
remove use of random in test_bigchain_api
2017-01-17 11:48:58 +01:00
libscott
da69aa11f1
Update test_digital_assets.py
...
On mobile!
2017-01-16 17:47:51 +01:00
Scott Sadler
d9cf4df5e6
duplicate asset id / fix test_get_transactions_by_asset_id
2017-01-16 16:08:15 +01:00
Scott Sadler
71e52ed36b
duplicate asset id / fix get-by-asset-id in rethinkdb
2017-01-16 15:48:10 +01:00
Scott Sadler
d7126169f4
duplicate asset id / fix flake8 errors
2017-01-16 15:41:26 +01:00
Scott Sadler
392ae3dc58
update description in transaction.yaml for asset id
2017-01-16 15:29:10 +01:00
Scott Sadler
47f09c0e67
documentation changes for duplicate asset id
2017-01-16 15:24:51 +01:00
Scott Sadler
003519b0a8
duplicate tx.id into tx.asset.id in CREATE transactions
2017-01-16 15:03:54 +01:00
Sylvain Bellemare
6c31ab0a7c
Correct path to server html docs
2017-01-16 08:29:17 -05:00
Sylvain Bellemare
04789aad96
Add docs for TABLES constant
2017-01-16 07:12:25 -05:00
Sylvain Bellemare
d71fdcbe78
Add backend admin sections to docs
2017-01-16 07:12:25 -05:00
Sylvain Bellemare
4d6df06236
Resolves #948
2017-01-16 07:12:25 -05:00
Brett Sun
9094ddac20
Fix flake8 error with votes API
2017-01-13 18:27:54 +01:00
Brett Sun
ded7f3e28f
PR comments
2017-01-13 18:25:35 +01:00
Brett Sun
08d9e462c7
Use list comprehension to calculate block API result
2017-01-13 18:24:05 +01:00
diminator
8b286819f5
revert docker compose
2017-01-13 18:08:28 +01:00
diminator
3919cc3d5d
return empty list if no blocks found
2017-01-13 18:08:28 +01:00
diminator
f018a4f6e7
replace status strings by Bigchain attributes
2017-01-13 18:08:28 +01:00
diminator
1cc46fb86e
return list of block_id
...
implement status query param
test
2017-01-13 18:08:27 +01:00
diminator
1b57ace714
implement GET /blocks endpoint
2017-01-13 18:08:25 +01:00
Brett Sun
7071d471a5
Add test for empty block_id parameter for votes API
2017-01-13 18:07:12 +01:00
Brett Sun
b1d6d356cb
Refactor votes API view to use required parser argument rather than custom logic
2017-01-13 18:07:00 +01:00
Sylvain Bellemare
b12ea854f7
Remove unused import
2017-01-13 09:17:13 -05:00
libscott
e08bf52fa7
Merge pull request #1018 from bigchaindb/change-tx-version
...
Change version in tx model to 0.9
2017-01-13 12:07:23 +01:00
Rodolphe Marques
f45e36a38d
enable codecov for mongodb
2017-01-13 04:56:06 -05:00
Rodolphe Marques
e52cb40edb
Some more tests for mongodb code ( #1036 )
...
* Some more tests for mongodb code
Cleanup connection code
* pep8 fixes
2017-01-13 10:25:45 +01:00
Rodolphe Marques
5abe6dd7ea
Added tests to the mongodb changefeed ( #1035 )
...
* Added tests to the mongodb changefeed
* pep8 and typo fixes
2017-01-13 10:18:58 +01:00
libscott
8510f47ed4
Merge pull request #1024 from bigchaindb/1021/http_api_root
...
1021/http api root
2017-01-12 16:13:30 +01:00
libscott
ece5581eb3
Merge branch 'master' into 1021/http_api_root
2017-01-12 15:26:10 +01:00
diminator
5e3bd1d54c
rename test functions
2017-01-12 10:43:11 +01:00
Rodolphe Marques
fa8608b242
small fix write_vote
2017-01-12 10:41:55 +01:00
Sylvain Bellemare
29c10e30a9
Resolves #1004
2017-01-12 04:05:59 -05:00
diminator
af2e8e14a5
Merge remote-tracking branch 'remotes/origin/master' into feat/api/votes
2017-01-12 09:59:39 +01:00
Dimitri De Jonghe
03d46b40f9
Merge pull request #1026 from bigchaindb/feat/api/statuses
...
implement statuses endpoint
2017-01-12 09:55:34 +01:00