Commit Graph
599 Commits
Author SHA1 Message Date
Aleksandr Bezobchuk 19eddeeb24 fix(abci): add ExecModeVerifyVoteExtension (#18915) 2024-01-03 06:29:00 +00:00
David Terpay 5166c9f893 fix: Dedup Vote Extensions in ValidateVoteExtensions (#18895) 2023-12-27 09:09:46 +00:00
Nikhil VasanandAleksandr Bezobchuk c5191041a2 fix(baseapp): introduce mutex to state (#18846)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-21 19:05:40 +00:00
4753d16ef4 refactor(auth): group sig verification ante handlers (SigGasConsume, SigVerify, IncreaseSequence) (#18817)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-12-20 18:58:09 +00:00
Cosmos SDKandgithub-merge-queue 279cebdc36 chore: fix spelling errors (#18771)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2023-12-17 14:05:09 +00:00
samricotta f798f94786 docs: documentation updates to abci (#18625) 2023-12-16 16:03:44 +00:00
Eric Warehime e7f5c2ec8f fix(baseapp): Reset GasMeter before deliverTX (#18714) 2023-12-15 18:42:07 +00:00
Emmanuel T Odeke 8fe6d84f2c refactor(baseapp): move handler retrieval per sdk.Msg into validateBasicTxMsgs (#18731) 2023-12-13 18:25:57 +00:00
Emmanuel T Odeke fe95384e37 fix(baseapp): correctly check errors before sealing in BaseApp.Init (#18727) 2023-12-13 10:46:47 +00:00
8f0d5b15f0 chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
testinginprodandunknown unknown dabf72cfdc fix(baseapp): protocompat.go gogoproto.Merge does not work with custom types (#18654)
Co-authored-by: unknown unknown <unknown@unknown>
2023-12-08 10:18:26 +00:00
Facundo Medica b2084dceb9 fix(baseapp)!: postHandler should run regardless of result (#18627) 2023-12-06 13:31:53 +00:00
d3b30e946d feat(accounts): implement account abstraction execution (#18499)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2023-12-04 11:41:59 +00:00
leven d52bd920dd fix(baseapp): Use CometBFT's ComputeProtoSizeForTxs in defaultTxSelector.SelectTxForProposal (#18551) 2023-11-30 15:57:24 +00:00
cc85702956 build(deps): Bump cosmossdk.io/store from 1.0.0 to 1.0.1 (#18582)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-11-29 08:20:39 +00:00
Facundo MedicaandAleksandr Bezobchuk fa5280fb4b fix(baseapp): allow empty consensus params (#18531)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-11-28 08:36:11 +00:00
MSalopekandAleksandr Bezobchuk a27cfa067a fix: pass FinalizeBlock request and response to ABCIListener (#18486)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-11-16 18:59:29 +00:00
Julien Robert 720890523f refactor: remove gov dependency from modules and sdk (#18424) 2023-11-09 22:08:59 +00:00
Julien Robert e2b71b7480 fix: deterministic protov2 marshal (#18403) 2023-11-07 16:22:57 +00:00
Emmanuel T Odeke 05261cc46e refactor(x/auth): spin out go.mod (#18351) 2023-11-07 11:42:58 +00:00
Emmanuel T Odeke c1b391631c fix(baseapp): fix BaseApp.getContext data races (#18383) 2023-11-07 10:16:55 +00:00
Marko f03b396c8a chore: remove mint imports in the sdk (#18307) 2023-10-31 10:30:38 +00:00
Marko 7bef0227f9 refactor(mint): new go module (#18283) 2023-10-28 07:09:48 +00:00
Marko 21e69bad04 refactor(bank): add go module (#18279) 2023-10-27 09:25:04 +00:00
Facundo Medica ab2a725863 chore: cleanup comet dependence in tests (#18239) 2023-10-26 16:20:19 +00:00
Marko 2a6640d488 refactor(staking): add go.mod (#18257) 2023-10-26 07:39:34 +00:00
Julien Robert 797ae0fe99 refactor: modules should implement appmodule.AppModule (#18252) 2023-10-25 12:31:37 +00:00
Marko 94a2164d19 chore: bump golangci-lint version (#18213) 2023-10-23 12:59:08 +00:00
Chenqun LuandLuke 611cd36b8b fix(simulation): Fix all problems make test-sim-custom-genesis-fast for simulation test. (#17911)
Co-authored-by: Luke <chenqun.l@kaitaitech.cn>
2023-10-20 14:18:53 +00:00
testinginprodandunknown unknown 5edabb5cb0 feat(baseapp): Add Hybrid Protobuf handlers to MsgServiceRouter (#18071)
Co-authored-by: unknown unknown <unknown@unknown>
2023-10-12 15:25:28 +00:00
testinginprodandunknown unknown ecf14b71eb feat(grpcrouter): add hybrid query handler (#17921)
Co-authored-by: unknown unknown <unknown@unknown>
2023-10-11 07:59:33 +00:00
Facundo Medica 3ac7c0effd fix(runtime): PreBlocker getting overwritten if set as a baseapp option (#17944) 2023-10-10 14:46:12 +00:00
Facundo Medica 223e179f2b fix: keep behavior from v0.47 in PrepareProposal panic recovery (#17930) 2023-10-10 11:01:29 +00:00
Devon Bear 68a136b48d feat(baseapp): expose Mempool (#17954) 2023-10-09 11:10:36 +00:00
Julien Robert 76f8ed1e86 fix(x/auth): properly populate tx config options and deprecate ProtoCodecMarshaler (#17946) 2023-10-04 07:29:35 +00:00
Emmanuel T OdekeandJulien Robert 0692fdc6fd refactor: create go.mod for x/params (#17776)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-10-03 12:56:07 +00:00
Devon Bear ae61dce700 feat(abci): Add context to SelectedTxs (#17940) 2023-10-02 19:23:08 +00:00
Devon Bear a68a02a0b5 refactor(abci): Pass context to TxSelector (#17932) 2023-10-02 12:10:46 +00:00
Facundo Medica c889a07ef2 fix(baseapp): vote extensions on first block (#17909) 2023-09-28 14:24:54 +00:00
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