Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Remove traits derivation part
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed May 15, 2020
1 parent ceefd6d commit f1409f6
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions text/0030-protocol-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,8 @@ signature in the `Message` trait. Implementations are then expected to provide a

### Endianness

All multi-byte number fields of the messages of the protocol are represented as [big-endian](https://en.wikipedia.org/wiki/Endianness).

### Derived traits

The following traits are expected to be derived by every `Message` implementation:

- `Default` which is very convenient for the implementation of `Message::from_bytes`;
- `Clone` which is necessary to provide ownership in the context of a message broadcast;
All multi-byte number fields of the messages of the protocol are represented as
[big-endian](https://en.wikipedia.org/wiki/Endianness).

### Version 0

Expand Down

0 comments on commit f1409f6

Please sign in to comment.