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(op-node/op-batcher/op-proposer): add fallbackClient #55

Merged
merged 23 commits into from
Oct 17, 2023

Commits on Sep 21, 2023

  1. FallbackClient impl

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    07840b7 View commit details
    Browse the repository at this point in the history
  2. double check fail count

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7fd12a3 View commit details
    Browse the repository at this point in the history
  3. RegisterSubscribeFunc

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    07544cc View commit details
    Browse the repository at this point in the history
  4. FallbackClient for op-batcher,op-proposer

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ce38c7d View commit details
    Browse the repository at this point in the history
  5. miss currentClient

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    011a1b1 View commit details
    Browse the repository at this point in the history
  6. add log and change order

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    574b0bb View commit details
    Browse the repository at this point in the history
  7. fallback client add fallbackThreshold

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4acc36e View commit details
    Browse the repository at this point in the history
  8. add validateRpc

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    32a8173 View commit details
    Browse the repository at this point in the history
  9. add document

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    66906be View commit details
    Browse the repository at this point in the history
  10. add document

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8147cb3 View commit details
    Browse the repository at this point in the history
  11. Put the switching logic into goroutine and modify the code according …

    …to the comments
    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    96fc02d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    edbcb44 View commit details
    Browse the repository at this point in the history
  13. use const to remove magic number

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1081021 View commit details
    Browse the repository at this point in the history
  14. fix NoopTxMetrics

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    80c5feb View commit details
    Browse the repository at this point in the history
  15. add TestL1FallbackClient_SwitchUrl e2e case

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    cd97c08 View commit details
    Browse the repository at this point in the history
  16. should be >= threshold

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    888e348 View commit details
    Browse the repository at this point in the history
  17. change threshold to 20

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6988a02 View commit details
    Browse the repository at this point in the history
  18. log->logT

    Welkin committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    235d7a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. miss make channel

    Welkin committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fb19878 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b305b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. fix lint

    Welkin committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    82d759f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    261de8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f636ae2 View commit details
    Browse the repository at this point in the history