Roman
Roman
As requested by : we should remember the last swapped tokens the user selected on swap page so if they navigate to another page and back they would remain the...
## What is the purpose of the change Light clean up. Tested locally. ### ClickUp Task [ClickUp Task URL](PASTE_CLICKUP_TASK_URL_HERE) ## Brief Changelog ## Testing and Verifying ## Documentation and Release...
Currently, we hardcode pool types as strings: https://github.com/osmosis-labs/osmosis-frontend/blob/71528ee78a8396561d070338c9a3462de82661fd/packages/web/server/queries/complex/pools/index.ts#L10-L17 Instead, these should be enum values imported from a single file rather than hardcoded in various locations **Acceptance Criteria** - Pool types...
**Context** To format chain error message, we do regex parsing: https://github.com/osmosis-labs/osmosis-frontend/blob/a2d830e9b466e720a5a75fe9f620b9ca31a048c1/packages/web/components/alert/prettify.ts#L6-L19 A cleaner approach would be to check SDK error codes like we do here: https://github.com/osmosis-labs/osmosis-frontend/blob/a2d830e9b466e720a5a75fe9f620b9ca31a048c1/packages/web/components/alert/tx-event-toast.ts#L79-L81 An example of an...
We need the ability to press a button and start an app with a debugger running for developer productivity. Acceptance Criteria - `launch.json` configuration - I press a button and...
Update `cosmjs` to 0.32.2 and `cosmos-kit` to the latest compatible Once updated, remove the following duplicates: https://github.com/osmosis-labs/osmosis-frontend/pull/2736/files#r1468545270
## Background The localosmosis image is not auto-rebuilt when user pulls from `main`. This sometimes causes problems that are unintuitive to debug ## Suggested Design When user runs any localosmosis...
## Summary The new `osmosis-rust` framework requires the following installed: ``` sudo apt-get install libclang-dev ``` Ref: https://github.com/filecoin-project/lotus/discussions/3967 I've experienced the problem of not having this lib twice. ## Proposal...
Closes: #XXX ## What is the purpose of the change The goal of this work is to refactor and clean up pool liquidity pricing logic, making the abstraction consistently denominated...
- Created shared abstractions in `ingest/common/domain` * `PoolExtracter` - responsible for extracting pools from chain * `BlockProcessor` - responsible for implementing the strategy for processing the blocks - all or...