Manuel Mauro

Results 18 comments of Manuel Mauro

Thanks @skade, I cleaned up my previous attempt. ```rust /// Middleware stack. pub struct MiddlewareStack { stack: Vec, } impl MiddlewareStack { /// Create an empty stack of middlewares. pub...

Not necessary I'd say. It was meant for other crates to build on individual parts of this project, but I guess we can obtain something similar using features. What are...

PR adding support for EIP-7702 is up for review https://github.com/moonbeam-foundation/moonbeam/pull/3358

`test-mock-dmp-error-and-appendix-4` and `test-mock-dmp-error-and-appendix-5` are identical. (They were also before.)

`legacytests` submodule seems to be pointing already at the latest commit. I updated `spectest`, merged `master`, and expected the tests to fail, but they didn't.

Thank you! Feel free to create a PR for this.

@RomarQ I think this should fix the issue https://github.com/polkadot-evm/frontier/pull/1781, but I am not able to test it yet. If the changes to frontier are sound, we might be able to...

Addressing more issues with the subscription behavior here: https://github.com/polkadot-evm/frontier/pull/1787