Shoaib Ahmed
Shoaib Ahmed
Same problem with me.
Thank you for the detailed clarification @crodriguezvega and @AdityaSripal! :+1: I like the idea of transferring the issue to the spec repo. I'll open a PR to address this on...
Sorry for the delay in getting to this. Just submitted PR #847 to resolve this.
I seem to have the same issue, but I didn't have it in v1.5.0. It only shows up in v1.6.2. FWIW, also happens if I set `RUST_TEST_THREADS=1`.
These are some very relevant and interesting observations, thank you for writing this! Here's my two cents on the topic -> I agree that using the `ics26_routing::handler::deliver()` function will be...
I think there is an additional problem with our `ics26_routing::deliver()` implementation apart from what @thanethomson describes above -> The routing module is expected to maintain a lookup table of modules...
Just my two cents on the topic - encrypting using Bob's public key should already be possible but you'd have to use an encryption scheme that works with ECC (see...
@Wizdave97 I opened this issue as a placeholder just to remind us to implement unit tests similar to the ones in ibc-go. Here are some tests that I had in...
We previously used the `chrono` crate but moved away from it (see https://github.com/informalsystems/hermes/issues/1639 and linked issues/PRs for more info). It would be helpful if you could describe your requirements/ideas so...
Copying the TLDR; from Anca's comment on https://github.com/cosmos/ibc-go/issues/1732 -> > The only thing i can think of is to have a different check for simulation (>) vs deliverTx (>=). But...