Commit Graph

562 Commits

Author SHA1 Message Date
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
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]
3da9f9c9ec
fix(x/auth): properly populate tx config options and deprecate ProtoCodecMarshaler (backport #17946) (#17952) 2023-10-04 23:49:07 +02:00
mergify[bot]
2b2d1179cc
feat(abci): Add context to SelectedTxs (backport #17940) (#17941) 2023-10-02 22:10:39 +02:00
mergify[bot]
138e55725f
refactor(abci): Pass context to TxSelector (backport #17932) (#17939)
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
2023-10-02 14:32:07 +02:00
mergify[bot]
1cbae0dd16
fix(baseapp): vote extensions on first block (backport #17909) (#17922)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo <facundomedica@gmail.com>
2023-09-29 14:52:05 +02:00
mergify[bot]
e6b06db813
fix(simapp): do not overwrite tx options (backport #17920) (#17926)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-09-29 13:21:10 +02: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]
013889de23
refactor: introduce abciGenesis interface (backport #17554) (#17575)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-08-31 13:05:57 +02:00
mergify[bot]
b922a37513
fix(baseapp): Utilizing voting power from VEs in ValidateVoteExtensions (backport #17518) (#17552)
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-28 15:49:16 +02:00
mergify[bot]
2cef4a1aa9
chore: log panic recovery in runTx (backport #17556) (#17558) 2023-08-28 07:43:39 +00:00
mergify[bot]
f05e2573ea
build(deps): bump cosmossdk.io/log to v1.2.1 (backport #17532) (#17540)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-25 13:40:24 +00:00
mergify[bot]
09276c37c6
test(baseapp): use no-op logger (backport #17528) (#17531)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-25 07:34:49 +00:00
Julien Robert
b7d9d4c8a9
revert: Revert RunMigrationBeginBlock addition in v0.50 (#17450) 2023-08-18 20:48:38 +00:00
mergify[bot]
657add7a8a
chore: format proto files (backport #17445) (#17447)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-18 17:01:43 +02:00
mergify[bot]
116e279e5a
feat: add apphash to process proposal calls (backport #17401) (#17413)
Co-authored-by: fx0x55 <80245546+fx0x55@users.noreply.github.com>
2023-08-17 14:33:39 +02:00
mergify[bot]
9645227115
fix(ve-validation): account for BlockID flag in vote-extensions (backport #17394) (#17396)
Co-authored-by: Nikhil Vasan <97126437+nivasan1@users.noreply.github.com>
2023-08-15 22:00:17 +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]
69db56b49b
fix: ValidatorStore interface doesn't match StakingKeeper (backport #17164) (#17283)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-03 23:13:13 +00: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]
49ac9b23df
perf(abci): removes the goroutine when call SnapshotIfApplicable (backport #17174) (#17182) 2023-07-29 10:36:54 +02:00
mergify[bot]
bd61e84ef1
fix(abci): Validators can propose blocks that exceed the gas limit. (backport #17159) (#17160)
Co-authored-by: Devon Bear <itsdevbear@berachain.com>
2023-07-27 12:18:50 +00:00
mergify[bot]
6ddf0af2e7
refactor(runtime): define address codec providers in runtime (backport #17037) (#17043)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-07-18 16:38:14 +02: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
mergify[bot]
8295e4a3e0
fix: Revert 16794 (backport #16895) (#16896)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-07-10 08:02:04 +00:00
mergify[bot]
4bda616956
fix: remove setting of finalizeBlockState in FinalizeBlock + fix initialHeight + add ProcessProposal in tests/sims (backport #16794) (#16857)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-07-06 12:22:57 -04:00
mergify[bot]
d9c53bfefc
refactor!: remove types/math aliases (backport #16798) (#16803)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-30 19:56:38 +02:00
mergify[bot]
cf2dca60cf
fix(baseapp): audit changes (backport #16596) (#16783)
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-30 08:12:16 +00:00
mergify[bot]
6172a1a0bf
chore: add apphash to finalize block calls (backport #16744) (#16770)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-29 14:32:15 +00: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]
9b2eb526f1
fix(baseapp): ABCI Consensus Failure Fix (backport #16700) (#16746)
Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-28 20:26:09 +00:00
mergify[bot]
1ac4a4dbfe
fix: halt-height behavior is not deterministic (backport #16639) (#16722)
Co-authored-by: yihuang <huang@crypto.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-27 14:32:18 +00:00
mergify[bot]
466d6e8223
fix: check tx gas limit against block gas limit (backport #16547) (#16628)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-06-22 08:43:12 +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
mergify[bot]
e0dd83ffed
chore: set headerinfo where needed in baseapp (backport #16542) (#16546)
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-14 15:51:53 +00:00
Facundo Medica
7f44ecb936
refactor(x/circuit)!: Use collections, KVStoreService, and context.Context (#16415) 2023-06-07 12:06:30 +00:00
cool-developer
3e18f4088b
feat: update store module for new iavl (#15568)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2023-06-06 19:08:35 +00:00
Marko
efdc955ad9
chore: change prepare and process proposal to be NoOps by default (#16407)
Co-authored-by: Sergio Mena <sergio@informal.systems>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-02 14:46:47 +00:00
Marko
5097b0c226
refactor(test): remove header dependence from tests (#16342)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-05-31 15:42:23 +00:00