Commit Graph

21 Commits

Author SHA1 Message Date
Jude Nelson
490a3e1b7d honor BLOCKSTACK_MIN_CONFIRMATIONS environment variable 2017-05-09 18:30:30 -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
a2c06ae6d9 set max tx fee as a constant 2017-04-27 19:29:49 -04:00
Jude Nelson
4de600435e add support for sending log messages to port 8333 on localhost 2017-04-13 20:29:16 -04:00
Jude Nelson
1698e04537 Merge branch 'rc-0.14.2' of https://github.com/blockstack/blockstack-core into rc-0.14.2 2017-04-12 17:16:59 -04:00
Jude Nelson
5b0d506a2a include estimated sizes for namespace_preorder, namespace_reveal, namespace_ready, and name_import transactions 2017-04-12 17:12:24 -04:00
Jude Nelson
6fed4a3f48 Merge pull request #381 from kantai/rc-0.14.2-aaron
Wallet initialization and secrets passing fixes
2017-04-10 18:09:50 -05:00
Jude Nelson
0a6436e40f make our Insight API endpoint the default UTXO provider 2017-04-10 11:51:16 -04:00
Aaron Blankstein
e53ba6d790 fixes to get the new secrets passing through stdin to work in my environment 2017-04-07 12:24:49 -04:00
Jude Nelson
59803e4ff7 if we can't parse secrets, then use an empty dict 2017-04-05 17:45:49 -04:00
Jude Nelson
b13075d275 new secrets API, for passing secrets to child processes across execv(2) without using environment variables. The jist is pretty simple: write them to an unlinked file and have the execv'ed process read them back. Also, take care that no other process has the unlinked file open (e.g. via lsof), in order to ensure that not even another one of the user's processes is trying to race blockstack to get the secrets. 2017-04-05 15:06:40 -04:00
Jude Nelson
803734137a switch default UTXO providers to the blockstack explorer 2017-03-27 18:08:32 -04:00
Jude Nelson
7132ddd775 storage protocol version 2017-03-17 11:46:41 -04:00
Jude Nelson
16a232d818 clarify port number usage 2017-03-06 18:16:50 -05:00
Jude Nelson
426b7b2f2d add support for dry-runs (return the tx, but don't send it) 2017-02-27 16:42:33 -05:00
Jude Nelson
9fbe6e3c6a remove now-unused constants for signing key info 2017-02-20 20:59:25 -05:00
Jude Nelson
c8d25a4bd4 codify hdpath for datastore private keys 2017-02-12 19:15:44 -05:00
Jude Nelson
130ce771e7 codify the hardened child key paths for various aspects of data stores 2017-02-12 03:33:07 -05:00
Jude Nelson
a9c45ac030 clean up constants a bit--use relative directories, and add p2sh size estimations 2017-02-10 17:39:24 -05:00
Jude Nelson
f58101fd86 separate out version numbers into separate variables 2017-01-30 01:39:07 -05:00
Jude Nelson
e4455caf96 Repository re-organization 2017-01-17 11:16:19 -05:00