2675 Commits

Author SHA1 Message Date
Troy McConaghy
15d28e3f91 Quickstart now assumes you're using Ubuntu 16.04 or similar 2017-01-22 14:47:45 +01:00
Troy McConaghy
b10b03e3ca Changed 'len(validated_transactions) == 0' to 'not validated_transactions' as suggested by @amirelemam in #762 2017-01-22 13:48:34 +01:00
Troy McConaghy
e253ca015f Line-length changes, many suggested by @amirelemam in #762 2017-01-22 13:45:17 +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
Scott Sadler
c5253825b3 remove unused backend query stub get_txids_by_asset_id 2017-01-20 10:31:28 +01:00
Scott Sadler
f2034cddde make asset_id not optional in get_transactions_filtered 2017-01-20 10:08:30 +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
Scott Sadler
2ec23be05d fix flake8 2017-01-18 17:13:38 +01: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
Scott Sadler
ae14d0e5c4 api method to get transactions by asset_id 2017-01-18 15:43:53 +01:00
Scott Sadler
1c918caf4c txlist / get_transactions_filtered 2017-01-18 15:42:47 +01:00
Scott Sadler
dbb3414fd0 generalise get_txids_by_asset_id into get_txids_filtered and remove get_transactions_by_asset_id 2017-01-18 15:42:47 +01:00
Scott Sadler
d899d4c8b6 query string parameters test 2017-01-18 15:42:17 +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