939 Commits (08cedc452de43308ab88f196f880f1a0c758929a)

Author SHA1 Message Date
ecdsa 441cc6c9cd fix 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 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
nelisky c504ccd61a Lack of self was a little more widespread 12 years ago
nelisky a38e789099 Typo in importprivkey, missing self 12 years ago
ecdsa e06e511e39 revert own commit 12 years ago
ecdsa 811f1ee848 do not run synchronize on deseeded wallets 12 years ago
ecdsa e16451556e make help() available in console 12 years ago
ecdsa 3fe0e160ca catch http exception when wallet is offline 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 0f22b5e566 fix: missing parameter 12 years ago
thomasv 5846f725d6 simplify Sequence class 12 years ago
thomasv 60cefeafca method get_private_keys for sequence 12 years ago
thomasv 27b8b21f9e mangle (for_change, index) everywhere 12 years ago
thomasv d8361b2a97 fix: mktx amounts 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 a563091f30 separate core and gui in different modules 12 years ago
thomasv f9f59d8dff fix 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 f3cc234c87 missing arguments and types conversions 12 years ago
thomasv c5e3d7fc80 prioritize 12 years ago
thomasv fecccec53f alphabetical order 12 years ago
thomasv 19d104f023 register commands, check for their arguments 12 years ago
thomasv 4f5023e31b rename 'balance' command as 'getbalance', per bitcoind 12 years ago
thomasv c263a92351 don't use underscore in commands. 12 years ago
thomasv 95dc97b39b rename 'addresses' command as 'listadresses'. use json syntax. 12 years ago
thomasv 3960f383e0 default parameter for addresses() command 12 years ago
ThomasV 7bf1a6248e use Decimal in listunspent 12 years ago
thomasv 7c42f09f41 improve gui.show_tx_details 12 years ago
thomasv 1f24f6f9be don't show the sequence field 12 years ago
thomasv 070a7e8b6e add stretch to raw tx tab too 12 years ago
thomasv 8a7343b61b disable testing code 12 years ago
thomasv dfb1bd1203 code refactoring; remove redundancies and sanitize transactions read from file or text 12 years ago
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