-WIP-electrum-btcp/scripts
Neil Booth 6f1367fea6 Unify message IDs between network and interfaces
Previously network.py had its own idea of request IDs,
and each interface had its own which was sent on the wire.
The interface would jump through hoops to translate one
to the other.

This unifies them so that a message ID is passed when
queueing a request, in addition to the method and params.
network.py is now solely responsible for message ID management.

Apart from being simpler and clearer, this also should be faster
as there is much less data structure manipulation and rebuilding
happening.
2015-09-09 21:00:25 +09:00
..
merchant Merge the network and network_proxy 2015-08-31 12:00:38 +09:00
authenticator.py copy mpk to clipboard 2015-08-18 17:05:02 +02:00
bip70 move make_payment_request to lib 2015-04-05 18:57:00 +02:00
block_headers Merge the network and network_proxy 2015-08-31 12:00:38 +09:00
estimate_fee Unify message IDs between network and interfaces 2015-09-09 21:00:25 +09:00
get_history Merge the network and network_proxy 2015-08-31 12:00:38 +09:00
peers Unify message IDs between network and interfaces 2015-09-09 21:00:25 +09:00
servers Unify message IDs between network and interfaces 2015-09-09 21:00:25 +09:00
txradar Unify message IDs between network and interfaces 2015-09-09 21:00:25 +09:00
util.py Unify message IDs between network and interfaces 2015-09-09 21:00:25 +09:00
watch_address Merge the network and network_proxy 2015-08-31 12:00:38 +09:00