1408 Commits (f4b16219100ed4502f7e5c7c55f0a52f67e56388)

Author SHA1 Message Date
ThomasV f4b1621910 rename do_send as send. fixes #645 11 years ago
ThomasV c24482c21a check seed in gui. fixes #622 11 years ago
ThomasV 38a59c0b37 re-enable seed tests. get_public_keys method 11 years ago
ThomasV 02c3bc131e fix and simplify tx serialization 11 years ago
ThomasV 8e644a4dc8 sort signatures for multisig 11 years ago
ThomasV 66e1e2707d get_pubkey_from_x 11 years ago
ThomasV a194edbefb account:simplification 11 years ago
ThomasV 4fb5296a92 account:simplification 11 years ago
ThomasV 9c34f9a1da fix: getpubkey 11 years ago
ThomasV f68ecb3e26 multisig accounts: sort pubkeys 11 years ago
ThomasV f522d6c36d sort pubkeys in multisig scripts 11 years ago
ThomasV df540cb241 move get_keyID to accounts 11 years ago
ThomasV 5c31263848 fix load_accounts 11 years ago
ThomasV 05fcdce018 fix redeem scripts 11 years ago
ThomasV 9fccf9c287 helper functions for bip32 derivations 11 years ago
ThomasV 9567af0219 fix CKD in p2sh accounts 11 years ago
ThomasV 5a43b633d6 update bip32 accounts and wallet 11 years ago
ThomasV 9663600d5d update bip32 derivations, using xpriv and xpub serialization format 11 years ago
ThomasV 91ba04c4d7 update bip32 derivations, using xpriv and xpub serialization format 11 years ago
ThomasV 328432f5f4 update bip32 derivations, using xpriv and xpub serialization format 11 years ago
ThomasV f92b483942 disable encrypt/decrypt 11 years ago
flatfly 2a28fa07e3 Update daemon.py 11 years ago
Eagle[TM] e81385fc05 update server list 11 years ago
ThomasV 9230482870 set default verbosity to false, because of daemon 11 years ago
ThomasV 7dd296273f move daemon spawning code into NetworkProxy class 11 years ago
ThomasV 0bb16f0836 add daemon port to config 11 years ago
ThomasV c0378a5ba0 fix getservers: wait until they are available 11 years ago
ThomasV 9543d2b5ec catch exception in signrawtransaction, if wallet is not synchronized 11 years ago
ThomasV 32cca276fe don't use recent_servers if list from irc is available 11 years ago
ThomasV e2c749cdab bip32 uses compressed K 11 years ago
ThomasV f3b728989a update default servers 11 years ago
ThomasV b379a14cd2 guess seed_version on old wallets 11 years ago
ThomasV 4e8bb4dac4 add tx direction info to default labels 11 years ago
ThomasV 051853556e change the format returned by history command 11 years ago
ThomasV fb8e2fe7eb change decrypt syntax 11 years ago
ThomasV 960e7bc3df fix reference to verifier 11 years ago
ThomasV 489413d358 move start_daemon code to main script 11 years ago
ThomasV 0a1f6b5c43 fix return, debug flags 11 years ago
ThomasV 919ec8e837 fix: missing import 11 years ago
ThomasV 8f025db800 add missing Network methods to NetworkProxy 11 years ago
ThomasV b4bed1ccaa remove blockchain object from verifier 11 years ago
ThomasV 6e30894af6 daemon; initial commit 11 years ago
ThomasV 6ecb977461 add password to sign hook 11 years ago
Michael Wozniak 820328781a print statement should be debug only 11 years ago
Michael Wozniak f5fb6ed194 display locktime for transaction 11 years ago
CodingAnarchy b9bf3a2ee8 change estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue #520) 11 years ago
ThomasV cef7bbf294 add get_public_key method to EC_KEY class 11 years ago
ThomasV 12e9f49042 fix: network.height() is a function 11 years ago
ThomasV da6f292dd5 encrypt/decrypt messages in gui 11 years ago
ThomasV 9d5f39c235 fix createrawtransaction (issue #574) 11 years ago