-
Notifications
You must be signed in to change notification settings - Fork 791
feat: support abi generated from forge #740
Conversation
Hey - I think this does not exactly work? A few errors in CI - could you take another look? |
looks like https://github.com/thasarito/ethers-rs/blob/8c63eef62669e5a13a5adac44166f2348913310d/ethers-contract/ethers-contract-abigen/src/contract.rs#L159 breaks a lot of test. Can you give me some direction how to fix this? @mattsse @gakonst |
abi parsing is a bit horrible rn:
So how to mitigate this here: ethers-rs/ethers-contract/ethers-contract-abigen/src/contract.rs Lines 177 to 181 in 42647d6
|
hey @thasarito - happy new year! any plans to get this over the line? |
I'm working on it but it might take a while. |
word - just checking! no rush. |
42647d6
to
798f2cc
Compare
I checked to change the |
798f2cc
to
fad1834
Compare
Motivation
Binding generated by AbiGen which bind output of
forge build
throws this error #683But it work If I change the format of ABI json to only be the content of
abi
Solution
PR Checklist