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

Command to fetch validator statuses + MultipleValidatorStatus #5784

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    a7a3ae0 View commit details
    Browse the repository at this point in the history
  2. Add status command

    michaelhly committed May 8, 2020
    Configuration menu
    Copy the full SHA
    673c839 View commit details
    Browse the repository at this point in the history
  3. gofmt

    michaelhly committed May 8, 2020
    Configuration menu
    Copy the full SHA
    4e97a2a View commit details
    Browse the repository at this point in the history
  4. Add comment about sorting

    michaelhly committed May 8, 2020
    Configuration menu
    Copy the full SHA
    3c357a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1294fdf View commit details
    Browse the repository at this point in the history
  6. Fix error

    michaelhly committed May 8, 2020
    Configuration menu
    Copy the full SHA
    462f35f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Configuration menu
    Copy the full SHA
    d355b13 View commit details
    Browse the repository at this point in the history
  2. Add status_test.go

    michaelhly committed May 9, 2020
    Configuration menu
    Copy the full SHA
    a2c2f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    237620d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15132b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8123b4 View commit details
    Browse the repository at this point in the history
  6. Wrap long comment

    michaelhly committed May 9, 2020
    Configuration menu
    Copy the full SHA
    c0d837e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Comment out sorting

    michaelhly committed May 10, 2020
    Configuration menu
    Copy the full SHA
    7b7efef View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Configuration menu
    Copy the full SHA
    9635895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    348b799 View commit details
    Browse the repository at this point in the history
  3. Small changes

    michaelhly committed May 11, 2020
    Configuration menu
    Copy the full SHA
    c39e231 View commit details
    Browse the repository at this point in the history
  4. Fix lint issues

    michaelhly committed May 11, 2020
    Configuration menu
    Copy the full SHA
    74c315b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbf8bee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c2558ec View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b0557e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 11, 2020
    Configuration menu
    Copy the full SHA
    63694ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ee1734 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e1ade8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. Configuration menu
    Copy the full SHA
    470edfe View commit details
    Browse the repository at this point in the history
  2. Fix bugs

    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1c1abb0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    8676c90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4231332 View commit details
    Browse the repository at this point in the history
  5. Run go fmt in prysm (prysmaticlabs#5815)

    * go fmt
    terencechain authored and michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    1bd716c View commit details
    Browse the repository at this point in the history
  6. Add fix for nil state in InitializeFromProto (prysmaticlabs#5817)

    * Add nil check and tests
    * Add unsafe test
    * Update tools/genesis-state-gen/main.go
    * Undo genesis state gen changes
    * Merge branch 'proto-fuzz-fix' of github.com:prysmaticlabs/prysm into proto-fuzz-fix
    * gaz
    * Fix
    0xKiwi authored and michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    a67d182 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8b4bbba View commit details
    Browse the repository at this point in the history
  8. Clean up comments

    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    05e015c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1a0e34 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'validator-client-account-statuses' of https://github.co…

    …m/michaelhly/prysm into validator-client-account-statuses
    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    2dc898e View commit details
    Browse the repository at this point in the history
  11. Run gazelle

    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    6f65dfd View commit details
    Browse the repository at this point in the history
  12. Fix mock issues

    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    d7a6b2e View commit details
    Browse the repository at this point in the history
  13. Fetch statuses in batches

    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    3fc3f84 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a65093 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    81e0edc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea2e0ba View commit details
    Browse the repository at this point in the history
  17. Fix lint issues

    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    4df5845 View commit details
    Browse the repository at this point in the history
  18. Delimit with commas

    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    a5f30db View commit details
    Browse the repository at this point in the history
  19. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 12, 2020
    Configuration menu
    Copy the full SHA
    31c0dc0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4b40102 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    e0b9705 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'validator-client-account-statuses' of https://github.co…

    …m/michaelhly/prysm into validator-client-account-statuses
    michaelhly committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e478ba9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 13, 2020
    Configuration menu
    Copy the full SHA
    9b47c26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    550aca1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a3ae0d View commit details
    Browse the repository at this point in the history
  6. Update formatting

    michaelhly committed May 13, 2020
    Configuration menu
    Copy the full SHA
    87ecfa5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b068f9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d454abc View commit details
    Browse the repository at this point in the history
  9. Move sorting to goroutine

    michaelhly committed May 13, 2020
    Configuration menu
    Copy the full SHA
    1c6ceb3 View commit details
    Browse the repository at this point in the history
  10. Capitalize constants

    michaelhly committed May 13, 2020
    Configuration menu
    Copy the full SHA
    9564ad4 View commit details
    Browse the repository at this point in the history
  11. Fix typo

    michaelhly committed May 13, 2020
    Configuration menu
    Copy the full SHA
    03d0905 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b55c67f View commit details
    Browse the repository at this point in the history
  13. Remove byteutils

    michaelhly committed May 13, 2020
    Configuration menu
    Copy the full SHA
    c3d1f5d View commit details
    Browse the repository at this point in the history
  14. Fix ugly format

    michaelhly committed May 13, 2020
    Configuration menu
    Copy the full SHA
    abb2a02 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    42c3e9d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 14, 2020
    Configuration menu
    Copy the full SHA
    b59c94e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96593f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bd7da8 View commit details
    Browse the repository at this point in the history
  4. Revert service.go

    michaelhly committed May 14, 2020
    Configuration menu
    Copy the full SHA
    33be715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2422db View commit details
    Browse the repository at this point in the history
  6. Simplify mergeTwo

    michaelhly committed May 14, 2020
    Configuration menu
    Copy the full SHA
    93793be View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

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

    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    5020326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7591973 View commit details
    Browse the repository at this point in the history
  4. Update comment

    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    79ddcf1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'validator-client-account-statuses' of https://github.co…

    …m/michaelhly/prysm into validator-client-account-statuses
    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    6287a41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    decf519 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47bdf93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a1142b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    e4fa645 View commit details
    Browse the repository at this point in the history
  10. Skip merge step on error

    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d51659b View commit details
    Browse the repository at this point in the history
  11. Fix conflicts

    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    0286f5a View commit details
    Browse the repository at this point in the history
  12. Fix mock paths

    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    fc78940 View commit details
    Browse the repository at this point in the history
  13. Add comments

    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    2a7f94c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d3435bd View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    c201cd6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1e1fcbf View commit details
    Browse the repository at this point in the history
  17. Add support for keymanager

    michaelhly committed May 15, 2020
    Configuration menu
    Copy the full SHA
    bcdd032 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8a82426 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

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

Commits on May 17, 2020

  1. Update output

    michaelhly committed May 17, 2020
    Configuration menu
    Copy the full SHA
    4952966 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 17, 2020
    Configuration menu
    Copy the full SHA
    a1463a1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

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

Commits on May 19, 2020

  1. Fix conflicts

    michaelhly committed May 19, 2020
    Configuration menu
    Copy the full SHA
    1eea671 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/prysmaticlabs/prysm into …

    …validator-client-account-statuses
    michaelhly committed May 19, 2020
    Configuration menu
    Copy the full SHA
    c086663 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'validator-client-account-statuses' of https://github.co…

    …m/michaelhly/prysm into validator-client-account-statuses
    michaelhly committed May 19, 2020
    Configuration menu
    Copy the full SHA
    3b1be09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a786cb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d78e7a View commit details
    Browse the repository at this point in the history
  6. gofmt

    michaelhly committed May 19, 2020
    Configuration menu
    Copy the full SHA
    9744278 View commit details
    Browse the repository at this point in the history
  7. Remove getters

    michaelhly committed May 19, 2020
    Configuration menu
    Copy the full SHA
    9100ecb View commit details
    Browse the repository at this point in the history
  8. Remove parallel stuff

    michaelhly committed May 19, 2020
    Configuration menu
    Copy the full SHA
    a15de80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5472aac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f8ce09 View commit details
    Browse the repository at this point in the history
  11. Update validator/accounts/status.go

    Nishant Das committed May 19, 2020
    Configuration menu
    Copy the full SHA
    7861331 View commit details
    Browse the repository at this point in the history