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

R4R: Fix Cliff Validator Update Bugs #1858

Merged
merged 23 commits into from
Aug 8, 2018
Merged

Commits on Jul 27, 2018

  1. Isolating testcase

    cwgoes committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    c3aa256 View commit details
    Browse the repository at this point in the history
  2. Separate testcase

    cwgoes committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    790f579 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

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

Commits on Aug 3, 2018

  1. Fix updating cliff validator bug

    Aleksandr Bezobchuk committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    cc3c05f View commit details
    Browse the repository at this point in the history
  2. Update pending changelog

    Aleksandr Bezobchuk committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    5ac49aa View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Cleanup updateCliffValidator iteration

    Aleksandr Bezobchuk committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    f0277aa View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Consolidate cliff validator unit tests

    Aleksandr Bezobchuk committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    bcb65ea View commit details
    Browse the repository at this point in the history
  2. Update PENDING log to include PR reference link

    Aleksandr Bezobchuk committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    4f3a5e3 View commit details
    Browse the repository at this point in the history
  3. Fix updateCliffValidator to only consider bonded validators

    Aleksandr Bezobchuk committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    b09d0f6 View commit details
    Browse the repository at this point in the history
  4. Add godoc clarifying new bug fix logic

    Aleksandr Bezobchuk committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    3fffea0 View commit details
    Browse the repository at this point in the history
  5. Remove TestCliffValidatorNoSwitch

    Aleksandr Bezobchuk committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    28a9f01 View commit details
    Browse the repository at this point in the history
  6. Update updateCliffValidator to not iterate over all validators

    Aleksandr Bezobchuk committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    593e1ac View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Remove redundant cliff address variable

    Aleksandr Bezobchuk committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    72c227f View commit details
    Browse the repository at this point in the history
  2. Update updateCliffValidator godoc

    Aleksandr Bezobchuk committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    8c38a85 View commit details
    Browse the repository at this point in the history
  3. Rename updateCliffValidator

    Aleksandr Bezobchuk committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    80c9e18 View commit details
    Browse the repository at this point in the history
  4. Update updateCliffValidator to have more sanity checks

    Aleksandr Bezobchuk committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    a138f00 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    26c9500 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    cwgoes committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    f4a639f View commit details
    Browse the repository at this point in the history
  3. Remove redundent offset and avoid extra write in cliff update

    Aleksandr Bezobchuk committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    53c1f64 View commit details
    Browse the repository at this point in the history
  4. Fix UpdateBondedValidators function style

    Aleksandr Bezobchuk committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    0e8f864 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aa715e View commit details
    Browse the repository at this point in the history
  6. Avoid loop iteration in updateCliffValidator

    Aleksandr Bezobchuk committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    20d8db3 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'cwgoes/cliff-validator-power-bug' of github.com:cosmos/…

    …cosmos-sdk into cwgoes/cliff-validator-power-bug
    Aleksandr Bezobchuk committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    a293869 View commit details
    Browse the repository at this point in the history