752 Commits (2be906fde2c48c74a2fa0ee17e10ec82db0d7ba9)

Author SHA1 Message Date
ThomasV b1ecb61105 fix oldwallet master_public_key 10 years ago
ThomasV 2b10ccdcc4 fix 10 years ago
ThomasV 622fb6c08b add wallet categories 10 years ago
ThomasV 0c8c21f64d minor fix 10 years ago
ThomasV 65d0560475 storage: deepcopy and sanitize json 10 years ago
ThomasV 6e363bc097 check length in OP_RETURN 10 years ago
ThomasV a2065eff72 use language in config to choose wordlist 10 years ago
ThomasV 5a20d07fb8 add hook: make_unsigned_transaction 10 years ago
ThomasV 79588eb4da init plugins before gui. register wallet types in plugin constructor 10 years ago
ThomasV c7f667e2ed separate add_seed from create_master_keys 10 years ago
ThomasV 4dcdcbc068 move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed 10 years ago
ThomasV 744eee6858 wizard integration 11 years ago
ThomasV ef74ae57ff fix tests 11 years ago
ThomasV 91723999aa add_cosigner_seed 11 years ago
ThomasV b63fcde503 root_name 11 years ago
ThomasV 8df2179025 class for xpub wallets 11 years ago
ThomasV 3a5f64fcc7 account key must be a string (json) 11 years ago
ThomasV 58e1dd2a24 update trezor plugin 11 years ago
ThomasV 61e737c380 wallet types 11 years ago
ThomasV 83b9ecac76 save wallet file as json 11 years ago
ThomasV f4b390a79f bip44 11 years ago
ThomasV 1d4631d647 bugfix for seed_v7 11 years ago
ThomasV f400e69d51 move two methods in subclasses 11 years ago
ThomasV cebc942ccb separate class for bip32 HD 11 years ago
ThomasV 20f93f7df0 set wallet.can_change_password and wallet.has_seed for trezor 11 years ago
ThomasV cf03f153d9 fix: get_master_public_key 11 years ago
ThomasV bf3f67c043 do not expose mnemonic_to_seed 11 years ago
ThomasV 606f1cd3f8 prevent seed collisions 11 years ago
ThomasV b93cde14e7 custom entropy in make_seed 11 years ago
ThomasV 10faf75ee7 wallet fixes 11 years ago
ThomasV ea29d9009d wallet.can_sign 11 years ago
ThomasV 035ecbc7cd redo inter-thread communication using pipes 11 years ago
dabura667 8722a37f13 Make change address for imported keys the same 11 years ago
ThomasV a195ca5c07 fix: check if wallet has master_private_keys 11 years ago
ThomasV 43d2fab9a0 get_seed -> check_password 11 years ago
ThomasV 98acf49b4e fix get_pubkeys call 11 years ago
ThomasV 20c7bef7ac rm dead code 11 years ago
ThomasV b8f64ad46f rm get_address_flags (no longer used) 11 years ago
ThomasV b04256b474 load_transactions 11 years ago
ThomasV 3c7346ee9c load imported_keys outside of load_accounts 11 years ago
ThomasV a471859a3a move master_private_keys and master_public_keys to NewWallet 11 years ago
ThomasV 042c65939d don't use address_is_old in code that can be run offline 11 years ago
Chris Glass a9592459ed Add tests to the wallet.py module. 11 years ago
ThomasV 6ad1c46aa5 fix: add type 'aaddress' in change output 11 years ago
ThomasV 1bb00ff5af store output type explicitly in tuple 11 years ago
ThomasV 769b4002cd fix: get_action 11 years ago
ThomasV 0ce2c870bb fixes for pending accounts 11 years ago
ThomasV 5ce50f4421 get_master_public_key: always return xpub of main account 11 years ago
ThomasV 2e1d24939c rm duplicate method getpubkey 11 years ago
ThomasV b5b5edbee7 add_keypairs: simplification 11 years ago