Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade wasmd to v0.29.0-rc1 #461

Closed
wants to merge 15 commits into from
Closed

Upgrade wasmd to v0.29.0-rc1 #461

wants to merge 15 commits into from

Conversation

alpe
Copy link
Contributor

@alpe alpe commented Sep 27, 2022

Upgrade to wasmd v0.29.0-rc1

@alpe alpe changed the title Wasmd029rc1 Upgrade wasmd to v0.29.0-rc1 Sep 27, 2022
@alpe alpe marked this pull request as ready for review September 27, 2022 08:59
@alpe alpe requested a review from pinosu September 27, 2022 09:04
@codecov-commenter
Copy link

Codecov Report

Merging #461 (1de267d) into main (386fbed) will increase coverage by 0.10%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #461      +/-   ##
==========================================
+ Coverage   56.54%   56.65%   +0.10%     
==========================================
  Files          74       72       -2     
  Lines        5871     5807      -64     
==========================================
- Hits         3320     3290      -30     
+ Misses       2228     2197      -31     
+ Partials      323      320       -3     
Impacted Files Coverage Δ
app/test_helpers.go 0.99% <0.00%> (-0.02%) ⬇️
x/poe/bootstrap.go 70.73% <ø> (ø)
x/poe/keeper/historical_info.go 91.30% <ø> (ø)
x/twasm/keeper/genesis.go 70.14% <ø> (ø)
x/twasm/keeper/keeper.go 82.97% <ø> (ø)
x/twasm/types/genesis.go 87.03% <ø> (+3.10%) ⬆️
x/twasm/types/test_fixtures.go 87.05% <ø> (ø)
app/app.go 87.56% <100.00%> (ø)
... and 1 more

docker login --password-stdin -u "$DOCKER_USER" \<<<"$DOCKER_PASS"
docker push confio/tgrade:latest
docker logout
IN_DOCKER=$(docker run --rm "confio/tgrade:${CIRCLE_SHA1}" /usr/bin/tgrade query wasm libwasmvm-version)
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

github.com/CosmWasm/wasmvm v1.0.0
github.com/cosmos/cosmos-sdk v0.45.5
github.com/cosmos/ibc-go/v3 v3.1.0
github.com/CosmWasm/wasmd v0.29.0-rc1
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

initMsg := fmt.Sprintf(`{"verifier":%q, "beneficiary":%q}`, randomBech32Addr(), randomBech32Addr())
newContractAddr := cli.InstantiateWasm(codeID, initMsg)
assert.Equal(t, expContractAddr, newContractAddr)

t.Log("Instantiate wasm code - predictable address")
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

@@ -341,3 +292,33 @@ func getRandValidator(ctx sdk.Context, k poeKeeper) (stakingtypes.Validator, sdk
}
return val, valAddr, nil
}

// BuildOperationInput helper to build object
func BuildOperationInput(
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice!

Copy link
Contributor

@pinosu pinosu left a comment

Choose a reason for hiding this comment

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

Very good job! 💯

@pinosu
Copy link
Contributor

pinosu commented Oct 20, 2022

Closing in favor of #471

@pinosu pinosu closed this Oct 20, 2022
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.

3 participants