From b5ea2ecc2cbdb53a8e9da69f56bc024787331146 Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 1 May 2024 11:01:10 -0700 Subject: [PATCH 1/3] removed extraneous semicolon --- proto/pstake/liquidstake/v1beta1/liquidstake.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/pstake/liquidstake/v1beta1/liquidstake.proto b/proto/pstake/liquidstake/v1beta1/liquidstake.proto index 2ea5b89ce..f81375ef5 100644 --- a/proto/pstake/liquidstake/v1beta1/liquidstake.proto +++ b/proto/pstake/liquidstake/v1beta1/liquidstake.proto @@ -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 From c2b1938f8e7957ba28e249a4f88d35bf46f62139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 03:42:45 +0000 Subject: [PATCH 2/3] chore(deps): bump golangci/golangci-lint-action from 5 to 6 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 81e400877..27d6d0032 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 From 55a1c7128b5b2fc2ac2839fcb5fca3f47d76314f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 03:32:31 +0000 Subject: [PATCH 3/3] chore(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.0 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 984c6785f..6c44fb718 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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