Commit Graph

183 Commits

Author SHA1 Message Date
Jude Nelson
dae82306c2 Merge pull request #678 from friedger/patch-1
Fix debug msg about cost for renewal
2017-11-20 23:17:57 -05:00
Jude Nelson
8f3bc98484 allow_legacy=True 2017-11-10 13:13:07 -05:00
Jude Nelson
e55d879b95 device_ids in delete_mutable 2017-11-09 18:55:59 -05:00
Jude Nelson
58f9e1655b add CLI commands for getting the number of names, and for differentiating between the cumulative number and the unexpired number 2017-11-08 11:29:36 -05:00
Friedger Müffke
c1fd7ae1c3 Fix debug msg about cost for renewal 2017-11-07 13:44:10 +01:00
Jude Nelson
a68f5273c5 log exception in test 2017-10-31 20:40:00 -04:00
Jude Nelson
ab2fce19bc make lookup_snv() return the actual profile. Add get_snv_blockchain_record for getting blockchain records with SNV 2017-10-31 11:11:59 -04:00
Jude Nelson
a4be04ffd1 Merge branch 'hotfix/nameop-library-support' into hotfix/did-support 2017-10-30 16:39:36 -04:00
Jude Nelson
b8230e6f96 expose CLI API for getting the list of names ever created by an address 2017-10-27 19:25:28 -04:00
Jude Nelson
3e1d6bf9ec sync_zonefile: registration and renewal can set the zone file 2017-10-26 14:24:20 -04:00
Jude Nelson
e42cc610f0 unused import 2017-10-26 00:41:59 -04:00
Jude Nelson
5544f4dc1f use ecdsa_private_key over ECPrivateKey when appropriate 2017-10-25 15:42:18 -04:00
Jude Nelson
a55525ba7b lookup returns the public key as well as the profile and zone file 2017-10-23 18:01:42 -04:00
Jude Nelson
299c750f2b Merge branch 'hotfix/namespace-safety' 2017-10-18 16:55:58 -04:00
Jude Nelson
c847142edd fix up some UI issues in name import 2017-10-18 14:30:05 -04:00
Jude Nelson
80ddf9f683 fix sign_profile and verify_profile to work with owner private keys 2017-10-17 18:31:08 -04:00
Jude Nelson
76a5fbb24b add better safety tests for creating namespaces 2017-10-17 14:36:00 -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
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
53bbe53135 more feedback on namespace preorder 2017-10-12 17:11:42 -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
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
Aaron Blankstein
be573b0441 friendlier prompting in namespace preorder, plus regtest command instructions in the testing README 2017-10-10 11:55:09 -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
Jude Nelson
270c5b9e2d include version bits when doing a namespace reveal 2017-09-29 16:33:17 -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
c7db000beb include keyfile in register; include zonefile and new owner in renew; fix sync_zonefile 2017-09-29 00:50:02 -04:00
Jude Nelson
b081f3d885 WIP: renew takes a zone file and a new address 2017-09-29 00:49:38 -04:00
Jude Nelson
daceea770e return renewal_deadline on whois; remove analytics 2017-09-29 00:49:37 -04:00
Jude Nelson
5054fe9562 on NAMESPACE_REVEAL, accept pay-to-burn-address versus pay-to-namespace-creator modes 2017-09-29 00:49:35 -04:00
Jude Nelson
4ecf7023d8 rely on virtualchain for fee estimation 2017-09-29 00:49:02 -04:00
Aaron Blankstein
70b37b15ca adds payment key to withdraw POSTs 2017-09-11 10:25:03 -04:00
Aaron Blankstein
7afd0f55a7 updated tests to test payment key support with updates, transfers, and renewals. plus better handling in 0-UTXO safety check 2017-09-08 15:31:35 -04:00
Aaron Blankstein
c006610f75 added options to the rpc schemas, begin testing the new payment key registrations 2017-09-07 17:26:17 -04:00
Aaron Blankstein
3886e76c94 improved wallet setup interactions + improved error output 2017-08-23 14:38:38 -04:00
Aaron Blankstein
b81747c44d add "owner_key" data field for PUT /v1/names/foo/owner and integration test 2017-08-21 18:08:43 -04:00
Aaron Blankstein
5e7c9308f5 removed all wildcard imports from non-init, non-storage-driver files in blockstack_client 2017-08-21 16:54:08 -04:00
Aaron Blankstein
19e98f59ac clearing out more wildcards 2017-08-21 15:22:05 -04:00
Aaron Blankstein
d59322fcce wallet only writes changes when change detected + make ownerkey reading play nicely with different cli_update calling mechanisms 2017-08-18 09:24:27 -04:00
Aaron Blankstein
5c0e4f2606 Merge branch 'develop' into set-payment-keys 2017-08-17 16:02:18 -04:00
Aaron Blankstein
c878b62c8a /usr/bin/env python -> python2. our code is not python3 friendly, we should specify that 2017-08-17 13:40:01 -04:00
Aaron Blankstein
8eda4c5529 first modifications to support persistent setting of payment key 2017-08-16 17:50:01 -04:00
Aaron Blankstein
04b1ee8f75 previous commit's comments cause argparsing failure in cli 2017-08-15 17:23:09 -04:00
Aaron Blankstein
af418c4aaa add support for ownerkey in manual zonefile hash set 2017-08-15 17:18:38 -04:00
Aaron Blankstein
c27fd304d4 Merge branch 'master' into updates-with-owner-key 2017-08-15 17:06:56 -04:00