Commit Graph

1115 Commits

Author SHA1 Message Date
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
Jude Nelson
3dfd334b34 mark methods for moving to blockstack in the next release 2017-09-30 17:52:09 -04:00
Jude Nelson
9022bccb8f better storage debug output 2017-09-30 17:52:00 -04:00
Jude Nelson
270c5b9e2d include version bits when doing a namespace reveal 2017-09-29 16:33:17 -04:00
Jude Nelson
05281624d1 fix update() arguments 2017-09-29 16:03:44 -04:00
Jude Nelson
c238e711b1 require tx fee and renewal fee 2017-09-29 16:03:36 -04:00
Jude Nelson
ad5f92f352 log when the app domain matches the origin 2017-09-29 03:14:57 -04:00
Jude Nelson
e27d0df7a1 revert keyfile artifact for setting app_domain 2017-09-29 03:14:44 -04:00
Jude Nelson
c70767d481 clean up schemas and regexes for app names 2017-09-29 02:00:46 -04:00
Jude Nelson
792b4a2df9 use rpc.py from develop branch, which still has legacy gaia 2017-09-29 02:00:33 -04:00
Jude Nelson
3550d9bff3 version bump 2017-09-29 02:00:16 -04:00
Jude Nelson
dfac4311bb remove keyfile logic and revert to profiles (artifact of rebase) 2017-09-29 01:59:56 -04:00
Jude Nelson
6c32005d5a pass along zonefile, keyfile, and new owner; fix #316 2017-09-29 00:50:02 -04:00