Commit Graph

680 Commits

Author SHA1 Message Date
Jude Nelson
c233450b4c more lenient node.js setup 2017-11-16 13:06:08 -05:00
Jude Nelson
653073b08e use the right API call in virtualchain 2017-11-15 16:50:48 -05:00
Jude Nelson
0388fe8a34 appropriate SNV failure test 2017-11-15 16:50:39 -05:00
Jude Nelson
94abeb32c5 better DID-check error handling 2017-11-15 16:05:14 -05:00
Jude Nelson
86ec80692d use the right address 2017-11-14 19:38:42 -05:00
Jude Nelson
0863eaa6fb renewal after 10 blocks 2017-11-14 19:38:31 -05:00
Jude Nelson
9371797f48 fix snv failure 2017-11-14 19:38:22 -05:00
Jude Nelson
478846a8e0 do not require a known owner address if safety_checks is False 2017-11-14 17:36:52 -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
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
4831a7d33a name_rec may not exist 2017-11-09 18:56:28 -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
1ca62f3b2e expect SNV failure 2017-10-31 20:40:49 -04:00
Jude Nelson
3cdc697911 Merge branch 'hotfix/registrar-check-storage' into hotfix/did-support 2017-10-31 16:52:40 -04:00
Jude Nelson
df5c4125d2 add expected snv failures where appropriate 2017-10-31 16:50:00 -04:00
Jude Nelson
d6a9df91c7 launch the namespace (makes certain other methods work correctly) 2017-10-31 16:49:45 -04:00
Jude Nelson
4c5605e859 test that the registrar will not clear out a regup transaction if its zone file has not been replicated but the tx is nevertheless still confirmed 2017-10-31 16:48:58 -04:00
Jude Nelson
d42623d1d4 add test to verify that updates replicate zone files even if the blockchain advances in between replicating zonefiles (at 9 confirmations) and clearing them out (at 11 confirmations) in one registrar pass 2017-10-31 16:48:22 -04:00
Jude Nelson
9473388bf9 test register/renew zonefile propagation for when the blockchain advances beyond the 10 required confirmations faster than we can replicate 2017-10-31 16:48:00 -04:00
Jude Nelson
ad9dec6ee7 add lowlevel method to get a registrar queue 2017-10-31 16:47:46 -04:00
Jude Nelson
8826c96a0f don't check for dids on names that were imported more than once 2017-10-31 14:33:55 -04:00
Jude Nelson
68ab53755f add test for Blockstack DID resolution 2017-10-31 11:41:40 -04:00
Jude Nelson
a4be04ffd1 Merge branch 'hotfix/nameop-library-support' into hotfix/did-support 2017-10-30 16:39:36 -04:00
Jude Nelson
375337f126 wait a bit longer on import zone files 2017-10-30 16:22:11 -04:00
Jude Nelson
0574ea2e01 keylib. 2017-10-30 11:38:48 -04:00
Jude Nelson
f88ff8010a abort on failed putimmutable 2017-10-28 13:36:59 -04:00
Jude Nelson
25ae384977 test did resolution automatically by constructing dids from api calls 2017-10-28 13:36:17 -04:00
Jude Nelson
3d09eb35e3 add test for creating an empty ID namespace without an APi server 2017-10-27 19:27:28 -04:00
Jude Nelson
e2b30f724b make a DID for each name we create, and verify that we can get the current blockchain record for it using our DID resolver algorithm 2017-10-27 19:26:28 -04:00
Jude Nelson
3f6ff2c91e stress-test daemonization 2017-10-24 10:56:53 -04:00
Jude Nelson
b68f4ad41a optionally use the 'soft-stop' 2017-10-19 14:30:42 -04:00
Jude Nelson
e77b1a64f1 version bump 2017-10-19 14:30:34 -04:00
Jude Nelson
299c750f2b Merge branch 'hotfix/namespace-safety' 2017-10-18 16:55:58 -04:00
Jude Nelson
a6961e6d54 catch invalid private key 2017-10-18 15:41:18 -04:00
Jude Nelson
85d5f09da8 make funding work with multisig private keys 2017-10-18 14:30:51 -04:00
Jude Nelson
39ac339714 add tests for sign_profile and verify_profile 2017-10-17 18:32:10 -04:00
Jude Nelson
8873bfb2ca add sign_profile and verify_profile 2017-10-17 18:31:59 -04:00
Jude Nelson
56fa755e8f add test for namespace registration safety features 2017-10-17 14:36:33 -04:00
Jude Nelson
58f4bf266f update namespace-reveal API to accept namespace preorder txid 2017-10-17 14:36:14 -04:00
Jude Nelson
4a3833892c prettier printing 2017-10-17 14:29:55 -04:00