Current issue is the Memory
trait in pallet-revive
is required for the implementation of the chain extension but the Memory
trait is in wasm
module which is not exported as public. In the chain extension implementation of Pop Network, we forked the pallet-revive
and modified it. Probably deprecated in the future with the introduction of precompiles.
Chain extensions are deprecated and replaced with precompiles in pallet-revive