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
Currently our Groth IBC Client Methods only support MPT based state proofs. There are and will be other rollups that use different tree structures like JMT. To support JMT and potentially IAVL and SMT, we can simply import and use ICS23
We will need the user to be able to specify MPT or provide an ICS23.Spec when initialising the groth16 Client.
The text was updated successfully, but these errors were encountered:
Currently our Groth IBC Client Methods only support MPT based state proofs. There are and will be other rollups that use different tree structures like JMT. To support JMT and potentially IAVL and SMT, we can simply import and use ICS23
We will need the user to be able to specify MPT or provide an ICS23.Spec when initialising the groth16 Client.
The text was updated successfully, but these errors were encountered: