2034 Commits

Author SHA1 Message Date
Troy McConaghy
950ce9150a Merge pull request #813 from bigchaindb/feat/773/update-aws-deployment-scripts-to-ubuntu-16.04
Updated example AWS deployment config file to use Ubuntu 16.04 LTS
2016-11-17 16:13:02 +01:00
Rodolphe Marques
bc7f27e39a Merge remote-tracking branch 'origin/master' into feat/792/get-txs-by-metadata-id-ignore-invalid-blocks 2016-11-17 12:45:20 +01:00
Rodolphe Marques
f2922222be Added some comments to make the code more readable 2016-11-17 12:45:04 +01:00
libscott
c303fa8b1d Merge pull request #816 from bigchaindb/fix-timestamp-indexes
Fix database timestamp indexes
2016-11-17 12:17:09 +01:00
Rodolphe Marques
524e44bda7 Merge pull request #807 from bigchaindb/feat/746/new-naming-convention-for-keys
Feat/746/new naming convention for keys
2016-11-17 12:14:56 +01:00
Rodolphe Marques
9e1da05103 Fixed some tests 2016-11-17 11:41:54 +01:00
Rodolphe Marques
eead7dbdda Merge remote-tracking branch 'origin/master' into feat/746/new-naming-convention-for-keys 2016-11-17 11:41:23 +01:00
Troy McConaghy
795467c0f2 Merge pull request #824 from bigchaindb/bug/823/fix-bigchaindb-load
Fixed bug in `bigchaindb load`
2016-11-16 16:13:59 +01:00
libscott
f5bf436205 Merge pull request #815 from bigchaindb/bdb_cli_docs
Add a button to the docs linking to the bdb cli
2016-11-16 15:31:58 +01:00
Scott Sadler
9b4252a6c9 wording change to drivers&clients doc as requested by @ttmc 2016-11-16 15:28:01 +01:00
Scott Sadler
9951b61076 add some explanation to the client-drivers documentation page. 2016-11-16 15:28:01 +01:00
Scott Sadler
44e80ce2a0 link to CLI from drivers and clients section of documentation 2016-11-16 15:28:01 +01:00
Scott Sadler
1ead2ea0f1 add a button to the docs linking to the bdb cli 2016-11-16 15:27:13 +01:00
Troy McConaghy
81250e6059 Docs/826/direct link from server docs to py driver docs (#827)
* Removed python-driver.md page in server docs

* In server docs, changed Py Driver docs link to a direct link
2016-11-16 14:24:05 +01:00
Brett Sun
eb362fd6e9 Fix equality check for AssetLinks (#825) 2016-11-16 11:21:25 +01:00
troymc
2f6e8abac2 Fixed the call to Transaction.create(): 2nd arg a list of tuples 2016-11-16 10:10:09 +01:00
troymc
65a54470a6 Updated top docstring of commands/bigchain.py 2016-11-16 09:52:18 +01:00
Brett Sun
786635df4a Explicitly pass settings for flask into flask app factory (#750) 2016-11-15 17:41:35 +01:00
troymc
29d783425d Remove or comment-out the api_endpoint setting everywhere 2016-11-15 17:05:09 +01:00
troymc
5bf213d873 Removed api_endpoint from HTTP API docs & wrote how API Root URL is truly determined 2016-11-15 16:20:18 +01:00
Tim Daubenschütz
2fd6cc332b Merge pull request #819 from bigchaindb/docs/601/get_owned_ids
Corrections to render sphinx correctly
2016-11-15 14:40:44 +01:00
tim
5ef532976d Corrections to render sphinx correctly 2016-11-15 13:46:39 +01:00
Tim Daubenschütz
57d93743df Merge pull request #803 from bigchaindb/docs/601/get_owned_ids
Docs/601/get owned ids
2016-11-15 13:23:37 +01:00
tim
f82f1add03 TransactionLinks --> URIs 2016-11-15 13:18:25 +01:00
tim
284411d881 PR Feedback 2016-11-15 13:18:25 +01:00
tim
93f3e9a06b Document unspents endpoint 2016-11-15 13:18:25 +01:00
tim
74b1662a78 Format http api docs to 79 chars 2016-11-15 13:18:25 +01:00
Tim Daubenschütz
a911c067ff Merge pull request #814 from bigchaindb/rename/XX/basic-views-to-transactions
web/test_basic_views --> web/test_transactions
2016-11-15 13:04:31 +01:00
tim
85eccb48be Test file for info.py 2016-11-15 12:05:54 +01:00
tim
e99930c501 web/test_basic_views --> web/test_transactions 2016-11-15 11:54:20 +01:00
Troy McConaghy
061ec0aecc Merge pull request #800 from bigchaindb/add-release-process-md-file
Created a file to outline our release process
2016-11-14 19:15:55 +01:00
Troy McConaghy
196f11098b Added note about running flake8 2016-11-14 18:54:50 +01:00
Troy McConaghy
16fbb47f02 Merge pull request #765 from bigchaindb/clarify-code-from-pr-629
Rename FulfillmentNotInValidBlock to TransactionNotInValidBlock
2016-11-14 18:53:50 +01:00
troymc
d577bf8a51 Fixed two flake8 errors 2016-11-14 18:46:03 +01:00
troymc
54f0d85cda Merged master branch and fixed some merge conflicts 2016-11-14 18:35:46 +01:00
Sylvain Bellemare
ca2cf8d82a Merge pull request #794 from bigchaindb/divisible-assets
Divisible assets
2016-11-14 16:52:59 +01:00
Sylvain Bellemare
6724e64cca Update test to divisible asset change 2016-11-14 16:46:12 +01:00
Scott Sadler
445833f2b2 * remove database index on transaction.timestamp
* fix database index on assignee__transaction_timestamp to use correct timestamp
2016-11-14 16:41:00 +01:00
Sylvain Bellemare
9f471ef4b3 Merge branch 'master' into divisible-assets 2016-11-14 16:39:02 +01:00
Sylvain Bellemare
e7ff6edd4e Fix typos 2016-11-14 15:54:24 +01:00
Tim Daubenschütz
9e7229bc66 Merge pull request #690 from bigchaindb/docs/689/block-model-doc-strings
Add doc strings for Block cls
2016-11-14 15:02:50 +01:00
tim
74e1f9c303 Fix tense in docs 2016-11-14 14:59:09 +01:00
Sylvain Bellemare
6ef18fbbae Simplify Transaction.to_inputs method 2016-11-14 14:47:23 +01:00
tim
37cf057b99 PR Feedback for docs 2016-11-14 13:56:05 +01:00
tim
b42eec93c7 Fix indentation for model docs 2016-11-14 13:53:49 +01:00
tim
f69ccc93df Add doc strings for Block cls 2016-11-14 13:51:02 +01:00
Ryan Henderson
29832f9a9b add get_genesis_block (#809) 2016-11-14 10:04:28 +01:00
Ryan Henderson
c8553abb41 add backlog count (#806) 2016-11-14 10:03:59 +01:00
troymc
ea970e209c In fabfile.py, updated command to install RethinkDB 2016-11-13 15:01:16 +01:00
troymc
38e28d80e5 Changed example AWS deployment config file to use an Ubuntu 16.04 AMI & updated docs 2016-11-13 14:59:40 +01:00