ThomasV
e517321f76
Network: fix handle_requests, must process requests even if we are not connected
10 years ago
ThomasV
6ea04e2d47
Network: Fix switch_to_interface (check that interface is connected)
10 years ago
ThomasV
060e3aa23e
plugins: call load_wallet in install wizard
10 years ago
Neil Booth
a3ad32bd91
Use requests instead - SSL handling is superior
10 years ago
ThomasV
479a6f84e7
paymentrequest: add headers to http request
10 years ago
ThomasV
8bccf7b2db
replace httplib with requests
10 years ago
ThomasV
ee6b718ea4
better message
10 years ago
ThomasV
f70a996619
fix trezor initialiation hook (pass window in load_wallet)
10 years ago
ThomasV
70037b89a9
version 2.3 and release notes
10 years ago
ThomasV
8995cdbf14
rename fields: 'time' -> 'timestamp', payment_requests
10 years ago
ThomasV
357c405ac6
fix publish_request
10 years ago
ThomasV
d367930113
amount is in satoshis
10 years ago
ThomasV
9bd94e5062
refactor payment requests
10 years ago
ThomasV
572a463806
reason->memo
10 years ago
ThomasV
3bb00f0006
store json record requests
10 years ago
ThomasV
bf755f8ac0
jsonrpc interface
10 years ago
ThomasV
48e53498db
improve requests
10 years ago
ThomasV
0b874b2bb0
Readding pending_transactions_for_notifications, needed by the gui.
10 years ago
Neil Booth
a2445aa27d
Remove unused vars and imports.
10 years ago
Neil Booth
2f2e468d0a
SocketPipe shouldn't close the socket.
This is a layering violation - the SocketPipe doesn't own
the socket and provides no other way to close the socket, leading
to unnecessary complexity like that in interface.py.
I looked at deamon.py and NetworkProxy - the two other users,
and they don't close the sockets explicitly, just let them be
garbage collected.
10 years ago
Neil Booth
caebdd0819
Need an interface to process a request.
Occasionally triggered with a race at start up, typically from
the verifier requesting a merkle root.
10 years ago
ThomasV
fc23b0f490
fix #1274
10 years ago
ThomasV
ec795ba3c0
fix var name
10 years ago
ThomasV
ab60da89ac
Add a help group for config variables. Change name of ssl variables
10 years ago
ThomasV
34360bddfb
add missing definition of COIN
10 years ago
ThomasV
0ddd94b5b3
remove forgotten debugging statement
10 years ago
ThomasV
ca62df89d4
fix: set_config
10 years ago
ThomasV
d85a11173d
verify: return earlier if request is empty
10 years ago
ThomasV
cbeeedcca2
Add note for commands that are not SPV; fix format_request parameter
10 years ago
ThomasV
fb6a74e034
fix typo
10 years ago
ThomasV
3188ff05a3
fix is_watching_only
10 years ago
ThomasV
088d8e8415
show request status
10 years ago
Neil Booth
ab2f80c3e0
Fix couple of minor socket issues
Set timeout and socket options on all simple sockets. At present
some code paths can miss it, such as when the SSL certificate is
CA-signed.
Add a missing check for failure.
10 years ago
ThomasV
e4946cf26e
setconfig: return False on error
10 years ago
ThomasV
31c4849566
url_rewrite
10 years ago
ThomasV
b83b7fa5c8
cmd line: format payment requests
10 years ago
ThomasV
2727df962e
requests: store path not url
10 years ago
ThomasV
b9e4825422
fix request_dir variable
10 years ago
ThomasV
514ea6aa8c
doc for addrequest
10 years ago
ThomasV
d41785c783
save payment requests in requests_dir
10 years ago
ThomasV
0938299e9b
move payment requests logic to wallet, add basic commands
10 years ago
Neil Booth
76355e66c8
Make interface status tri-state.
This allows us to distinguish between connecting and connected
state in interface.py (used to be done in network.py but that
had other issues).
This means we don't switch to a connecting server, and get_interfaces()
does not report connecting ones.
10 years ago
Neil Booth
03e53a5e01
Create a constant for 100000000 and use it
Use same name as is in bitcoind.
Note that one of the constants in text.py had the wrong number
of zeroes previously...
10 years ago
ThomasV
4d9be9a6d2
commands: use decorator to register commands
10 years ago
ThomasV
7e20901e3b
read command defaults
10 years ago
ThomasV
c3f82fd69c
fix cmd descriptions
10 years ago
ThomasV
f8eb68458d
use docstrings
10 years ago
ThomasV
ddd6a58cc7
commands: extract params and options from arguments
10 years ago
ThomasV
1d5c6bdc2d
deserialized option for mktx
10 years ago
ThomasV
4042ac69ec
fix varname
10 years ago