Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pallet-ethereum: Add missing features #164

Open
wants to merge 1 commit into
base: moonbeam-polkadot-v0.9.37
Choose a base branch
from

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
1 participant