Skip to content
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

Integrate with sei-tendermint #1

Merged
merged 2 commits into from
Aug 22, 2022
Merged

Integrate with sei-tendermint #1

merged 2 commits into from
Aug 22, 2022

Conversation

codchen
Copy link
Collaborator

@codchen codchen commented Aug 22, 2022

sei-tendermint is basically tendermint@v0.37.0-dev (as of 08/22/22) with bug fixes necessary to make the chain run without issues. The main work in this integration includes:

  • integration with ABCI++. Note that on Cosmos-level we still retain the old BeginBlock/DeliverTx/EndBlock interface so that modules don't have to change. The simapp implementation of FinalizeBlock is basically just calling the three old interfaces above in order. The simapp implementation of PrepareProposal and ProcessProposal are noop.
  • fix breaking interface changes from the new tendermint version

@codchen codchen merged commit 3dcc021 into main Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant