Abdullah Eryuzlu
Abdullah Eryuzlu
## Summary Some of the function calls in 08-wasm module omit the returned error. This makes it hard to understand what happened since it’s not easy to debug wasm contracts....
Since we have completed MPT verifier on Move, we can quickly move to implementing the clients and the voyager support. 1. Implement `ics23-mpt-light-client` (light client that will verify an evm...
Movement fails when you try to send batch transactions. We should talk to them about this.
Currently the `ensure` functions only expect one type such as: ```rust pub fn ensure_ibc_interface( &self, ibc_interface: impl AsRef, ) -> Result { if ibc_interface.as_ref() != self.ibc_interface.as_str() { Err(UnexpectedIbcInterfaceError { expected:...
can be removed _Originally posted by @benluelo in https://github.com/unionlabs/union/pull/3257#discussion_r1842292993_
Verify the given aggregate public key against the set of public keys during epoch changing updates