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

feat: apply calculation of voter count #92

Merged
merged 16 commits into from
Jun 22, 2020
Merged

Commits on Jun 17, 2020

  1. feat: add voter params to genesis doc

    Woosang Son committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4b0a95f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https:/line/tendermint into fea…

    …ture/num_of_voters
    Woosang Son committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    d6e0dab View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. feat: add voter params to state

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    80626a1 View commit details
    Browse the repository at this point in the history
  2. fix: add go.sum

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    405baea View commit details
    Browse the repository at this point in the history
  3. test: add TestCalVotersNum2

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    c73d4b3 View commit details
    Browse the repository at this point in the history
  4. docs: change log

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    1f6318f View commit details
    Browse the repository at this point in the history
  5. fix: test failure

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    3418b2e View commit details
    Browse the repository at this point in the history
  6. test: add consensus test with voter election

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    84bfbbe View commit details
    Browse the repository at this point in the history
  7. test: refine the test more precisely

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    eb6372b View commit details
    Browse the repository at this point in the history
  8. fix: apply comments

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    c5fe01b View commit details
    Browse the repository at this point in the history
  9. fix: lint error, test failure

    Woosang Son committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    a4b8219 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. fix: consensus logic, race error

    Woosang Son committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    f1e217b View commit details
    Browse the repository at this point in the history
  2. fix: rename a parameter; modify limit value

    Woosang Son committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    6b65469 View commit details
    Browse the repository at this point in the history
  3. fix: add comment, refactoring test code

    Woosang Son committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    031154b View commit details
    Browse the repository at this point in the history
  4. fix: rename AccuracyPrecision to ElectionPrecision

    Woosang Son committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    7776e36 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. fix: apply comment; debugging log conflict

    Woosang Son committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c5ebae7 View commit details
    Browse the repository at this point in the history