-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: remove ethers keccak #2003
Conversation
PR Reviewer Guide 🔍(Review updated until commit 808d5a2)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to 808d5a2
Previous suggestionsSuggestions up to commit af91a35
|
/benchmark |
…walk/stratus into chore-remove-ethers-keccak
Persistent review updated to latest commit 808d5a2 |
Benchmark: Git Info:
Configuration:
RPS Stats: Max: 2062.00, Min: 1279.00, Avg: 1850.24, StdDev: 79.42 Plot: View Plot |
Final benchmark: Git Info:
Configuration:
RPS Stats: Max: 1992.00, Min: 1035.00, Avg: 1787.10, StdDev: 96.12 Plot: View Plot |
PR Type
Enhancement
Description
Replace ethers_core keccak256 with alloy_primitives keccak256
Update hash calculation in BlockNumber struct
Add FixedBytes<32> conversion for SlotIndex
Improve code consistency and dependencies
Changes walkthrough 📝
block_number.rs
Update keccak256 implementation for BlockNumber
src/eth/primitives/block_number.rs
slot_index.rs
Enhance SlotIndex with alloy_primitives and new conversion
src/eth/primitives/slot_index.rs