Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of EIPS-1186: RPC-Method to get Merkle Proofs - eth_getProof #3043

Open
ShadowsCrypto opened this issue Sep 11, 2024 · 0 comments

Comments

@ShadowsCrypto
Copy link

ShadowsCrypto commented Sep 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant