-
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 rng utils #2002
Conversation
PR Reviewer Guide 🔍(Review updated until commit e7ae2fc)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to e7ae2fc
Previous suggestionsSuggestions up to commit e7ae2fc
|
Persistent review updated to latest commit e7ae2fc |
Final benchmark: Git Info:
Configuration:
RPS Stats: Max: 1957.00, Min: 1359.00, Avg: 1811.82, StdDev: 60.62 Plot: View Plot |
PR Type
Enhancement
Description
Replace ethers_core::rand with rand_core::RngCore
Update Dummy trait implementations for primitives
Remove dependency on ethers-core for RNG
Add rand_core dependency in Cargo.toml
Changes walkthrough 📝
18 files
Update Dummy trait implementation for Address
Modify Dummy trait implementation for BlockHeader
Update Dummy trait implementation for BlockNumber
Modify Dummy trait implementation for ChainId
Update Dummy trait implementation for CodeHash
Modify Dummy trait implementation for Difficulty
Update Dummy trait implementation for RevertReason
Modify Dummy trait implementation for Gas
Update Dummy trait implementation for Hash
Modify Dummy trait implementation for LogTopic
Update Dummy trait implementation for MinerNonce
Modify Dummy trait implementation for Nonce
Update Dummy trait implementation for Size
Modify Dummy trait implementation for SlotIndex
Update Dummy trait implementation for SlotValue
Modify Dummy trait implementation for TransactionInput
Update Dummy trait implementation for UnixTime
Modify Dummy trait implementation for Wei
1 files
Add rand_core dependency