Jude Nelson
ace2184195
'transfer_send_block_id' comes from the current name operation, not the
...
previous.
2016-04-01 17:24:24 -04:00
Jude Nelson
0597acd78b
When reconstructing a NAME_TRANSFER, use its transfer_send_block_id to
...
look up which consensus hash to use.
2016-04-01 15:07:46 -04:00
Jude Nelson
a3cd65cddc
Add integration tests that ensure that we correctly reconstruct
...
NAME_TRANSFER operations using the new `transfer_send_block_id` field--
even when the consensus hash from the NAME_TRANSFER is several blocks
old.
2016-04-01 15:07:02 -04:00
Jude Nelson
3b91f4a7f8
Remember which block ID contained the consensus hash that accompanied a
...
NAME_TRANSFER operation. This is not a consensus-breaking change, but
any database that does not incorporate this information on NAME_TRANSFER
will be unverifiable.
The block ID is used to later look up the consensus hash that
accompanied the NAME_TRANSFER, when verifying the database or performing
SNV. This is necessary because due to a quirk in the original
Blockstore prototype, NAME_TRANSFER did not save its consensus hash, and
our test framework accidentally masked this behavior (by sheer
coincidence, it could always select the "right" consensus hash when
reconstructing a NAME_TRANSFER operation from a name's history when
running in the test environment). This has since been caught, and
integration tests have been written to watch for this bug.
2016-04-01 15:04:01 -04:00
Jude Nelson
067188e500
Rename the .ini file in testing
2016-04-01 14:21:24 -04:00
Ubuntu
491ddbb0dc
Merge branch 'rename-v0.0.10.2' of https://github.com/blockstack/blockstore into rename-v0.0.10.2
2016-03-01 17:27:19 +00:00
Ubuntu
be242e2005
small improvements for testing stable with the rename
2016-03-01 16:04:22 +00:00
Muneeb Ali
f091abf4c6
Merge pull request #207 from blockstack/rename-v0.0.10.2
...
updated server README
2016-02-25 00:58:25 -05:00
Muneeb Ali
11f4ce16a6
updated server README
2016-02-25 00:57:58 -05:00
Muneeb Ali
1530dada02
updated blockstack-server in bin/
2016-02-25 00:30:55 -05:00
Muneeb Ali
3a79c9e0d9
fixed merge conflicts
2016-02-25 00:26:42 -05:00
Muneeb Ali
ea71488cc8
bumped version
2016-02-24 19:33:28 -05:00
Muneeb Ali
d44abd0a15
add bin/blockstack-server
2016-02-24 17:30:10 -05:00
Muneeb Ali
58a641817a
bump version
2016-02-24 17:04:05 -05:00
Muneeb Ali
0ff2e7d696
Merge remote-tracking branch 'origin/hotfix-v0.0.10' into v0.0.10.2
2016-02-24 16:58:17 -05:00
Ubuntu
681f571d74
Backport DHT config parsing fix
2016-02-24 16:17:10 +00:00
Ubuntu
9cc9326558
virtual chain name is now 'blockstack-server' to avoid conflicts with the new client.
2016-02-24 15:48:44 +00:00
Ubuntu
cdce593fce
Version 0.0.10.1 of blockstack
2016-02-23 21:21:08 +00:00
Jude Nelson
38521ab6a8
blockstack, not blockstack-client
2016-02-23 16:18:15 -05:00
Jude Nelson
556b9f9454
Blockstackd, not blockstored
2016-02-23 16:17:23 -05:00
Jude Nelson
766f8df56a
Rename BlockstoreDB to BlockstackDB
2016-02-23 15:56:09 -05:00
Jude Nelson
29f7e2ef8c
WIP: renaming blockstore to blockstack
2016-02-23 15:52:18 -05:00
Jude Nelson
4d94f628c2
Actually use the blockchain broadcaster on preorder.
2016-02-23 15:45:55 -05:00
Muneeb Ali
1abcfc46a9
Merge remote-tracking branch 'origin/hotfix-v0.0.10' into v0.0.10.2
2016-02-23 10:35:10 -05:00
Jude Nelson
c6b3a2dde3
Use the config-designated transaction broadcaster on name preorder.
2016-02-22 21:03:45 -05:00
Muneeb Ali
833b67f087
Merge remote-tracking branch 'origin/v0.0.10' into v0.0.10.2
2016-02-21 17:12:29 -05:00
Muneeb Ali
0efff53728
return only names for get_all_names
2016-02-21 17:11:15 -05:00
Muneeb Ali
9a67eace9b
added blockstack-server in bin/
2016-02-21 17:10:53 -05:00
Jude Nelson
9288063248
Pre-declare resp before using it
2016-02-19 14:52:44 -05:00
Muneeb Ali
3287bb74c9
bumping version (compatible with cli changes)
2016-02-16 19:33:49 -05:00
Muneeb Ali
619d34dc3f
updated client version
2016-02-16 02:37:45 -05:00
Muneeb Ali
be9077b691
finalized packages for 0.0.10.1 release
2016-02-03 20:23:37 -05:00
Muneeb Ali
da88b977ab
removed bitcoind_passwd from debug logs
2015-11-24 18:09:27 -05:00
Muneeb Ali
bb5261bb65
updated dht config
2015-11-24 17:50:16 -05:00
Muneeb Ali
9f1bf85ed1
updated license year (to reflect that we're entering 2016), adding license on missing files, updated blockstore-client version
2015-11-24 17:37:43 -05:00
Muneeb Ali
787c0bdbe6
removing old to-do list
2015-11-24 17:04:06 -05:00
Muneeb Ali
349679f042
fixed blockstore-client version
2015-11-23 20:23:21 -05:00
Muneeb Ali
9944935d85
bumped up version
2015-11-23 20:07:44 -05:00
Muneeb Ali
c7739bd4e6
force updated versions of pybitcoin, virtualchain etc
2015-11-23 20:07:10 -05:00
Muneeb Ali
92d22204d6
for names_in_namespace return only names and not data on individual records, resolves #184
2015-11-23 11:11:58 -05:00
Muneeb Ali
8663227c97
auto removed trailing spaces
2015-11-23 11:02:22 -05:00
Muneeb Ali
8bda3b7ee5
caught exception for non-ascii characters, added error reply
2015-11-20 15:39:28 -05:00
Muneeb Ali
3491a692fa
updated debug log messages
2015-11-19 12:25:43 -05:00
Muneeb Ali
b2bba6fa06
auto removed trailing spaces from file
2015-11-19 12:22:15 -05:00
Muneeb Ali
f5e9337890
Merge branch 'master' into dht
2015-11-19 11:39:35 -05:00
Muneeb Ali
9c26808648
fixes spaces in path for indexer_command (similar to #177 )
2015-11-17 19:46:48 -05:00
Muneeb Ali
6909e74c2e
Merge pull request #178 from blockstack/dht
...
reformatted call to twistd to allow spaces in file path, fixes #177
2015-11-17 18:55:14 -05:00
Muneeb Ali
684ab8b7c4
reformatted call to twistd to allow spaces in file path, fixes #177
2015-11-17 18:54:18 -05:00
Muneeb Ali
c3ab9a49eb
Merge pull request #169 from ericwooley/install-debian-script
...
added debian install script, Fixes #168
2015-11-17 17:17:46 -05:00
Muneeb Ali
d730fbd176
Merge pull request #144 from john-light/patch-1
...
Update README.md
2015-11-17 17:16:32 -05:00