-
Notifications
You must be signed in to change notification settings - Fork 267
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
abci: add preprocess block #110
Merged
Merged
Changes from 38 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
4a9247c
version docs
tac0turtle a46562d
stash commits
tac0turtle 99cf9c0
fix url
tac0turtle c51a1f5
remove master from sidebar
tac0turtle 296d854
test go version
tac0turtle 25de71a
remove go version
tac0turtle 0a24577
Merge branch 'master' into marko/versioned_docs
tac0turtle 0cdebf6
invert versions
tac0turtle c19e0d3
Merge branch 'master' into marko/versioned_docs
tac0turtle db3140f
Merge branch 'master' into marko/versioned_docs
mergify[bot] 7756e2d
Merge branch 'master' into marko/versioned_docs
mergify[bot] 828880d
Merge branch 'master' into marko/versioned_docs
mergify[bot] 8f37751
Merge branch 'master' into marko/versioned_docs
mergify[bot] 1afe9db
add todo
tac0turtle b118204
init
tac0turtle 682a16d
changes to abci
tac0turtle 35ca92b
fix build errors
tac0turtle 6a8161d
move to consensus connection
tac0turtle 6ea48d0
add process
tac0turtle 0caedd2
add proof to block
tac0turtle cb770d6
undo changes
tac0turtle 4677f69
add block metadata in beginBlcok
tac0turtle e8e7179
Merge branch 'master' into marko/preprocess
tac0turtle eec2c96
fix testing
tac0turtle 7078389
regenerate mocks
tac0turtle 60fa00d
add in needed proto changes
tac0turtle c527158
regenerate mocks
tac0turtle 2efa9fb
Merge branch 'master' into marko/preprocess
tac0turtle ff4be69
fix makeblock calls
tac0turtle 46f1be9
Merge branch 'master' into marko/preprocess
tac0turtle 91bf953
Apply suggestions from code review
tac0turtle 0305175
Merge branch 'marko/preprocess' of https://github.com/marbar3778/lazy…
tac0turtle a0deb45
fix rpc tests
tac0turtle 2df2ba5
fix linting and ci errors
tac0turtle c4ac115
fix consensus tests
tac0turtle 4bb6af4
add preprocess to e2e
tac0turtle 4e3abfd
add preprocess to counter app
tac0turtle 6842950
replace meta_data with messages
tac0turtle acd911a
fix linting
tac0turtle 7d179d2
Update state/execution.go
tac0turtle add6537
fix comment
tac0turtle 088b4ce
Merge branch 'marko/preprocess' of https://github.com/marbar3778/lazy…
tac0turtle dd9208a
fix e2e tests
tac0turtle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this too! 🙏