Commit Graph

589 Commits

Author SHA1 Message Date
testinginprod
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
testinginprod
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
dependabot[bot]
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 Medica
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
MSalopek
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 Lu
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
testinginprod
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
testinginprod
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 Odeke
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 Medica
8df065b611
feat: Optimistic Execution (#16581)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-09-18 13:52:54 +00:00
mmsqe
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
Callum Waters
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 Terpay
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
Marko
393dcc1f2a
refactor: remove header type from NewContext (#17426)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-21 16:29:20 +00:00
Marko
066f8a7a50
chore: format proto files (#17445)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-08-18 14:06:01 +00:00
zakir
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
fx0x55
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 Vasan
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