osmosis
osmosis copied to clipboard
The AMM Laboratory
## Background We currently only check expedited proposals in E2E when we skip the upgrade logic. This is done to prevent compatibility complications (i.e. our pre upgrade state initialization docker...
Closes: #XXX ## What is the purpose of the change @nicolaslara found out that our debug configuration in docs does not correctly apply the e2e build tags. This PR updates...
The US treasury dept added tornado cash addresses to the OFAC list. I'm also going to automate the process of generating blocked.go so that we can check against it in...
## Background When running e2e tests locally, if the tests have already run (and failed) the old containers aren't removed. This leads to ``` e2e_setup_test.go:96: Error Trace: /Users/nicolas/devel/osmosis/tests/e2e/e2e_setup_test.go:96 /Users/nicolas/devel/osmosis/tests/e2e/suite.go:132 /Users/nicolas/devel/osmosis/tests/e2e/e2e_setup_test.go:40...
We use osmo-builder directly in a couple spots to build binaries. We should probably make this into a single make command right? cref @niccoloraspa _Originally posted by @ValarDragon in https://github.com/osmosis-labs/osmosis/pull/2299#discussion_r942725835_
## Background Most of the TWAP tests, are centered around 2 asset pools. All of the store management and code is written to explicitly work with more pairs, and _should_...
## Background Our implementation for issue https://github.com/osmosis-labs/osmosis/issues/2128 left out the relevant changes for stableswap for the sake of time. We should implement and test this abstraction asap for stableswap to...
Closes: #XXX ## What is the purpose of the change Make test doesn't run the amm_test in pool-models, this PR fixes that ## Brief Changelog - change name of TestCalculateAmountOutAndIn_InverseRelationship...
## Refactor some tests in pool-incentives grpc_test.go to table drive - *TestGaugeIds* - *TestDistrInfo* - *TestIncentivizedPools*