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

feat: Update light client within threshold #1008

Merged
merged 28 commits into from
Oct 21, 2022
Merged

feat: Update light client within threshold #1008

merged 28 commits into from
Oct 21, 2022

Commits on Oct 18, 2022

  1. implement client threshold

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    cb1649d View commit details
    Browse the repository at this point in the history
  2. test WIP

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    26d05f9 View commit details
    Browse the repository at this point in the history
  3. fix _test tests

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    b01d87f View commit details
    Browse the repository at this point in the history
  4. nits + spelling

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    dd66b4d View commit details
    Browse the repository at this point in the history
  5. fix update client state

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    19435fb View commit details
    Browse the repository at this point in the history
  6. improve logs

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    78cf794 View commit details
    Browse the repository at this point in the history
  7. add tests

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4915b1b View commit details
    Browse the repository at this point in the history
  8. logging nits

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    d6f7b15 View commit details
    Browse the repository at this point in the history
  9. test clarity

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4207ee8 View commit details
    Browse the repository at this point in the history
  10. add pollForClientStatus Function (WIP)

    boojamya authored and DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    db618ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7dcab0f View commit details
    Browse the repository at this point in the history
  12. go mod tidy

    DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4aea0af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5257b4a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b29bb9 View commit details
    Browse the repository at this point in the history
  15. Test the negative case

    DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ab3b144 View commit details
    Browse the repository at this point in the history
  16. go mod tidy

    DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    2effc24 View commit details
    Browse the repository at this point in the history
  17. Create scenario tests

    DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c214e48 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fd5bba0 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'main' into dan/update_client2

    # Conflicts:
    #	_test/relayer_chain_test.go
    DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    4190e24 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    80e44b4 View commit details
    Browse the repository at this point in the history
  21. Try self hosted for speed

    DavidNix committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    08781f8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9c49118 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Follow log format convention

    DavidNix committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    bcb0027 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    d30f29f View commit details
    Browse the repository at this point in the history
  2. Update cmd/flags.go

    Co-authored-by: Andrew Gouin <andrew@gouin.io>
    DavidNix and agouin authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    1d2920c View commit details
    Browse the repository at this point in the history
  3. Update relayer/processor/path_processor_internal.go

    Co-authored-by: Andrew Gouin <andrew@gouin.io>
    DavidNix and agouin authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8db3278 View commit details
    Browse the repository at this point in the history
  4. Update relayer/strategies.go

    Co-authored-by: Andrew Gouin <andrew@gouin.io>
    DavidNix and agouin authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f7ad5d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9018ce1 View commit details
    Browse the repository at this point in the history