Commit Graph

1302 Commits

Author SHA1 Message Date
Jude Nelson
e1c8fef070 version bump to 0.18 2018-01-29 19:11:16 -05:00
Jude Nelson
85f31210c0 make compatible with 0.17.x by falling back to get_name_blockchain_record() if get_name_record() is not defined on the remote server 2018-01-29 19:10:55 -05:00
Jude Nelson
4637d1e0e3 whitespace 2018-01-29 19:10:38 -05:00
Jude Nelson
2df2bbbc91 use get_name_record() where appropriate 2018-01-19 18:45:38 -05:00
Jude Nelson
3f63c5661a add get_name_record() proxy method; use where appropriate 2018-01-19 18:45:22 -05:00
Jude Nelson
7c3c874f08 use get_name_record() where appropriate 2018-01-19 18:45:11 -05:00
Jude Nelson
5ff1d34156 use get_name_record() where appropriate 2018-01-19 18:44:59 -05:00
Jude Nelson
a58f928c8a use get_name_record where appropriate 2018-01-19 18:44:47 -05:00
Jude Nelson
f0aba056d6 use get_name_record where appropriate 2018-01-19 18:44:36 -05:00
Jude Nelson
7c65876446 use get_name_record when appropriate 2018-01-19 18:44:24 -05:00
Jude Nelson
ffe5fe0d47 Merge branch 'develop' into feature/clean-chainstate 2018-01-18 13:24:52 -05:00
Jude Nelson
3ddb2c5384 sync namespace CLI calls with new virtualchain tx structure 2018-01-16 16:36:19 -05:00
Jude Nelson
7a79500780 remove wrong comment 2018-01-13 23:50:49 -05:00
Jude Nelson
d50b0b75c4 in DID resolution logic, order name history by block ID *and* vtxindex 2018-01-13 22:54:27 -05:00
Jude Nelson
7457076825 use blockstackd's virtualchain_hooks library for getting ops fields 2018-01-12 18:35:49 -05:00
Jude Nelson
36b61b5bae add code path for the new get_nameops_at() RPC call that will be present on new blockstackd nodes. This invocation can simply paginate through historic name snapshots without needing to fetch histories and replay them locally (making SNV much faster and more reliable) 2018-01-12 18:35:05 -05:00
Jude Nelson
ceaa70bdd1 mark certain ancilliary methods as deprecated. 2018-01-12 18:34:47 -05:00
Jude Nelson
3269d7bcf3 api sync 2018-01-12 18:34:36 -05:00
Aaron Blankstein
16080dcc95 add support for broadcasting raw zonefile data in base64 + integration test 2018-01-11 17:17:54 -05:00
Aaron Blankstein
fc1ce36ba4 Revert "Undo merge develop"
This reverts commit 5214628583.
2018-01-10 16:47:15 -05:00
Aaron Blankstein
5214628583 Undo merge develop
Revert "Merge branch 'develop' into feature/set-bitcoind-rpcbind"

This reverts commit 1996cfbb94, reversing
changes made to 6588c54759.
2018-01-09 15:45:26 -05:00
Aaron Blankstein
1996cfbb94 Merge branch 'develop' into feature/set-bitcoind-rpcbind 2018-01-09 14:41:31 -05:00
Jude Nelson
98e8a7cbb4 Merge branch 'master' into hotfix/ipfs-support 2018-01-03 12:49:28 -05:00
Jude Nelson
76b21f8f60 Merge branch 'master' of https://github.com/blockstack/blockstack-core 2018-01-03 12:47:52 -05:00
Aaron Blankstein
0a06cff114 Merge branch 'master' into hotfix/bad-gateway-resolver 2017-12-29 08:38:10 -05:00
Jude Nelson
f0ca145389 typo 2017-12-29 02:43:16 -05:00
Aaron Blankstein
6588c54759 a better rpc path 2017-12-22 18:43:13 -05:00
Aaron Blankstein
f6baa8d78c adds a zonefile announce endpoint 2017-12-22 16:21:32 -05:00
Jude Nelson
0135c81683 version bump 2017-12-06 12:11:59 -05:00
Jude Nelson
8be20e18ce version bump 2017-12-01 13:59:43 -05:00
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
dae82306c2 Merge pull request #678 from friedger/patch-1
Fix debug msg about cost for renewal
2017-11-20 23:17:57 -05:00
Jude Nelson
0ed55f419e Merge branch 'master' into hotfix/ipfs-support 2017-11-20 23:08:37 -05:00
Jude Nelson
13a7a82c9b pass proxy through 2017-11-20 21:54:29 -05:00
Jude Nelson
da2a126a3a better docs on return values in listing history 2017-11-20 21:54:14 -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
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
8ea62795bb allow multisig owner address and keys 2017-11-16 17:52:47 -05:00
Jude Nelson
dc4c8e816a properly pass and set new owner address on renewal 2017-11-16 17:24:10 -05:00
Aaron Blankstein
66f2e68196 error code 502 -> 200 2017-11-16 17:03:42 -05:00
Jude Nelson
cbd61b7b1b allow the API endpoint to accept the integration test framework's Origin headers 2017-11-16 13:05:43 -05:00
Jude Nelson
f99b2ac437 fix lack of DID resolution on imported names 2017-11-15 16:05:02 -05:00
Jude Nelson
62b1ca7296 Merge branch 'lacabra-pr/ipfs-storage-driver' into hotfix/ipfs-support 2017-11-14 17:41:05 -05:00
Jude Nelson
f9c1b7dac8 Merge branch 'pr/ipfs-storage-driver' of https://github.com/lacabra/blockstack-core into lacabra-pr/ipfs-storage-driver 2017-11-14 17:40:53 -05:00
Jude Nelson
3a5ca6bef3 Merge branch 'lacabra-pr/backend-driver-common-changing-indexes' into hotfix/ipfs-support 2017-11-14 17:40:05 -05:00
Jude Nelson
b05d04844f Merge branch 'pr/backend-driver-common-changing-indexes' of https://github.com/lacabra/blockstack-core into lacabra-pr/backend-driver-common-changing-indexes 2017-11-14 17:39:46 -05:00
Jude Nelson
05a7db7950 whitespace 2017-11-14 17:36:29 -05:00