Commit Graph

633 Commits

Author SHA1 Message Date
Marko
b15732a594
refactor: migrate to query Consensus Params (#19600)
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Hieu Vu <72878483+hieuvubk@users.noreply.github.com>
2024-04-25 15:26:43 +00:00
mmsqe
b97caa35c8
fix(baseapp): avoid header height overwrite block height (#20107) 2024-04-22 10:21:50 +00:00
Andy Nogueira
55c14edf0c
docs: update links and information that pointed to CometBFT docs (#20079) 2024-04-18 13:11:36 +00:00
yihuang
4ed8c8431d
fix(baseapp): don't share global gas meter in tx execution (#19616) 2024-04-15 20:21:31 +00:00
Julien Robert
d40677a931
chore: make telemetry consistent (#20025) 2024-04-12 11:09:53 +00:00
Tom
1d2a795eaf
fix(mempool): use no-op mempool as default (#19970)
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-04-11 08:55:13 +00:00
Richard Gibson
4c446f8b7d
feat(baseapp)!: Indicate pruning with "not found" rather than "invalid request" (#19993) 2024-04-10 11:14:27 +00:00
Ezequiel Raynaudo
b9c8d60ea0
refactor: bump gogoproto (#19869) 2024-03-28 19:53:21 +00:00
Matt Kocubinski
c807aaede8
refactor!: mv AddressCodecs aliases from runtime -> core (#19747)
Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-14 14:19:15 +00:00
Julien Robert
fea88d13c5
refactor(core)!: clean-up core and simplify preblock (#19672) 2024-03-11 14:39:37 +00:00
Qt
2bfc037a07
docs: update docs (#19676)
Co-authored-by: son trinh <son@decentrio.ventures>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-03-08 16:59:11 +00:00
Julián Toledano
25aea8af8a
refactor!: remove global config from x/auth and client (#19447) 2024-03-06 13:14:16 +00:00
Julien Robert
cfd426fdb3
feat(runtime): message router service (#19571) 2024-03-04 10:25:43 +00:00
Marko
ab34a95270
test: fix staking (#19623) 2024-03-04 10:52:17 +01:00
Nikhil Vasan
7155a1cd52
Merge pull request from GHSA-95rx-m9m5-m94v
* validate ExtendedCommit against LastCommit

* test cases

* lint

---------

Co-authored-by: Marko <marbar3778@yahoo.com>
2024-03-01 17:25:33 +01:00
Likhita Polavarapu
a248d05f70
feat(x/distribution): add env bundler to distribution module (#19445)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-02-27 22:18:13 +00:00
Julien Robert
b304cf7556
refactor!: kill basic manager (#19512) 2024-02-22 14:44:49 +00:00
testinginprod
e846eca366
refactor(auth): refactor auth/tx to use x/tx (#19224)
Co-authored-by: Facundo <facundomedica@gmail.com>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
2024-02-21 09:36:21 +00:00
Adam Tucker
89df28ceb9
feat(server): in-place testnet creator (#19280) 2024-02-12 10:53:07 +00:00
Facundo Medica
d353f11b98
fix: Set headerInfo in context on setState (#19338) 2024-02-03 14:48:58 +00:00
Hwangjae Lee
d783739dbd
docs(baseapp): fixed typo in baseapp/baseapp.go (#19328)
Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-02-01 20:40:39 +00:00
Likhita Polavarapu
6f180b22df
chore(Baseapp): Remove modules dependency from baseapp (#19300) 2024-02-01 11:07:50 +00:00
Cosmos SDK
1f0c68d08f
chore: fix spelling errors (#19289)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
2024-01-30 12:29:23 +00:00
Facundo Medica
a86a83f761
test(baseapp): Refactor tx selector tests + better comments (#19284)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-30 09:16:46 +00:00
Adam Tucker
495e185e2d
feat: debug log gRPC queries (#19049)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-01-26 09:31:02 +00:00
Devon Bear
8120a86eaa
fix(ve): Ensure that sdk side ve math matches cometbft (#19200) 2024-01-25 17:01:48 +00:00
Brann Bronzebeard
fe32bcc1d6
fix: skip same-sender non-sequential sequence and then add others txs new solution (#19177)
Co-authored-by: SuperLee <9109321+superlee_8@user.noreply.gitee.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-25 17:00:48 +00:00
Aleksandr Bezobchuk
bda2d11232
fix(baseapp): ensure ABCI listeners always run in FinalizeBlock (#19202) 2024-01-24 09:27:33 +00:00
Marko
9945d31cc0
refactor(x/auth/ante): migrate antehandlers to use execmode (#19161)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-24 08:58:54 +00:00
Aleksandr Bezobchuk
12aaa89363
fix(OE): Remove usage of pointer in logs (#19198) 2024-01-23 19:29:27 +00:00
testinginprod
582bba39ad
refactor(auth): incorporate set pub key decorator into sig verification decorator (#19093)
Co-authored-by: unknown unknown <unknown@unknown>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2024-01-22 14:45:57 +00:00
Julien Robert
73c074117f
fix(baseapp): nil check in posthandler events (#19058) 2024-01-15 17:08:31 +00:00
Marko
6db53cafcb
chore(sdk): remove modules as a dependency (1/n) (#19003) 2024-01-11 07:55:50 +00:00
Marko
bde7eb1a4d
refactor(core)!: cleanup dependency graph (#18866)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
2024-01-09 15:14:36 +00:00
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 Vasan
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
testinginprod
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 SDK
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
Cosmos SDK
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
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