Allow the ethereum light client to prove the state of all contracts #411
Labels
ethereum-light-client
Issues related to the 08-wasm ethereum light client
icebox
Issues that will not be addressed for the time being
type: feature
Feature request
Summary
Currently, our ethereum light client can only prove the state of a single contract in a single mapping slot. We always target the ICS26Router's commitments mapping. This feature would move all account proofs to membership entry point.
Problem Definition
This would make our the client more compliant with the IBC and
sync-protocol
specs and clean up our light client header. Also, this would allow more use cases since we would be able to prove the state of other contracts in eth.For Admin Use
The text was updated successfully, but these errors were encountered: