Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump cosmos-sdk to v0.47.1 #3455

Merged
merged 72 commits into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
aaeca27
feat: upgrade sdk and support app wiring
ilgooz Feb 8, 2023
c5246ad
Merge remote-tracking branch 'origin/main' into feat/new-app-wiring
Pantani Mar 10, 2023
774d8ad
update tendermint
Pantani Mar 11, 2023
2b6571e
fix cli dependencies
Pantani Mar 11, 2023
8138be5
fix app.go check
Pantani Mar 13, 2023
d38eb4f
use cometbft-db
Pantani Mar 13, 2023
0ad59ea
fix wrong replaces in the go.mod
Pantani Mar 13, 2023
278be67
run go.mod in ignite/templates/app/files/go.mod.plush
Pantani Mar 13, 2023
8e5e116
remove indirect require from ignite/templates/app/files/go.mod.plush
Pantani Mar 14, 2023
169a7a3
rollback some test changes
Pantani Mar 14, 2023
f6bb553
rollback some test changes
Pantani Mar 14, 2023
c5e933b
add ics proof file
Pantani Mar 14, 2023
3c83e79
fix unused import for simulation file
Pantani Mar 14, 2023
19773b2
fixx app.go keepers
Pantani Mar 15, 2023
6568b03
fix app.go
Pantani Mar 15, 2023
7ff563c
fix build issues
Pantani Mar 15, 2023
8138c16
fix crisis and gov keepers
Pantani Mar 15, 2023
bf250af
add changelog
Pantani Mar 15, 2023
6be7c51
fix duplicated genutil app module
Pantani Mar 15, 2023
39a099b
fix lint issues
Pantani Mar 15, 2023
3a5b27e
fix app.go tests
Pantani Mar 16, 2023
dc29404
fix plugin version and lint
Pantani Mar 16, 2023
6dc6c36
fix invalid module name in the `app.go`
Pantani Mar 16, 2023
7cbf3e4
rollback wrong import delete
Pantani Mar 16, 2023
fa1fa4d
replace the deprecated BroadcastBlockto BroadcastSync
Pantani Mar 16, 2023
ef02ea2
fix unused import
Pantani Mar 16, 2023
eaf5f0f
increase the integration tests timeout
Pantani Mar 16, 2023
17a3f0f
bump cosmos sdk and ibc version to the stable release
Pantani Mar 19, 2023
85f35d3
fix the chain id for the ibc chains
Pantani Mar 19, 2023
ba8b9e4
fix chain unit tests
Pantani Mar 20, 2023
532bb57
fix query tests
Pantani Mar 20, 2023
5263c57
fix faucet data racing
Pantani Mar 20, 2023
62681aa
fix test sync mode and disable network test since we need to update t…
Pantani Mar 20, 2023
45fcb28
fix singleston tests
Pantani Mar 20, 2023
2e75e9e
fix genesis state for ibc modules
Pantani Mar 20, 2023
2beaa1c
add IsIBC context var
Pantani Mar 21, 2023
c8e9528
improve test readbility
Pantani Mar 21, 2023
7deb21f
Merge remote-tracking branch 'origin/main' into feat/new-app-wiring
Pantani Mar 21, 2023
9f5ec88
add missing import
Pantani Mar 21, 2023
30d4a18
fix the config integration test
Pantani Mar 22, 2023
79d993b
fix faucet test
Pantani Mar 22, 2023
d1cdb3d
split app integration tests
Pantani Mar 22, 2023
77ec055
skip cosmogen tests
Pantani Mar 22, 2023
68d0a23
fix `more than one error-wrapping directive %w` error
Pantani Mar 22, 2023
db8fb30
remove unused rand
Pantani Mar 22, 2023
84dc87f
update CI plugin versions
Pantani Mar 22, 2023
0bb5fe2
fix lint issue for the new golangcilint version
Pantani Mar 22, 2023
9c9df67
fix typos
Pantani Mar 22, 2023
8828991
roolback rand import for module_simulation.go file
Pantani Mar 22, 2023
7fb3f5a
fix broadcastmode for default client.tom
Pantani Mar 22, 2023
8f9875d
fix tx integration tests
Pantani Mar 23, 2023
d48aa1d
rollback some testdata changes
Pantani Mar 28, 2023
b2570b9
change new scaffold method signature
Pantani Mar 28, 2023
b94b9a0
organize `go.mod`
Pantani Mar 28, 2023
f18f4d7
Merge remote-tracking branch 'origin/main' into feat/new-app-wiring
Pantani Mar 30, 2023
c0f46f5
update cosmossdk to v0.47.1
Pantani Mar 30, 2023
4145aef
fix unit tests for appwiring
Pantani Mar 30, 2023
4098ae9
fix unit tests
Pantani Apr 1, 2023
07924b0
Merge remote-tracking branch 'origin/main' into feat/new-app-wiring
Pantani Apr 4, 2023
3b37b3a
fix not found tx for chain unit tests
Pantani Apr 4, 2023
b538234
add simulation tests
Pantani Apr 6, 2023
c58f655
add new simulation msg operations
Pantani Apr 6, 2023
38691f4
clean simulation template
Pantani Apr 6, 2023
b6e8d6e
Merge remote-tracking branch 'origin/main' into feat/new-app-wiring
Pantani Apr 12, 2023
65a08c4
fix simulation tests with empty handler
Pantani Apr 12, 2023
54ca8ee
Merge branch 'main' into feat/new-app-wiring
Pantani Apr 14, 2023
22878e5
Merge branch 'main' into feat/new-app-wiring
Pantani Apr 18, 2023
a08a92e
fix export function
Pantani Apr 18, 2023
5fbeb95
fix doctor import check
Pantani Apr 19, 2023
dd514eb
fix lint
Pantani Apr 19, 2023
2df06d7
Merge branch 'main' into feat/new-app-wiring
Pantani Apr 24, 2023
abae9a0
Merge branch 'main' into feat/new-app-wiring
Pantani Apr 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.4.0

- name: Cache node_modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gen-docs-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: technote-space/[email protected].1
- uses: actions/checkout@v3.4.0
- uses: technote-space/[email protected].2
with:
PATTERNS: |
**/*.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19

Expand All @@ -26,5 +26,5 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
workdir: ${{ env.working-directory }}
version: 1.13.0
version: 1.13.0
args: release --rm-dist
10 changes: 5 additions & 5 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.4.0
- name: Finding files and store to output
id: set-matrix
run: echo "matrix=$({ cd integration && find . -type d ! -name testdata -maxdepth 1 -print; } | tail -n +2 | cut -c 3- | jq -R . | jq -cs .)" >> $GITHUB_OUTPUT
Expand All @@ -29,8 +29,8 @@ jobs:
matrix:
test-path: ${{fromJson(needs.pre-test.outputs.matrix)}}
steps:
- uses: actions/checkout@v3.1.0
- uses: technote-space/[email protected].1
- uses: actions/checkout@v3.4.0
- uses: technote-space/[email protected].2
with:
PATTERNS: |
**/*.go
Expand All @@ -47,13 +47,13 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
if: env.GIT_DIFF
with:
go-version: 1.19
- name: Run Integration Tests
if: env.GIT_DIFF
run: GOSUMDB=off go test -v -timeout 60m ./integration/${{ matrix.test-path }}
run: GOSUMDB=off go test -v -timeout 80m ./integration/${{ matrix.test-path }}

status:
runs-on: ubuntu-latest
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,22 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/[email protected]
- uses: technote-space/[email protected]
- uses: actions/[email protected]

- uses: technote-space/[email protected]
with:
PATTERNS: |
**/*.go
go.mod
go.sum

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19

- uses: golangci/golangci-lint-action@v3
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.50.1
version: v1.52.1
args: --timeout 10m
github-token: ${{ secrets.github_token }}
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: technote-space/[email protected].1
- uses: actions/checkout@v3.4.0
- uses: technote-space/[email protected].2
with:
PATTERNS: |
**/*.go
go.mod
go.sum
**/testdata/**

- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
if: env.GIT_DIFF
with:
go-version: 1.19
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
- [#3244](https://github.com/ignite/cli/pull/3244) Update `actions.yml` for resolving deprecation message
- [#3337](https://github.com/ignite/cli/pull/3337) Remove `pkg/openapiconsole` import from scaffold template.
- [#3337](https://github.com/ignite/cli/pull/3337) Register`nodeservice` gRPC in `app.go` template.
- [#3455](https://github.com/ignite/cli/pull/3455) Bump `cosmos-sdk` to `v0.47.1`
- [#3434](https://github.com/ignite/cli/pull/3434) Detect app wiring implementation.
- [#3445](https://github.com/ignite/cli/pull/3445) refactor: replace `github.com/ghodss/yaml` with `sigs.k8s.io/yaml`

Expand Down
Loading