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

Commits on Jul 10, 2021

  1. add extension signing

    mconcat committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    5d982c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    08c4f89 View commit details
    Browse the repository at this point in the history
  2. add extension signing

    mconcat committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    306296a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. verify in progress

    mconcat committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    dbb2c71 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mconcat/abci-vote-extension-2' of mconcat.github.com:si…

    …kkatech/tendermint into mconcat/abci-vote-extension-2
    mconcat committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    059eafa View commit details
    Browse the repository at this point in the history
  3. modify CommitSig

    mconcat committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    d01e50a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. fix test

    mconcat committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    2dcf9af View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Configuration menu
    Copy the full SHA
    1bb0326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc5767d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. fix test

    mconcat committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    d52863d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mconcat/abci-vote-extension-2' of github.com:sikkatech/…

    …tendermint into mconcat/abci-vote-extension-2
    mconcat committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    539eac2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    a9708f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    90a3ee4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. add example VoteExtension

    mconcat committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    185fe06 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    0e30b6a View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. fix vote

    mconcat committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    ae4a96c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86035a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. abci: Vote Extension 1 (tendermint#6646)

    * 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]>
    3 people authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    68dd6c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    27bc51b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. add abcipp_kvstore.go

    mconcat committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    2279c7b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. add extension test

    mconcat committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    ba4f88f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. fix test

    mconcat committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    d53c4ec View commit details
    Browse the repository at this point in the history
  2. fix test

    mconcat committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    920518e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'abci++' of github.com:tendermint/tendermint into mconca…

    …t/abci-vote-extension-2
    mconcat committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    c87d7ca View commit details
    Browse the repository at this point in the history
  4. fix test

    mconcat committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1f6aa38 View commit details
    Browse the repository at this point in the history
  5. fit lint

    mconcat committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    ccdb40b View commit details
    Browse the repository at this point in the history
  6. uncomment test

    mconcat committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    094adfa View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. refactor test in progress

    mconcat committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6d3dc26 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. gofmt

    mconcat committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    020e6f9 View commit details
    Browse the repository at this point in the history
  2. apply review

    mconcat committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    fc796fa View commit details
    Browse the repository at this point in the history
  3. fix lint

    mconcat committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    85e1808 View commit details
    Browse the repository at this point in the history