Jude Nelson
|
762ec22eee
|
move most bitcoin-specific functionality to virtualchain, and use virtualchain's API to access them
|
2017-04-20 17:44:42 -04:00 |
|
Jude Nelson
|
c1b94c1227
|
use virtualchain key methods
|
2017-04-20 17:44:27 -04:00 |
|
Jude Nelson
|
0fb9d41da5
|
use virtualchain key methods
|
2017-04-20 17:44:19 -04:00 |
|
Jude Nelson
|
6a608e4f97
|
use virtualchain key methods
|
2017-04-20 17:44:06 -04:00 |
|
Jude Nelson
|
45f44ffed0
|
use new virtualchain tx API
|
2017-04-20 17:43:36 -04:00 |
|
Jude Nelson
|
dbadfd6f65
|
extra assertions on sizes of buckets and discounts; use new virtualchain tx API
|
2017-04-20 17:43:16 -04:00 |
|
Jude Nelson
|
81ba183b7c
|
move common ecdsa methods into virtualchain's ecdsalib, and rely on them where applicable
|
2017-04-20 17:42:49 -04:00 |
|
Jude Nelson
|
f93799fd3f
|
use virtualchain key methods
|
2017-04-20 17:42:37 -04:00 |
|
Jude Nelson
|
08d458ab27
|
properly format UTXOs for virtualchain's transaction serializer
|
2017-04-20 17:42:20 -04:00 |
|
Jude Nelson
|
3f0a858fc2
|
use new virtualchain address methods
|
2017-04-20 17:41:49 -04:00 |
|
Jude Nelson
|
314de6acf1
|
use virtualchain key methods
|
2017-04-20 17:41:30 -04:00 |
|
Jude Nelson
|
7f3886ec26
|
use virtualchain key, address, and tx methods instead of those from pybitcoin
|
2017-04-20 17:41:11 -04:00 |
|
Jude Nelson
|
df8b743320
|
support S3 in read-only mode (no api tokens needed); don't compress by default
|
2017-04-20 17:40:54 -04:00 |
|
Jude Nelson
|
c263f5bee3
|
remove pybitcoin dependency; use virtualchain hash library
|
2017-04-20 17:40:37 -04:00 |
|
Jude Nelson
|
3012b18e8a
|
note to remove PyCrypto dependency (this is the only place it get used, and it gets used only for backwards compatibility)
|
2017-04-20 17:38:52 -04:00 |
|
Jude Nelson
|
88061d5dda
|
use new virtualchain tx serialization
|
2017-04-20 17:38:34 -04:00 |
|
Jude Nelson
|
1eea8a7c96
|
use virtualchain key library
|
2017-04-20 17:38:17 -04:00 |
|
Jude Nelson
|
7822bc1411
|
use virtualchain methods instead of pybitcoin methods; for get_names_in_namespace and get_all_names, require a page number so we don't ask for the entire listing
|
2017-04-20 17:37:33 -04:00 |
|
Jude Nelson
|
d01d42e9ed
|
Merge remote-tracking branch 'origin/api' into rc-0.14.2
|
2017-04-17 15:40:36 -04:00 |
|
Jude Nelson
|
9463448831
|
fix netlog implementation
|
2017-04-17 15:39:12 -04:00 |
|
Jude Nelson
|
6a3b46f918
|
add missing imports
|
2017-04-17 15:38:50 -04:00 |
|
Jude Nelson
|
23dfd947f7
|
catch assertion error and ecdsa error on signature verification
|
2017-04-17 15:38:35 -04:00 |
|
Jude Nelson
|
d95e5d74ac
|
whitespace
|
2017-04-17 15:38:26 -04:00 |
|
Aaron Blankstein
|
4e1970eab1
|
Merge remote-tracking branch 'origin/rc-0.14.2' into api-aaron
|
2017-04-17 10:11:14 -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
|
b879bdd9cc
|
GET /v1/names requires page= argument
|
2017-04-13 18:42:11 -04:00 |
|
Jude Nelson
|
b8b2324da6
|
optionally include a message in a withdraw operation (useful for e.g. paying service fees to applications)
|
2017-04-13 17:52:04 -04:00 |
|
Jude Nelson
|
80eb49a063
|
fix compatibility with put_mutable_data
|
2017-04-13 17:50:01 -04:00 |
|
Jude Nelson
|
95c472dcca
|
port fix from master re: storing queued profiles
|
2017-04-13 16:43:46 -04:00 |
|
Jude Nelson
|
70e5aefd76
|
addresses are base58
|
2017-04-13 16:43:41 -04:00 |
|
Jude Nelson
|
de64a1b79c
|
typo
|
2017-04-13 14:15:43 -04:00 |
|
Jude Nelson
|
5948e52749
|
add validate_zone_file command
|
2017-04-13 14:10:09 -04:00 |
|
Jude Nelson
|
ec2209513d
|
use blockstack's logger, not virtualchain's
|
2017-04-13 11:01:05 -04:00 |
|
Jude Nelson
|
30d20d131c
|
consistently get blockstack's logger, not virtualchain's
|
2017-04-13 11:00:24 -04:00 |
|
Jude Nelson
|
b56027a628
|
change error message
|
2017-04-13 11:00:14 -04:00 |
|
Jude Nelson
|
61f6052938
|
fix bugs in name import safety checks (discovered in testing)
|
2017-04-13 10:59:58 -04:00 |
|
Jude Nelson
|
0df007409c
|
have the registrar track unconfirmed name imports and replicate zone files once they are confirmed
|
2017-04-13 10:59:34 -04:00 |
|
Jude Nelson
|
0fa6030da8
|
import cli_name_import()
|
2017-04-13 10:59:23 -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
|
cd110dd59c
|
remove namespace API endpoints (these should only be accessed through the CLI)
|
2017-04-12 17:15:08 -04:00 |
|
Jude Nelson
|
c2509b9568
|
add is_namespace_revealed() and is_namespace_ready(); extend get_name_blockchain_record() to optionally NOT return expired names
|
2017-04-12 17:14:40 -04:00 |
|
Jude Nelson
|
7097850b1e
|
document why we add +1 or +2 to the number of inputs in the fee estimation (answer: to account for extra inputs when the transaction gets subsidized)
|
2017-04-12 17:13:52 -04:00 |
|
Jude Nelson
|
fde745a0f7
|
implement get_fees(), clean up change amount calculation
|
2017-04-12 17:13:23 -04:00 |
|
Jude Nelson
|
b4b89615cb
|
fill in get_fees(), clean up change address calculation
|
2017-04-12 17:13:05 -04:00 |
|
Jude Nelson
|
69bc93c29a
|
fill in get_fees()
|
2017-04-12 17:12:55 -04:00 |
|
Jude Nelson
|
a49dfba9b6
|
fill in get_fees()
|
2017-04-12 17:12:45 -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
|
b7bdb1aa97
|
expand the safety checker to include namespace_preorder, namespace_reveal, namespace_ready, and name_import. Also, expand the fee calculations to include fee estimates for these operations.
|
2017-04-12 17:11:54 -04:00 |
|
Jude Nelson
|
ef07e594dd
|
have do_namespace_preorder, do_namespace_reveal, and do_namespace_ready use the safety module to verify safety properties prior to executing the transaction. Also, extend the fee estimators to include dust fees.
|
2017-04-12 17:11:07 -04:00 |
|
Jude Nelson
|
a106aeeff8
|
implement CLI commands for namespace_preorder, namespace_reveal, and namespace_ready. Include interactive wizards for configuring namespaces and acknowledging fees at each step.
|
2017-04-12 17:10:27 -04:00 |
|