darwinia-network / darwinia-messages-sol

Darwinia cross-chain messages gateway and protocol for EVM developers 💌
MIT License
29 stars 8 forks source link

Ethereum beacon chain light client #162

Closed hujw77 closed 2 years ago

hujw77 commented 2 years ago

Ethereum beacon light client implement by the spec version

This version need bls and mpt precompile(https://github.com/darwinia-network/darwinia-common/pull/1222) to verify message storage proof and bls signature.

Fix #159