Abdullah Eryuzlu

Results 24 issues of 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....

help wanted
08-wasm

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.

A-movement

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:...

E-easy
A-voyager

can be removed _Originally posted by @benluelo in https://github.com/unionlabs/union/pull/3257#discussion_r1842292993_