Roman Zeyde
c324d21107
transaction: added missing import
for "traceback.print_exc(file=sys.stdout)" statement at line 361
10 years ago
Roman Zeyde
cb4d3a78b4
verifier: fix typo
10 years ago
Roman Zeyde
6bb9ee0cf7
bitcoin: remove dead code
10 years ago
ThomasV
7a3ddfc6a4
version 2.3.1
10 years ago
ThomasV
10740470cc
fix requests_dir bug
10 years ago
ThomasV
d75d3fdf5b
fix --pending option
10 years ago
ThomasV
42084a3610
improve docstrings
10 years ago
ThomasV
1fbbd5d65d
require network to show request status
10 years ago
ThomasV
cbcb799eec
add filtering options for listrequests
10 years ago
ThomasV
f3597f865b
--force option for addrequest
10 years ago
ThomasV
a103f59686
new flags for listaddresses
10 years ago
ThomasV
317a9de71d
check amount before calling make_payment_request
10 years ago
ThomasV
ba78093e2e
getalias: no check
10 years ago
Kefkius
b6e4013a9d
Fix typo in param_descriptions
heigh --> height
10 years ago
ThomasV
e5b5e8d0f4
comment our ackrequest
10 years ago
ThomasV
d6cdc085ea
fix #1283
10 years ago
ThomasV
16344b43af
fix issue #1282
10 years ago
ThomasV
e31ac7905d
Clear address cache when interface changes. Send requests only if interface is connected.
10 years ago
Neil Booth
28f440350d
Fix request handling.
Handle local requests immediately.
Defer those requiring connectivity until we have an interface.
10 years ago
ThomasV
5714d9f4fc
shorter docstrings
10 years ago
ThomasV
145bf5cf0a
rename decodetx and sendtx commands. merge mktx and payto commands.
10 years ago
ThomasV
e067e34313
make global options: -w and -o
10 years ago
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
Neil Booth
e8db8983ec
Make the synchronizer not a thread.
The synchronizer's work is done from the network proxy's main loop.
A minor problem with the old synchronizer was that it considered itself
out of date if the network was out of date. This was too generic: the
network can have pending requests unrelated to the synchronizer. This
resulted in the synchronizer often unnecessarily flipping the wallet
between up-to-date and not-up-to-date, and causing unnecessary calls
to wallet.save_transactions(). This was observable when opening the
network dialog box: frequently just opening it would cause a wallet
status change and transaction flush, simply because the network dialog
sends a get_parameters() request. This rework of the synchronizer does
not have that issue.
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
Neil Booth
98bea614d8
Implement BIP-LI01.
No more need to randomly place change.
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