Skip to content

Commit

Permalink
Merge branch 'main' into puneet/redelegateMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
puneet2019 authored May 13, 2024
2 parents a5dd198 + 7cc752e commit 6f09a33
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: "v1.55.0"
args: --timeout=5m
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
minimum-coverage: 70

- name: Coveralls
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
Expand Down
1 change: 0 additions & 1 deletion proto/pstake/liquidstake/v1beta1/liquidstake.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ message WhitelistedValidator {
// validator
string validator_address = 1
[ (cosmos_proto.scalar) = "cosmos.AddressString" ];
;

// target_weight specifies the target weight for liquid staking, unstaking
// amount, which is a value for calculating the real weight to be derived
Expand Down

0 comments on commit 6f09a33

Please sign in to comment.