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(rollup_relayer): add chain_monitor client #885

Merged
merged 44 commits into from
Aug 31, 2023

Commits on Aug 28, 2023

  1. Add batch status check logic

    mask-pp committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    60cca24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34fc3ba View commit details
    Browse the repository at this point in the history
  3. fix comments

    mask-pp committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fc06952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3abfd7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    471af43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cde6981 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8165c3d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. fix comments

    mask-pp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    020317e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7b6331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    057e498 View commit details
    Browse the repository at this point in the history
  4. fix comments

    mask-pp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    69e1a5c View commit details
    Browse the repository at this point in the history
  5. fix comments

    mask-pp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d85b422 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d59c6f View commit details
    Browse the repository at this point in the history
  7. fix ci

    mask-pp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    11a3810 View commit details
    Browse the repository at this point in the history
  8. fix ci

    mask-pp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9e8e944 View commit details
    Browse the repository at this point in the history
  9. fix ci

    mask-pp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4090cf0 View commit details
    Browse the repository at this point in the history
  10. fix ci

    mask-pp committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ca2991e View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. fix bug in integration test

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f7bc5c4 View commit details
    Browse the repository at this point in the history
  2. Feat/upgrade cmd (#889)

    Co-authored-by: mask-pp <mask-pp@users.noreply.github.com>
    mask-pp and mask-pp authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c8b6b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a6949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af39650 View commit details
    Browse the repository at this point in the history
  5. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    aaaa741 View commit details
    Browse the repository at this point in the history
  6. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    fb255aa View commit details
    Browse the repository at this point in the history
  7. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1ff0e21 View commit details
    Browse the repository at this point in the history
  8. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cc68797 View commit details
    Browse the repository at this point in the history
  9. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    90f8a28 View commit details
    Browse the repository at this point in the history
  10. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    26ba4d9 View commit details
    Browse the repository at this point in the history
  11. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cdb658b View commit details
    Browse the repository at this point in the history
  12. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f02242a View commit details
    Browse the repository at this point in the history
  13. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5650704 View commit details
    Browse the repository at this point in the history
  14. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4c14fae View commit details
    Browse the repository at this point in the history
  15. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    08cb2d8 View commit details
    Browse the repository at this point in the history
  16. fix ci

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1869abc View commit details
    Browse the repository at this point in the history
  17. fix ci

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    70c700b View commit details
    Browse the repository at this point in the history
  18. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    80bc054 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bb10509 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8756858 View commit details
    Browse the repository at this point in the history
  21. revert change

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c822f58 View commit details
    Browse the repository at this point in the history
  22. temporary close the test case

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    af2e477 View commit details
    Browse the repository at this point in the history
  23. fix bug

    mask-pp committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d236f7a View commit details
    Browse the repository at this point in the history
  24. Update common/utils/utils.go

    Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
    mask-pp and colinlyguo authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    253b9a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Update bridge/internal/config/relayer.go

    Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
    mask-pp and 0xmountaintop authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0e24477 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec542d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1274adc View commit details
    Browse the repository at this point in the history