Commit Graph

575 Commits

Author SHA1 Message Date
Jude Nelson
ec07ae9f97 be more aggressive in trying to talk to the API daemon 2017-05-09 18:31:01 -04:00
Jude Nelson
a2366243ff don't take min_confirmatinos from kwargs; take it from the UTXO service client 2017-05-09 18:30:44 -04:00
Jude Nelson
490a3e1b7d honor BLOCKSTACK_MIN_CONFIRMATIONS environment variable 2017-05-09 18:30:30 -04:00
Jude Nelson
3763d53cf5 avoid needless debug output if fields overridden by the environment match the fields in the config file 2017-05-09 18:30:08 -04:00
Jude Nelson
cd1c6e04ca include min_confirmations in the UTXO service drivers 2017-05-09 18:29:48 -04:00
Jude Nelson
ef05e280de pass along minimum confirmations from UTXO service client when doing sanity checks 2017-05-09 18:29:22 -04:00
Jude Nelson
daf0b37c41 pass along minimum confirmations from UTXO service client when doing sanity checks 2017-05-09 18:28:57 -04:00
Jude Nelson
eb5b63bc45 honor min_confirmations in the UTXO service client instance (if no min_confirmations is given) 2017-05-09 18:28:33 -04:00
Jude Nelson
cb3a43ba61 check error in cli_price before continuing 2017-05-09 18:28:12 -04:00
Jude Nelson
d27a38eac1 check sys.argv length 2017-05-09 18:27:42 -04:00
Jude Nelson
cdfb15ab33 tx_only is False if not given 2017-05-08 18:39:54 -04:00
Jude Nelson
3a1bb13d33 Merge pull request #414 from kantai/rc-0.14.2
Secret cli args weren't being processed when debug flag unset
2017-05-08 17:21:40 -05:00
Jude Nelson
c6405262a5 set server_host and server_port in environment if set_global is True 2017-05-08 15:43:46 -04:00
Aaron Blankstein
aaf01bdc41 fixes secret setting so that passed passwords work when not in --debug mode (re-exec code isn't called) 2017-05-08 15:32:52 -04:00
Jude Nelson
1a98efe91e use correct UTXO URL for blockstack_utxo driver 2017-05-05 15:02:15 -04:00
Jude Nelson
a95f005037 Add a route for / that points users to documentation. 2017-05-04 18:29:27 -04:00
Jude Nelson
8c72d4a93d add methods for manipulating txt records in a structured zonefile 2017-05-04 16:48:38 -04:00
Jude Nelson
7cdfaa151a add support for adding and removing TXT records (i.e. for Tor support) 2017-05-04 16:48:23 -04:00
Jude Nelson
0cb7faa9e9 add logger 2017-05-04 10:58:19 -04:00
Jude Nelson
e171f7c5ae make the insight_api driver print something more useful on UTXO connection failure 2017-05-03 14:45:48 -04:00
Jude Nelson
47365aac2a print name on hash mismatch 2017-05-02 22:52:38 -04:00
Aaron Blankstein
0431c5d783 left out sys import 2017-05-02 15:24:47 -04:00
Jude Nelson
112ea083a0 Merge pull request #390 from spankratov/rc-0.14.2
fixed typo in backend_set_wallet
2017-05-02 11:35:17 -05:00
Aaron
76e755f982 Merge pull request #408 from kantai/rc-0.14.2
fixing core api service whitespace issue on macOS
2017-05-02 12:17:36 -04:00
Jude Nelson
9f32190ceb update zone file wizard to set the ECDSA public key for a blockchain ID 2017-05-02 12:13:56 -04:00
Jude Nelson
225e1a08af constant-time string comparison for passwords 2017-05-02 11:52:37 -04:00
Jude Nelson
cab1a94ddd add constant-time string comparison for checking password equality 2017-05-02 11:51:58 -04:00
Jude Nelson
0dbb9908b3 when storing a public key to a zone file, make sure it's compressed 2017-05-02 11:51:35 -04:00
Jude Nelson
8b36406f1e add GET endpoint for the zone file public key 2017-05-02 11:51:21 -04:00
Aaron Blankstein
1c85a9e06c fixing core api service whitespace issue on macOS 2017-05-02 11:51:16 -04:00
Jude Nelson
f07aaf0dd7 pass blockchain ID when storing profile 2017-05-02 11:50:45 -04:00
Jude Nelson
c08f0f0b35 make sure we're dealing with keys of the same format when comparing 2017-05-02 11:50:30 -04:00
Jude Nelson
948d950b82 add get_public_key command; replace 'name' with 'blockchain ID' 2017-05-02 11:50:08 -04:00
Jude Nelson
79d564c382 blockstack-core for start/stop; also fix up sign_data and verify_data 2017-05-01 19:55:13 -04:00
Jude Nelson
a467379fe0 Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2 2017-05-01 16:45:04 -04:00
Jude Nelson
23bd884b8e in test mode, allow callers to create wallets without data keys 2017-05-01 16:42:17 -04:00
Jude Nelson
d573db34ef fix up tombstone generation in data deletion code 2017-05-01 16:41:57 -04:00
Jude Nelson
416be51a77 add schemas for wallets without data keys; allow reader_pubkeys to be sent back with inode information 2017-05-01 16:41:21 -04:00
Jude Nelson
d7c15bb4ac remove stale pid files where appropriate; do not pass the wallet to the registrar, but instead instantiate the registrar with the wallet 2017-05-01 16:40:53 -04:00
Jude Nelson
49e33838a8 it's possible to ask for the consensus hash of a block that has not yet been processed. If this happens, return an error message 2017-05-01 16:40:18 -04:00
Jude Nelson
69e5aa0620 when making hardened child private keys, make sure they're compressed by default unless the caller says otherwise 2017-05-01 16:39:50 -04:00
Jude Nelson
9ebdf3b855 reader_pubkeys are distinct from readers (public keys versus addresses). 2017-05-01 16:39:28 -04:00
Jude Nelson
3c38231b46 support BLOCKSTACK_TESTNET_FIRST_BLOCK= and BLOCKSTACK_TESTNET3= envars (thanks @sbaks0820!) 2017-05-01 16:38:23 -04:00
Jude Nelson
cf81dd7c6b remove race condition in registrar initialization: set the wallet keys on instantiation 2017-05-01 16:38:04 -04:00
Jude Nelson
166199f8da remove unnecessary print 2017-05-01 16:37:53 -04:00
Jude Nelson
dca4b9052b tx fee is always an int 2017-05-01 16:37:41 -04:00
Jude Nelson
ffe0c40ed2 sync app publish/unpublish, app config, and app resources APIs with current data storage APIs 2017-05-01 16:37:19 -04:00
Jude Nelson
a1ecae0aaa when preordering and revealing a namespace, require that both the preorder and reveal private keys are compressed 2017-05-01 16:36:57 -04:00
Aaron Blankstein
1e02a7747e using cryptography instead of pycrypto for legacy wallet decryption 2017-05-01 14:07:07 -04:00
Jude Nelson
b88dcd887f Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2 2017-04-27 19:37:48 -04:00