379 Commits (46fe3dd185a0d68f9d8a7ec2ebdc135e7119639e)

Author SHA1 Message Date
ecdsa 7c4fa714d2 set default fee to 200 uBTC 12 years ago
ecdsa fc7122008a implement MIN_RELAY_TX_FEE 12 years ago
ecdsa 678b00dbec prune unverified transactinos during upgrade 12 years ago
ecdsa 3ad453fafb rename fee to fee_per_kb 12 years ago
ecdsa 29b9ffac4a transaction lock 12 years ago
ecdsa 3dc9677822 remove receipt code 12 years ago
ecdsa cac030e2ee fix transaction order in history 12 years ago
thomasv a5168cc09f more accurate computation of transaction fees. 12 years ago
ecdsa 7e0d4a2851 fix is_change 12 years ago
ecdsa 8a720b1629 do the banner request in interface, not in wallet 12 years ago
Maran a6ae46631f Fix export master public key 12 years ago
ecdsa d6952228be define wallet.get_num_tx() 12 years ago
ecdsa fefb884794 fix wallet.is_change() method 12 years ago
thomasv 93b98e1176 move http aliases to separate plugin 12 years ago
thomasv 8c71c54487 add label to internal transactions 12 years ago
thomasv 3b80ef7c60 rely only on the verifier to get the height of transactions 12 years ago
ecdsa 11552c2f23 use an abstract class SequenceClass 12 years ago
thomasv c9a7c58323 print created address in terminal, as in previous versions 12 years ago
ecdsa 12d65f5e52 better synchronize method 12 years ago
ecdsa 5e7e002bd8 remove internal check that was too strong 12 years ago
ecdsa 0569cc283a fix exception 12 years ago
thomasv 10bfcb918b replace 'ElectrumKeyID' with more general 'KeyID' field in transactions 12 years ago
thomasv 8b08eb541a do not request banner twice 12 years ago
ecdsa 32db2aecc2 check if the wallet has a seed before signing transaction 12 years ago
ecdsa 3382354442 fix: restore wallet from master public key 12 years ago
ecdsa e06e511e39 revert own commit 12 years ago
ecdsa 811f1ee848 do not run synchronize on deseeded wallets 12 years ago
ecdsa df3187d9a9 fix 12 years ago
ecdsa 4019102264 rename sequence, fix bip32 12 years ago
ecdsa f97fe02e3a fix: tx outputs 12 years ago
thomasv 383a84161e fix 12 years ago
thomasv 190f733de2 restrict plugins to the gui 12 years ago
thomasv cd9f366735 move point of sale mode into plugins 12 years ago
thomasv 60cefeafca method get_private_keys for sequence 12 years ago
thomasv 27b8b21f9e mangle (for_change, index) everywhere 12 years ago
ecdsa 8df60928ea mktx fix: add address for imported keys 12 years ago
ecdsa b95911e2d7 check if address is imported before index lookup 12 years ago
ecdsa 736e1253f2 add class BIP32Sequence 12 years ago
thomasv ada36b2554 plugin handler 12 years ago
thomasv d2aefb387b show the balance of each account 12 years ago
thomasv 08a9de688a fix: save master public key on wallet creation 12 years ago
thomasv 97e03cb738 replace wallet.all_addresses() with wallet.addresses(True) 12 years ago
thomasv e84d087a64 accounts 12 years ago
thomasv f72c8ee5d2 move is_valid from wallet class to bitcoin.py 12 years ago
thomasv 5ed63be948 fix: seed, password 12 years ago
thomasv 253e0bc58e move method signrawtransaction to wallet class 12 years ago
thomasv d5ba4398ee update tx label in gui 12 years ago
thomasv e4dc3f3752 use history to determine if the wallet has been used 12 years ago
thomasv 96d459ab88 use dumpprivkeys to efficiently dump private keys 12 years ago
thomasv 42a10164ea make most commands available in the console 12 years ago