Jude Nelson
|
0373942dd8
|
use the is_name_valid() call to validate names
|
2017-10-25 19:41:53 -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 |
|
Jude Nelson
|
c600e423ed
|
don't care that the name wasn't sent to the burn address when calculating fees
|
2017-09-29 00:49:36 -04:00 |
|
Jude Nelson
|
e086551a40
|
update NAME_PREORDER tx-creation API to take a burn address
|
2017-09-29 00:49:35 -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
|
6f62c78f67
|
more fixing of wildcard imports
|
2017-08-21 14:12:52 -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 |
|
Jude Nelson
|
a2366243ff
|
don't take min_confirmatinos from kwargs; take it from the UTXO service client
|
2017-05-09 18:30:44 -04:00 |
|
Jude Nelson
|
7664857813
|
clean up imports
|
2017-04-27 19:30:58 -04:00 |
|
Jude Nelson
|
45f44ffed0
|
use new virtualchain tx API
|
2017-04-20 17:43:36 -04:00 |
|
Jude Nelson
|
ec2209513d
|
use blockstack's logger, not virtualchain's
|
2017-04-13 11:01:05 -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
|
cf8af63c80
|
move off of pybitcoin for calculating change and making data outputs
|
2017-03-30 14:06:16 -04:00 |
|
Jude Nelson
|
2a9cba57ad
|
default to MIN_TX_CONFIRMATIONS, not None
|
2017-02-12 15:04:08 -05:00 |
|
Jude Nelson
|
59eadc71da
|
use min_payment_confs
|
2017-02-12 03:59:00 -05:00 |
|
Jude Nelson
|
edba1e0961
|
optionally skip the pricing if we're going to get a size estimation on preorder
|
2017-02-10 17:40:04 -05:00 |
|
Jude Nelson
|
11a8879a12
|
print out the address if there are no UTXOs
|
2017-02-09 14:37:21 -05:00 |
|
Jude Nelson
|
e4455caf96
|
Repository re-organization
|
2017-01-17 11:16:19 -05:00 |
|