Open Kayanski opened 5 months ago
is there a way i can simulate the txn that is supposed to be relayed? Bash or JS?
Hello ! I'm using RUST for the simulations : Here is the script that hangs (https://github.com/AbstractSDK/polytone/blob/starship-failing/scripts/src/bin/starship-transfer.rs) (cargo run --bin starship) Here is the script that works (https://github.com/AbstractSDK/polytone/blob/starship-failing/scripts/src/bin/starship.rs) (cargo run --bin starship-transfer)
Is it possible to have a bash of a cosmjs script for the same? I dont think i can debug with Starship in rust at this point. If we are able to reproduce it, should be possible.
Also on a side note, even for wasm to wasm contract on mesh-security, i do have some issues with relaying packets sometimes, which happenes with some dealy.
What i want to know:
Maybe we should try to first use the most latest version of the chains both juno and stargaze as well as hermes. Can you tell me what versions are the chains are at? so we can do it directly.
When using Starship with the following configuration (Config below) I can create a channel but the packets inside the channel are not relayed. I also paste the hermes-juno-stargaze logs from the channel creation (Hermes Pod Logs below).
I'm using a channel for
Polytone
which is awasm
towasm
channelWhen I run
hermes start
the packet gets relayed correctly without issuesExpected behavior
I want starship to be able to create a channel and then relay the packets on it automatically without having to run
hermes start
manuallyInvestigation
When running
hermes start
inside the pod, the program successfully relays 1 packet but then proceeds to fail with the following error logs (Logs ofhermes start
when running from inside the pods to relay 1 packet below)When creating a transfer channel, it works perfectly. I'm able to create a channel and the resulting packets get relayed perfectly
This might be related to gas limits on packets ?
Config:
Hermes Pod Logs:
Logs of
hermes start
when running from inside the pods to relay 1 packet:Thank you in advance !