Raise versions, add release notes.

Add event log table.
Offers can be revoked.
Added separate range for retry delays.
This commit is contained in:
tecnovert
2020-12-02 13:24:52 +02:00
parent dca9f08833
commit 8c9105ce01
9 changed files with 286 additions and 65 deletions

View File

@@ -12,3 +12,10 @@ TODO:
class Peer:
pass
class Network:
def __init__(self, network_port, network_key):
self._network_port = network_port
self._network_key = network_key
self._peers = []