Arsenii Kulikov
Arsenii Kulikov
> @klkvr what's missing here besides conflicts? it needs better error propagation and I'm investigating a strange bug with OOG errors locally, should be ready after that
This should be ready for review, I'd like to do a follow-up later to improve `transact*` logic a bit, don't want to bloat this PR's scope more
Closing as we've done multiple refactors for signature logic which ensure the correct encoding of EIP-155 signatures
such change only affects metadata, we should be able to just ignore it when collecting push bytes though small unrelated test contract changes would still probably affect snapshot data
Added more docs and also cleaned up estimate, call and access-list commands to have similar flow and use `CastTxBuilder` as well
yeah, the ci is a little bit broken right now after forge-std release, we will fix this soon
Superseded by #8011
hey @fedemagnani assigned you
If I understood your issue right, then couldn't this be just a proxy overhead? when calling a `Nice` created directly, you are just executing its bytecode, and when it's called...
I see, then that's likely EIP-150 > If a call asks for more gas than the maximum allowed amount (i.e. the total amount of gas remaining in the parent after...