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: Implement ReorgDetector V2 #34

Merged
merged 45 commits into from
Aug 27, 2024
Merged

feat: Implement ReorgDetector V2 #34

merged 45 commits into from
Aug 27, 2024

Commits on Aug 7, 2024

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

Commits on Aug 13, 2024

  1. Implemented reorg monitor

    begmaroman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    af97f03 View commit details
    Browse the repository at this point in the history
  2. Removed useless test

    begmaroman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    947b95c View commit details
    Browse the repository at this point in the history
  3. Revert changes

    begmaroman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ff2cf6d View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Implementation

    begmaroman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    aa2fd26 View commit details
    Browse the repository at this point in the history
  2. Implementation

    begmaroman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ac4cbe4 View commit details
    Browse the repository at this point in the history
  3. Implementation

    begmaroman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9517b4b View commit details
    Browse the repository at this point in the history
  4. Updated tests

    begmaroman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    52557ef View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into feature/CDK-385

    # Conflicts:
    #	cmd/run.go
    #	reorgdetector/mock_eth_client.go
    begmaroman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0c9e883 View commit details
    Browse the repository at this point in the history
  6. Updated tests

    begmaroman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ac5f738 View commit details
    Browse the repository at this point in the history
  7. Updated tests

    begmaroman committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    49fa7d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Implementation

    begmaroman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0dc2370 View commit details
    Browse the repository at this point in the history
  2. Implementation

    begmaroman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    47c3b94 View commit details
    Browse the repository at this point in the history
  3. Implementation

    begmaroman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9913d87 View commit details
    Browse the repository at this point in the history
  4. Implementation

    begmaroman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6028440 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into feature/CDK-385

    # Conflicts:
    #	aggoracle/e2e_test.go
    #	cmd/run.go
    #	reorgdetector/reorgdetector.go
    #	reorgdetector/reorgdetector_test.go
    begmaroman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4ebf12b View commit details
    Browse the repository at this point in the history
  6. Synced with main

    begmaroman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    92e5681 View commit details
    Browse the repository at this point in the history
  7. Fixed tests

    begmaroman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6af5644 View commit details
    Browse the repository at this point in the history
  8. Implementation

    begmaroman committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e633b47 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Implementation

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b1542dc View commit details
    Browse the repository at this point in the history
  2. Updated E2E test

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4835d9a View commit details
    Browse the repository at this point in the history
  3. Minor update

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9135a2d View commit details
    Browse the repository at this point in the history
  4. Minor update

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6c0e817 View commit details
    Browse the repository at this point in the history
  5. Minor update

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fbcf805 View commit details
    Browse the repository at this point in the history
  6. Minor update

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b82d0a8 View commit details
    Browse the repository at this point in the history
  7. Minor update

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    892d0d6 View commit details
    Browse the repository at this point in the history
  8. Minor update

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d88f723 View commit details
    Browse the repository at this point in the history
  9. Minor update

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c723407 View commit details
    Browse the repository at this point in the history
  10. Minor update

    begmaroman committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fc38452 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Finalized reorg detector

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    0c91e6f View commit details
    Browse the repository at this point in the history
  2. Finalized reorg detector

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    63857fd View commit details
    Browse the repository at this point in the history
  3. Fixed unit tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    9e781f4 View commit details
    Browse the repository at this point in the history
  4. Fixed unit tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2237684 View commit details
    Browse the repository at this point in the history
  5. Fixed unit tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6bdba60 View commit details
    Browse the repository at this point in the history
  6. Fixed unit tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c982e79 View commit details
    Browse the repository at this point in the history
  7. Fixed unit tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    effc6aa View commit details
    Browse the repository at this point in the history
  8. Fixed unit tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5cb68f0 View commit details
    Browse the repository at this point in the history
  9. Added debug log

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ca3b8f3 View commit details
    Browse the repository at this point in the history
  10. Removed debug logs

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    569affb View commit details
    Browse the repository at this point in the history
  11. Fixed e2e tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e864d36 View commit details
    Browse the repository at this point in the history
  12. Fixed e2e tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e57badb View commit details
    Browse the repository at this point in the history
  13. Fixed e2e tests

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    cd3d3ef View commit details
    Browse the repository at this point in the history
  14. Address comments

    begmaroman committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3b9a15a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Address comments

    begmaroman committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d0bc399 View commit details
    Browse the repository at this point in the history
  2. Address comments

    begmaroman committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0b672f9 View commit details
    Browse the repository at this point in the history