As the Ethereum-Xcm pallet is nearing release on Moonbeam/Moonriver, we need to update this pallet (and corresponding substrate-parachain-node fork andtellor-parachain-demo repos) accordingly with the same version of Polkadot used and also ensure alignment in any changes in functionality from Moonbase v0.31.1.
As the Ethereum-Xcm pallet is nearing release on Moonbeam/Moonriver, we need to update this pallet (and corresponding
substrate-parachain-node
fork andtellor-parachain-demo
repos) accordingly with the same version of Polkadot used and also ensure alignment in any changes in functionality from Moonbase v0.31.1.https://github.com/tellor-io/tellor-pallet/blob/434b0cc4c0c00f0bcae9dd6c9408f02267bb9a30/src/xcm/ethereum_xcm.rs#L30 will also need updating to include the pallet locations in the respective runtimes, but this can probably be improved to just use a
u8
on the pallet config instead.