Skip to content

Commit

Permalink
V2.12.0 (#918)
Browse files Browse the repository at this point in the history
* update to 0.45.16

* update module

* update third_party proto

* update gov module

* update gov module

* update to cosmos-sdk v0.46.13

* del test case

* update genesis validate

* legacy proposal

* remove legacy handler

* fix legacy gov module

* fix gov tally

* fix test case

* fix gov v1alpha1

* fix gov test

* upgrade workflows go version to 1.19

* fix test

* fix test unit cover

* change sdk.Int to math.Int

* fix audit: export for zero height

* upgrade workflows go version

* fix simulation

* fix e2e test

* remove binary

* fix sdkerrors

* add gov migrate

* update upgrade handler

* add auth migration

* Auditing fix (#855)

* return err when purchase does not exist

* Remove the redundant negative check.

* fix msgUpdateSponsor validationBasic

* add test case

* update ibc from v5 to v6

* fix test unit cover

* add gov event

* return err when purchase does not exist

* fix lint error

* fix lint error

* fix lint error

* fix gofmt

* add group module (#859)

* V2.10.0 rc3 (#860)

* refactor gov

* fix audit: renew shield calculation

* fix audit: GetPoolsBySponsor should use sponsor (#862)

* Add Certifier And ShieldClaim Proposal Check

* add keeper in NewLegacyMsgServerImpl

* disable shield reward

* del 0 usages of shield interface

* deprecate cvm

* deprecate vm

* del proto/burrow

* modify go.mod

* cosmos sdk to 0.47.*

* del shield

* fix error

* update protocgen

* update third_party

* update gov module

* add crisis storekey

* update upgrade

fix export test error

bank add legacyparams

* update gov and shield migration

* remove old migration

* fix ibc migration

* add create operator limit

* update finding finger print

* update test case

* fix gofmt err

* fix simulation err

* fix manual vesting err

* fix manual vesting warning

* add create task limit

* add create task signer use proposer

* upgrade

    1. cosmos-sdk to 0.50
    2. IBC to v8

* fix app.go

* update cert context

* update cert context

* update gov module

* fix cmd error

* update go.mod

* update go.mod

* replace ModuleBasics with AppModuleBasic

* add autoCliOpts

* fix prefix config set

* add auth migration

* add test case

* fix gov tally

* update go.mod

    using cosmos-sdk v0.50.8-shentu2

* fix InterfaceRegistry

* add GenTxCmd

* update bounty module

* update upgrade_handler

* fix bounty error

* fix gov grpc query

* update RegisterSwaggerAPI

* update bounty migration

* add legacy gov cmd

* fix bank cli

* fix gov query cmd

* update gov migration

* gov: update default ExpeditedMinDeposit

* auth: RegisterInterface AccountI for ManualVestingAccount

* security tall regardless of end time
  • Loading branch information
skyargos authored Nov 9, 2024
1 parent 22eac62 commit 83c5111
Show file tree
Hide file tree
Showing 525 changed files with 16,419 additions and 79,940 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '^1.19'
go-version: '^1.21'
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '1.19.10'
go-version: '1.21.10'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: 1.19
go-version: 1.21
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sim-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
go-version: 1.19
go-version: 1.21
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
go-version: 1.19
go-version: 1.21
- name: Install runsim
run: go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: 1.19
go-version: 1.21
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/statesync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: '^1.19'
go-version: '^1.21'

- name: state sync
run: bash devtools/statesync.sh
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/[email protected]
with:
go-version: 1.19
go-version: 1.21
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
with:
Expand Down
Loading

0 comments on commit 83c5111

Please sign in to comment.