osmosis icon indicating copy to clipboard operation
osmosis copied to clipboard

fix: make localnet-start-with-state is broken

Open p0mvn opened this issue 1 year ago • 4 comments

Background

make loclanet-start-with-state

Is broken on main because there is no block mode in the SDK 47 CLI

Suggested Design

We need to update the CLIs in the setup.sh so that the state can now be created

Acceptance Criteria

  • make localnet-start-with-state works and all pools + other state is created
  • setup.sh updated

p0mvn avatar Dec 01 '23 22:12 p0mvn

is there any alternative currently??

mrcr0cket avatar Apr 10 '24 16:04 mrcr0cket

https://github.com/osmosis-labs/osmosis/tree/main/tests/localosmosis#2-localosmosis---with-mainnet-state

czarcas7ic avatar Apr 10 '24 16:04 czarcas7ic

https://github.com/osmosis-labs/osmosis/tree/main/tests/localosmosis#2-localosmosis---with-mainnet-state

Thanks just started from a snapshot (without setting a node) and works. Wonder how can I modify app.toml. Is still the same in .osmosisd-local??

mrcr0cket avatar Apr 10 '24 16:04 mrcr0cket

It uses the default .osmosisd directory, not .osmosisd-local

czarcas7ic avatar May 11 '24 19:05 czarcas7ic