Arsenii Kulikov

Results 147 comments of Arsenii Kulikov

The only breaking change this PR adds is for serde roundrip for `rpc_types::Transaction`. Earlier we wouldn't modify the serialized payload, but with this PR we will convert `"v": "0x0 |...

@tcoratger thank you for working on all PRs from here! would you like to work on `TxDeposit` migration to close this?

> > @tcoratger thank you for working on all PRs from here! would you like to work on `TxDeposit` migration to close this? > > Mhh not sure we have...

> > > > @tcoratger thank you for working on all PRs from here! would you like to work on `TxDeposit` migration to close this? > > > > >...

yeah, I think we can add `encoded_len(&self, with_header: bool)` and `encode(&self, &mut dyn BufMut, with_header: bool)`

This seems to be the case only for projects using `libs` outside of root. In the case above we get two different paths for the same file while resolving imports:...

Should we configure update fraction in this object as well? Given that EIP-7691 defines different update fractions for Cancun and Prague it seems reasonable to handle it in the same...

This is happening because of the way scripts handle external libraries deployment when private key is not known before running the script. Forge needs to know which address to use...

> Thanks for the explanation! Could a fix potentially be to skip showing the prompts the second time around and reuse the values provided the first time? This could work,...