Skip to content

Commit aa55561

Browse files
imp(all): Bump to latest state on Evmos main (b72a32d76) (#60)
1 parent bf18711 commit aa55561

File tree

310 files changed

+19915
-8973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+19915
-8973
lines changed

.clconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@
4444
"OS": "os",
4545
"PR": "pr",
4646
"RPC": "rpc",
47-
"SDK": "sdk",
48-
"evmOS": "evmos"
47+
"SDK": "sdk"
4948
},
5049
"legacy_version": null,
5150
"target_repo": "https://github.com/evmos/os"
52-
}
51+
}

.github/workflows/bsr-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: bufbuild/buf-setup-action@v1.41.0
16+
- uses: bufbuild/buf-setup-action@v1.47.2
1717
# Push evmOS protos to the Buf Schema Registry
1818
- uses: bufbuild/[email protected]
1919
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go.mod
2727
go.sum
2828
*.toml
29-
- uses: golangci/[email protected].0
29+
- uses: golangci/[email protected].1
3030
with:
3131
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3232
version: latest

.github/workflows/proto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 5
3333
steps:
3434
- uses: actions/checkout@v4
35-
- uses: bufbuild/buf-setup-action@v1.41.0
35+
- uses: bufbuild/buf-setup-action@v1.47.2
3636
- uses: bufbuild/buf-lint-action@v1
3737
with:
3838
input: "proto"
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v4
44-
- uses: bufbuild/buf-setup-action@v1.41.0
44+
- uses: bufbuild/buf-setup-action@v1.47.2
4545
- uses: bufbuild/buf-breaking-action@v1
4646
with:
4747
input: "proto"

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
PROTOBUF_CONFIG_FILE: .protolint.yml
3131
VALIDATE_NATURAL_LANGUAGE: false
3232
VALIDATE_OPENAPI: false
33+
VALIDATE_JAVASCRIPT_STANDARD: false
3334
VALIDATE_JSCPD: false
3435
VALIDATE_GO: false
3536
VALIDATE_GO_MODULES: false

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
make test-unit-cover
3939
if: env.GIT_DIFF
40-
- uses: codecov/codecov-action@v4
40+
- uses: codecov/codecov-action@v5
4141
with:
4242
file: ./coverage.txt
4343
# We were getting a 500 error on codecov servers
@@ -60,7 +60,6 @@ jobs:
6060
uses: actions/setup-python@v5
6161
with:
6262
python-version: "3.11"
63-
cache: "pip" # caching pip dependencies
6463
if: env.GIT_DIFF
6564
- name: Install Pytest
6665
run: |

.golangci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ linters:
2424
- misspell
2525
- nakedret
2626
- prealloc
27-
- exportloopref
27+
- copyloopvar
2828
- staticcheck
2929
- stylecheck
3030
- typecheck
@@ -33,7 +33,6 @@ linters:
3333
- unused
3434
- nolintlint
3535
- asciicheck
36-
- exportloopref
3736
- gofumpt
3837
- gomodguard
3938

.mergify.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
queue_rules:
22
- name: default
3-
conditions:
4-
- "#approved-reviews-by>1"
5-
6-
pull_request_rules:
7-
- name: automerge to main with label "automerge" and branch protection passing
8-
conditions:
3+
queue_conditions:
94
- "#approved-reviews-by>1"
105
- base=main
116
- label=automerge
12-
actions:
13-
queue:
14-
name: default
15-
method: squash
16-
commit_message_template: |
17-
{{ title }} (#{{ number }})
18-
{{ body }}
7+
merge_conditions:
8+
- "#approved-reviews-by>1"
9+
merge_method: squash
10+
commit_message_template: |
11+
{{ title }} (#{{ number }})
12+
{{ body }}
13+
14+
pull_request_rules:
1915
- name: backport patches to v6.0.x branch
2016
conditions:
2117
- base=main
@@ -48,3 +44,7 @@ pull_request_rules:
4844
backport:
4945
branches:
5046
- release/v3.0.x
47+
- name: refactored queue action rule
48+
conditions: []
49+
actions:
50+
queue:

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ This changelog was created using the `clu` binary
88

99
### Improvements
1010

11+
- (all) [#60](https://github.com/evmos/os/pull/60) Apply latest changes from Evmos repo (f943af3b to b72a32d76).
1112
- (cli) [#55](https://github.com/evmos/os/pull/55) Add missing list key types subcommand.
1213
- (cli) [#54](https://github.com/evmos/os/pull/54) Align debug CLI commands with Cosmos SDK plus other minor clean up.
1314
- (cli) [#53](https://github.com/evmos/os/pull/53) Enable specifying default key type for adding keys.
1415
- (ante) [#52](https://github.com/evmos/os/pull/52) Refactor ante handlers to be easier to use in partner chains.
15-
- (all) [#48](https://github.com/evmos/os/pull/48) Move latest changes from evmOS main (f943af3b incl. SDK v50).
16-
- (all) [#43](https://github.com/evmos/os/pull/43) Update with latest evmOS main changes (2b7a8e2).
16+
- (all) [#48](https://github.com/evmos/os/pull/48) Move latest changes from Evmos main (f943af3b incl. SDK v50).
17+
- (all) [#43](https://github.com/evmos/os/pull/43) Update with latest Evmos main changes (2b7a8e2).
1718
- (tests) [#41](https://github.com/evmos/os/pull/41) Add Solidity and Ledger tests.
18-
- (all) [#37](https://github.com/evmos/os/pull/37) Add EVM, feemarket and precompiles from evmOS.
19+
- (all) [#37](https://github.com/evmos/os/pull/37) Add EVM, feemarket and precompiles from Evmos.
1920
- (all) [#38](https://github.com/evmos/os/pull/38) Add readme.
2021
- (all) [#30](https://github.com/evmos/os/pull/30) Add example chain implementation and ante handlers.
2122
- (ci) [#35](https://github.com/evmos/os/pull/35) Disable dependabot temporarily.

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ test-unit-cover: TEST_PACKAGES=$(PACKAGES_UNIT)
5454

5555
run-tests:
5656
ifneq (,$(shell which tparse 2>/dev/null))
57-
go test -mod=readonly -json $(ARGS) $(EXTRA_ARGS) $(TEST_PACKAGES) | tparse
57+
go test -tags=test -mod=readonly -json $(ARGS) $(EXTRA_ARGS) $(TEST_PACKAGES) | tparse
5858
else
59-
go test -mod=readonly $(ARGS) $(EXTRA_ARGS) $(TEST_PACKAGES)
59+
go test -tags=test -mod=readonly $(ARGS) $(EXTRA_ARGS) $(TEST_PACKAGES)
6060
endif
6161

6262
test-scripts:
@@ -70,7 +70,7 @@ test-solidity:
7070
.PHONY: run-tests test test-all $(TEST_TARGETS)
7171

7272
benchmark:
73-
@go test -mod=readonly -bench=. $(PACKAGES_NOSIMULATION)
73+
@go test -tags=test -mod=readonly -bench=. $(PACKAGES_NOSIMULATION)
7474

7575
.PHONY: benchmark
7676

0 commit comments

Comments
 (0)