-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#1818) * fix(alloy-eips): `SimpleCoder::decode_one()` should return `Ok(None)` * refactor(alloy-eips): add more data validation to `SimpleCoder::decode_one()` * add more tests * also fix incorrect encoding * wtf with CI * allocate 1 FE in ingest_partial_fe if needed * introduce `const FIELD_ELEMENT_BYTES_USIZE: usize = FIELD_ELEMENT_BYTES as usize` * resolve conversation about MAX_BLOBS_PER_BLOCK usage
- Loading branch information
1 parent
b6e2795
commit eb1798a
Showing
3 changed files
with
60 additions
and
13 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