You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
currently serialization is done in packeter.py; interpretation and casting of deserialized data is (partially) done in peers.py; networking code is spread over two files which makes development complicated and error prone
serialization code should exist next to the deserialization code in peer.py
wire protocol documentation in docstrings went missing after refactoring
re-add wire protocol documentation
blocks and transactions are exchanged as rlp.decode(obj.serialized())
de/serialization should accept and return Transaction and Block instances
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: