1901 Commits (5aa18c4bb5ea406e784d023272522bee4f09cf6d)
 

Author SHA1 Message Date
ThomasV 5aa18c4bb5 prevent the creation of incomplete wallets 12 years ago
ThomasV b46d5805bf restore the description field 12 years ago
ThomasV b116a43c31 fix the tx counter field 12 years ago
thomasv 50d029e61c use json istead of ast 12 years ago
Maran 22a5226673 Last few fixes for raw transaction handling 12 years ago
Maran 4a43126547 Work in progress for message signing via classic gui 12 years ago
thomasv ea96b79997 use json format 12 years ago
thomasv 75d2fbcd74 fix: deseed 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 cd9f2f02d2 fix: mktx syntax 12 years ago
thomasv 58be7c73c5 callback -> _callback 12 years ago
thomasv 338b004ab3 sort completions 12 years ago
thomasv 89df580149 documentation for the console 12 years ago
thomasv 967abcb359 simplify dumpprivkeys 12 years ago
thomasv f4ac478369 more json formatting 12 years ago
thomasv e4dc3f3752 use history to determine if the wallet has been used 12 years ago
thomasv 2cb5b14b9b deep copy output to prevent side-effect 12 years ago
thomasv 9afe0d8aaf fix: input_info missing in transaction 12 years ago
thomasv 963d542ac8 return python objects 12 years ago
thomasv 2e9c2c1f96 return python objects from commands, and display them as json 12 years ago
thomasv 8a14679530 dumpprivkeys is offline 12 years ago
thomasv ea2d8f2491 move commands list to commands.py 12 years ago
thomasv 31e265b11d more efficient method for exporting private keys 12 years ago
thomasv 999adc80af move 'addresses' command 12 years ago
thomasv 96d459ab88 use dumpprivkeys to efficiently dump private keys 12 years ago
thomasv f58e541384 convert satoshis to btc in listunspent 12 years ago
thomasv 89958cc687 fix: parameters 12 years ago
thomasv 131654c147 helper function for mktx, payto 12 years ago
thomasv 28640f82f8 do not add password to the command parameters, put it in a field, to allow optional parameters 12 years ago
thomasv 1cca1f2526 rm unneeded import 12 years ago
thomasv 42a10164ea make most commands available in the console 12 years ago
ThomasV dc466142d3 console: catch help() 12 years ago
ThomasV 1f3f6b19e2 launch verifier before synchronizer 12 years ago
ThomasV f0eb5e1316 sendtx -> sendrawtransaction 12 years ago
ThomasV 8682608813 indent unsigned tx 12 years ago
ThomasV f549e15a12 fix: unsigned transactions in gui 12 years ago
thomasv fd8687ce18 fix 12 years ago
thomasv 8f090e1d01 fix 12 years ago
thomasv 1bba3ffbd7 fix: addressbook 12 years ago
thomasv 41a2fa427f fix: send_tx 12 years ago
thomasv 8225028dd1 change the deseed command, remove reseed 12 years ago
thomasv 4916aefe98 documentation for offline wallets, release notes 12 years ago
thomasv 8b8e2fd67b rename inpust_info -> input_info 12 years ago
ThomasV b8a71ff00c offline wallets sign transactions using KeyID 12 years ago
ThomasV c4f7ce6bae remove signtx command (replaced by signrawtransaction). 12 years ago
thomasv 64ad3fc28c use serialized format in signtx 12 years ago
thomasv 5da3cab24b move seed generation function to bitcoin.py 12 years ago
thomasv bd717897e0 fix: set tx_height when it is not None 12 years ago