Commit Graph

1127 Commits

Author SHA1 Message Date
Jude Nelson
278d656bf1 version bump; omit unneeded safety check on namespace_reveal (thanks @mark!) 2017-10-12 11:12:36 -04:00
Jude Nelson
63e822e405 bump version 2017-10-11 23:28:44 -04:00
Jude Nelson
25aef81bbd make improvements to the NAMESPACE_REVEAL and NAMESPACE_PREORDER UIs 2017-10-11 15:28:59 -04:00
Jude Nelson
4f447c5250 slightly better instructions on namespace preorder; allow CLI to take zonefile and name owner on renew 2017-10-11 14:41:44 -04:00
Jude Nelson
cda33ba162 log failure to find zonefiles in atlas 2017-10-11 14:39:35 -04:00
Jude Nelson
640bb08e18 use MAX_RPC_LEN in defusedxml 2017-10-11 14:39:22 -04:00
Jude Nelson
30d82667db allow maximum RPC size to be overwritten by the test framework 2017-10-11 14:39:03 -04:00
Jude Nelson
d1ab65aa6f distinguish between required and optional CLI args 2017-10-11 14:38:51 -04:00
Jude Nelson
56b032474b not guaranteed to have a zonefile hash in all uses of this method 2017-10-11 14:38:40 -04:00
Jude Nelson
a18b7816c9 Merge branch 'master' of https://github.com/blockstack/blockstack-core 2017-10-11 14:38:04 -04:00
Jude Nelson
06934103af take a zonefile for renewal on the CLI 2017-10-11 14:37:58 -04:00
Aaron Blankstein
5c64459b29 version bump 2017-10-10 19:20:06 -04:00
Aaron Blankstein
1f76a31466 hotfix version bump 2017-10-10 19:03:54 -04:00
Aaron Blankstein
d81d2ea6b9 add min_confs as allowed to renew requests 2017-10-10 14:20:15 -04:00
Aaron Blankstein
be573b0441 friendlier prompting in namespace preorder, plus regtest command instructions in the testing README 2017-10-10 11:55:09 -04:00
Jude Nelson
10819e2294 explicitly compare decompressed keys 2017-10-10 11:24:17 -04:00
Jude Nelson
453dcef387 remove blockstack_server from the default drivers 2017-10-10 11:24:06 -04:00
Jude Nelson
932c6fec6f for zonefile lookups via blockstack-server, use rpc_get_name_blockchain_record() to get the zone file hash 2017-10-10 11:23:39 -04:00
Aaron Blankstein
b715a8713a version bump for hotfix 2017-10-09 17:10:21 -04:00
Aaron Blankstein
247484c892 compress debug logs for skipped optional drivers 2017-10-09 16:39:21 -04:00
Aaron Blankstein
c63893484b be a little more graceful when not configured yet 2017-10-09 16:05:49 -04:00
Aaron Blankstein
dfe5a17b54 remove dropbox from default required_storage_drivers_write 2017-10-09 15:53:44 -04:00
Jude Nelson
93686e2104 Merge branch 'master' into hotfix/storage-errno 2017-10-09 14:41:03 -04:00
Jude Nelson
47506166b0 forgot dust_included in update's make_outputs() method 2017-10-09 14:39:50 -04:00
Jude Nelson
6f82d8f702 don't use EREMOTEIO from errno, since not all platforms support it 2017-10-09 13:49:18 -04:00
Jude Nelson
8f00556f1b have the Gaia hub driver log error messages 2017-10-09 13:48:51 -04:00
Jude Nelson
9dfac76c72 version bump 2017-10-08 01:03:47 -04:00
Aaron Blankstein
6a72c3f686 refuse with status 400 to send 0 bitcoin when passed as amount 2017-10-07 11:36:09 -04:00
Aaron Blankstein
cdd6722c43 withdraw requests with not enough balance (either for fee or in general) now return 400 code always 2017-10-07 11:02:35 -04:00
Aaron Blankstein
fd62c3bccf adds a dust_included flag to tell the tx serialization code not to add any more dust fees, because those fees are already included in txfee, this prevents double-adds of dust fees 2017-10-06 16:11:50 -04:00
Aaron Blankstein
5c63e47fac hotfix version bump to 0.17.0.1 2017-10-06 12:10:11 -04:00
Aaron Blankstein
6af117d3b9 add single_sig query string to /v1/prices/names/:foo endpoint to use a dummy single sig address to compute prices 2017-10-06 11:24:22 -04:00
Aaron Blankstein
78a29df651 fix price estimate to use 2-step instead of 3-4 step price estimate 2017-10-06 10:07:26 -04:00
Jude Nelson
11c950823c extract and isolate private key parsing; accept multisig and segwit key bundles in namespace preorder and namespace reveal; print out current name lifetimes and prices based on the epoch; print pay-to-burn-address address 2017-10-05 17:42:43 -04:00
Aaron Blankstein
27d6971ac3 Add support for recipient+zonefile to REST renews, test for the renews (queues 25 names w/ different payment keys, owner keys, recipients), addd test-out to .dockerignore 2017-10-05 13:41:00 -04:00
Jude Nelson
6d82829ba0 some methods should take a host/port 2017-10-05 12:15:50 -04:00
Jude Nelson
374a7c22fd better snv error message 2017-10-04 00:07:15 -04:00
Jude Nelson
c562ececc0 preorder_hash in namespaces (new in 0.17; renamed from namespace_id_hash); allow a namespace's buckets to be encoded as a JSON string 2017-10-04 00:06:13 -04:00
Jude Nelson
5d4f9b6ff0 fix get_nameops_at() to work correctly with namespace operations 2017-10-04 00:05:59 -04:00
Jude Nelson
14444cd24f remove now-dead code 2017-10-04 00:05:50 -04:00
Jude Nelson
f496cb296b remove now-dead code 2017-10-04 00:05:40 -04:00
Jude Nelson
b8275e4518 make sure that we use the right burn address, accounting for whether or not we're in a v2 namespace's fee collection period 2017-10-04 00:05:13 -04:00
Jude Nelson
1b272bb668 calculate the right burn address for preorder and renewal 2017-10-04 00:04:56 -04:00
Jude Nelson
69843d5175 remove extra import 2017-10-03 13:06:46 -04:00
Jude Nelson
f078174789 bugfix on error path: namespace version 2017-10-03 13:06:33 -04:00
Jude Nelson
499d039258 Merge branch 'develop' into develop-hardfork 2017-10-02 10:57:46 -04:00
Aaron Blankstein
75b45758ef revert token-file changes for gaia_hub driver 2017-10-02 10:04:19 -04:00
Aaron Blankstein
c3a3853d57 add 400 error to malformed addresses in insight-api 2017-10-01 12:55:45 -04:00
Larry Salibra
bb7ed0a86f make mock insight api behave the same as real api by trying to fix #626 & #627 2017-10-01 23:14:30 +08:00
Jude Nelson
1b321c2114 preorder hash, not namespace_id_hash 2017-09-30 17:53:52 -04:00