white-whale-core icon indicating copy to clipboard operation
white-whale-core copied to clipboard

Core contracts for White Whale, The Interchain Liquidity Protocol for the Cosmos.

Results 31 white-whale-core issues
Sort by recently updated
recently updated
newest added

## Description and Motivation This PR refactors the bonding manager, fixing a couple of issues with the bonding and claiming mechanisms. It also refactors the state, using an `IndexedMap` to...

## Description and Motivation This PR adds support for `StableSwap` pools when providing liquidity through the Pool Manager. ## Related Issues #311 --- ## Checklist: - [x] I have read...

`just fmt` formats rust, toml and bash files, but not json. Add that one to the recipe.

This was not added with the router addition. Needs to be added so the bonding-manager can simulate the swap against the already set Swap Routes and determine how much it...

enhancement

We currently have a `.gitignore` in each contract. This can be simplified out. As we use Cargo workspaces, we can also look to see if we can generate a general...

enhancement
good first issue
V2