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: implement random sampling without replacement and staking power #83

Merged
merged 40 commits into from
Jun 16, 2020

Commits on May 25, 2020

  1. refactor: rename VotingPower to StakingPower

    Woosang Son committed May 25, 2020
    Configuration menu
    Copy the full SHA
    fbc390c View commit details
    Browse the repository at this point in the history
  2. fix: separate StakingPower and VotingPower

    Woosang Son committed May 25, 2020
    Configuration menu
    Copy the full SHA
    9b8d758 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. feat: implement RandomSamplingWithoutReplacement

    Woosang Son committed May 29, 2020
    Configuration menu
    Copy the full SHA
    d68124d View commit details
    Browse the repository at this point in the history
  2. fix: lint error

    Woosang Son committed May 29, 2020
    Configuration menu
    Copy the full SHA
    3749b65 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. feat: implement assigning voting power

    Woosang Son committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    521cdc1 View commit details
    Browse the repository at this point in the history
  2. fix: merge conflict

    Woosang Son committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    5a4cf87 View commit details
    Browse the repository at this point in the history
  3. fix: lint error

    Woosang Son committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    85a08e1 View commit details
    Browse the repository at this point in the history
  4. fix: lint error

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

    Woosang Son committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    41fe4c2 View commit details
    Browse the repository at this point in the history
  6. fix: proto generated file

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

Commits on Jun 3, 2020

  1. fix: diable proto-checking of circle-ci

    Woosang Son committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    37a2431 View commit details
    Browse the repository at this point in the history
  2. fix: apply comment; use VotingPower on adding vote

    Woosang Son committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    52de880 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2247ba View commit details
    Browse the repository at this point in the history
  4. fix: apply comment; fix NewVoterSet

    Woosang Son committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    8e74da4 View commit details
    Browse the repository at this point in the history
  5. fix: apply comment; rename validatorSet to voterSet and fix compile e…

    …rrors
    Woosang Son committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    8eda4c1 View commit details
    Browse the repository at this point in the history
  6. fix: apply comment; use VotingPower on consensus

    Woosang Son committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    b85eedb View commit details
    Browse the repository at this point in the history
  7. fix: lint error

    Woosang Son committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    fcd158b View commit details
    Browse the repository at this point in the history
  8. fix: lint error

    Woosang Son committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    af8ea82 View commit details
    Browse the repository at this point in the history
  9. fix: lite test compile error

    Woosang Son committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    aac3c8b View commit details
    Browse the repository at this point in the history
  10. fix: remove unused function

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

Commits on Jun 4, 2020

  1. fix: modify validator to voter in comments

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

Commits on Jun 5, 2020

  1. fix: total voting power overflow

    Woosang Son committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    cbe2847 View commit details
    Browse the repository at this point in the history
  2. fix: update total voting power if 0

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

Commits on Jun 8, 2020

  1. docs: change log

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

Commits on Jun 11, 2020

  1. fix: apply comments

    Woosang Son committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    a3835cb View commit details
    Browse the repository at this point in the history
  2. fix: lint error

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

    …ture/voting_power
    Woosang Son committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    d930617 View commit details
    Browse the repository at this point in the history
  4. fix: rewrite randomThreshold; remove priorityRateThreshold; some test…

    … cases
    Woosang Son committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    083f637 View commit details
    Browse the repository at this point in the history
  5. fix: lint error

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

Commits on Jun 12, 2020

  1. test: add test for randomThreshold

    Woosang Son committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    e33896f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a18969 View commit details
    Browse the repository at this point in the history
  3. fix: lint error

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

Commits on Jun 15, 2020

  1. fix: improve voting power polacy

    Woosang Son committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    08b7835 View commit details
    Browse the repository at this point in the history
  2. fix: compile error

    Woosang Son committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    deb89eb View commit details
    Browse the repository at this point in the history
  3. fix: lint error

    Woosang Son committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    d30feec View commit details
    Browse the repository at this point in the history
  4. fix: test case

    Woosang Son committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    06e84e8 View commit details
    Browse the repository at this point in the history
  5. test: add comment

    Woosang Son committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    4387cb6 View commit details
    Browse the repository at this point in the history
  6. fix: remove unused function

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

Commits on Jun 16, 2020

  1. fix: define MaxTotalVotingPower

    Woosang Son committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    3efc1d7 View commit details
    Browse the repository at this point in the history
  2. fix: remove useless test case, and leave todo

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