Skip to content

Commit

Permalink
Bump contract
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Oct 16, 2023
1 parent de39265 commit f622c29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/mvp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestMVP(t *testing.T) {

// then the active set should be stored in the ext staking contract
// and contain all active validator addresses
qRsp := providerCli.QueryExtStaking(Query{"list_remote_validators": {}})
qRsp := providerCli.QueryExtStaking(Query{"list_active_validators": {}})
require.Len(t, qRsp["validators"], 4, qRsp)
for _, v := range x.ConsumerChain.Vals.Validators {
require.Contains(t, qRsp["validators"], sdk.ValAddress(v.Address).String())
Expand Down
Binary file modified tests/testdata/mesh_external_staking.wasm.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion x/meshsecurity/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

```
# Jailed to active
```
```json
{
"valset_update": {
"additions": [
Expand Down

0 comments on commit f622c29

Please sign in to comment.