-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
Codecov Report
@@ 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
|
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) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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") |
There was a problem hiding this comment.
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( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good job! 💯
Closing in favor of #471 |
Upgrade to wasmd v0.29.0-rc1