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: Implement slashing period #2122

Merged
merged 34 commits into from
Sep 1, 2018
Merged

Commits on Aug 22, 2018

  1. Update PENDING.md

    cwgoes committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    cb2fa04 View commit details
    Browse the repository at this point in the history
  2. SlashingPeriod struct

    cwgoes committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    fedb717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f8887 View commit details
    Browse the repository at this point in the history
  4. Make linter happy

    cwgoes committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ddce1cf View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

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

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    8a66088 View commit details
    Browse the repository at this point in the history
  2. Update Gopkg.lock

    cwgoes committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    3c59d43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc392cf View commit details
    Browse the repository at this point in the history
  4. Slashing period hooks

    cwgoes committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    fa8faad View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Configuration menu
    Copy the full SHA
    23fbba7 View commit details
    Browse the repository at this point in the history
  2. Add simple hook tests

    cwgoes committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    8d2c74b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b111c75 View commit details
    Browse the repository at this point in the history
  4. No-op hooks

    cwgoes committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    dac51aa View commit details
    Browse the repository at this point in the history
  5. Real hooks

    cwgoes committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    a0f706a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    668c1ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35e8990 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3534a99 View commit details
    Browse the repository at this point in the history
  9. Tiny rename

    cwgoes committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    111754a View commit details
    Browse the repository at this point in the history
  10. Update dep; 'make format'

    cwgoes committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    5071897 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d3ba71f View commit details
    Browse the repository at this point in the history
  12. Additional unit tests

    cwgoes committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    97cdfd8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    527bbbd View commit details
    Browse the repository at this point in the history
  14. Panic in the right place

    cwgoes committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    6ed552a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    3277257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ba559c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Configuration menu
    Copy the full SHA
    14cb956 View commit details
    Browse the repository at this point in the history
  2. Address @rigelrozanski comments

    cwgoes committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    d9ad52f View commit details
    Browse the repository at this point in the history
  3. Fix linter errors

    cwgoes committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    225cb34 View commit details
    Browse the repository at this point in the history
  4. Address @melekes suggestion

    cwgoes committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    a349376 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2018

  1. Rename hook

    cwgoes committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    468aad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54d78b3 View commit details
    Browse the repository at this point in the history
  3. Update for new bech32 types

    cwgoes committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    05ede6c View commit details
    Browse the repository at this point in the history
  4. 'make format'

    cwgoes committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    c257ac8 View commit details
    Browse the repository at this point in the history