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

Add multi beacon client support #876

Merged
merged 46 commits into from
Dec 22, 2021

Commits on Dec 12, 2021

  1. Add chainHash to Metadata message

    raynaudoe authored and emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    259d551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67ebbcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e799d67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8783f7 View commit details
    Browse the repository at this point in the history
  5. mod tidy

    raynaudoe authored and emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    21d4107 View commit details
    Browse the repository at this point in the history
  6. Apply lint fixes

    raynaudoe authored and emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    8a06f53 View commit details
    Browse the repository at this point in the history
  7. Fix creating drand handler

    raynaudoe authored and emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    a8b1a6a View commit details
    Browse the repository at this point in the history
  8. Fix endpoints urls

    raynaudoe authored and emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    84e4cbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2627f79 View commit details
    Browse the repository at this point in the history
  10. Several logic fixes

    Lint fixes
    raynaudoe authored and emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    7c2707f View commit details
    Browse the repository at this point in the history
  11. Fix tests

    raynaudoe authored and emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    c59248c View commit details
    Browse the repository at this point in the history
  12. Fix linter issue

    raynaudoe authored and emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    dbc6cdf View commit details
    Browse the repository at this point in the history
  13. apply go mod tidy

    emmanuelm41 committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    5af35db View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d4f223 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    f57188d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80031a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    317b7ef View commit details
    Browse the repository at this point in the history
  4. Add log info

    raynaudoe committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    4fe73ec View commit details
    Browse the repository at this point in the history
  5. Fix endpoint url

    raynaudoe committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    9db8a1c View commit details
    Browse the repository at this point in the history
  6. Minor fix

    raynaudoe committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    85cb12b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1acc65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ca08b7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bdc23a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Merge pull request #38 from Zondax/default-chainhash

    Set beacon handler for the default beacon process
    raynaudoe committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    2a86990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c280c14 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #39 from Zondax/multi-beacon-fix

    Fix loading beacon process
    raynaudoe committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c78bd37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d0d18f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97953b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6bbfd4 View commit details
    Browse the repository at this point in the history
  7. Fix flag name

    raynaudoe committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    d484c7c View commit details
    Browse the repository at this point in the history
  8. Fix linter errors

    Add ignore gocyclo lint
    raynaudoe committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    ec15702 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    11954ac View commit details
    Browse the repository at this point in the history
  2. try to fix error on test

    emmanuelm41 committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7afebdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4137837 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8385c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fix test attempt

    raynaudoe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    57089cc View commit details
    Browse the repository at this point in the history
  2. Increase test timeout

    raynaudoe committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    89c4b16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    308730e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17ce485 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cb0fcb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Unify required modules

    raynaudoe committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    49acdce View commit details
    Browse the repository at this point in the history
  2. Minor fix

    raynaudoe committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    4b98b74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1953ef1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. apply go mod tidy

    emmanuelm41 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    958dd1e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

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

Commits on Dec 22, 2021

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