Commit Graph

4 Commits

Author SHA1 Message Date
ThomasV 557b2c1896 update scripts for python3 2017-09-05 15:27:08 +02:00
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
ThomasV 43c8fd43c4 update peers and txradar scripts 2014-09-15 14:52:28 +02:00
ThomasV 3ba71627f4 tx radar 2014-05-21 21:15:42 +02:00