Skip to content

Commit

Permalink
fix: tidy simulations, add validator voting power
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Feb 17, 2022
1 parent aced90b commit 6923f89
Show file tree
Hide file tree
Showing 14 changed files with 201 additions and 33,229 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4348,6 +4348,14 @@ paths:
description: >-
liquid_staking_voting_power return the voting power of
liquid staking that can be exercised.
validator_voting_power:
type: string
description: >-
validator_voting_power return the voting power of the
validator if the voter is the validator operator that can
be
exercised.
description: >-
VotingPower is type for current voting power of the voter
including staking module's voting power and liquid staking
Expand Down Expand Up @@ -7000,6 +7008,13 @@ definitions:
description: >-
liquid_staking_voting_power return the voting power of liquid
staking that can be exercised.
validator_voting_power:
type: string
description: >-
validator_voting_power return the voting power of the validator if
the voter is the validator operator that can be
exercised.
description: >-
VotingPower is type for current voting power of the voter including
staking module's voting power and liquid staking
Expand Down Expand Up @@ -7041,6 +7056,13 @@ definitions:
description: >-
liquid_staking_voting_power return the voting power of liquid staking
that can be exercised.
validator_voting_power:
type: string
description: >-
validator_voting_power return the voting power of the validator if the
voter is the validator operator that can be
exercised.
description: >-
VotingPower is type for current voting power of the voter including
staking module's voting power and liquid staking
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/cosmosquad-labs/cosmos-sdk v0.44.5-enhanced-rc5
github.com/cosmos/cosmos-sdk => github.com/cosmosquad-labs/cosmos-sdk v0.44.5-enhanced-rc6
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
google.golang.org/grpc => google.golang.org/grpc v1.33.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ github.com/cosmos/ledger-cosmos-go v0.11.1 h1:9JIYsGnXP613pb2vPjFeMMjBI5lEDsEaF6
github.com/cosmos/ledger-cosmos-go v0.11.1/go.mod h1:J8//BsAGTo3OC/vDLjMRFLW6q0WAaXvHnVc7ZmE8iUY=
github.com/cosmos/ledger-go v0.9.2 h1:Nnao/dLwaVTk1Q5U9THldpUMMXU94BOTWPddSmVB6pI=
github.com/cosmos/ledger-go v0.9.2/go.mod h1:oZJ2hHAZROdlHiwTg4t7kP+GKIIkBT+o6c9QWFanOyI=
github.com/cosmosquad-labs/cosmos-sdk v0.44.5-enhanced-rc5 h1:hQnPLsCqOwQm/9952B/jYsnHm6VYfiRbTyNLURyG0QE=
github.com/cosmosquad-labs/cosmos-sdk v0.44.5-enhanced-rc5/go.mod h1:maUA6m2TBxOJZkbwl0eRtEBgTX37kcaiOWU5t1HEGaY=
github.com/cosmosquad-labs/cosmos-sdk v0.44.5-enhanced-rc6 h1:0xiT0hERjbLjsdYSX4AwgUGTgvnZUl7bRKqEmQQR/Ks=
github.com/cosmosquad-labs/cosmos-sdk v0.44.5-enhanced-rc6/go.mod h1:maUA6m2TBxOJZkbwl0eRtEBgTX37kcaiOWU5t1HEGaY=
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
Expand Down
Loading

0 comments on commit 6923f89

Please sign in to comment.