.. |
coin
|
update bitcoin to 0.16.3 as 0.16.0 is no longer downloadable
|
2018-09-20 13:52:00 -04:00 |
words
|
store mnemonic words in python files instead of txt, this avoids packaging issues
|
2018-09-17 22:59:24 -04:00 |
__init__.py
|
+ reserving outpoints should no longer have race conditions
|
2018-07-28 20:52:54 -04:00 |
baseaccount.py
|
remove unused import
|
2018-09-24 23:20:14 -04:00 |
basedatabase.py
|
+ tx.position, + tx.net_account_balance, + txo.is_my_account
|
2018-09-25 18:02:50 -04:00 |
baseheader.py
|
check for None on height to allow for genesis
|
2018-08-31 10:46:03 -04:00 |
baseledger.py
|
+ tx.position, + tx.net_account_balance, + txo.is_my_account
|
2018-09-25 18:02:50 -04:00 |
basemanager.py
|
- extraneous constants import
|
2018-08-30 12:46:51 -04:00 |
basenetwork.py
|
pylint cleanup
|
2018-09-20 13:52:00 -04:00 |
basescript.py
|
+ PUSH_INTEGER
|
2018-08-20 22:04:22 -04:00 |
basetransaction.py
|
+ tx.position, + tx.net_account_balance, + txo.is_my_account
|
2018-09-25 18:02:50 -04:00 |
bcd_data_stream.py
|
+ reserving outpoints should no longer have race conditions
|
2018-07-28 20:52:54 -04:00 |
bip32.py
|
ecdsa -> coincurve
|
2018-09-21 20:05:59 -04:00 |
coinselection.py
|
+ closest_match step between branch_and_bound and random_draw coin selections, + Transaction.create() single method instead of .pay()/.liquidate() also its more powerful
|
2018-08-03 10:41:40 -04:00 |
constants.py
|
switched from blob to text for most columns, added a new TXRef/TXORef referencing scheme
|
2018-07-14 21:34:07 -04:00 |
hash.py
|
review feedback and pylint
|
2018-09-24 23:20:14 -04:00 |
mnemonic.py
|
ecdsa -> coincurve
|
2018-09-21 20:05:59 -04:00 |
stream.py
|
+ reserving outpoints should no longer have race conditions
|
2018-07-28 20:52:54 -04:00 |
util.py
|
pylint and mypy fixes
|
2018-08-16 00:56:46 -04:00 |
wallet.py
|
gave accounts reference to wallet so that they can save themselves after being modified
|
2018-08-07 21:31:29 -04:00 |