grandizzy
grandizzy
@MartinquaXD be aware that latest nightlies are now on updated revm version and, while anvil logic was not changed, there's possibility of regression due to migration. Please let us know...
@MartinquaXD could you please help with checking the issue with latest nightly, we merged couple of improvements that we expect to solve the issue. thank you!
@feynman-x I think this PR could be simplified, consider that we already have `anvil_set_auto_mine/anvil_get_auto_mine` which use `miner.is_auto_mine()` https://github.com/foundry-rs/foundry/blob/6b0c27ed4ccfdb5a4805e9f53d487cca51c5e116/crates/anvil/src/eth/miner.rs#L61-L65 We also have `anvil_set_interval_mining` (but no `anvil_get_interval_mining` counterpart) and `is_interval` fn which...
@3esmit what version of ubuntu you use? 20.04 was deprecated since 1.1.0, pls see https://github.com/foundry-rs/foundry/releases/tag/v1.1.0
makes sense, we could at min check the os and recommend latest compatible foundry version to install
@Yen `cast call` accepts now block.time and block.number overrides (as of https://github.com/foundry-rs/foundry/pull/10727) mind to add those to work with --trace as well? thank you
yeah, not related, looks like a contract we use in a test was upgraded and returns different now
@maxslimb pls see https://github.com/foundry-rs/foundry/blob/master/CONTRIBUTING.md thanks!
@lopjf thank you, will be updating docs
I am looking into this and I *think* the best way to do it is as explained in this blog post https://sentry.engineering/blog/publishing-binaries-on-npm#exploring-our-options @o-az and others in discussion, would this make...