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

abci: Vote Extension 2 #35

Open
wants to merge 31 commits into
base: mconcat/abci-vote-extension
Choose a base branch
from

Conversation

mconcat
Copy link

@mconcat mconcat commented Jul 10, 2021

This PR contains the state execution part of ABCI++ Vote Extension implementation. Base branch set to mconcat/abci-vote-extension to compare diff.

mconcat and others added 14 commits July 21, 2021 00:08
…tendermint into mconcat/abci-vote-extension-2
* add proto, add boilerplates

* add canonical

* fix tests

* add vote signing test

* Update internal/consensus/msgs_test.go

* modify state execution in progress

* add extension signing

* VoteExtension -> ExtendVote

* apply review

* update data structures

* Add comments

* Apply suggestions from code review

Co-authored-by: Aleksandr Bezobchuk <[email protected]>

* *Signed -> *ToSign

* add Vote to RequestExtendVote

* apply reviews

* Apply suggestions from code review

Co-authored-by: Dev Ojha <[email protected]>
Co-authored-by: Aleksandr Bezobchuk <[email protected]>

* fix typo, modify proto

Co-authored-by: Aleksandr Bezobchuk <[email protected]>
Co-authored-by: Dev Ojha <[email protected]>
@mconcat mconcat marked this pull request as ready for review September 1, 2021 07:52
@codecov-commenter
Copy link

codecov-commenter commented Sep 1, 2021

Codecov Report

❗ No coverage uploaded for pull request base (mconcat/abci-vote-extension@7494f0e). Click here to learn what that means.
The diff coverage is n/a.

@@                      Coverage Diff                       @@
##             mconcat/abci-vote-extension      #35   +/-   ##
==============================================================
  Coverage                               ?   62.30%           
==============================================================
  Files                                  ?      307           
  Lines                                  ?    40826           
  Branches                               ?        0           
==============================================================
  Hits                                   ?    25435           
  Misses                                 ?    13612           
  Partials                               ?     1779           

@mconcat mconcat force-pushed the mconcat/abci-vote-extension-2 branch from e00fce0 to 85e1808 Compare September 16, 2021 19:30
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