218 Commits (9ebcaa41f4e229cac69269d96f3ddecd3b7da6aa)

Author SHA1 Message Date
thomasv 45c0880195 global switch use_local_modules 14 years ago
thomasv e3677eb0a0 simplification 14 years ago
ecdsa 1d3be5fb0b fix: number of arguments 14 years ago
thomasv 1f1693d29b bug fix: init_seed 14 years ago
thomasv a4f977190e do not call exit() in the interface module 14 years ago
ecdsa a1be16105b start verifier right after initialization 14 years ago
thomasv f0c81abafb always enable auto_cycle for android 14 years ago
thomasv b1a727ef49 updates fro android 14 years ago
ecdsa 837150132d optional wait parameter for interface 14 years ago
ecdsa 49a4c6c92a do not wait for interface when launching gui 14 years ago
ecdsa 22ce3def72 similar fix for text mode 14 years ago
ecdsa 3382354442 fix: restore wallet from master public key 14 years ago
ecdsa e16451556e make help() available in console 14 years ago
thomasv 190f733de2 restrict plugins to the gui 14 years ago
ecdsa 8f7f511d19 rename gui package 14 years ago
ThomasV 89a8f3ce11 import gui using any name 14 years ago
thomasv ada36b2554 plugin handler 14 years ago
thomasv a563091f30 separate core and gui in different modules 14 years ago
thomasv e84d087a64 accounts 14 years ago
thomasv c871a79582 use imp to detect and load the local electrum module 14 years ago
thomasv f72c8ee5d2 move is_valid from wallet class to bitcoin.py 14 years ago
thomasv f3cc234c87 missing arguments and types conversions 14 years ago
thomasv 454f67e89d fix command names: setconfig, setconfig 14 years ago
thomasv 19d104f023 register commands, check for their arguments 14 years ago
thomasv 4f5023e31b rename 'balance' command as 'getbalance', per bitcoind 14 years ago
thomasv 95dc97b39b rename 'addresses' command as 'listadresses'. use json syntax. 14 years ago
thomasv 3eb746db5c terminate after create or restore 14 years ago
thomasv ea96b79997 use json format 14 years ago
thomasv 75d2fbcd74 fix: deseed 14 years ago
thomasv 967abcb359 simplify dumpprivkeys 14 years ago
thomasv f4ac478369 more json formatting 14 years ago
thomasv 2e9c2c1f96 return python objects from commands, and display them as json 14 years ago
thomasv ea2d8f2491 move commands list to commands.py 14 years ago
thomasv 999adc80af move 'addresses' command 14 years ago
thomasv 96d459ab88 use dumpprivkeys to efficiently dump private keys 14 years ago
thomasv 42a10164ea make most commands available in the console 14 years ago
ThomasV 1f3f6b19e2 launch verifier before synchronizer 14 years ago
ThomasV f0eb5e1316 sendtx -> sendrawtransaction 14 years ago
thomasv 8225028dd1 change the deseed command, remove reseed 14 years ago
thomasv 8b8e2fd67b rename inpust_info -> input_info 14 years ago
ThomasV b8a71ff00c offline wallets sign transactions using KeyID 14 years ago
ThomasV c4f7ce6bae remove signtx command (replaced by signrawtransaction). 14 years ago
thomasv 64ad3fc28c use serialized format in signtx 14 years ago
ThomasV 811d05a1c2 move methods into Transaction class 14 years ago
ThomasV 961b81ba4a rm unneeded address 14 years ago
thomasv bd8dbbf79b check if multisig transaction is complete, add is_complete to json output 14 years ago
thomasv 2642fa0f7d fix listunspent, add method wallet.get_unspent_coins 14 years ago
thomasv 03e2160503 create separate class for deterministic key generation. add pubkeys to validateaddress 14 years ago
thomasv 76439beec5 simplify get_private_key, use base58 14 years ago
thomasv 5d6496f1f9 move crypto from wallet class to bitcoin.py 14 years ago