-
Notifications
You must be signed in to change notification settings - Fork 636
ABCI 2.0: Final adjustments #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
17 tasks
sergio-mena
pushed a commit
that referenced
this issue
Feb 7, 2023
Signed-off-by: Thane Thomson <connect@thanethomson.com>
19 tasks
This was referenced Mar 3, 2023
This was referenced Mar 13, 2023
Merged
Merged
This was referenced Mar 20, 2023
Closing as all tasks have been completed |
sergio-mena
pushed a commit
to informalsystems/cometbft
that referenced
this issue
Apr 15, 2025
…o-json fix(crypto/bls12381): fix marshaling FilePVKey
jmalicevic
pushed a commit
to informalsystems/cometbft
that referenced
this issue
May 14, 2025
fix: vulnerability in module go-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tasks:
FinalizeBlock
) #97v0.37.x
Backport resetting of vote metrics upon new round #479)FinalizeBlock
, and obsolete methods (BeginBlock
, etc). Double check that changes in Removed redundant params in FinalizeBlock tendermint/tendermint#8598 and/or Remove obsolete abci methods, no longer called by ABCI++ Tendermint tendermint/tendermint#8633 are unnecessaryapphash
fromCommit
toFinalizeBlock
(leftovers) #478app_hash
fromCommit
toFinalizeBlock
: follow abci: Moveapp_hash
parameter fromCommit
toFinalizeBlock
tendermint/tendermint#8664types.proto
andfeature/abci++vef
and tip ofv0.36.x
#488ProcessProposal
#485PreparaProposal
andProcessProposal
respect coherence all over our code #514VoteExtension
andFinalizeblock
) to e2e app #515PrepareProposal
time #539main
main
intofeature/abci++vef
(preparation merge) #568feature/abci++vef
intomain
#572vote.Height < 0
inValidateBasic
method ofVote
#510v0.37.x
that disables blocksync. Remove it fromv0.38.x
#409 (remove config to disable blocksync)DoD:
feature/abci++vef
has been merged back intomain
Original issue: tendermint/tendermint#9916
The text was updated successfully, but these errors were encountered: