1529 Commits (e9e0d604323c010518ffc34e5975c052b1fd50fe)

Author SHA1 Message Date
thomasv 047e4b3478 move callbacks to the network class 12 years ago
ThomasV 328315f94b separate blockchain and network 12 years ago
thomasv 48efc62b2d simplify directories: electrum_dir 12 years ago
ThomasV 1ba3008b49 minor fixes 12 years ago
ThomasV 046ec58d24 start wallet threads from wallet class 12 years ago
ThomasV d47892b690 separate blockchain verifier from transaction verifier 12 years ago
ThomasV d99a381d83 separation between wallet storage and config 12 years ago
ThomasV 1637197419 separate gui init() and load_wallet() 12 years ago
ThomasV 084ed6776b structural change: wrap wallet instanciation inside the gui class 12 years ago
nelisky 1b0db8414b implementing paytomany (untested) 12 years ago
nelisky bf173e1c45 implementing mksendmanytx 12 years ago
ThomasV 81b84fd5ef fixes for signrawtransaction 12 years ago
thomasv f64c59f66f fix: set auto-cycle to None only during wallet creation 12 years ago
ecdsa b2c23f9ac8 deprecate wallet.save() and 'eval' command 12 years ago
ecdsa 86fd728a47 move network dialog in a new class; simplify interface.get_servers 12 years ago
Julian Tosh 63f33b64d0 Slightly modifying help output for clarity 12 years ago
ecdsa de21e2297e os path join 12 years ago
thomasv 921d60468c better help text for offline restore 12 years ago
thomasv 8fcd782ff4 offline restore 12 years ago
ecdsa 076b949039 fix create and restore from command line 12 years ago
Maran 6938636ba2 Changed the way the portable flag uses without supplying a -w argument 12 years ago
thomasv d09d4e4055 call save_seed only in main script 12 years ago
thomasv f32f85fb78 better seed dialog + fix bug with restore 12 years ago
thomasv 98f7d36313 ask users to enter their seed on create 12 years ago
nelisky 4bd4549fc0 implementing paytomany (untested) 12 years ago
nelisky 8afb03e45a implementing mksendmanytx 12 years ago
thomasv e89331d138 handle multiple accounts with separation 12 years ago
thomasv a5168cc09f more accurate computation of transaction fees. 12 years ago
thomasv 45c0880195 global switch use_local_modules 12 years ago
thomasv e3677eb0a0 simplification 12 years ago
ecdsa 1d3be5fb0b fix: number of arguments 12 years ago
thomasv 1f1693d29b bug fix: init_seed 12 years ago
thomasv a4f977190e do not call exit() in the interface module 12 years ago
ecdsa a1be16105b start verifier right after initialization 12 years ago
thomasv f0c81abafb always enable auto_cycle for android 12 years ago
thomasv b1a727ef49 updates fro android 12 years ago
ecdsa 837150132d optional wait parameter for interface 12 years ago
ecdsa 49a4c6c92a do not wait for interface when launching gui 12 years ago
ecdsa 22ce3def72 similar fix for text mode 12 years ago
ecdsa 3382354442 fix: restore wallet from master public key 12 years ago
ecdsa e16451556e make help() available in console 12 years ago
thomasv 190f733de2 restrict plugins to the gui 12 years ago
ecdsa 8f7f511d19 rename gui package 12 years ago
ThomasV 89a8f3ce11 import gui using any name 12 years ago
thomasv ada36b2554 plugin handler 12 years ago
thomasv a563091f30 separate core and gui in different modules 12 years ago
thomasv e84d087a64 accounts 12 years ago
thomasv c871a79582 use imp to detect and load the local electrum module 12 years ago
thomasv f72c8ee5d2 move is_valid from wallet class to bitcoin.py 12 years ago
thomasv f3cc234c87 missing arguments and types conversions 12 years ago