Skip to content

Conversation

@avivatedgi
Copy link
Contributor

  • Added message deserialization using from_bytes and from_stream
  • Added documentation about the message deserialization
  • Added support for from_stream in all of the fields and now it's a requirement to create a new field (it's an abstract function in the abstract class Field)
  • Added tests for the new logic, also extended the existing tests to support from_stream

…`from_stream` work on any field. Also added some tests and updated the messages documentation
…bytes` and `from_stream`, also added support for `from_stream` in all of the fields and it is now a requirement to create a new field (one of the abstract methods in the abstract class `Field`)
… OpcodeField logic, also removed all of the `from_bytes` logic in all of the Field and now its calling to `from_stream` with a mock reader
@shustinm shustinm self-requested a review March 20, 2021 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant