Skip to content

pallet-ethereum: Add missing features#164

Open
NunoAlexandre wants to merge 1 commit intomoonbeam-foundation:moonbeam-polkadot-v0.9.37from
NunoAlexandre:moonbeam-polkadot-v0.9.37
Open

pallet-ethereum: Add missing features#164
NunoAlexandre wants to merge 1 commit intomoonbeam-foundation:moonbeam-polkadot-v0.9.37from
NunoAlexandre:moonbeam-polkadot-v0.9.37

Conversation

@NunoAlexandre
Copy link

I am updating the Centrifuge chain to Polkadot 0.9.37 and I'm facing the following error which I believe is being caused due to these missing features on the pallet-ethereum cargo file.

The error is:

error[E0046]: not all trait items implemented, missing: `unchecked_into_checked_i_know_what_i_am_doing`
  --> /Users/n/.cargo/git/checkouts/frontier-6f1ff17f29a883b0/8e2ad96/primitives/self-contained/src/unchecked_extrinsic.rs:80:1
   |
80 | / impl<Address, AccountId, Call, Signature, Extra, Lookup> Checkable<Lookup>
81 | |     for UncheckedExtrinsic<Address, Call, Signature, Extra>
   | |___________________________________________________________^ missing `unchecked_into_checked_i_know_what_i_am_doing` in implementation
   |
   = help: implement the missing item: `fn unchecked_into_checked_i_know_what_i_am_doing(self, _: &Context) -> Result<<Self as Checkable<Context>>::Checked, TransactionValidityError> { todo!() }`

For more information about this error, try `rustc --explain E0046`.
error: could not compile `fp-self-contained` due to previous error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant