Commit Graph

665 Commits

Author SHA1 Message Date
Aaron Craelius
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
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
mmsqe
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
mmsqe
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
Alex | Cosmos Labs
12d63d04a5
chore: bump linter (#25537) 2025-11-03 11:30:03 -05:00
Eric Warehime
d790942c42
feat!: Add object store (#25470)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: mmsqe <tqd0800210105@gmail.com>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-10-23 15:55:49 +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
ee19321c80
chore: bump linter (#25424) 2025-10-10 08:52:49 -04: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
sashaodessa
6c5882bc40
fix: correct typos across codebase (#25335) 2025-09-10 19:36:08 +00:00
Alex | Interchain Labs
727faf0484
refactor: bring cometbft back to v0.38.x family (#25285) 2025-08-29 15:58:04 -04: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
Alex | Interchain Labs
151614d6f1
chore: move modules (#25090) 2025-08-19 16:50:40 -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
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
Jammy Arkens
9e1a4a9bef
chore: fix grammatical errors and improve text clarity (#25171) 2025-08-14 15:09:13 +00:00
dmytroheknt
ec4ee1cb19
chore: polishing docs and comments: typo fixes for clarity (#25081)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-04 15:35:53 +00:00
minxinyi
f8daf8b371
chore: fix typos (#25013)
Signed-off-by: minxinyi <minxinyi6@outlook.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-25 19:08:25 +00:00
bigbear
ca0c177bca
docs: fix spelling issues (#25009) 2025-07-25 18:02:07 +00:00
Micke
c047bf741c
docs: correct spelling errors across multiple packages (#24988) 2025-07-24 21:17:14 +00:00
Alex | Interchain Labs
bf46b77b92
chore: fix TimeoutCommit confusion (#24853) 2025-06-09 15:53:34 +00:00
Zachary Becker
fd170b5140
feat: Update Cosmos SDK to CometBFT v2 (#24837)
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-06-04 17:34:20 +00:00
Alex | Interchain Labs
10129c4a26
chore: clean up server.go (#24809) 2025-05-29 16:03:35 -04:00
Aaron Craelius
be955efe25
feat: verbose logging during upgrades (#24720)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-05-13 20:48:30 +00:00
Alex | Interchain Labs
a2d6d1f6ac
chore: fix godoc comments for functions and structs (#24736) 2025-05-13 13:48:13 +00:00
Fabiana Cecin
b71d0894f0
feat: Upgrade to CometBFT v1.x series (#24114)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Julián Toledano <JulianToledano@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Zachary Becker <zachary@interchainlabs.io>
2025-05-13 12:57:22 +00:00
DuongNguyen | Decentrio
83acb8eba2
chore: remove go mods from x/modules (#24522)
Co-authored-by: Đông Liều <93205232+DongLieu@users.noreply.github.com>
2025-05-12 20:17:10 +00:00
Alexander Peters
f18c6ea274
feat(api): Add block height to response headers (#24428)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-04-10 20:47:33 +00:00
Alex | Interchain Labs
3c6deab626
chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
Tyler
cfda49b436
fix: prune cmd should disable async pruning (#24090) 2025-03-27 18:43:27 +00:00
Đông Liều
2be528f04f
fix(server): allow align block header with skip check heaader in grpc server (#24068)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 16:54:43 +00:00
Alex | Interchain Labs
b7a20b81f6
chore: lint v2 (#24118) 2025-03-25 15:57:24 +00:00
Alex | Interchain Labs
7fd79df4e1
chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
Hoang Do
7f5f3fccf8
fix(client,server): consistently set env prefix between client/server (#24059)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-19 15:28:03 -04:00
Alex | Interchain Labs
2a338e032c
chore: update proto builder (#23721) 2025-02-19 12:58:14 -05:00
mergify[bot]
47874acfaf
fix(server): fix fallback genesis path (backport #22564) (#22573)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-11-20 15:33:42 +00:00
mergify[bot]
4e74a30430
chore: regenerate addrbook.json for in-place-testnet (backport #21941) (#21947)
Co-authored-by: Adam Tucker <adam@osmosis.team>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-27 07:50:31 +00:00
mergify[bot]
8c5f521735
feat: module hash by height query (backport #20779) (#21247)
Co-authored-by: Adam Tucker <adam@osmosis.team>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-08-10 08:32:16 +00:00
mergify[bot]
31ef899f4c
docs: Fix cli usage examples (backport #21150) (#21154)
Co-authored-by: Christoph Otter <chipshort@tutanota.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-01 14:58:53 +00:00
mergify[bot]
91d412cc7d
feat: check latest block if no arg in q block and q block-results (backport #21084) (#21111)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
2024-07-30 10:15:39 +02:00
mergify[bot]
a65c2f73f2
fix(server): bootstrap-state command can't parse latest genesis format (backport #20020) (#20045)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: sontrinh16 <trinhleson2000@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-04-29 14:07:27 +00:00
mergify[bot]
974a24c58c
feat: Conditionally emit metrics based on enablement (backport #19903) (#20017)
Co-authored-by: Lucas Francisco López <lucaslopezf@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-12 12:13:28 +02:00
mergify[bot]
f76c659fd2
fix(mempool): use no-op mempool as default (backport #19970) (#20008)
Co-authored-by: Tom <54514587+GAtom22@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-11 17:48:11 +02:00
mergify[bot]
7b35e36329
feat(server): add custom start handler (backport #19854) (#19884)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-28 11:57:24 +00:00
mergify[bot]
aba4e2d0d8
fix: in-place-testnet edgecases (backport #19516) (#19526)
Co-authored-by: Adam Tucker <adam@osmosis.team>
2024-02-23 01:27:45 +01:00
mergify[bot]
c122a3d8ab
feat(server): in-place testnet creator (backport #19280) (#19405)
Co-authored-by: Adam Tucker <adam@osmosis.team>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-02-15 08:52:56 +01:00
mergify[bot]
d0c414eb62
refactor(server): use bootstrap api from comet (backport #17899) (#19150)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-01-19 17:43:18 +00:00
mergify[bot]
cddc197887
feat(telemetry): enable statsd and dogstatsd telemetry sinks (backport #18646) (#18673)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-10 19:30:37 +00:00
mergify[bot]
aa427cd555
fix(server): properly parse multiple gas config (backport #18537) (#18543)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-22 16:54:39 +01:00
mergify[bot]
1b517b02b4
feat(server): cmd flag to disable colored logs (backport #18478) (#18507)
Co-authored-by: Robert Zaremba <robert@zaremba.ch>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-19 15:11:12 +00:00