Commit Graph

7022 Commits

Author SHA1 Message Date
Jude Nelson
a696b2ec81 Merge branch 'hotfix/disable-segwit' 2017-12-01 13:59:04 -05:00
Jude Nelson
13b5df0cdb don't initliaze segwit wallets by default (yet) 2017-12-01 13:57:58 -05:00
Jude Nelson
cdbbc63091 Update namespace_creation.md v0.17.0.14 2017-11-21 13:31:26 -05:00
Jude Nelson
dae82306c2 Merge pull request #678 from friedger/patch-1
Fix debug msg about cost for renewal
2017-11-20 23:17:57 -05:00
Aaron Blankstein
38a7cd229a version bump 2017-11-20 10:24:57 -05:00
Aaron Blankstein
4b7380a432 Merge pull request #687 from blockstack/hotfix/fix-historic-name-and-protocol-behavior
Fixes error behavior when communicating with older nodes
2017-11-20 10:21:32 -05:00
Aaron Blankstein
7a5c5a2387 Merge pull request #686 from blockstack/hotfix/renew-cli-fixes
Pass recipient address to renew in the funky call graph
2017-11-20 10:16:59 -05:00
Aaron Blankstein
7a92f69036 fixes buggy behavior when communicating with older nodes, and protocol weirdness when fetching zonefiles 2017-11-20 10:10:04 -05:00
Aaron Blankstein
c1ab500bdb pass recipient address to renew in the funky call graph 2017-11-20 09:19:20 -05:00
Jude Nelson
06a25ed966 Update README.md 2017-11-12 23:22:18 -05:00
Jude Nelson
b8c125e0fa Merge branch 'hotfix/did-support' 2017-11-11 16:38:18 -05:00
Jude Nelson
c8a7166921 bump version 2017-11-11 15:57:42 -05:00
Jude Nelson
65bd1cb91e don't launch a subprocess for bootstrapping and running tests; validate test output by looking at the remote host's execution trace instead of test-runner output 2017-11-10 23:19:28 -05:00
Jude Nelson
e7083c9f70 coerce string 2017-11-10 21:22:16 -05:00
Jude Nelson
8f3e3bfdc5 transfer_address may be None 2017-11-10 21:07:04 -05:00
Jude Nelson
476005b278 wait only 10 blocks between operations; make sure we use the right address 2017-11-10 18:40:45 -05:00
Jude Nelson
1d3224fb91 use the right block counts 2017-11-10 18:40:29 -05:00
Jude Nelson
56d36738dd add appropriate fail points 2017-11-10 18:40:17 -05:00
Jude Nelson
7d048460e6 add fail point 2017-11-10 18:40:05 -05:00
Jude Nelson
ce91659c4c add appropriate fail points 2017-11-10 18:39:53 -05:00
Jude Nelson
94681afecc don't crash on error path 2017-11-10 18:39:35 -05:00
Jude Nelson
65e8efd21e make sure we compare with the same version bits 2017-11-10 18:39:17 -05:00
Jude Nelson
c3b53bf083 use only 10 confirmations; don't race the API daemon 2017-11-10 13:33:51 -05:00
Jude Nelson
e4a4694a04 speed up start/stop for daemon stress test 2017-11-10 13:33:37 -05:00
Jude Nelson
15b4b3c153 move now-deprecated tests to the attic 2017-11-10 13:15:13 -05:00
Jude Nelson
768df656df fix up migrate and get_name_zonefile 2017-11-10 13:14:30 -05:00
Jude Nelson
f2301e2861 wait 10 confs, not 12 2017-11-10 13:14:21 -05:00
Jude Nelson
c38420f879 wait 10 confs, not 12 2017-11-10 13:14:10 -05:00
Jude Nelson
472d3379ff account for new lookup() behavior 2017-11-10 13:13:59 -05:00
Jude Nelson
64d69a7e52 public key may not be given in raw data payload 2017-11-10 13:13:46 -05:00
Jude Nelson
caddfb77bb when getting a name's history, include expired name histories 2017-11-10 13:13:28 -05:00
Jude Nelson
53b7af9bcd re-send zone files when testing 2017-11-10 13:13:19 -05:00
Jude Nelson
8f3bc98484 allow_legacy=True 2017-11-10 13:13:07 -05:00
Jude Nelson
4d9987e23f add get_historic_name_at() for expired names 2017-11-10 13:12:53 -05:00
Jude Nelson
886b383ed7 rename to blockstack-testbox 2017-11-09 18:56:39 -05:00
Jude Nelson
4831a7d33a name_rec may not exist 2017-11-09 18:56:28 -05:00
Jude Nelson
7e6107f909 multisig did addrs can be 35 characters 2017-11-09 18:56:13 -05:00
Jude Nelson
e55d879b95 device_ids in delete_mutable 2017-11-09 18:55:59 -05:00
Jude Nelson
b4a483a58a Initial stab at a test-runner swiss army knife 2017-11-08 20:02:45 -05:00
Jude Nelson
8402c22714 add test for getting the unexpired versus cumulative number of names 2017-11-08 11:42:53 -05:00
Jude Nelson
d666126304 modify API endpoint for /v1/blockchains/bitcoin/name_count to take all=True as an optional query argument, to get the cumulative number of names instead of the number of unexpired names 2017-11-08 11:42:14 -05:00
Jude Nelson
8d95c26e5f expand get_num_names() and get_all_names() to honor include_expired 2017-11-08 11:41:56 -05:00
Jude Nelson
58f9e1655b add CLI commands for getting the number of names, and for differentiating between the cumulative number and the unexpired number 2017-11-08 11:29:36 -05:00
Jude Nelson
8aeda60924 add API wrappers around the DB calls to get unexpired and cumulative names and counts 2017-11-08 11:28:32 -05:00
Jude Nelson
b8f23bd8d7 add DB queries for getting the unexpired and cumulative name counts 2017-11-08 11:28:16 -05:00
Jude Nelson
76bf68bff8 add API endpoints in the indexer to get the *unexpired* name count and the *cumulative* name count 2017-11-08 11:27:56 -05:00
Friedger Müffke
c1fd7ae1c3 Fix debug msg about cost for renewal 2017-11-07 13:44:10 +01:00
Jude Nelson
2427912c77 whitespace 2017-11-06 19:18:42 -05:00
Jude Nelson
b8cf7ae4d6 require jsonpointer 2017-11-06 19:18:32 -05:00
Jude Nelson
47f915a2c7 use hostport to build a proxy object 2017-11-06 19:18:14 -05:00