ThomasV
|
036f96cf35
|
store invoices in a separate file, with their status
|
10 years ago |
ukurokawa
|
e708c446a8
|
Dust threshold should be 546
|
10 years ago |
ThomasV
|
4fe32d2ad1
|
add root certificate to chain if missing. fixes #1137
|
10 years ago |
ThomasV
|
c381fc2194
|
remove debug message
|
10 years ago |
ThomasV
|
cdd5d6e130
|
fix #1136
|
10 years ago |
ThomasV
|
eb9802356a
|
fix variable name in from_seed
|
10 years ago |
Kausheel Kumar
|
8cf793ab98
|
Add wallet function get_addr_received()
|
10 years ago |
ThomasV
|
be5731d463
|
move make_payment_request to lib
|
10 years ago |
ThomasV
|
b8a72180c7
|
HistoryWidget class; address history window
|
10 years ago |
ThomasV
|
0a7b585b6c
|
redo default labels with incoming tx outputs
|
10 years ago |
ThomasV
|
4c729f0ff0
|
move format_time to util
|
10 years ago |
ThomasV
|
75cf142be0
|
fix typo
|
10 years ago |
ThomasV
|
a3422d3fae
|
generic multisig wallet constructor. fixes #1129
|
10 years ago |
ukurokawa
|
950dc2c685
|
get_pubkeys is called incorrectly in get_pubkey_from_xpub()
|
10 years ago |
ThomasV
|
911a60c02d
|
separate timeouts for server and nodes retry
|
10 years ago |
ThomasV
|
5f29017c9d
|
pass config.path to daemon (exemptore). fixes #901
|
10 years ago |
ThomasV
|
98cc9c53d1
|
do not write config file from network class
|
10 years ago |
ThomasV
|
a805afa900
|
save recent_servers in separate file
|
10 years ago |
ThomasV
|
881e15ae12
|
store config as json
|
10 years ago |
ThomasV
|
0503e809d5
|
fix #1121: tx.update
|
10 years ago |
ThomasV
|
e3e5d95794
|
fix account key bug
|
10 years ago |
ThomasV
|
c9d874ce38
|
openalias: more error message
|
10 years ago |
ThomasV
|
f77311328a
|
add get_completions to wallet
|
10 years ago |
ThomasV
|
4d7b68658b
|
fix delete_contact
|
10 years ago |
ThomasV
|
2f1c597e8f
|
print_error method for plugins
|
10 years ago |
Roman Zeyde
|
a7440fc89c
|
wallet: skip history sort when verifier is not set
|
10 years ago |
ThomasV
|
da502076bd
|
fix get_history
|
10 years ago |
ThomasV
|
f051a3e577
|
update occurences of get_history
|
10 years ago |
Roman Zeyde
|
c4b306cdbe
|
fix Transaction.deserialize() to Transaction()
|
10 years ago |
Roman Zeyde
|
9d0aa737e5
|
transaction: call serialize() before deserialization
|
10 years ago |
ThomasV
|
2d84deeaad
|
sanity check history
|
10 years ago |
ThomasV
|
ec11e58add
|
handle pruning in wallet.txi/txo
|
10 years ago |
ThomasV
|
3d1fa1e27f
|
find_pay_to_pubkey_address
|
10 years ago |
ThomasV
|
bc3ed470e1
|
use hash as default label
|
10 years ago |
ThomasV
|
e3de121be9
|
store deserialized tx in/out in wallet file for fast computation
|
10 years ago |
ThomasV
|
d9b1271f65
|
version 2.1
|
10 years ago |
ThomasV
|
cf0fcac9fa
|
fix deserialize_server bug
|
10 years ago |
ThomasV
|
08f63a7f14
|
release notes for 2.0.4
|
10 years ago |
ThomasV
|
d9874ecb01
|
add 10 second timeout to header requests
|
10 years ago |
ThomasV
|
f50a62755c
|
use self.print_error
|
10 years ago |
ThomasV
|
973f7f9fe5
|
mpk window: detect self and cosigner keys
|
10 years ago |
ThomasV
|
1369c02011
|
safeguard: do not let daemon treads write wallet file
|
10 years ago |
ThomasV
|
0200778ac1
|
require user to start daemon explicitly
|
10 years ago |
K
|
41127db32d
|
Let wallet recovery use 64 byte hex strings and 24 word seeds.
1. Allow wallet recovery from 64 byte hex strings.
2. Allow use of 24 word legacy seeds created from 64 byte hex strings.
|
10 years ago |
Neil
|
bbcfa44e54
|
Use string joins instead of concatenation for efficiency.
|
10 years ago |
ThomasV
|
d82529a41a
|
function profiler
|
10 years ago |
ThomasV
|
cabd6bbb2c
|
inputs_to_sign: handle missing num_sig
|
10 years ago |
ThomasV
|
a5a7a34c2d
|
IOError: add file path to exception message
|
10 years ago |
ThomasV
|
b93aa9bc43
|
do not display daemon socket path
|
10 years ago |
ThomasV
|
4a4624cb85
|
type conversion; fixes #1077
|
10 years ago |