velas / velas-chain

Other
70 stars 35 forks source link

Make types from evm-state available in sdk #397

Open gBaGu opened 1 year ago

gBaGu commented 1 year ago

Programs need an access to some evm-related types. We need to make types defined in evm-state accessible via sdk crate. In order to do so we need to make evm-stame compile under bpf toolchain. If this is not an option we can move evm-related types into separate crate.