Commit Graph

4 Commits

Author SHA1 Message Date
SomberNight 53c98ec96d migrating print() to python 3 2017-09-12 17:01:55 +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 43880d452e dynamic fees 2015-08-05 15:45:28 +02:00
ThomasV 69ee0bd0de new scripts: bip70 and estimate_fee 2015-02-16 14:05:04 +01:00