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 796
String/fragment based Interface/ABI support #95
Comments
Think there was something in works here: #88 |
@SilentCicero You can check an example usage here |
Very cool. This is great, basically Ethers but in Rust. Can it get any better? Closing. |
meetmangukiya
pushed a commit
to meetmangukiya/ethers-rs
that referenced
this issue
Mar 21, 2022
* test: re-enable FFI test * feat: add FFI to the HEVM ABI * feat: implement ffi cheatcode FFI expects an ABI-encoded hex string to be output by whatever command is being run if the command is not found or if there's no hex encoding, it'll return a Fatal error The data is returned as raw bytes to Solidity, where they need to be decoded for further processing * feat: throw error if ffi is not enabled * fix(decode_revert): allow passing strings w/o error prefix * feat: enable ffi flag in CLI * chore: clippy lints
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Heyo,
Killing it Georgios.
Is there the Interface/String based ABI decoder in
ethers.rs
.I'd like to describe contract ABI that way, ie:
The text was updated successfully, but these errors were encountered: