Commit Graph

606 Commits

Author SHA1 Message Date
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
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]
624fe4a027
fix(baseapp)!: Halt at height now does not produce the halt height block (backport #21256) (#21323)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-08-16 11:16:30 +02: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]
7828a00244
fix(baseapp): avoid header height overwrite block height (backport #20107) (#20129)
Co-authored-by: mmsqe <mavis@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-22 13:36:31 +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
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
Julien Robert
a32186608a
chore: prepare v0.50.5 (#19715) 2024-03-12 13:42:07 +01:00
yihuang
f055cde5d1
feat(baseapp): add option to disable block gas meter (#19626) 2024-03-11 11:55:55 +01:00
Nikhil Vasan
4467110df4
Merge pull request from GHSA-95rx-m9m5-m94v
* validate ExtendedCommit against LastCommit

test cases

* account for core.comet types

* logging

* linting

* cherry-pick staking fix

* nits

* linting fix

* run tests

---------

Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
2024-03-11 11:48:32 +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]
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]
a4bd70895d
test(baseapp): Refactor tx selector tests + better comments (backport #19284) (#19287)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-01-30 11:17:59 +01:00
mergify[bot]
c4a2fe2b89
fix: skip same-sender non-sequential sequence and then add others txs new solution (backport #19177) (#19249)
Co-authored-by: Brann Bronzebeard <90186866+ZiHengLee@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2024-01-26 15:26:01 +00:00
mergify[bot]
0abf94a334
fix(ve): Ensure that sdk side ve math matches cometbft (backport #19200) (#19251) 2024-01-25 18:38:58 +00:00
mergify[bot]
8dcd61baf0
fix(baseapp): ensure ABCI listeners always run in FinalizeBlock (backport #19202) (#19217)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-24 11:53:16 +01:00
mergify[bot]
e5a9e1117d
fix(OE): Remove usage of pointer in logs (backport #19198) (#19201)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-24 09:32:01 +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]
96a33ddd1f
fix: Dedup Vote Extensions in ValidateVoteExtensions (backport #18895) (#18900)
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2023-12-27 09:51:58 -08: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]
7a43e49066
fix(baseapp): Reset GasMeter before deliverTX (backport #18714) (#18774) 2023-12-18 19:25:10 +01:00
mergify[bot]
455b0be998
fix(baseapp): protocompat.go gogoproto.Merge does not work with custom types (backport #18654) (#18661)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-12-08 10:33:15 +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
Marko
20337d9053
fix: prevent nil lastcommitid hash (#18563) 2023-11-28 15:27:42 +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]
27320cb864
fix: pass FinalizeBlock request and response to ABCIListener (backport #18486) (#18493)
Co-authored-by: MSalopek <matija.salopek994@gmail.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-11-16 20:18:52 +00:00
mergify[bot]
5bed3ae6de
fix: deterministic protov2 marshal (backport #18403) (#18406)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-07 18:13:45 +01:00
mergify[bot]
7843204d63
feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (backport #18071) (#18338)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: unknown unknown <unknown@unknown>
2023-11-03 11:08:02 +00:00
mergify[bot]
d2987a5b77
feat(grpcrouter): add hybrid query handler (backport #17921) (#18339)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
2023-11-02 15:41:00 +00:00
mergify[bot]
301ceca874
refactor: modules should implement appmodule.AppModule (backport #18252) (#18255)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-10-25 12:55:55 +00: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]
08936710ee
fix(runtime): PreBlocker getting overwritten if set as a baseapp option (backport #17944) (#18046)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-10-10 15:35:12 +00:00
mergify[bot]
e5454c4dc7
fix: keep behavior from v0.47 in PrepareProposal panic recovery (backport #17930) (#18038)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-10-10 12:44:40 +00:00