osmosis
osmosis copied to clipboard
The AMM Laboratory
### Summary We should document that sigFigRound currently mutates the input argument. Furthermore, we should make valset preference not use sigfiground, or be careful about this mutative operation
## Background Right now if a user wants to make a full range CL position a sfs position, the frontend does a multi message to remove the cl position, then...
Running on **Ubuntu 22.04.3 LTS** ### What happened? Starting cosmovisor through systemctl fails with this log output - ``` Dec 21 10:28:10 pc systemd[1]: Started Cosmovisor daemon. Dec 21 10:28:10...
### What happened? A bug happened! Failing to initialize home folder due to `app.toml` config initialization ### Osmosis Version v21 ### How to reproduce? ``` osmosisd init test --home=.osmosisd-conf Error:...
## Background I think it might be a nice to have to separate the e2e tests into their own module. Some benefits from doing this would be the osmosis binary...
## Background Many osmosis contracts frequently query the arithmetic twap. Right now they are paying a lot in cpu time for interpolating geometric twap records which they are not even...
### What happened? a cl pool can be created with any string that can be validated as denom, whether or not it exists on chain see: ``` osmosisd q poolmanager...
Hello there! I'm playing around in the testnet and I am facing a peculiar issue when estimating exchange rates, MRE: ```dart final tokenoutAmount = await poolmanager.QueryClient(ClientChannel('grpc.osmotest5.osmosis.zone', port: 9090, options: const...
## Background There'll be more typo in future PRs/commits and fixing them is time-consuming so I propose we should add a CI to point them out in the process. ##...
## Background Documenting useful CLIs and queries for people to use. The example of the CLI flow down below is for testing `MsgAddToConcentratedLiquiditySuperfluidPosition` See the list of other messages in...