This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 794
Add Solidity Keccak256 packing support #1529
Comments
found the abi.encode and get_create2_address function sorry. |
eh I think no abi pack util so I'll reopen |
Do you mean |
yes |
hey just wanted to share that would be awesome if this function is developed :-), if someone would like to deeply interact with safe factory contracts, they will need this (to generate salt) |
Actually it already is present as It just hasn't been released yet |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. Is anyone working on adding Solidity Keccak256 packing support?
In ethers-js, its here
https://github.com/ethers-io/ethers.js/blob/master/packages/bytes/src.ts/index.ts.
I don't know rust or the package well enough to add this myself. It could be helpful if someone can do this. Thanks!
The text was updated successfully, but these errors were encountered: