-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
Migrate MerkleProof
tests among other testing utilities
#4689
Migrate MerkleProof
tests among other testing utilities
#4689
Conversation
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: keccak256@1.0.6, merkletreejs@0.2.32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
} | ||
|
||
function getSlot(address, slot) { | ||
return getStorageAt( | ||
web3.utils.isAddress(address) ? address : address.address, | ||
web3.utils.isHex(slot) ? slot : labelToSlot(slot), | ||
ethers.isAddress(address) ? address : address.address, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we attempt supporting also address.target
?
The comment I left is non blocking. Merging |
MerkleProof
tests among other testing utilities
Helpers migrated:
Test migrated:
Dependencies: