Commit Graph

15398 Commits

Author SHA1 Message Date
withtimezone
fc6df7e651
refactor: use b.Loop() to simplify the code and improve performance (#25368)
Signed-off-by: withtimezone <with_timezone@outlook.com>
2025-09-29 11:32:54 -04:00
withtimezone
39c56716bd
refactor: use b.Loop() to simplify the code and improve performance (#25367)
Signed-off-by: withtimezone <with_timezone@outlook.com>
2025-09-25 11:36:28 -04:00
cui
04a1287e92
chore: remove unused min func (#25365)
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-24 16:27:20 +00:00
dependabot[bot]
00483294cf
build(deps): Bump github.com/creachadair/tomledit from 0.0.28 to 0.0.29 in /tools/confix (#25363)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-09-24 14:22:53 +00:00
Alex | Interchain Labs
648633cc6d
Delete .github/CODEOWNERS 2025-09-22 17:22:38 -04:00
merkletreeibc
9171179f3e
docs: Update README.md (#25355)
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-09-19 16:31:55 +00:00
Alex | Interchain Labs
28813bfbf8
chore: fix govuln (#25353) 2025-09-18 12:02:26 -04:00
dependabot[bot]
5dba837d5f
build(deps): Bump github.com/hashicorp/go-getter from 1.8.0 to 1.8.1 (#25351)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-09-18 15:23:07 +00:00
dmytroheknt
92f87366b5
fix: typos (#25343)
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-15 17:39:57 +00:00
dependabot[bot]
bbdad72117
build(deps): Bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#25344)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 13:30:14 -04:00
Alex | Interchain Labs
d259c9287a
fix: undepeprecate Event methods (#25342) 2025-09-12 19:21:33 +00:00
Adrian
1a5c57b13d
refactor(simulation): adjust unjail operation weight and clarify skip reason (#25294)
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-12 18:21:36 +00:00
Alex | Interchain Labs
81de795ded
chore: update deps (#25339) 2025-09-11 15:52:54 -04:00
dependabot[bot]
acb1d65cdc
build(deps): Bump github.com/hashicorp/go-getter from 1.7.10 to 1.8.0 (#25337)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-09-11 15:41:42 +00:00
dependabot[bot]
c2f3bfd942
build(deps): Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 in /client/v2 (#25336)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-09-10 21:55:09 +00:00
dependabot[bot]
5be112fd0f
build(deps): Bump github.com/spf13/viper from 1.20.1 to 1.21.0 (#25328)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-09-10 19:37:32 +00:00
sashaodessa
6c5882bc40
fix: correct typos across codebase (#25335) 2025-09-10 19:36:08 +00:00
dependabot[bot]
b848f4c6cb
build(deps): Bump github.com/hashicorp/go-getter from 1.7.9 to 1.7.10 (#25320)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-09-08 15:03:15 +00:00
dependabot[bot]
388309b4c6
build(deps): Bump actions/setup-node from 4 to 5 (#25318)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-06 01:36:50 +00:00
dependabot[bot]
1dcbd11c41
build(deps): Bump actions/setup-go from 5 to 6 (#25317)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 21:33:40 -04:00
Gin
13d51f025a
fix(gov): correct nil pointer format in parameter validation errors (#25223)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-02 14:32:11 -04:00
Nguyễn Quang Vinh
c8ededc504
fix: add delegator address to redelegate event (#25258)
Co-authored-by: Alex | Interchain Labs <alex@djinntek.world>
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-02 17:00:03 +00:00
dependabot[bot]
b070d0ba79
build(deps): Bump github.com/spf13/pflag from 1.0.7 to 1.0.8 (#25297)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-09-01 17:42:57 +00:00
Anıl
80782ae766
docs: add troubleshooting for proto generation (buf/protoc) (#25192)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Alex | Interchain Labs <alex@djinntek.world>
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-09-01 17:42:18 +00:00
dependabot[bot]
b6b58e4cfd
build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in /tools/cosmovisor in the go_modules group (#25292)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-08-29 20:16:38 +00:00
Alex | Interchain Labs
727faf0484
refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04:00
dependabot[bot]
a37940077e
build(deps): Bump amannn/action-semantic-pull-request from 6.1.0 to 6.1.1 (#25248)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@djinntek.world>
2025-08-29 14:32:46 -04:00
dependabot[bot]
6179517960
build(deps): Bump github.com/cosmos/ledger-cosmos-go from 0.15.0 to 0.16.0 (#25265)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-08-29 18:29:15 +00:00
Avory
bc8ef3aa41
docs: enhance fuzz testing README with comprehensive guide (#25270)
Co-authored-by: Alex | Interchain Labs <alex@djinntek.world>
2025-08-29 18:21:02 +00:00
dependabot[bot]
ca3d0fea69
build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /store (#25288)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@cosmoslabs.io>
2025-08-29 16:52:55 +00:00
Marco
5f5ca59b0b
docs: document transition matrix usage; add example (#25255)
Co-authored-by: Alex | Interchain Labs <alex@djinntek.world>
2025-08-26 14:39:05 -04:00
iPLAY888
b34bd73a76
fix(typos): correct HTML code and link to PR (#25246)
Co-authored-by: Alex | Interchain Labs <alex@djinntek.world>
2025-08-26 14:38:10 -04:00
MalteHerrmann
def63b5c5b
fix: Small visualization fix by removing unclosed code block in ADR 063 (#25247) 2025-08-26 14:30:23 -04:00
ducnt131
79fcc30f7e
docs: update Baseapp docs app_hash is now returned in ResponseFinalizeBlock (#25227) 2025-08-21 19:53:12 +00:00
viktorking7
6f6bc329d5
fix(typos): correct spelling and wording in Go code and Markdown (#25232)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-21 15:54:43 -04:00
dependabot[bot]
f68f131285
build(deps): Bump google.golang.org/grpc from 1.74.2 to 1.75.0 in /core (#25214)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-08-21 19:49:47 +00:00
dependabot[bot]
7082f881db
build(deps): Bump amannn/action-semantic-pull-request from 6.0.1 to 6.1.0 (#25215)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-20 16:06:29 -04:00
Alex | Interchain Labs
151614d6f1
chore: move modules (#25090) 2025-08-19 16:50:40 -04:00
Alex | Interchain Labs
aa93714dd3
chore: remove dead CI action (#25204) 2025-08-19 16:09:30 -04:00
James Niken
9f668df361
fix: correct typos and grammar errors in advanced documentation (#25150)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-19 16:09:10 -04:00
Gin
3120fe8eb3
chore: remove obsolete TODO comment in startCmtNode function (#25203)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-19 15:59:37 -04:00
dependabot[bot]
4953d5bf2d
build(deps): Bump go.uber.org/mock from 0.5.2 to 0.6.0 in /simapp (#25201)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-08-19 18:36:55 +00:00
Sebastian
ee5eabb63d
fix: multiple typos of different importance (#25188)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-19 17:57:27 +00:00
Sebastian
97c0bd8cb2
chore: fix typos (#25191) 2025-08-19 13:43:57 -04:00
sent deed
15adb55701
docs: fix typos in comments / code (#25184) 2025-08-19 13:17:25 -04:00
Marco
8a9467ccdd
fix(docs,code): correct spelling and grammar across comments, tests, and documentation (#25172)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-14 19:35:04 +00:00
Rej Ect
20341adf66
ci: bump actions/checkout to v5 (#25142)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-14 19:32:44 +00:00
Jammy Arkens
9e1a4a9bef
chore: fix grammatical errors and improve text clarity (#25171) 2025-08-14 15:09:13 +00:00
dependabot[bot]
e01dd61fd2
build(deps): Bump actions/checkout from 4 to 5 (#25147)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 11:13:03 -04:00
dependabot[bot]
b8c63a7041
build(deps): Bump actions/create-github-app-token from 2.1.0 to 2.1.1 (#25148)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-14 11:12:22 -04:00