Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(CL): move id management and pool creation to swaprouter (#3170)
* refactor(CL): move id management and pool creation to swaprouter * gamm genesis * try fixing sim * lint * basic create test * fix TestExitPool * fix gamm queries * swaprouter genesis test * Update x/swaprouter/types/params.go Co-authored-by: Matt, Park <[email protected]> * fix tests * migrations * remove build tags * fix e2e * fix simulation * Adam's comments * lint * migrations * updates * Update x/gamm/keeper/pool.go Co-authored-by: Matt, Park <[email protected]> * remove gamm parameters from constructor * type check early * move max and min pool assets to swaprouter * add second test case for create pool * fix migrations * lint * add test * Add prints * fix(e2e): various e2e build issues breaking debugging on linux amd64 (#3207) * fix(e2e): various e2e build issues breaking debugging on linux amd64 * fix test-e2e-debug * test * Revert "test" This reverts commit 6cdca82. * fix num pools query * fix query, add e2e test * skip e2e migration tests * try fixing migrations * Update proto/osmosis/gamm/v1beta1/genesis.proto * remove wrap * whitelist num pools in swaprouter * update comment * regen proto * try fixing simulation * query swaprouter in e2e pools * regen query proto * remove migrations test * update proto comment * configure address * Update x/swaprouter/keeper.go Co-authored-by: Adam Tucker <[email protected]> * update spec * remove addressed TODOs Co-authored-by: Matt, Park <[email protected]> Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Adam Tucker <[email protected]>
- Loading branch information