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 |
|
Rodolphe Marques
|
98084f6f4a
|
get_transaction_by_metadata_id now ignores invalid transactions
|
2016-11-11 17:36:27 +01:00 |
|
Tim Daubenschütz
|
32a247552c
|
Merge pull request #802 from bigchaindb/change/XX/reformat-doc-to-79-chars
Format http api docs to 79 chars
|
2016-11-11 15:44:07 +01:00 |
|
tim
|
1c8fec730c
|
Format http api docs to 79 chars
|
2016-11-11 15:38:28 +01:00 |
|
Rodolphe Marques
|
b7b9338f21
|
get_transactions_by_asset_id now ignores invalid transactions
|
2016-11-11 15:25:59 +01:00 |
|
Ryan Henderson
|
d31a268a51
|
add id query (#799)
|
2016-11-11 15:08:37 +01:00 |
|
Rodolphe Marques
|
6d7392d98d
|
Handle the case where there are negative amounts.
Created tests
|
2016-11-11 11:34:20 +01:00 |
|
Rodolphe Marques
|
3909538c62
|
Replace all occurrences where vk is used as a shortcut
for public key and replaced it with `pk`
|
2016-11-10 17:20:27 +01:00 |
|
Rodolphe Marques
|
c068f04a82
|
Replaced VerifyingKey with PublicKey
Replaced SigningKey with PrivateKey
Replaced all occurences of signing key with private key
Replaced all occurences of verifying key with public key
|
2016-11-10 17:01:06 +01:00 |
|
Troy McConaghy
|
af3f48b353
|
Merge pull request #801 from bigchaindb/fixed-broken-link-in-contributing-md
Fixed broken link in CONTRIBUTING.md file
|
2016-11-10 16:58:41 +01:00 |
|
troymc
|
c30c32bcd5
|
In Release_Process.md, noted we use semantic versioning
|
2016-11-10 16:44:42 +01:00 |
|
Rodolphe Marques
|
6d9cdd0bb5
|
removed addressed todo
|
2016-11-10 13:20:09 +01:00 |
|
Rodolphe Marques
|
bca7939f6c
|
Added an AssetLink class to link to a Asset from a TRANSFER transaction
|
2016-11-10 13:18:20 +01:00 |
|
Rodolphe Marques
|
70aec6eb46
|
cleanup code
|
2016-11-10 12:03:01 +01:00 |
|
Rodolphe Marques
|
d8be9ac3ec
|
Fixed typo
Renamed some variables to make the code more readable
|
2016-11-10 11:59:22 +01:00 |
|
Troy McConaghy
|
2fef201489
|
Fixed broken link in CONTRIBUTING.md file
Fixed the link to the setuptools documentation about "extras", i.e. the `extras_require` bit of `setup.py`.
|
2016-11-10 10:22:29 +01:00 |
|
Troy McConaghy
|
ed09cf3c8e
|
Created a file to outline our release process
|
2016-11-09 18:40:16 +01:00 |
|
Rodolphe Marques
|
a2e28ae806
|
addressed comments
|
2016-11-09 17:48:39 +01:00 |
|
Rodolphe Marques
|
efb5439044
|
updated docstrings
addressed added todos
|
2016-11-09 14:56:14 +01:00 |
|
Rodolphe Marques
|
dccbc3c1fe
|
pep8 fixes
|
2016-11-09 14:25:42 +01:00 |
|
Rodolphe Marques
|
7313cd9441
|
get_asset_by_id now uses the new db api
|
2016-11-09 14:03:34 +01:00 |
|
Rodolphe Marques
|
de23053ebc
|
Merge remote-tracking branch 'origin/master' into divisible-assets
|
2016-11-09 13:36:56 +01:00 |
|
Rodolphe Marques
|
e35d2899b5
|
Removed support for custom threshold
Removed support for hashlocks
Unskipped tests that were skipped waiting for divisible assets
Fixed remaining tests
|
2016-11-09 13:32:18 +01:00 |
|