Neil Booth
79de458101
Preparation for moving the set of verified and unverified txs to the wallet.
The verifier will retain responsibility for verification, but will no longer
hold the transaction sets itself.
Change requires_fee to take a wallet.
Add new function add_unverified_tx()
Move get_confirmations() to the wallet from the verifier.
10 years ago
ThomasV
44d076fbc4
fix #1132
10 years ago
ThomasV
42ed67e8c7
fix #1131
10 years ago
ThomasV
8314efdfd5
fix #802
10 years ago
ThomasV
3c77eeba7d
fix #1120
10 years ago
ThomasV
fb699e5294
fix #955
10 years ago
ThomasV
feebd7c253
add dump and getrequest to merchant script
10 years ago
ThomasV
1a8425ff5d
additional fix for #793
10 years ago
ThomasV
c81810a7c8
fix #776
11 years ago
ThomasV
640a6a3bf9
update merchant script
11 years ago
Ramon Tayag
4f2a4c84a3
Fix wrong number of arguments error
When calling Wallet#create_watching_only_wallet
11 years ago
Jeffrey I. Schiller
35f1455970
Fixes to merchant.py
Correct order of arguments to create_watching_only_wallet and correct
usage of sqlite3
11 years ago
Bryan Stitt
6cd4ed486a
fix more bare excepts
11 years ago
ThomasV
2c138316b7
move merchant script in separate dir
11 years ago
ThomasV
ea0f270fd9
update and fix the merchant script (fixes issue #254 )
11 years ago
thomasv
f7491310a0
fix get_new_address in merchant.py
12 years ago
ThomasV
b39f1424ec
fix for merchant script
12 years ago
thomasv
386c8d9ee6
adapt merchant script to SPV
12 years ago
ThomasV
a6e7470b11
add payment verifier and confirmations to merchant script
12 years ago
thomasv
b6729b3aab
verifier: download chunks first for efficiency
12 years ago
thomasv
ee84e5c007
document public methods of verifier
12 years ago
thomasv
da4b974dfd
simplification: hex encode master_public_key directly
12 years ago
thomasv
1a781036cf
move init_socket in constructor
12 years ago
thomasv
5444f55e6b
big refactoring: command line options and electrum.conf options override settings in wallet file.
12 years ago
thomasv
6bf18d8607
add merchant script
12 years ago