You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As DeFiChain MetaChain evolves the need for connections with the outside world (other blockchains) becomes more important.
Currently, there is no easy way for any RPC client or node ops to get any Merkle proofs to use to verify the state/storage against rootState or storageState hashes of DMC blocks. This is an essential requirement for trustless verification of DMC state in a multi-chain setup or project.
To make trustless multi-chain integrations easier, the implementation of eth_getProof is suggested. https://eips.ethereum.org/EIPS/eip-1186
The text was updated successfully, but these errors were encountered:
Summary
As DeFiChain MetaChain evolves the need for connections with the outside world (other blockchains) becomes more important.
Currently, there is no easy way for any RPC client or node ops to get any Merkle proofs to use to verify the state/storage against rootState or storageState hashes of DMC blocks. This is an essential requirement for trustless verification of DMC state in a multi-chain setup or project.
To make trustless multi-chain integrations easier, the implementation of eth_getProof is suggested.
https://eips.ethereum.org/EIPS/eip-1186
The text was updated successfully, but these errors were encountered: