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

Update 47 #1833

Open
wants to merge 59 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 57 commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
8a82712
v47 init
Mar 7, 2025
acc20b9
icq-relayer builds
Mar 7, 2025
f612c1b
fix proto
Mar 10, 2025
ff387a4
update go and Docker
Mar 11, 2025
cd6661c
fix proto generation
Mar 12, 2025
b7f947d
update makefile
Mar 12, 2025
ea32eae
fix ica modules, tm client, and consensus keeper
joe-bowman Mar 12, 2025
d9f38c1
always use xbuild to build docker container
Mar 13, 2025
9de05d0
set legacy router
Mar 13, 2025
7d7a94e
lint
Mar 13, 2025
fcbc47b
fix potential overflow
Mar 13, 2025
c71b6a5
fix deprecated type usage
Mar 13, 2025
71ad6c2
more tweaks
joe-bowman Mar 12, 2025
8f6887b
ensure we use ordered channels for now
joe-bowman Mar 14, 2025
44b6828
test
joe-bowman Mar 14, 2025
0f1f1e4
utilise ica controller msgserver
joe-bowman Mar 14, 2025
a64c36d
fix iba controller route
joe-bowman Mar 14, 2025
39dd572
fix ibc?
joe-bowman Mar 14, 2025
a9b2808
debug register account callback
joe-bowman Mar 14, 2025
75535c6
fix transposed params
joe-bowman Mar 14, 2025
3fccc2b
revert debug lines
joe-bowman Mar 14, 2025
8e8cc3f
bump go to 1.23.7 everywhere
joe-bowman Mar 17, 2025
40a31de
test
joe-bowman Mar 17, 2025
2373c12
merge icq-relayer/v1.5.0 into update-47
joe-bowman Mar 17, 2025
8a740fd
move to mode_ASYNC
Mar 17, 2025
fd5b46a
switch order of controller and keeper on chanopenack
Mar 24, 2025
4ec4af1
wip
Mar 26, 2025
10d08ee
lint
Mar 26, 2025
5397fd8
dont seal twice
Mar 26, 2025
d09c2ce
enable middleware manually after change to msgServer
Mar 26, 2025
96b97e1
bump deps
Mar 26, 2025
f756f4d
add historical CHANGELOG entries
Mar 26, 2025
2a8f102
remove capability claim in tests
Mar 26, 2025
41433c3
use owner instead of port for SendTx
Mar 26, 2025
4ea3811
fix capabilities on ics and pr tests
Mar 27, 2025
18ca51d
set chain id post 47
Mar 27, 2025
0787d96
fix testchain references, silence logging
Mar 27, 2025
e7bc67b
fix export test
Mar 27, 2025
6f6c742
fix TestIntegrationTestSuite appconstructor
Mar 27, 2025
37b6cc9
linting
Mar 27, 2025
fd4ffe0
update roadmap
Mar 27, 2025
b1f254a
fix icq genesis test; remove redundant code
Mar 27, 2025
5346545
more test fixes
Mar 27, 2025
2ad84c0
add upgrade handler for v1.8.0
ajansari95 Mar 31, 2025
f34fbe9
lint-fix
ajansari95 Mar 31, 2025
099c9a2
more test fixes
joe-bowman Mar 31, 2025
a507f14
bump deps
joe-bowman Mar 31, 2025
9751906
store appCodec in appKeepers, move tm migration into upgrade handler
joe-bowman Mar 31, 2025
bdc4074
ensure we apply key encode fix to local proofs
joe-bowman Mar 31, 2025
2243907
lint fixes
joe-bowman Mar 31, 2025
760c094
bump golangci-lint
joe-bowman Mar 31, 2025
b46ebe7
bump golangci-lint to v2
joe-bowman Mar 31, 2025
0f85514
linut under gci v2
joe-bowman Mar 31, 2025
64a133c
exclude third-party-chains from devskim
joe-bowman Mar 31, 2025
77df5a2
bump to ibc-go 7.10
joe-bowman Mar 31, 2025
a87eadc
bump PFM to v7.3.0
joe-bowman Mar 31, 2025
8c17a99
remove redundant typing with utils.Keys()
joe-bowman Mar 31, 2025
14e5e51
add consensus store
joe-bowman Apr 3, 2025
cbf1d57
test improvements and deps
joe-bowman Apr 3, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/workflows/buildtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.3"
go-version: "1.23.7"
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.3"
go-version: "1.23.7"
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
Expand Down Expand Up @@ -117,6 +117,6 @@ jobs:
${{ runner.os }}-go-
- uses: actions/setup-go@v5
with:
go-version: "1.23.3"
go-version: "1.23.7"
- name: Run simulation tests
run: make test-sim-ci
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.7
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/devskim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: DevSkim

on:
push:
branches: [ "main", "develop", "feat*", "main*", "unstable*" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
Expand All @@ -16,7 +16,7 @@ on:
jobs:
lint:
name: DevSkim
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
Expand All @@ -27,6 +27,8 @@ jobs:

- name: Run DevSkim scanner
uses: microsoft/DevSkim-Action@v1
with:
ignore-globs: "third-party-chains/*"

- name: Upload DevSkim scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.3"
go-version: "1.23.7"

- name: Setup Golang caches
uses: actions/cache@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23.3"
go-version: "1.23.7"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
uses: golangci/golangci-lint-action@v7
with:
version: v1.64.5
version: v2.0.2
args: --timeout 15m
# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/icq-relayer-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.23.3]
go-version: [1.23.7]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.23.3]
go-version: [1.23.7]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
${{ runner.os }}-go-
- uses: actions/setup-go@v5
with:
go-version: "1.23.3"
go-version: "1.23.7"

- name: Run simulation tests
run: make test-sim-non-determinism
218 changes: 113 additions & 105 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,125 +1,133 @@
version: "2"
run:
tests: true
# # timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 10m

linters:
disable-all: true
default: none
enable:
- copyloopvar
- errcheck
- gci
- goconst
- gocritic
- gofumpt
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- revive
- staticcheck
- thelper
- typecheck
- stylecheck
- revive
- typecheck
- usetesting
- unconvert
- unparam # Prefer unparam over revive's unused param. It is more thorough in its checking.
- unparam
- unused
- misspell

- usetesting
settings:
revive:
enable-all-rules: true
rules:
- name: use-any
disabled: true
- name: if-return
disabled: true
- name: max-public-structs
disabled: true
- name: unchecked-type-assertion
disabled: true
- name: import-shadowing
disabled: true
- name: cognitive-complexity
disabled: true
- name: var-naming
disabled: true
- name: argument-limit
disabled: true
- name: cyclomatic
disabled: true
- name: file-header
disabled: true
- name: function-length
disabled: true
- name: function-result-limit
disabled: true
- name: line-length-limit
disabled: true
- name: flag-parameter
disabled: true
- name: add-constant
disabled: true
- name: empty-lines
disabled: true
- name: unused-receiver
disabled: true
- name: banned-characters
disabled: true
- name: deep-exit
disabled: true
- name: confusing-results
disabled: true
- name: unused-parameter
disabled: true
- name: modifies-value-receiver
disabled: true
- name: early-return
disabled: true
- name: confusing-naming
disabled: true
- name: defer
disabled: true
- name: unused-parameter
disabled: true
- name: unhandled-error
arguments:
- b.WriteString
- respJSON.Write
- fmt.Printf
- fmt.Print
- fmt.Println
- fmt.Fprintf
disabled: true
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
rules:
- linters:
- revive
text: differs only by capitalization to method
- linters:
- gosec
text: Use of weak random number generator
paths:
- third-party-chains
- third_party$
- builtin$
- examples$
issues:
exclude-rules:
- text: "differs only by capitalization to method"
linters:
- revive
- text: "Use of weak random number generator"
linters:
- gosec

max-issues-per-linter: 10000
max-same-issues: 10000
exclude-dirs:
- third-party-chains

linters-settings:
gci:
sections:
- standard # Standard section: captures all standard packages.
- default # Default section: contains all imports that could not be matched to another section type.
- blank # blank imports
- dot # dot imports
- prefix(cosmossdk.io)
- prefix(github.com/cosmos/cosmos-sdk)
- prefix(github.com/cometbft/cometbft)
- prefix(github.com/cosmos/ibc-go)
- prefix(github.com/quicksilver-zone/quicksilver)
custom-order: true
revive:
enable-all-rules: true
# Do NOT whine about the following, full explanation found in:
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#description-of-available-rules
rules:
- name: use-any
disabled: true
- name: if-return
disabled: true
- name: max-public-structs
disabled: true
- name: unchecked-type-assertion
disabled: true
- name: import-shadowing
disabled: true
- name: cognitive-complexity
disabled: true
- name: var-naming
disabled: true
- name: argument-limit
disabled: true
- name: cyclomatic
disabled: true
- name: file-header
disabled: true
- name: function-length
disabled: true
- name: function-result-limit
disabled: true
- name: line-length-limit
disabled: true
- name: flag-parameter
disabled: true
- name: add-constant
disabled: true
- name: empty-lines
disabled: true
- name: unused-receiver # remove later
disabled: true
- name: banned-characters
disabled: true
- name: deep-exit
disabled: true
- name: confusing-results
disabled: true
- name: unused-parameter
disabled: true
- name: modifies-value-receiver
disabled: true
- name: early-return
disabled: true
- name: confusing-naming
disabled: true
- name: defer
disabled: true
- name: unused-parameter # Disabled in favour of unparam.
disabled: true
- name: unhandled-error # enable later, currently covered by errcheck
disabled: true
arguments:
- "b.WriteString"
- "respJSON.Write"
- "fmt.Printf"
- "fmt.Print"
- "fmt.Println"
- "fmt.Fprintf"
formatters:
enable:
- gci
- gofumpt
settings:
gci:
sections:
- standard
- default
- blank
- dot
- prefix(cosmossdk.io)
- prefix(github.com/cosmos/cosmos-sdk)
- prefix(github.com/cometbft/cometbft)
- prefix(github.com/cosmos/ibc-go)
- prefix(github.com/quicksilver-zone/quicksilver)
custom-order: true
exclusions:
generated: lax
paths:
- third-party-chains
- third_party$
- builtin$
- examples$
Loading
Loading