ThomasV
76cbafe754
fix Master Public Keys dialog
10 years ago
ThomasV
8982a463a4
allow change_gap_limit in bip32 wallets
10 years ago
ThomasV
036147db44
fix: change_gap_limit
10 years ago
ThomasV
2f7b8ce864
fix wallet.can_sign: use isinstance with BIP32 class
10 years ago
ThomasV
ca01e1d7be
handle 1.9.8 bug that created seed_v6 wallets
10 years ago
ThomasV
0b674eb35d
fix can_sign: detect if OldWallet is used
10 years ago
ThomasV
395312e70f
fix: add wallet types only if available
10 years ago
ThomasV
4ce699bf25
disable key import in all bip32 wallet classes; users should create an ImportedWallet
10 years ago
ThomasV
84fc4574d6
add password when creating imported wallet
10 years ago
ThomasV
8863b6f294
remove remaining instances of op_return type
10 years ago
Charles Lehner
6d2d53b43f
Move root_name to parent class
10 years ago
ThomasV
da968b60e4
drop support for multiple accounts (bip44) in standard wallets
10 years ago
ThomasV
9f9bab6cf0
fix issue #968
10 years ago
ThomasV
63c7a27d7e
add InvalidPassword exception
10 years ago
ThomasV
7ca3ba4e80
various fixes for reveive_requests
10 years ago
ThomasV
01cf04079f
add NotEnoughFunds exception
10 years ago
ThomasV
6d8eebe2db
raise exception when seed version does not match
10 years ago
Tafelpoot
218a1ee2f7
Updated Requests
- added Date and Account field to Saved Requests
- requests are now saved as dict()
old requests will be deleted!!
- Account field is hidden when only 1 account is available
- address line now follows the current_account
- saved requests is sortable, default sorted by date
- saved requests only shows request for current_account
10 years ago
ThomasV
9b28ed9ba0
do not require name to create an account
10 years ago
ThomasV
c5b47bd513
always store next_account a PendinfAccount is created
10 years ago
Tafelpoot
5c12c2bc2f
optimized, cleaned up, commented
10 years ago
ThomasV
fb75e2e53d
fix get_private_key_from_xpubkey
10 years ago
ThomasV
16f36ee6e2
Extend transaction serialization, format to handle unsigned inputs where only the address is known, the public key is unknown.
10 years ago
Tafelpoot
b3684ad40a
add account info for internal transfer description
10 years ago
ThomasV
581ed1ed26
separate signtxwithkey and signtxwithwallet, and simplify sign_transaction
10 years ago
ThomasV
cf1fbbf3ad
fix is_watching_only for imported wallets
10 years ago
ThomasV
063fc4bb2e
fix #895
10 years ago
Tafelpoot
d9c5250a6f
removed trailing whitespace and fixed indentation in history widget
10 years ago
ThomasV
590659ff4d
get_tx_fee
10 years ago
ThomasV
bde0ca3ea1
set default fee to 0.5mBTC/kb
10 years ago
ThomasV
8d396997dc
fee estimate: kilobyte
10 years ago
ThomasV
ad4449dc38
add v9 to list of tagged versions
10 years ago
ThomasV
1df007483e
check seed_version first
10 years ago
ThomasV
5c5bb6ae3a
make estimated fee higher than MIN_RELAY
10 years ago
ThomasV
5f4bcb420b
param to addresses is optional
10 years ago
ThomasV
b22048fdfb
fix wallet constructor
10 years ago
ThomasV
43513adb5c
seed_v9: strip whitespaces before hashing
10 years ago
ThomasV
f3e2e7b501
fix for seed_version
10 years ago
ThomasV
e22dfc443c
check seed_version before wallet_type
10 years ago
ThomasV
93d073457c
add spanish wordlist and remove accents
10 years ago
ThomasV
e7c7dc8cc9
init fee variable in make_unsigned_transaction
10 years ago
ThomasV
be1a21d974
call add_address in get_next_account
10 years ago
ThomasV
374daa25af
create a PendingAccount if coins have been sent to next_account
10 years ago
ThomasV
d2f4eed1f7
multi-account synchronization
10 years ago
ThomasV
0b7f8e74d5
move synchronize_account logic to account.py
10 years ago
ThomasV
1fb8af40c5
disable privkey export menu in trezor wallets
10 years ago
ThomasV
c657212e5b
fix: do not add zero change
10 years ago
ThomasV
01ad103c37
don't change fee if it is fixed by user
10 years ago
ThomasV
bd6f21232d
fix restore from mpk command line
10 years ago
ThomasV
67b9a59d34
better fees estimates
10 years ago