-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: primitive utils and improvements (#52)
* feat: improve primitives * feat: implement Arbitrary for Bytes and wrapped FixedBytes * feat: improve primitives utils * fix: hex breaking change * fixes * chore: clippy * serde * feat: add more serde utils and impls * ignore test * fix: RLP `Encode` impl for `FixedBytes` and `bool` * proptest * chore: clippy * are you ok proptest? * improve serde impls * fix: Signed `to_{b,l}e_bytes` * fix: alias exports * fix: docs * refactor: improve bloom implementation quality (#59) * refactor: improve bloom implementation quality * chore: fmt * fixes: address PR review comments * chore: move `create{,2}_address*` utils to assoc methods on `Address` * test: `FixedBytes` serde --------- Co-authored-by: James Prestwich <james@prestwi.ch>
- Loading branch information
Showing
34 changed files
with
1,422 additions
and
554 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.