684 Commits (3a22fe758f09c32a71b3ac357ac1ceaaaa2fd9e3)

Author SHA1 Message Date
ThomasV 3a5f64fcc7 account key must be a string (json) 10 years ago
ThomasV 58e1dd2a24 update trezor plugin 10 years ago
ThomasV 61e737c380 wallet types 10 years ago
ThomasV 83b9ecac76 save wallet file as json 10 years ago
ThomasV f4b390a79f bip44 10 years ago
ThomasV 1d4631d647 bugfix for seed_v7 10 years ago
ThomasV f400e69d51 move two methods in subclasses 10 years ago
ThomasV cebc942ccb separate class for bip32 HD 10 years ago
ThomasV 20f93f7df0 set wallet.can_change_password and wallet.has_seed for trezor 10 years ago
ThomasV cf03f153d9 fix: get_master_public_key 10 years ago
ThomasV bf3f67c043 do not expose mnemonic_to_seed 10 years ago
ThomasV 606f1cd3f8 prevent seed collisions 10 years ago
ThomasV b93cde14e7 custom entropy in make_seed 10 years ago
ThomasV 10faf75ee7 wallet fixes 10 years ago
ThomasV ea29d9009d wallet.can_sign 10 years ago
ThomasV 035ecbc7cd redo inter-thread communication using pipes 10 years ago
dabura667 8722a37f13 Make change address for imported keys the same 10 years ago
ThomasV a195ca5c07 fix: check if wallet has master_private_keys 10 years ago
ThomasV 43d2fab9a0 get_seed -> check_password 10 years ago
ThomasV 98acf49b4e fix get_pubkeys call 10 years ago
ThomasV 20c7bef7ac rm dead code 10 years ago
ThomasV b8f64ad46f rm get_address_flags (no longer used) 10 years ago
ThomasV b04256b474 load_transactions 10 years ago
ThomasV 3c7346ee9c load imported_keys outside of load_accounts 10 years ago
ThomasV a471859a3a move master_private_keys and master_public_keys to NewWallet 10 years ago
ThomasV 042c65939d don't use address_is_old in code that can be run offline 10 years ago
Chris Glass a9592459ed Add tests to the wallet.py module. 10 years ago
ThomasV 6ad1c46aa5 fix: add type 'aaddress' in change output 10 years ago
ThomasV 1bb00ff5af store output type explicitly in tuple 10 years ago
ThomasV 769b4002cd fix: get_action 10 years ago
ThomasV 0ce2c870bb fixes for pending accounts 10 years ago
ThomasV 5ce50f4421 get_master_public_key: always return xpub of main account 10 years ago
ThomasV 2e1d24939c rm duplicate method getpubkey 10 years ago
ThomasV b5b5edbee7 add_keypairs: simplification 10 years ago
ThomasV a89abee969 Rewrite accounts and transactions: store pubkeys instead of addresses in order to avoid unnecessary derivations. 10 years ago
ThomasV 0511d7e76f fix: get_action should call get_master_public_key 10 years ago
ThomasV 2c38e85a50 better integration of plugins in installwizard (for 2fa, trezor plugins) 10 years ago
ThomasV 20060a1177 fix #745 10 years ago
ThomasV 2efad717d8 support for OP_RETURN 10 years ago
ThomasV 7a7e65d66c optional parameters for create_new_address 10 years ago
ThomasV b5acdab3e9 allow address creation beyond gap limit in GUI. fixes #512 10 years ago
ThomasV 38f5deee86 use an input queue in synchronizer, so that new addresses can be created from other threads 10 years ago
ThomasV 54973062bd restore from xprv 10 years ago
ThomasV 8795e1a746 Comment on wallet classes. Use address_is_old to check if address is beyond gap limit 10 years ago
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 10 years ago
ThomasV 0c6d470296 various bugfixes for imported addresses 10 years ago
Chris Glass 2765b66411 Removed uselss comment. 10 years ago
Chris Glass 01f3e31c6b First cleanup branch commit 10 years ago
ThomasV 2c7bf3ca1a detect if wallet can sign tx before showing sign button 10 years ago
ThomasV b32d0c77a3 fix bug with the order of signatures in tx input 10 years ago