onbjerg
onbjerg
Assuming this is in ethabi since your fix there fixed it. Will need to update ethers-rs when the PR is merged, then update ethers-rs here
Not up to us, up to the ethabi maintainers on when/if they merge the PR. Until then, we wait :smile:
Closing since `deploy` is not a valid folder, feel free to ping if the issue persists after moving the script to either `script` or `src`
So you want `forge update` to run `forge install` and then pull the latest refs?
@shadyalfred Unsure because @sambacha hasn't clarified yet what the behavior should be @sambacha Ping
Yeah, you shouldn't be mocking an empty account if you plan to deploy on top of it, however I'd like to see an example of your test to see if...
Does your contract use libraries by any chance? cc @joshieDo it seems that the `into_bytes` unwrap fails, so probably an unlinked artifact somehow. We should also replace the `unwrap` with...
So is this issue the same as #2665? If it is, we should close this one, as fixing one will fix the other
Closing as can't reproduce, please feel free to reopen with a reproducible example if it's still an issue :smile:
@sunwrobert Unsure what container you are using, but the one we ship does not come with the necessary build tools. You need `cargo` with `rustc`, at least Rust 1.62 and...