Commit Graph

564 Commits

Author SHA1 Message Date
Aaron Blankstein
299c828a09 more varied rpc interfaces. 2017-06-25 16:53:09 -04:00
Aaron Blankstein
c63aa03485 fixing up some calls to deal with changes in the rpc structure 2017-06-24 19:42:44 -04:00
Aaron Blankstein
248d50a9cc adding test for db caching of subdomains 2017-06-23 18:14:18 -04:00
Aaron Blankstein
a7d20acf1a Merge branch 'rc-0.14.2' into subdomain 2017-06-23 16:53:59 -04:00
Aaron Blankstein
896e1a1ee9 working integration tests + unit tests for bad sig transitions and bad sequence numbers + skeletal work on domain caching 2017-06-23 16:46:20 -04:00
Aaron Blankstein
617c027936 merging 2017-06-23 11:32:21 -04:00
Aaron Blankstein
ded4a8314f xmlunittests will now force failure of circleCI 2017-06-23 10:28:13 -04:00
Aaron Blankstein
20ac5e393f okay, now it actually does the resolver lookup correctly. 2017-06-22 18:35:51 -04:00
Aaron Blankstein
bf7df65e3d simple resolution test passes! 2017-06-22 18:03:49 -04:00
Aaron Blankstein
72185c3914 adding another auth token verification test 2017-06-22 17:43:56 -04:00
Jude Nelson
9d32420102 log when we delete a user's files (for clarity) 2017-06-21 22:44:16 -04:00
Aaron Blankstein
ec0edfdc52 subdomains with prior zonefile spec 2017-06-21 17:10:06 -04:00
Jude Nelson
2298f2cdb5 patch error codes 2017-06-20 23:54:53 -04:00
Jude Nelson
32d4317d74 add test to instantiate an empty .id namespace (for testing the browser behavior) 2017-06-19 23:27:49 -04:00
Aaron Blankstein
07891679df Added integration test for simple subdomain resolution
*And* the test works!!
2017-06-19 11:00:41 -04:00
Jude Nelson
6f34752b93 synchronize with APIs: require session token on write and construct device IDs and app-specific public keys on reads 2017-06-18 22:11:33 -04:00
Jude Nelson
c95037fbfa synchronize with APIs 2017-06-15 22:24:55 -04:00
Jude Nelson
c5c0b57575 Merge remote-tracking branch 'origin/rc-0.14.2-portal' into rc-0.14.2 2017-06-15 11:35:37 -04:00
Jude Nelson
6cdf12bd52 re-connect to bitcoind to ensure no timeouts 2017-06-15 11:06:25 -04:00
Jude Nelson
38f080ccf5 expand UTXO-consumption integration test to verify that no "small" UTXOs will be consumed by any transaction, even though they're available. Also, expand the test to check renewal and revoke. 2017-06-15 11:05:49 -04:00
Jude Nelson
73186a2a95 don't pass tx_fee on name_import; add get_utxo() method 2017-06-07 19:18:14 -04:00
Jude Nelson
6ee1d24c2a integration test: verify that for payments, we select a minimal number of UTXOs (instead of everything) to form a transaction 2017-06-07 19:10:39 -04:00
Aaron Blankstein
a59da6fab4 adding integration test case which will attempt to register foo.id (with a transfer at end), but the wallet gets drained. right now the check() doesn't really do anything, but once info will respond with error, I'll add that 2017-06-06 13:50:29 -04:00
Jude Nelson
2364ec8744 activate foo.test explicitly 2017-05-30 20:29:48 -04:00
Jude Nelson
6c163cc3b6 make sure storage directories exist 2017-05-24 15:17:19 -04:00
Jude Nelson
b8741e7808 Merge branch 'portal-fix-withdraw' into rc-0.14.2 2017-05-23 17:23:03 -04:00
Jude Nelson
43444f265f better debugging of balance and utxos 2017-05-23 17:22:06 -04:00
Jude Nelson
f65d603861 demo.id; test bigger withdraw samples 2017-05-23 16:50:29 -04:00
Jude Nelson
31ea078e7b test looking up storage by blockchain ID 2017-05-23 16:50:14 -04:00
Jude Nelson
4dc91ddc49 test indexed storage across multiple users 2017-05-23 16:50:03 -04:00
Jude Nelson
44cea34fa8 take blockchain IDs for datastore reads 2017-05-17 22:05:42 -04:00
Jude Nelson
bcd6d8c995 synchronize tests with new data schemas 2017-05-17 00:21:15 -04:00
Jude Nelson
08535ec0ee Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2 2017-05-09 18:33:11 -04:00
Jude Nelson
f5c385ff21 fix up SNV-checks to handle the case where an API operation outright fails due to a safety failure 2017-05-09 18:32:44 -04:00
Jude Nelson
a5d61a22de test min_confs in the test environment 2017-05-09 18:32:35 -04:00
Aaron Blankstein
e1b15bb66d adding live tests and circle.yml for testing Core API Service on rc-0.14.2 2017-05-09 11:26:09 -04:00
Jude Nelson
26be02254d Merge pull request #413 from kantai/regtest-with-portal
Changes to the integration testing which allow easier setup for portal testing.
2017-05-08 17:22:44 -05:00
Jude Nelson
269b5b57d9 properly pass password 2017-05-04 00:25:51 -04:00
Aaron Blankstein
3c7faecb18 a starter environment for portal... 2017-05-02 22:19:20 -04:00
Jude Nelson
f3b222cff9 add integration test for getting a public key from a zone file 2017-05-02 11:52:55 -04:00
Jude Nelson
f60aa4b77f make sure we set (or do not set) a zone file public key correctly when doing an internal profile migration 2017-05-02 11:52:17 -04:00
Jude Nelson
b37e568c24 add routines to call sign_data and verify_data 2017-05-01 19:56:05 -04:00
Jude Nelson
44aa7dd4c8 keys are required if there are no zone files 2017-05-01 19:55:53 -04:00
Jude Nelson
d99b5abe3b keys are required if there is no zone file 2017-05-01 19:55:40 -04:00
Jude Nelson
2ac84c1709 test for sign data and verify data 2017-05-01 19:55:29 -04:00
Jude Nelson
2c40a2c71c allow ample time for multisig operations; use page numbers for fetching ranges of names 2017-05-01 16:44:33 -04:00
Jude Nelson
697393b1aa remove blockstack_gpg import; fix up requested permissions 2017-05-01 16:44:13 -04:00
Jude Nelson
bf036a08b1 remove blockstack_gpg import; on put_immutable(), use the data string (sync'ing with the current API); on sign-in, use a private key to generate the request 2017-05-01 16:43:16 -04:00
Jude Nelson
1fa58f3218 sync with core API 2017-05-01 16:42:37 -04:00
Jude Nelson
b03fd764b0 fix up imports; remove dead code for testing the old and never-used blockstack:// URL scheme 2017-04-27 19:37:19 -04:00