Commit Graph

644 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
John Letey
0e1f43c8f1
fix(baseapp): index pre-block events (#25642) 2025-12-04 17:58:45 +00:00
dmytroheknt
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
Eric Warehime
a991f69d05
feat!: block stm integration (#25334)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
Co-authored-by: FT <140458077+zeevick10@users.noreply.github.com>
Co-authored-by: VolodymyrBg <aqdrgg19@gmail.com>
Co-authored-by: GarmashAlex <garmasholeksii@gmail.com>
Co-authored-by: kilavvy <140459108+kilavvy@users.noreply.github.com>
Co-authored-by: Maxim Evtush <154841002+maximevtush@users.noreply.github.com>
Co-authored-by: fuder.eth <139509124+vtjl10@users.noreply.github.com>
Co-authored-by: leopardracer <136604165+leopardracer@users.noreply.github.com>
Co-authored-by: MozirDmitriy <dmitriymozir@gmail.com>
Co-authored-by: Avory <avorycorelli@gmail.com>
Co-authored-by: mmsqe <tqd0800210105@gmail.com>
Co-authored-by: julienrbrt <julien@rbrt.fr>
Co-authored-by: Aaron <aaronc@users.noreply.github.com>
Co-authored-by: Vlad J <vladjdk@gmail.com>
Co-authored-by: Thomas Nguy <thomas.nguy@crypto.com>
2025-10-24 16:35:37 +00: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
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
emmmm
bc8ac8108f
fix: multiple typos of different importance (#25068)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-08-04 19:49:30 +00:00
bigbear
64bd1a134e
fix: correct typos and remove duplicate code across client and baseapp packages (#24991)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-25 18:10:21 +00:00
Vlad J
da4517a951
feat: set signer extraction adapter (#25008)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-07-25 17:50:32 +00:00
bigbear
3881dae5a8
enhance codebase clarity through systematic terminology corrections (#24975) 2025-07-23 14:43:52 -04: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
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
Alex | Interchain Labs
b0466fd74f
fix: race condition in baseapp states (#24655)
Co-authored-by: beer-1 <beer-1@codingcats.xyz>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-05-13 00:13:38 +00:00
Alex | Interchain Labs
a090e0ce03
chore: group together ABCI methods inside baseapp (#24663) 2025-05-02 17:57:25 +00:00
Alex | Interchain Labs
47f7c5ea45
chore: Revert "make buffer thread safe for testing" (#24639)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-05-01 16:36:08 +00:00
Tyler
ace6394053 make buffer thread safe for testing 2025-04-30 10:35:44 -07:00
beer-1
553f8955c3
fix: incorrect retention height when commitHeight equals minRetainBlocks (#24526) 2025-04-17 16:11:35 +00:00
Alex | Interchain Labs
49862cc712
chore: add a logged warning for merged proto registry when creating baseapp (#24450) 2025-04-09 17:21:00 +00:00
Alexander Peters
e29139fe83
fix(baseapp): Fix post handler error always results in code 1 (#24261)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-04-04 13:57:08 +00:00
Alex | Interchain Labs
3c6deab626
chore: run modernize (#24356) 2025-04-03 10:42:20 -04:00
Hoang Do
4f445ed933
refactor(baseapp): create checktx handler (#24069)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-29 19:45:41 +00:00
mergify[bot]
0fbbf26f63
feat(baseapp): extend abci listeners in streaming manager (backport #24160) (#24163)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-27 19:05:55 +00:00
Tyler
cfda49b436
fix: prune cmd should disable async pruning (#24090) 2025-03-27 18:43:27 +00:00
Hoang Do
16f1b61de5
feat(grpc): adds error handling for out-of-gas panics in grpc query handlers (#24073)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-26 15:25:49 +00:00
mergify[bot]
a2b7cea8a7
chore: update error message in SetCMS (backport #23951) (#24083)
Co-authored-by: Tristav <124001124+Pricstas@users.noreply.github.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 21:05:23 +00:00
Alexander Peters
7827aee97b
fix(sims): Minor fixes (#24095)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-25 17:45:55 +00:00
quantix9
5254d57c5b
chore(all): modernized code with slices (#24125)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-25 17:31:32 +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
quantix9
9acd7716dd
chore(all): modernized code with built-in min/max (#24124) 2025-03-25 11:43:05 -04:00
mergify[bot]
ddce50f42e
fix(test): avoid panic of SetStreamingManager() on sealed BaseApp (backport #24109) (#24110)
Co-authored-by: mmsqe <mavis@crypto.com>
2025-03-24 10:36:26 -04:00
Alex | Interchain Labs
7fd79df4e1
chore: fix all linting (#24101) 2025-03-21 15:04:36 -07:00
Alexander Peters
bc57ce3ba7
perf: Replace runsim with Go stdlib testing (#24045)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-21 15:48:00 +00:00
Alex | Interchain Labs
98f0f76e73
chore: lint fixes (#24084) 2025-03-20 16:20:39 -04:00
Hoang Do
b6163a2d86
fix(baseapp): Use CometBFT's ComputeProtoSizeForTxs in defaultTxSelector.SelectTxForProposal (#24074)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-20 12:47:31 -04:00
Tyler
e8ac0f580e
fix(baseapp): align block header when querying with latest height (#24055) 2025-03-19 18:13:44 -07:00
Hoang Do
ba35a41fdd
fix(baseapp): fix BaseApp.getContext data races (#24042)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-19 16:15:42 -04:00
Hoang Do
64d4cd125b
fix(baseapp): correctly check errors before sealing in BaseApp.Init (#24027)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-03-17 16:28:46 -04:00
Hoang Do
ec2a017160
docs: enhance OfferSnapshot documentation (#24017) 2025-03-17 10:01:36 -04:00
mergify[bot]
b0ee102cfa
fix(baseapp): ensure finalize block response is not empty (backport #23879) (#23902)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: aljo242 <alex@interchainlabs.io>
2025-03-05 15:13:52 -05:00
Alex | Interchain Labs
8742cc06a0
chore: debug log gRPC queries (#19049) (#23844)
Co-authored-by: Adam Tucker <adam@osmosis.team>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2025-02-28 10:29:15 -05:00
Tyler
7f7c41e4aa
feat: backport unordered transactions (#23708)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
2025-02-27 11:01:50 -08:00
Alex | Interchain Labs
2a338e032c
chore: update proto builder (#23721) 2025-02-19 12:58:14 -05:00
Alex | Interchain Labs
f5e8e517ab
chore: set up release/v0.53.x branch (#23660)
Co-authored-by: Zygimantas <5236121+Zygimantass@users.noreply.github.com>
Co-authored-by: Zygimantas <zygis@skip.build>
2025-02-12 15:48:20 -05:00
mergify[bot]
e89009eac5
fix(mempool): data race in mempool prepare proposal handler (backport #21413) (#21541)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-05 07:25:12 +00:00