Commit Graph
15490 Commits
Author SHA1 Message Date
f2d4a98039 feat: OpenTelemetry configuration and BaseApp instrumentation (#25516)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-10 23:15:18 +00:00
dependabot[bot]andaljo242 a15ac0b28d build(deps): Bump golang.org/x/crypto from 0.45.0 to 0.46.0 (#25659)
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-12-09 20:05:47 +00:00
Evan Etton 936a37e0b6 fix: ensure testnetApp cleanup on error in testnetify (#25660)
Signed-off-by: Evan Etton <evanettoneva@gmail.com>
2025-12-09 19:57:14 +00:00
Jammy ArkensandAlex | Cosmos Labs 7e9ad4f140 fix(staking): add missing iterator.Close() calls (#25649)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-08 18:52:45 +00:00
dependabot[bot] 0cc7aea897 build(deps): Bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#25652)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 09:39:29 -05:00
Aaron Craelius 18e85dec5b feat(iavl): add Node, MemNode, and NodePointer (#25633) 2025-12-04 21:54:31 +00:00
John Letey 0e1f43c8f1 fix(baseapp): index pre-block events (#25642) 2025-12-04 17:58:45 +00:00
Aaron Craelius 0cd5a6819c feat(iavl): add ChangesetFiles and ChangesetInfo (#25635) 2025-12-04 14:57:57 +00:00
dependabot[bot]andaljo242 0f15702842 build(deps): Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#25638)
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-12-04 14:33:06 +00:00
Tyler 7fd0ee874c ci: remove gha cache on docker workflow (#25636) 2025-12-03 14:29:07 -05:00
mmsqeandAlex | Cosmos Labs 3516334ebb fix: add missing close when graceful shutdown (#25632)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-03 17:45:43 +00:00
Aaron Craelius 65f680946c feat(iavl): initialize disk layout (#25624) 2025-12-03 16:21:22 +00:00
Aaron Craelius 29314c9992 fix: update go to address GO-2025-4155 (#25631) 2025-12-03 00:28:55 +00:00
Tyler 7298d71af6 fix: simapp dockerfile go version (#25629) 2025-12-02 13:30:20 -05:00
Tyler f6bb7d8379 ci: fix build & push workflow (#25626) 2025-12-02 14:47:38 +00:00
dependabot[bot] 95f4c53321 build(deps): Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /docs in the npm_and_yarn group across 1 directory (#25625)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-02 09:48:10 -05:00
dependabot[bot] c0f5fd4b7e build(deps): Bump express from 4.21.2 to 4.22.1 in /docs in the npm_and_yarn group across 1 directory (#25623)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-01 22:07:45 +00:00
Vlad JandAlex | Cosmos Labs 2a15457a99 feat!(gov): add proposer address to hooks (#25617)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-01 21:05:25 +00:00
dependabot[bot]andAlex | Cosmos Labs 8307749377 build(deps): Bump node-forge from 1.3.1 to 1.3.2 in /docs in the npm_and_yarn group across 1 directory (#25609)
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-12-01 20:55:37 +00:00
Vlad JandAlex | Cosmos Labs d235bc4952 refactor!(gov): make distribution keeper optional (#25616)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-01 19:51:51 +00:00
mmsqeandAlex | Cosmos Labs e857245c21 chore: separated deprecated modules into the contrib directory (#25613)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-12-01 18:17:57 +00:00
dependabot[bot] 4dbac17760 build(deps): Bump actions/create-github-app-token from 2.1.4 to 2.2.0 (#25597)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-29 10:27:39 -05:00
dependabot[bot]andaljo242 bd5f14ec2b build(deps): Bump github.com/prometheus/common from 0.67.3 to 0.67.4 (#25598)
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-11-29 15:05:07 +00:00
dmytrohekntandAlex | Cosmos Labs 9cd057b6d5 fix(baseapp): log correct panic value in ExtendVote recovery handler (#25604)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-11-29 15:03:58 +00:00
Vlad J ca3241e227 chore(gov): decouple gov staking (#25615) 2025-11-27 20:00:00 +00:00
mmsqe 346c59f6e4 feat: allow dynamic retrieval of coin denom from multi store at runtime (#25600) 2025-11-26 03:44:23 +00:00
Ha Quoc Dat 92ddb2e28f docs: correct discussion reference (#25595) 2025-11-25 12:05:48 -05:00
Tyler d38a91400e chore: update outdated UPGRADING.md file (#25594) 2025-11-21 23:13:01 +00:00
dependabot[bot] 6d0507a3a8 build(deps): Bump actions/checkout from 5 to 6 (#25593)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 11:06:01 -05:00
dependabot[bot]andaljo242 652f8795c4 build(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#25582)
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-11-20 18:02:24 +00:00
ThomasandAlex | Cosmos Labs f746aee809 fix: cleanup in priority nonce mempool (#25563)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-11-19 22:08:54 +00:00
mmsqeandAlex | Cosmos Labs f4e2ce0ea4 feat: support for multi gRPC query clients serve with old binary (#25565)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-11-19 15:46:50 +00:00
dependabot[bot]andAlex | Cosmos Labs 2667feb515 build(deps): Bump js-yaml from 3.14.1 to 3.14.2 in /docs in the npm_and_yarn group across 1 directory (#25572)
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-11-19 10:14:55 -05:00
dependabot[bot]andaljo242 4afe820e4b build(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 in /tools/benchmark (#25575)
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-11-19 15:06:35 +00:00
dependabot[bot]andaljo242 aff4fe4631 build(deps): Bump github.com/prometheus/common from 0.67.1 to 0.67.3 (#25574)
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-11-19 14:50:42 +00:00
mmsqe 93ac5cc0b0 fix(tools/speedtest): create resources only when command actually runs (#25576) 2025-11-19 14:44:56 +00:00
dependabot[bot]andaljo242 bbf7bbfeb5 build(deps): Bump github.com/bits-and-blooms/bitset from 1.24.3 to 1.24.4 (#25571)
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-11-18 15:56:44 +00:00
Tyler 4c280784c0 fix(tools/speedtest): fix genesis overwrite (#25567) 2025-11-17 18:18:03 +00:00
Alex | Cosmos Labs b3c25ca79c chore: cleanup and improve x/mint params validation and test (#25562) 2025-11-17 15:03:13 +00:00
TylerandAlex | Cosmos Labs 94aebcd8ab feat(tools): speedtest (#25555)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-11-17 14:04:42 +00:00
dependabot[bot]andaljo242 0d6228eaab build(deps): Bump github.com/dvsekhvalnov/jose2go from 1.6.0 to 1.7.0 in the go_modules group across 1 directory (#25558)
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-11-15 19:03:10 +00:00
forkfuryandAlex | Cosmos Labs ce5656f38f feat(aminojson): expose NullSliceAsEmptyEncoder and add null_slice_as_empty encoding option (#25539)
Co-authored-by: Alex | Cosmos Labs <alex@cosmoslabs.io>
2025-11-14 16:12:40 +00:00
Alex | Cosmos Labs 203ac3e464 chore: bump linter (#25557) 2025-11-14 10:47:28 -05:00
dependabot[bot]andaljo242 002ae6e399 build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.44.0 (#25553)
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-11-13 00:15:56 +00:00
Alex | Cosmos Labs c0534d19f8 chore: ensure bls build is run in CI (#25547) 2025-11-12 17:18:55 -05:00
dependabot[bot]andaljo242 99bde7c4e1 build(deps): Bump golang.org/x/sync from 0.17.0 to 0.18.0 (#25549)
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-11-12 19:35:52 +00:00
Alex | Cosmos Labs c16b4925a7 Add NOTICE file with licensing and attribution details 2025-11-12 14:36:46 -05:00
dependabot[bot]andAlex | Cosmos Labs 84e841aea2 build(deps): Bump github.com/hashicorp/go-getter from 1.8.2 to 1.8.3 (#25535)
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-11-03 17:26:11 +00:00
dependabot[bot] 386c2aebd2 build(deps): Bump actions/stale from 9 to 10 (#25534)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-03 11:32:22 -05:00
Alex | Cosmos Labs 12d63d04a5 chore: bump linter (#25537) 2025-11-03 11:30:03 -05:00