Commit Graph

27 Commits

Author SHA1 Message Date
Qt
3304d0803d
refactor: use errors.New to replace fmt.Errorf with no parameters (#20943)
Co-authored-by: Marko <marko@baricevic.me>
2024-07-18 12:01:45 +02:00
Marko
28fa3b8dfc
chore: use comet api pkg instead of comet alias (#20614) 2024-06-11 08:46:04 +00:00
Marko
080229f300
chore: remove cockroach db errors (#20386) 2024-05-15 06:35:08 +00:00
Marko
fc84ff6f40
refactor!(staking): remove comet crypto as a dep (#20295) 2024-05-07 10:27:47 +00:00
Marko
0dfb54e36a
refactor! : bump comet to v1 (#19726)
Co-authored-by: yihuang <yi.codeplayer@gmail.com>
2024-05-06 14:12:00 +00:00
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
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
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
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
David Terpay
5166c9f893
fix: Dedup Vote Extensions in ValidateVoteExtensions (#18895) 2023-12-27 09:09:46 +00:00
leven
d52bd920dd
fix(baseapp): Use CometBFT's ComputeProtoSizeForTxs in defaultTxSelector.SelectTxForProposal (#18551) 2023-11-30 15:57:24 +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
Aleksandr Bezobchuk
63d046dd59
fix(baseapp): select txs correctly with no-op mempool (#17769) 2023-09-24 19:24:30 +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
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
Julien Robert
731d727cd5
chore(baseapp): audit (#17325) 2023-08-10 09:14:55 +00:00
Facundo Medica
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
Devon Bear
f7d78a6176
fix(abci): Validators can propose blocks that exceed the gas limit. (#17159) 2023-07-27 11:49:11 +00:00
Facundo Medica
b93081de05
fix(baseapp): audit changes (#16596)
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2023-06-30 07:29:03 +00:00
Jacob Gadikian
6afece635c
style: add gci linter (#16605) 2023-06-22 15:35:51 +00:00
Aleksandr Bezobchuk
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
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
Aleksandr Bezobchuk
6cee22df52
feat!: Comet v0.38 Integration (#15519)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
Co-authored-by: cool-developer <51834436+cool-develope@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: Matt Kocubinski <mkocubinski@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2023-05-24 16:09:19 +00:00