Mykhailo Donchenko
Mykhailo Donchenko
After gauge creation it does not appear in the list for the pool if you query it with `QueryGaugeIdsRequest`, made reproduction of this bug using test. Requested by @iboss-ptk
I'm getting random `panic: unlinkat /tmp/.osmosis-test-tube-temp-3820962552/data: directory not empty` during tests and in CI: https://github.com/AbstractSDK/carrot-app/actions/runs/8879573463/job/24377599948?pr=84#step:8:919 The worst part that it's not consistent, restarting action just fixes it magically
I just got this panic: ``` thread 'deposit_lands' panicked at .../.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-tube-0.3.0/src/runner/result.rs:222:18: Go code must encode valid UTF-8 string: Utf8Error { valid_up_to: 127, error_len: Some(1) ``` You can see it here:...
This PR adds Debug derive to the EnvironmentInfo. Will look around other types to see which miss Debug as well
Simultaneous daemon state file writes currently are not handled. This PR aims to handle such cases. So there are 2 scenarios when simultaneous write can happen: 1. Another program that...
`cw-orch-cli` is a chain-agnostic interactive cli for cosmos chains, with main focus on wasm operations Currently supported features: # Key management CLI allows managing keys, using platform-specific secure store. Saved...
Contract CLI moved from #177.
Fixes #126 Off-chain methods doesn't require additional flags anymore. You can still add `--agent NAME` or it will use "agent" as default.
Depends on https://github.com/AbstractSDK/cw-orch-interchain/pull/34 This PR aims to improve developer experience that use ibc functionality of Abstract. To cover functionality I created `ping-pong` application from scratch and use as much available...