Commit Graph

987 Commits

Author SHA1 Message Date
Aaron Blankstein
70b37b15ca adds payment key to withdraw POSTs 2017-09-11 10:25:03 -04:00
Aaron Blankstein
7afd0f55a7 updated tests to test payment key support with updates, transfers, and renewals. plus better handling in 0-UTXO safety check 2017-09-08 15:31:35 -04:00
Aaron Blankstein
efa72f98f1 payment key test passes! adding options to renew as well 2017-09-08 11:46:32 -04:00
Aaron Blankstein
c006610f75 added options to the rpc schemas, begin testing the new payment key registrations 2017-09-07 17:26:17 -04:00
Aaron Blankstein
9e2e0f0eed Merge branch 'hotfix-blockstackd-port' into develop-option-payment-key 2017-09-07 15:48:37 -04:00
Aaron Blankstein
755398ad56 version bump for hotfix 2017-09-07 13:05:32 -04:00
Aaron Blankstein
64605794f5 fixes the default port lookup issues 2017-09-07 13:03:53 -04:00
Aaron Blankstein
d601eca369 blockstack_client/utils.py 2017-09-07 11:57:01 -04:00
Aaron Blankstein
d6133d7048 version bump 2017-09-06 17:08:45 -04:00
Aaron Blankstein
ce63e4c4dc add support for propagating payment key through registrar, first step in supporting a 'passed' payment key 2017-09-06 16:57:29 -04:00
Aaron Blankstein
c550a341b1 fix case where stale manifest_page returns from index_cache, caused error in name_preorder_register_update_app_datastore_multiuser 2017-08-24 11:09:50 -04:00
Aaron Blankstein
486c35b3ea add schema for subdomain name checks (supported subdomain name lengths are longer than normal names (in total) 2017-08-23 15:59:38 -04:00
Aaron Blankstein
30223af063 Merge branch 'develop-wallet-cli-improvements' into develop 2017-08-23 15:22:43 -04:00
Aaron Blankstein
9fc76c2be4 merge in search updates from master 2017-08-23 15:22:08 -04:00
Aaron Blankstein
f1fd32b697 only print 'friendly' newline errors when stderr is attached to a tty 2017-08-23 15:05:46 -04:00
Aaron Blankstein
3886e76c94 improved wallet setup interactions + improved error output 2017-08-23 14:38:38 -04:00
Aaron Blankstein
13798e5fa2 str() subdomain names before lookup 2017-08-22 18:46:40 -04:00
Aaron Blankstein
938217f48f fix typo in subdomains.py 2017-08-22 18:27:00 -04:00
Aaron Blankstein
948e3d9987 okay, there were errors from before, but now also support subdomains! 2017-08-22 18:23:05 -04:00
Aaron Blankstein
b81747c44d add "owner_key" data field for PUT /v1/names/foo/owner and integration test 2017-08-21 18:08:43 -04:00
Aaron Blankstein
5e7c9308f5 removed all wildcard imports from non-init, non-storage-driver files in blockstack_client 2017-08-21 16:54:08 -04:00
Aaron Blankstein
cae9a2e0b8 removed a few more wildcard imports, fixed a handful of pylint errors 2017-08-21 16:02:58 -04:00
Aaron Blankstein
19e98f59ac clearing out more wildcards 2017-08-21 15:22:05 -04:00
Aaron Blankstein
6f62c78f67 more fixing of wildcard imports 2017-08-21 14:12:52 -04:00
Aaron Blankstein
7e624469bb removed from config, tx 2017-08-18 19:06:27 -04:00
Aaron Blankstein
40035307af remove wildcards from wallet 2017-08-18 18:56:11 -04:00
Aaron Blankstein
d59322fcce wallet only writes changes when change detected + make ownerkey reading play nicely with different cli_update calling mechanisms 2017-08-18 09:24:27 -04:00
Aaron Blankstein
d026940601 updating docs for persistent setting of keys over REST 2017-08-17 18:16:23 -04:00
Aaron Blankstein
17d6043731 added integration test for persistent setting of the payment key, fixed bugs that it surfaced 2017-08-17 17:39:31 -04:00
Aaron Blankstein
5c0e4f2606 Merge branch 'develop' into set-payment-keys 2017-08-17 16:02:18 -04:00
Aaron Blankstein
c878b62c8a /usr/bin/env python -> python2. our code is not python3 friendly, we should specify that 2017-08-17 13:40:01 -04:00
Aaron Blankstein
8eda4c5529 first modifications to support persistent setting of payment key 2017-08-16 17:50:01 -04:00
Aaron Blankstein
bcbab3ef19 fixes bug in https support changes by making rpc proxy default to 'http' 2017-08-16 17:23:40 -04:00
Aaron Blankstein
67454975c2 make zonefile lookups use the same proxy constructor, fix in integrations tests, plus more sophisticated config migration path 2017-08-16 13:23:55 -04:00
Aaron Blankstein
683109cbb6 turn on support for talking to node.blockstack.org via https by default 2017-08-16 11:04:57 -04:00
Aaron Blankstein
04b1ee8f75 previous commit's comments cause argparsing failure in cli 2017-08-15 17:23:09 -04:00
Aaron Blankstein
af418c4aaa add support for ownerkey in manual zonefile hash set 2017-08-15 17:18:38 -04:00
Aaron Blankstein
c27fd304d4 Merge branch 'master' into updates-with-owner-key 2017-08-15 17:06:56 -04:00
Aaron Blankstein
aaeae2ad06 adding debug statements to storage and dropbox, trying to figure out what is going on in issue #490 2017-08-15 16:57:12 -04:00
Aaron Blankstein
6d217b1ce0 fixes issue in subdomain lookups for addresses in regtest mode- the subdomain registrar isn't 'regtest-aware', so it submits mainnet addresses, therefore the address shouldn't be converted in the lookup for subdomains 2017-08-15 14:51:05 -04:00
Aaron Blankstein
c012cc8c2e updates with passed owner key now passing first integration test 2017-08-15 12:03:52 -04:00
Aaron Blankstein
85e80d7e79 add OPTIONS handler and Access-Control-Allow-Origin headers 2017-08-15 10:17:51 -04:00
Aaron Blankstein
a258954df3 fix cli profile verify 2017-08-15 09:27:40 -04:00
Aaron Blankstein
efce90ebe9 first skeleton of code -- tests coming next 2017-08-14 17:09:15 -04:00
Aaron Blankstein
d47dc43e99 fixes wallet migration logic for 14.2->14.3->14.4. fixes status code for /v1/names/ on missing subdomains. add cli support for 'whois <foo.bar.tld>' 2017-08-13 09:45:01 -04:00
Aaron Blankstein
529f71530e fix e-mail signup bug: if you run setup in non-interactive mode, the e-mail *should* be set to '' and you shouldn't get more prompts 2017-08-11 17:27:56 -04:00
Jude Nelson
2dc3dd68df it's okay if the series version is 0.14.4 2017-08-10 17:33:47 -04:00
Aaron Blankstein
80bfb1fe68 Merge branch 'master' into subdomain 2017-08-10 16:59:17 -04:00
Jude Nelson
b897d14d13 log exceptions in debug mode 2017-08-10 16:57:40 -04:00
Jude Nelson
bf16192240 use all drivers, but prioritize local ones 2017-08-10 16:57:27 -04:00