test-tube
test-tube copied to clipboard
Test tube for cosmos-sdk chains integration test, written in Rust!
Look into [DWARF](https://lucumr.pocoo.org/2020/11/30/how-to-wasm-dwarf/)
## Why do we need this Allowing test to be able to test scenario that requires multiple txs in the same block. ## What should it look like Implement [`Runner`](https://github.com/osmosis-labs/test-tube/blob/1ba6e8021e441c7ffd1e17796ae64cb750ca57d0/packages/test-tube/src/runner/mod.rs)...
Reason being, `cosmrs` types don't derive serde and osmosis-std now have ability to generate types from cosmos module. potential blocker: https://github.com/osmosis-labs/osmosis-rust/issues/52 > ## Problem > - `osmosis-std` struct requires implementing...
The idea here is to allow governance gated execution without voting in test. Here is some implementation idea on go side: ```go // libosmosistesttube/main.go //export ForceExecuteGovProposal func ForceExecuteGovProposal(envId uint64, path,...
This is happening in using osmosis test tube with self hosted github actions. ``` error: failed to run custom build command for `osmosis-test-tube v25.0.0` Error: note: To improve backtraces for...
## Description Fix `fn_execute` macro by removing `pub` visibilitity when not specified. ## Issue Closes #54