Commit Graph

15430 Commits

Author SHA1 Message Date
mmsqe
9c4af5a70e
feat: add SetDERConversion to reset skipDERConversion (#25435)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-21 18:36:27 +00:00
stepit
17f9c3bd0a
chore: add iterate raw for multi (#25464) 2025-10-20 22:01:18 +00:00
Alex | Cosmos Labs
307767785c
feat: enable BLS and bump comet to beta tag (#25471) 2025-10-17 14:48:18 -04:00
Alex | Cosmos Labs
d08146003c
chore: add some visibility in tx service tests (#25469) 2025-10-16 15:45:50 -04:00
cui
ce8bed2fd5
perf: less alloc (#25360)
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-10-15 21:37:22 +00:00
dependabot[bot]
b578aa71cb
build(deps): Bump actions/setup-node from 5 to 6 (#25458)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-15 17:21:53 -04:00
wyrapeseed
abc305483d
refactor: use b.Loop() in benchmark tests for better performance (#25461)
Signed-off-by: wyrapeseed <wyrapeseed@outlook.com>
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-15 17:25:46 +00:00
Alex | Cosmos Labs
72c71c3fa8
chore: deps (#25467) 2025-10-15 13:10:43 -04:00
Eric Warehime
a0aa01697c
chore: Add Codecov (#25457) 2025-10-15 16:14:36 +00:00
Jammy Arkens
dee396ba83
refactor: use b.Loop() in benchmark tests for better performance (#25426)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-10 23:55:57 +00:00
aljo242
d3b1e32fea
fix 2025-10-10 19:26:56 -04:00
dependabot[bot]
a5e49b5b16
build(deps): Bump actions/github-script from 7 to 8 (#25436)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-10 13:07:38 +00:00
Alex | Cosmos Labs
ee19321c80
chore: bump linter (#25424) 2025-10-10 08:52:49 -04:00
Alex | Cosmos Labs
67d2d0ae97
chore: attempt to force signed commits (#25432) 2025-10-09 11:57:02 -04:00
Alex | Cosmos Labs
537f3a287d
Update SECURITY.md 2025-10-08 17:31:58 -04:00
Alex | Cosmos Labs
f17f524a0e
Update README.md 2025-10-08 17:28:51 -04:00
Tyler
8dc0aad90b
feat(systemtests): setup chain with more args (#25369)
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-10-08 18:50:46 +00:00
Avory
bdac963978
docs(consensus): enhance README with comprehensive module documentation (#25300)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-10-08 18:31:38 +00:00
maksneprik
b0854ae429
fix(x/staking): add missing error check in simulation operations test (#25421)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-08 15:23:09 +00:00
dependabot[bot]
ceea5c823d
build(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 in /tools/benchmark (#25418)
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-10-08 15:20:31 +00:00
dependabot[bot]
20e3a5251d
build(deps): Bump github/codeql-action from 3 to 4 (#25415)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-08 11:03:47 -04:00
Forostovec
2264024679
chore: remove dead String() methods in keys parse command (#25387)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-07 11:32:09 -04:00
Sebastian
8b0b830616
fix: correct textual signing header mismatch error message (#25410)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-07 11:04:16 -04:00
Jammy Arkens
de3afd3af2
refactor: use b.Loop() in benchmark tests for better performance (#25411) 2025-10-07 10:49:16 -04:00
cui
0911d742fd
refactor: pre calculate the empty hash to save cost (#25359)
Co-authored-by: Alex | Interchain Labs <alex@cosmoslabs.io>
2025-10-06 18:06:35 +00:00
radik878
9c3b19ae4c
chore(mock): implement KVStoreTx String() for better diagnostics (#25383)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-06 17:31:21 +00:00
Alex | Cosmos Labs
5e65c6b582
chore: minor deps (#25405) 2025-10-06 13:24:02 -04:00
russcoss
e416a54ef7
refactor: use b.Loop() to simplify the code and improve performance (#25399)
Signed-off-by: russcoss <russcoss@outlook.com>
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-10-06 17:15:20 +00:00
Sebastian
772964e2f2
chore: remove redundant iterator index bookkeeping in staking query utils (#25396) 2025-10-06 16:24:50 +00:00
Cypher Pepe
9615581882
docs: fixed broken links (#25385) 2025-10-06 16:19:03 +00:00
Forostovec
d48854eeb7
chore: Remove unused KVStoreKey field from DeterministicTestSuite in auth keeper tests (#25378) 2025-10-01 14:41:20 +00:00
vastonus
e61ee1d389
refactor: use b.Loop() to simplify the code and improve performance (#25379)
Signed-off-by: vastonus <vastonus@outlook.com>
2025-10-01 14:34:05 +00:00
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