Scott Sadler
|
448ee87944
|
flatten transaction - code changes
|
2016-12-12 16:07:41 +01:00 |
|
Scott Sadler
|
32c8b65f08
|
Remove metadata uuid
|
2016-12-12 16:07:41 +01:00 |
|
Brett Sun
|
345fc27a39
|
Remove durability from all database-related calls
|
2016-12-12 16:07:41 +01:00 |
|
Sylvain Bellemare
|
b9cfc5d9a2
|
Sync up with master
|
2016-12-12 15:53:56 +01:00 |
|
Brett Sun
|
8ffdd6a2ce
|
Fix rethinkdb schema index test
|
2016-12-12 15:53:56 +01:00 |
|
Brett Sun
|
ccd8e74868
|
Fix initialization-related tests for rethinkdb schema
|
2016-12-12 15:48:48 +01:00 |
|
Brett Sun
|
32b6c50d63
|
Fix usage of backend functions that weren't getting a connection passed in
|
2016-12-12 15:48:48 +01:00 |
|
Brett Sun
|
dc31f7f607
|
Fix small module issues related to rethinkdb schema tests
|
2016-12-12 15:48:48 +01:00 |
|
Brett Sun
|
9e3bca7e85
|
Fix schema-related database tests
|
2016-12-12 15:48:48 +01:00 |
|
Brett Sun
|
9ca7f9f270
|
Move tests/db/test_utils.py to rethinkdb-only schema test
|
2016-12-12 15:48:48 +01:00 |
|
Scott Sadler
|
44a43dcf94
|
make all tests pass after vote schema introduction
|
2016-12-12 15:15:38 +01:00 |
|
Scott Sadler
|
8d4677f456
|
flatten transaction - code changes
|
2016-12-01 14:31:31 +01:00 |
|
Scott Sadler
|
71dcee019f
|
Remove metadata uuid
|
2016-11-28 17:34:46 +01:00 |
|
vrde
|
024c8583b5
|
Merge remote-tracking branch 'origin/isolate-db-testcalls'
|
2016-11-28 16:29:23 +01:00 |
|
ryan
|
9ab0294bc9
|
partial removal of rethinkdb calls from tests
|
2016-11-22 14:47:11 +01:00 |
|
Scott Sadler
|
7dc9f52fe0
|
remove transaction timestamp
|
2016-11-22 13:03:30 +01:00 |
|
Rodolphe Marques
|
547ad32966
|
Merge remote-tracking branch 'origin/master' into feat/792/get-txs-by-metadata-id-ignore-invalid-blocks
|
2016-11-18 10:17:01 +01:00 |
|
Rodolphe Marques
|
826db6c122
|
fixed test
|
2016-11-18 10:12:39 +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 |
|
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
|
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 |
|
troymc
|
54f0d85cda
|
Merged master branch and fixed some merge conflicts
|
2016-11-14 18:35:46 +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 |
|
Ryan Henderson
|
c8553abb41
|
add backlog count (#806)
|
2016-11-14 10:03:59 +01:00 |
|
Rodolphe Marques
|
98084f6f4a
|
get_transaction_by_metadata_id now ignores invalid transactions
|
2016-11-11 17:36:27 +01:00 |
|
Ryan Henderson
|
d31a268a51
|
add id query (#799)
|
2016-11-11 15:08:37 +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 |
|
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 |
|
troymc
|
6930f93d4c
|
Added test for case when tx is in backlog and an invalid block
|
2016-11-06 10:13:29 +01:00 |
|
Rodolphe Marques
|
ee3b967184
|
Added support for divisible assets in TRANSFER transactions
Created tests
|
2016-11-06 01:55:47 +01:00 |
|
troymc
|
e81283fee9
|
test_read_transaction_invalid_block didn't need to write tx to backlog
|
2016-11-05 17:30:48 +01:00 |
|
Sylvain Bellemare
|
a28bf7b950
|
Update import for exceptions
|
2016-11-01 11:49:17 +01:00 |
|
najla
|
4dae41828c
|
Using function from utils for setting up the database
|
2016-11-01 11:31:15 +01:00 |
|
troymc
|
2d6dfaa6f4
|
Rename FulfillmentNotInValidBlock to TransactionNotInValidBlock
|
2016-10-29 16:35:15 +02:00 |
|
Sylvain Bellemare
|
ea9dfaf1e5
|
Replace bigchaindb_common pkg by bigchaindb.common
|
2016-10-24 17:01:43 +02:00 |
|
vrde
|
15fb27f327
|
Remove conn property from core API
|
2016-10-18 17:32:32 +02:00 |
|
Rodolphe Marques
|
7275e6f44b
|
Added support for cryptoconditions 0.5.0
Fixed tests.
|
2016-10-14 17:48:45 +02:00 |
|
Rodolphe Marques
|
7d3c6ee5ce
|
Addressed comments to import tests.
Fixed some pep8 violations
|
2016-10-13 13:53:08 +02:00 |
|
Rodolphe Marques
|
abf1c98d7c
|
Merge remote-tracking branch 'origin/master' into rebase/feat/564/implement-digital-asset-template
|
2016-10-12 16:56:49 +02:00 |
|
Rodolphe Marques
|
80c9cdcb09
|
Finished integration of digital asset.
Fixed tests
|
2016-10-12 10:29:25 +02:00 |
|
Ryan Henderson
|
81e70951d4
|
check if fulfillments are in a valid block (#629)
* check if fulfillments are in a valid block
* documentation
* fix almost all tests where tx validity is checked before writing to block
* move import
|
2016-10-10 09:41:49 +02:00 |
|
Rodolphe Marques
|
0652348bf0
|
initial integration of asset
|
2016-10-07 15:46:21 +02:00 |
|
Rodolphe Marques
|
148e30a84b
|
Remove unnecessart database queries in get_asset_id
|
2016-10-04 16:23:36 +02:00 |
|