Commit Graph

1141 Commits

Author SHA1 Message Date
Jude Nelson
c847142edd fix up some UI issues in name import 2017-10-18 14:30:05 -04:00
Jude Nelson
76a5fbb24b add better safety tests for creating namespaces 2017-10-17 14:36:00 -04:00
Jude Nelson
9767abbb00 update fee warning 2017-10-17 11:59:45 -04:00
Jude Nelson
9ead009b4b Merge branch 'master' of https://github.com/blockstack/blockstack-core 2017-10-16 10:47:31 -04:00
Jude Nelson
8741e455d8 WIP: better namespace_preorder instructions 2017-10-16 10:47:18 -04:00
Aaron Blankstein
77c2bb26cf version bump 2017-10-16 10:41:40 -04:00
Aaron Blankstein
648fc62fae fix bug when passing owner key to update via cli 2017-10-13 15:03:19 -04:00
Aaron Blankstein
a9de5d0d2e Merge pull request #647 from DotPodcast/format_price_formula-currency_label
add currency name to format_price_formula function
2017-10-13 10:04:37 -04:00
Jude Nelson
d53cbadbe9 Merge branch 'master' of https://github.com/blockstack/blockstack-core 2017-10-12 18:43:30 -04:00
Jude Nelson
be377b60e3 coerce int 2017-10-12 18:43:09 -04:00
Aaron Blankstein
9f54bcf21e use /tmp/ for the registrar lockfile, prior location was breaking registrar worker in Windows 2017-10-12 18:15:50 -04:00
Jude Nelson
feb02859ae remove dead code 2017-10-12 17:11:54 -04:00
Jude Nelson
53bbe53135 more feedback on namespace preorder 2017-10-12 17:11:42 -04:00
Jude Nelson
278d656bf1 version bump; omit unneeded safety check on namespace_reveal (thanks @mark!) 2017-10-12 11:12:36 -04:00
bhessert
255b8fb0be add currency name to format_price_formula function
Add currency label to the Unit Price, and set it as 'satoshi'
2017-10-12 09:08:08 -05: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