Sylvain Bellemare
abd4a54a76
Add python3.4 and vim for dev & testing
2016-12-08 11:45:41 +01:00
Sylvain Bellemare
aa436ced6e
Fix #786
2016-12-08 11:45:41 +01:00
Ryan Henderson
1223695b36
add integration tests ( #614 )
2016-12-08 11:42:46 +01:00
Krish
85bb4a9233
Fix 781 and 124
...
The queue/pipeline used in the block creation process is unbounded.
When too many transactions occur, the backlog table fills up quite easily and
bigchaindb just reads all the transaction in the backlog to create a block.
This causes memory usage to grow indefinitely.
Limiting the queue size to 1000 transactions for now as the block creation and
voting happens in batches of 1000. Can be increased later in case block size
is increased.
2016-12-08 08:54:21 +00:00
Troy McConaghy
bd6b9da080
Merge pull request #821 from bigchaindb/issue/780/remove-api-endpoint-setting
...
Removed the "api_endpoint" setting from everywhere (in this repo)
2016-12-06 17:33:14 +01:00
libscott
0e94a66302
Merge pull request #902 from bigchaindb/fix/transaction-model-flat-metadata
...
Fix metadata description in transaction-model.rst
2016-12-06 17:20:06 +01:00
Scott Sadler
bdc706d633
fix metadata description in transaction-model.rst
2016-12-06 16:58:06 +01:00
Sylvain Bellemare
7940479ee3
Make the autodoc members option the default
2016-12-06 10:23:49 +01:00
Troy McConaghy
44d1bb2c97
Fixed minor error in changelog for 0.8.0
...
v0.8.0 doesn't actually do transaction schema validation. That got merged shortly _after_ the v0.8.0 release, in PR #880
2016-12-02 15:47:19 +01:00
libscott
8afb15bccf
Merge pull request #892 from bigchaindb/fix/sign-http-server-api-examples
...
Sign the tx in http-client-server-api.html
2016-12-02 15:12:53 +01:00
Sylvain Bellemare
9dacc12b3c
Handle transaction schema validation errors
...
in POST /transactions
2016-12-02 14:32:18 +01:00
Sylvain Bellemare
602dfbea06
Add transaction schema validation to the server
...
by overriding Transaction.from_dict() in models.py
2016-12-02 14:32:18 +01:00
Sylvain Bellemare
96143f7e60
Use explicit chaining to capture the cause
2016-12-02 14:32:18 +01:00
Scott Sadler
4ce7f4e95d
sign the tx in http-client-server-api.html, server would reject otherwise
2016-12-02 13:47:36 +01:00
Scott Sadler
b2f2ce3523
hotfix release process since old step left in by mistake
2016-12-01 16:27:00 +01:00
troymc
adde84970f
Fixed merge conflict in bigchaindb/__init__.py
2016-12-01 16:09:34 +01:00
libscott
97ff0efd8b
Merge pull request #855 from bigchaindb/flat-transaction
...
Flat transaction
2016-12-01 15:03:43 +01:00
Scott Sadler
8f513fc81d
put back a pluck() that was removed by accident
2016-12-01 14:49:05 +01:00
Scott Sadler
e699536a64
Fix transaction description in transaction.yaml
2016-12-01 14:37:55 +01:00
Scott Sadler
21af588f7c
docs update for flat transaction
2016-12-01 14:37:41 +01:00
Scott Sadler
8d4677f456
flatten transaction - code changes
2016-12-01 14:31:31 +01:00
libscott
e4026db85f
Merge pull request #891 from bigchaindb/generate-http-docs-examples
...
Auto generate examples in http server API docs
2016-12-01 10:23:37 +01:00
Scott Sadler
f4164a6970
nomenclature fix in generate_http_server_api_documentation.py
2016-12-01 10:17:58 +01:00
Scott Sadler
ec38d06856
add test to make sure documentation can build
2016-11-30 16:41:24 +01:00
Scott Sadler
49726c4a31
make html
runs generation scripts for documentation, generates http server examples
2016-11-30 16:28:58 +01:00
libscott
a30c79f3d5
Merge pull request #856 from bigchaindb/remove-metadata-uuid
...
Remove metadata uuid
2016-11-30 06:20:32 +01:00
Troy McConaghy
d6c93a3c9e
Merge pull request #889 from bigchaindb/bump-version-to-0.9.0.dev
...
Bump version to 0.9.0.dev
2016-11-29 16:48:11 +01:00
Troy McConaghy
76ce436e03
Bump version to 0.9.0.dev
2016-11-29 16:44:11 +01:00
Troy McConaghy
69408101ec
Merge pull request #888 from bigchaindb/update-version-py-to-0.8.0
...
Updated version.py to 0.8.0
v0.8.0
2016-11-29 14:53:21 +01:00
troymc
b261724c27
Updated version.py to 0.8.0
2016-11-29 14:47:44 +01:00
Troy McConaghy
011a5c2bc3
Merge pull request #867 from bigchaindb/update-changelog-for-v0.8.0
...
[WIP] CHANGELOG.md updated for v0.8.0
2016-11-29 14:45:47 +01:00
Troy McConaghy
a388af6b59
Merge pull request #887 from bigchaindb/update-transaction-rst-for-0.8.0
...
Updated transaction.rst for v0.8.0
2016-11-29 14:45:14 +01:00
troymc
eb6c423eee
Updated transaction.rst for v0.8.0
2016-11-29 14:41:00 +01:00
troymc
ba78c9c804
Last CHANGELOG updates before the v0.8.0 release
2016-11-29 14:33:44 +01:00
Troy McConaghy
36e403564b
Merge pull request #882 from bigchaindb/fix/871/updated-json-examples-in-http-api-docs
...
Fix HTTP API docs for upcoming release
2016-11-29 14:32:22 +01:00
troymc
9212bcbe24
Minor edit about tx depending on associated keypairs
2016-11-29 14:28:21 +01:00
Ryan Henderson
689446c6a4
add backlog reassign delay documentation ( #883 )
2016-11-29 13:56:02 +01:00
Brett Sun
536d440837
Fix HTTP API docs for upcoming release
2016-11-29 11:42:13 +01:00
Scott Sadler
18d018519f
remove Condition.cid
and Fulfillment.fid
in favour of dereferencing conditions and fulfillments by their location in their respective arrays
2016-11-29 09:59:43 +01:00
Troy McConaghy
839035b203
Merge pull request #872 from bigchaindb/update-some-docs-re-divisible-assets
...
Update some docs re divisible assets
2016-11-29 09:18:05 +01:00
Troy McConaghy
8d69418429
Merge pull request #870 from bigchaindb/bugfix-in-create-rethinkdb-conf
...
Fixed bug in create_rethinkdb_conf.py
2016-11-29 09:17:01 +01:00
troymc
95f605287f
Added clarity to TRANSFER Transactions section of the Transaction Concepts page
2016-11-28 17:55:13 +01:00
Scott Sadler
a6eb52d76d
disallow empty metadata dict in favour of null
2016-11-28 17:34:46 +01:00
Scott Sadler
71dcee019f
Remove metadata uuid
2016-11-28 17:34:46 +01:00
troymc
cc282905dd
Modified awsdeploy.sh to use new --bind-http-to-localhost argument
2016-11-28 16:39:43 +01:00
troymc
bf2b322739
Changed --bind-http-to-localhost to be a boolean flag argument
2016-11-28 16:37:19 +01:00
vrde
024c8583b5
Merge remote-tracking branch 'origin/isolate-db-testcalls'
2016-11-28 16:29:23 +01:00
troymc
47fbd2b1ee
Updated asset-model.md docs re/ divisible assets
2016-11-26 12:18:51 +01:00
troymc
3a410b33ed
Updated Transactions Concepts docs re/ divisible assets
2016-11-26 12:18:18 +01:00
troymc
34bbf4d31a
Updated assets.rst docs re/ divisible assets
2016-11-26 12:17:45 +01:00