Saleem Rashid
9d6f816b15
Testnet: Use correct BIP44 derivation
10 years ago
ThomasV
2d8df85aab
use maxint-2 to signal RBF, in order to standardize with Bitcoin Core
10 years ago
ThomasV
e78531d913
follow up 8babd3e986
10 years ago
Eagle[TM]
8babd3e986
Update default server list - make more use of DEFAULT_PORTS
10 years ago
ThomasV
608568839e
gettransaction command: require network instead of wallet
10 years ago
Janne Pulkkinen
f3f82a91fc
Fix a typo'd function call preventing paytomany command from working
10 years ago
ThomasV
81b6ae77ef
version 2.8.1 and release notes
10 years ago
ThomasV
3b0383128f
fix trustedcoin wallet creation
10 years ago
ThomasV
584b19a11e
fix for older formats
10 years ago
ThomasV
31cd9753aa
fix #2270 : height sorting can use negative value
10 years ago
ThomasV
c506c3e720
fix password message issue #2277
10 years ago
ThomasV
0e49274eae
fix #2279 : jsonrpc wallet
10 years ago
ThomasV
d1ca4f994f
fix #2262
10 years ago
ThomasV
a159cc3a06
fix bug with storage.encrypt
10 years ago
ThomasV
8fabd1245d
replace PyCrypto with PyCryptodome
10 years ago
ThomasV
0f8387dbab
fix #2257
10 years ago
ThomasV
ed42faa2e6
Revert commit 36f08ab2c3.
10 years ago
ThomasV
36f08ab2c3
changes for windows builds
10 years ago
ThomasV
904b3d17dd
add import for pyinstaller
10 years ago
ThomasV
ff9d00ba1d
minor fix: do_update_fee
10 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
10 years ago
shsmith
7ff5681010
fix #2204
...
avoid exception in close_interface when interface.server is not in
self.interfaces
10 years ago
ThomasV
acd70f55c3
simplify storage: we don't store pubkeys anymore
10 years ago
ThomasV
cb709d8f57
fix tooltip fee estimate
10 years ago
ThomasV
c75e074b88
fix another travis test
10 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
10 years ago
ThomasV
ee2e9f6092
update MAX_FEE_RATE constant
10 years ago
ThomasV
fb3e09c24e
better error message if fee estimates are missing
10 years ago
ThomasV
eb7f9c98ce
command:s inherit fee estimates from daemon
10 years ago
ThomasV
76dd11783b
rename load_wallet command
10 years ago
ThomasV
e83d2b8772
fix typo
10 years ago
ThomasV
5ee4cf41a8
fix #2242
10 years ago
ThomasV
f99fbbe488
show fee in daemon status
10 years ago
ThomasV
b8bdcc0877
rename open close commands
10 years ago
ThomasV
45f25586ef
add file selector and password dialog to wizard ( fix #1730 )
10 years ago
shsmith
4109fd9eb2
request fees, peers and banner before address subscriptions
...
a wallet with many address subscriptions may time out on address
subscriptions before fees are received because fees were requested last
10 years ago
shsmith
1e25af7f0d
fix https://github.com/spesmilo/electrum/issues/2204
10 years ago
ThomasV
83e925c0cd
fix default dyn fees
10 years ago
ThomasV
1aeeab9ec6
fix #2231 : same serialize/deserialize format
10 years ago
ThomasV
9cb576a88c
fix multisig update_password
10 years ago
ThomasV
98353c286a
fix #2235
10 years ago
Neil Booth
8888a50549
Add support for BU's nolnet
...
Also update testnet servers
Add missing self. in print_error call
10 years ago
ThomasV
00abc60cdc
fix plugin_loader in storage
10 years ago
ThomasV
a90431320c
fix sweep
10 years ago
ThomasV
9dde9971da
do not revert to static fee when dynamic fee estimates are missing
10 years ago
ThomasV
1763b5fcdc
fix: missing parameter
10 years ago
shsmith
849a14554b
report fee_estimates to verbose log
...
similar to how relayfee is logged
10 years ago
ThomasV
fcc92c1ebd
Wallet file encryption:
...
- a keypair is derived from the wallet password
- only the public key is retained in memory
- wallets must opened and closed explicitly with the daemon
10 years ago
ThomasV
7e76e4ac55
AES: use PyCrypto if available
10 years ago
Johann Bauer
96686c4a2b
Fix decimal usage
10 years ago