Skip to content

Conversation

@faddat
Copy link
Contributor

@faddat faddat commented Dec 27, 2023

This PR:

  • upgrades alliance (I suspect it still does stuff though that ought to be impossible)
    • reasoning: I've seen locally synced nodes get an error from it. We can also just delete the storekey and remove the module fully. Both paths are totally acceptable.
  • upgrades ibc-go
  • upgrades 08-wasm
  • uses mainline interchaintest
    • interchaintest has been ugpraded to support the new wasm client, and so we no longer need to use a fork.

@faddat faddat mentioned this pull request Dec 27, 2023
18 tasks
func (tmcfg *TendermintConfig) GetClientType() string {
if tmcfg.IsWasmClient {
return exported.Wasm
return exported.ModuleName
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this feels wrong...

consensusState = &wasmtypes.ConsensusState{
Data: wasmConsensusState,
Timestamp: tmConsensusState.GetTimestamp(),
Data: wasmConsensusState,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

migration hotspot


msg := wasmtypes.NewMsgPushNewWasmCode(govAuthorityAddress, wasmContract)
response, err := suite.wasmKeeper.PushNewWasmCode(suite.ctx, msg)
msg := wasmtypes.NewMsgStoreCode(govAuthorityAddress, wasmContract)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think this is right

@faddat faddat mentioned this pull request Dec 27, 2023
@dzmitry-lahoda
Copy link
Contributor

@faddat please take a look to merge into #387

@blasrodri nobody knows better wasm side of wasm08, this seems needs some wasm engine to setup and options provided.

* chore: edd easy shell into devenv

* chore: use non deprecated name

* one more deprecated

* fixes of params
@faddat
Copy link
Contributor Author

faddat commented Dec 29, 2023

@dzmitry-lahoda I've checked it out, and it was quite helpful thank you!

Merged :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants