diff --git a/frame/evm/precompile/storage-cleaner/src/mock.rs b/frame/evm/precompile/storage-cleaner/src/mock.rs index a4a9d31b90..fcd322adc4 100644 --- a/frame/evm/precompile/storage-cleaner/src/mock.rs +++ b/frame/evm/precompile/storage-cleaner/src/mock.rs @@ -74,7 +74,7 @@ impl frame_system::Config for Runtime { type PreInherents = (); type PostInherents = (); type PostTransactions = (); - type SingleBlockMigrations = (); + type SingleBlockMigrations = (); type ExtensionsWeightInfo = (); } diff --git a/frame/evm/src/runner/stack.rs b/frame/evm/src/runner/stack.rs index 604b41c4f6..e5bc190f31 100644 --- a/frame/evm/src/runner/stack.rs +++ b/frame/evm/src/runner/stack.rs @@ -856,7 +856,7 @@ where ) } - /// FIXME: DO NOT call it for now! The dependent [evm::backend::Backend] trait has new methods added in this version, + /// FIXME: DO NOT call it for now! The dependent [evm::backend::Backend] trait has new methods added in this version, /// see this [commit](https://github.com/rust-ethereum/evm/commit/cfb378dac0640a6ac78687dd734241760f6ce125). fn transient_storage(&self, _address: H160, _index: H256) -> H256 { todo!() @@ -1251,19 +1251,19 @@ where } } - /// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version, + /// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version, /// see this [commit](https://github.com/rust-ethereum/evm/commit/cfb378dac0640a6ac78687dd734241760f6ce125). fn set_transient_storage(&mut self, _address: H160, _key: H256, _value: H256) { todo!() } - /// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version, + /// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version, /// see this [commit](https://github.com/rust-ethereum/evm/commit/cfb378dac0640a6ac78687dd734241760f6ce125). fn created(&self, _address: H160) -> bool { todo!() } - /// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version, + /// FIXME: DO NOT call it for now! The dependent [evm::executor::stack::executor::StackState] trait has new methods added in this version, /// see this [commit](https://github.com/rust-ethereum/evm/commit/cfb378dac0640a6ac78687dd734241760f6ce125). fn set_created(&mut self, _address: H160) { todo!()