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

Validator manager contract in solidity #4

Merged
merged 17 commits into from Feb 5, 2018

Commits on Jan 15, 2018

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

Commits on Jan 17, 2018

  1. RLP implementation

    enriquefynn committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    8d41b1b View commit details
    Browse the repository at this point in the history
  2. withdraw implemented

    enriquefynn committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    4bcee8d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

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

Commits on Jan 25, 2018

  1. addHeader almost done

    enriquefynn committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    7467f35 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Simplify validator's logic

    Remove validator's code and use the transaction's signature
    to verify the validator's identity
    enriquefynn committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    efafc71 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

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

Commits on Feb 5, 2018

  1. new event

    enriquefynn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    96116af View commit details
    Browse the repository at this point in the history
  2. no need for RLP lib :)

    enriquefynn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    8b31557 View commit details
    Browse the repository at this point in the history
  3. VMC contract adjustments

    Missing CollationAdded log
    enriquefynn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    4558b45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5638b78 View commit details
    Browse the repository at this point in the history
  5. Fix type errors

    enriquefynn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    4abbbdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19c1f5a View commit details
    Browse the repository at this point in the history
  7. styling

    enriquefynn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    b561bc4 View commit details
    Browse the repository at this point in the history
  8. adjusting code to review

    enriquefynn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    db62caa View commit details
    Browse the repository at this point in the history
  9. make shardCount public

    enriquefynn committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    0c1d77c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cfdef4 View commit details
    Browse the repository at this point in the history