Commit Graph
560 Commits
Author SHA1 Message Date
Marko 9d07b8ca8e refactor!: use context.Context in genesis api (#17885) 2023-09-26 16:03:41 +00:00
Aleksandr Bezobchuk 63d046dd59 fix(baseapp): select txs correctly with no-op mempool (#17769) 2023-09-24 19:24:30 +00:00
Marko 65a1ec64f7 chore: remove params module entirely (#17838) 2023-09-22 13:51:37 +00:00
Marko 6715b5afb5 refactor!: remove tips (#17787) 2023-09-20 12:00:22 +00:00
Marko 6615ff4f76 refactor!: deprecate blocktime on context (#17738) 2023-09-18 13:55:21 +00:00
Facundo MedicaandAleksandr Bezobchuk 8df065b611 feat: Optimistic Execution (#16581)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-18 13:52:54 +00:00
f99a6242a9 refactor!: reimplement PreFinalizeBlockHook as PreBlocker (#17713)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-15 07:50:17 +00:00
Marko e47795e3d4 build(deps): Bump cosmossdk.io/core from 0.11.0 to 0.12.0 (#17688) 2023-09-13 21:04:50 +00:00
mmsqe 4eb0185413 feat: introduce PreBlock (#17421) 2023-09-13 12:30:48 +00:00
Chill Validation ba45b0f2b7 feat: CV Close databases opened by cosmos-sdk during BaseApp shutdown (#17667) 2023-09-10 10:46:40 +00:00
Marko 6ce2505f6b refactor: introduce abciGenesis interface (#17554) 2023-08-29 15:24:09 +00:00
79cc75b1db feat!: connect app version with consensus params in end block (#16244)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-29 10:32:53 +00:00
Cal Bera cc6511e337 chore: log panic recovery in runTx (#17556) 2023-08-28 07:22:08 +00:00
David TerpayandAleksandr Bezobchuk bb0c866193 fix(baseapp): Utilizing voting power from VEs in ValidateVoteExtensions (#17518)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-25 17:52:35 +00:00
Julien Robert 03fb7da26d fix(log): custom marshaller produce invalid data (#17532) 2023-08-25 13:14:24 +00:00
Julien Robert bb106cb50d test(baseapp): use no-op logger (#17528) 2023-08-24 23:15:37 +00:00
Markoandmarbar3778 393dcc1f2a refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-21 16:29:20 +00:00
Markoandmarbar3778 066f8a7a50 chore: format proto files (#17445)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-18 14:06:01 +00:00
30997f4227 refactor(baseapp,types)!: msg responses (#17348)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-18 13:36:14 +00:00
fx0x55andAleksandr Bezobchuk a860919ca5 feat: add apphash to process proposal calls (#17401)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-16 18:36:36 +00:00
Nikhil VasanandAleksandr Bezobchuk 104ebe60f6 fix(ve-validation): account for BlockID flag in vote-extensions (#17394)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-15 21:40:40 +00:00
mmsqe 35d2e48aea fix: handle RunMigrationBeginBlock error (#17372) 2023-08-11 17:44:45 +00:00
0c1f6fc162 fix: Add MigrationModuleManager to handle migration of upgrade module before other modules (#16583)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-11 16:07:05 +00:00
Julien Robert 731d727cd5 chore(baseapp): audit (#17325) 2023-08-10 09:14:55 +00:00
dea5b97eb2 feat!: Add gas limits to queries (#16239)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-08-08 20:30:29 +00:00
Facundo MedicaandAleksandr Bezobchuk c3ae0b09d4 fix: ValidatorStore interface doesn't match StakingKeeper (#17164)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-08-03 22:53:05 +00:00
Facundo Medica cb5b8cf1d3 fix: Allow VerifyVoteExtensions without ExtendVote (#17251) 2023-08-01 16:10:55 +00:00
zakir-code 33051ceb39 perf(abci): removes the goroutine when call SnapshotIfApplicable (#17174) 2023-07-29 07:37:30 +00:00
Devon Bear f7d78a6176 fix(abci): Validators can propose blocks that exceed the gas limit. (#17159) 2023-07-27 11:49:11 +00:00
Julien Robert 0c4f246d86 refactor(runtime): define address codec providers in runtime (#17037) 2023-07-18 12:41:26 +00:00
Facundo MedicaandAleksandr Bezobchuk 38f1014d26 feat: Add preFinalizeBlockHook to allow VE persistence (#16898)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-07-14 17:44:13 +00:00
ruthishvitwit fd7e549a3c chore: enable errcheck linter (#16406) 2023-07-12 08:58:27 +00:00
Facundo Medica ebe97e5e12 fix: Revert 16794 (#16895) 2023-07-10 07:45:48 +00:00
Facundo MedicaandAleksandr Bezobchuk 0fd6227a06 fix: remove setting of finalizeBlockState in FinalizeBlock + fix initialHeight + add ProcessProposal in tests/sims (#16794)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-07-06 13:33:10 +00:00
Jacob Gadikian f0aec3f30d style: use thelper (#16777) 2023-07-03 13:33:05 +00:00
Julien Robert 8c72f66396 refactor!: remove types/math aliases (#16798) 2023-06-30 17:09:03 +00:00
Facundo MedicaandAleksandr Bezobchuk b93081de05 fix(baseapp): audit changes (#16596)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-30 07:29:03 +00:00
MarkoandAleksandr Bezobchuk ec27fbb84e chore: add apphash to finalize block calls (#16744)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-29 14:15:15 +00:00
078e7cb4ae fix(baseapp): ABCI Consensus Failure Fix (#16700)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Jeancarlo Barrios <JeancarloBarrios@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Chill Validation <92176880+chillyvee@users.noreply.github.com>
2023-06-28 19:33:34 +00:00
yihuangandAleksandr Bezobchuk c0e9e8ce85 fix: halt-height behavior is not deterministic (#16639)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-27 13:41:01 +00:00
Jacob Gadikian 6afece635c style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
75b4918b94 fix: check tx gas limit against block gas limit (#16547)
Co-authored-by: Facundo Medica <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2023-06-20 18:37:33 +00:00
Aleksandr Bezobchuk 6f9152d20b fix!: Ensure Handler Exists for Messages (#16613) 2023-06-19 21:24:54 +00:00
Marko a93dd023dd chore: set headerinfo where needed in baseapp (#16542) 2023-06-14 15:32:39 +00:00
Facundo Medica 7f44ecb936 refactor(x/circuit)!: Use collections, KVStoreService, and context.Context (#16415) 2023-06-07 12:06:30 +00:00
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
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
MarkoandAleksandr Bezobchuk 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
Julien Robert 83d5475cdf chore: remove buf warning (#16361) 2023-05-31 10:31:01 +00:00
Julien Robert 6453234073 build: optimize proto-builder (#16343) 2023-05-31 07:33:26 +00:00