Commit Graph

369 Commits

Author SHA1 Message Date
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
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
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
Alex | Interchain Labs
b7a20b81f6
chore: lint v2 (#24118) 2025-03-25 15:57:24 +00: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
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
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
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]
8c9152d9c6
fix(baseapp): preblock events are not emmitted correctly (backport #21444) (#21458)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-30 19:53:57 +00:00
mergify[bot]
3f6796fba4
fix(baseapp): return events from preblocker in FinalizeBlockResponse (backport #21159) (#21162)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-08-06 09:36:14 +00:00
mergify[bot]
698627016d
fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. (backport #17911) (#20909)
Co-authored-by: Chenqun Lu <luchenqun@qq.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-07-11 08:28:37 +00:00
mergify[bot]
b99ca2c1fd
fix: correctly assign execModeSimulate to context for simulateTx (backport #20342) (#20346)
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-05-17 11:42:48 +00:00
Julien Robert
bd886bb4b0
feat(baseapp): expose grpc query router via depinject. (#20264) 2024-05-03 15:40:14 +02:00
mergify[bot]
8ffc80749b
fix: remove txs from mempool when antehandler fails in recheck (backport #20144) (#20251)
Co-authored-by: Marko <marko@baricevic.me>
2024-05-02 22:45:02 +02:00
mergify[bot]
994149877c
fix(baseapp): don't share global gas meter in tx execution (backport #19616) (#20050) 2024-04-16 11:45:09 +02:00
yihuang
f055cde5d1
feat(baseapp): add option to disable block gas meter (#19626) 2024-03-11 11:55:55 +01:00
mergify[bot]
2b47327569
fix: Set headerInfo in context on setState (backport #19338) (#19342)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-02-05 10:02:26 +01:00
mergify[bot]
7e6948f50c
fix(baseapp): nil check in posthandler events (backport #19058) (#19067)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-01-15 21:24:04 +01:00
mergify[bot]
3518df28ec
fix(abci): add ExecModeVerifyVoteExtension (backport #18915) (#18932)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-01-03 12:20:08 +00:00
mergify[bot]
52c3db2eae
fix(baseapp): introduce mutex to state (backport #18846) (#18863)
Co-authored-by: Nikhil Vasan <97126437+nivasan1@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
2023-12-22 17:46:17 +00:00
mergify[bot]
c95ebb69c9
fix(baseapp)!: postHandler should run regardless of result (backport #18627) (#18638)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-06 20:25:34 +01:00
mergify[bot]
67fecca08d
fix(baseapp): allow empty consensus params (backport #18531) (#18577)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-11-28 10:16:57 +01:00
mergify[bot]
42dbfc4d70
feat: Optimistic Execution (backport #16581) (#18205)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2023-10-23 21:44:56 +02:00
mergify[bot]
ef5c356ae8
feat(baseapp): expose Mempool (backport #17954) (#18009)
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
2023-10-09 11:32:12 +00:00
mergify[bot]
64e0e89808
fix(baseapp): select txs correctly with no-op mempool (backport #17769) (#17847) 2023-09-25 11:15:19 -04:00
mergify[bot]
deea20c712
refactor!: remove tips (backport #17787) (#17819)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-21 10:24:58 +02:00
mergify[bot]
4955776845
refactor!: reimplement PreFinalizeBlockHook as PreBlocker (backport #17713) (#17754)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-15 08:14:23 +00:00
mergify[bot]
4c083c6f23
feat: introduce PreBlock (backport #17421) (#17712)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-13 19:40:08 +02:00
mergify[bot]
2350ee4cac
feat: CV Close databases opened by cosmos-sdk during BaseApp shutdown (backport #17667) (#17669) 2023-09-10 16:01:03 +02:00
mergify[bot]
2cef4a1aa9
chore: log panic recovery in runTx (backport #17556) (#17558) 2023-08-28 07:43:39 +00:00
Julien Robert
b7d9d4c8a9
revert: Revert RunMigrationBeginBlock addition in v0.50 (#17450) 2023-08-18 20:48:38 +00:00
mergify[bot]
27f5db221a
fix: Add MigrationModuleManager to handle migration of upgrade module before other modules (backport #16583) (#17370) 2023-08-12 10:29:01 +02:00
mergify[bot]
4e55f96a6d
chore(baseapp): audit (backport #17325) (#17349)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-10 11:57:46 +02:00
mergify[bot]
bee95b19b5
feat!: Add gas limits to queries (backport #16239) (#17324)
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
2023-08-09 10:22:34 +02:00
mergify[bot]
86ca92a5cf
fix: Allow VerifyVoteExtensions without ExtendVote (backport #17251) (#17254)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-08-01 19:45:43 +00:00
mergify[bot]
e1efdfef8b
feat: Add preFinalizeBlockHook to allow VE persistence (backport #16898) (#17001)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-07-14 14:53:07 -04:00
Julien Robert
c452721442
style: add gci linter (#16758)
Co-authored-by: Jacob Gadikian <faddat@users.noreply.github.com>
2023-06-29 09:46:37 +00:00
mergify[bot]
1fb9c870c9
fix!: Ensure Handler Exists for Messages (backport #16613) (#16614)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-19 22:25:03 +00:00