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

Cherry pick PreprocessTxs #541

Merged

Conversation

evan-forbes
Copy link
Member

Description

This PR cherry-picks changes originally introduced in #110, with some minor modifications to accommodate the newer version of tendermint.

part of #528
blocked by #537 #539 #540

tac0turtle and others added 3 commits September 21, 2021 15:13
* version docs

* stash commits

* fix url

* remove master from sidebar

* fix build errors

* move to consensus connection

* add process

* add proof to block

* add block metadata in beginBlcok

* fix testing

* regenerate mocks

* add in needed proto changes

* regenerate mocks

* fix makeblock calls

* Apply suggestions from code review

* fix rpc tests

* fix linting and ci errors

* fix consensus tests

* add preprocess to e2e

* add preprocess to counter app

* replace meta_data with messages

* fix linting

* Update state/execution.go

Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>

* fix comment

* fix e2e tests

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
Copy link
Member

@liamsi liamsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dope! Let's also keep an eye out on the changes in https://github.com/tendermint/tendermint/tree/abci+%2B
After the update is done, we should consider using the preprocess version from there if viable (see tendermint/tendermint#6544). but that is orthogonal to this PR and probably requires some thoughts and discussions as tendermint upstream only has Tx and no distinctinction between ISRs, reserved Txs etc.

@evan-forbes evan-forbes merged commit f8775ef into evan/commit-to-extended-data Sep 22, 2021
@evan-forbes evan-forbes deleted the evan/cherry-pick-preprocesstxs branch September 22, 2021 15:43
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.

3 participants