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

refactor: Use events to test network logic #2700

Merged
merged 42 commits into from
Jun 20, 2024

Commits on Jun 5, 2024

  1. wip

    nasdf committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b3f45bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c522b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. refactor net events

    nasdf committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8f870bd View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    138bb84 View commit details
    Browse the repository at this point in the history
  2. update tests with event bus

    nasdf committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    144b392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    243775a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b8d97e View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    05f1579 View commit details
    Browse the repository at this point in the history
  2. rename events package to event

    nasdf committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    98e77d4 View commit details
    Browse the repository at this point in the history
  3. add event bus timeout

    nasdf committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2da9153 View commit details
    Browse the repository at this point in the history
  4. add waitForMerge test util

    nasdf committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3725fca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45f6edd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    938954e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. update event names

    nasdf committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    6e98699 View commit details
    Browse the repository at this point in the history
  2. update event bus publish logic

    nasdf committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1a1ce8f View commit details
    Browse the repository at this point in the history
  3. update command buffer size

    nasdf committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9ce688f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e1045f View commit details
    Browse the repository at this point in the history
  5. add event bus interface

    nasdf committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    573090e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab56124 View commit details
    Browse the repository at this point in the history
  7. add event.Name type

    nasdf committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d6a1be1 View commit details
    Browse the repository at this point in the history
  8. fix event bus isClosed logic

    nasdf committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    23d4d95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64ebf82 View commit details
    Browse the repository at this point in the history
  10. update mocks

    nasdf committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    42c52d0 View commit details
    Browse the repository at this point in the history
  11. fix waitForMerge node address

    nasdf committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7ac87b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    311a37d View commit details
    Browse the repository at this point in the history
  2. fix node constructor

    nasdf committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    cfa0ef9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0357385 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3513390 View commit details
    Browse the repository at this point in the history
  5. test db merge sequential

    nasdf committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    184f0cc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    38e0c48 View commit details
    Browse the repository at this point in the history
  2. add mutex to buffered bus

    nasdf committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    55aac76 View commit details
    Browse the repository at this point in the history
  3. document bus mutex

    nasdf committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e6128ef View commit details
    Browse the repository at this point in the history
  4. add buffered bus tests

    nasdf committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    801354c View commit details
    Browse the repository at this point in the history
  5. fix buffered bus test names

    nasdf committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2dfa4d2 View commit details
    Browse the repository at this point in the history
  6. remove event.Bus interface

    nasdf committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    56136c5 View commit details
    Browse the repository at this point in the history
  7. make mocks

    nasdf committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    726be78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61ab97f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    9fb2eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72f44ce View commit details
    Browse the repository at this point in the history
  3. update test names

    nasdf committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d0ad720 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    aeec15d View commit details
    Browse the repository at this point in the history
  2. use session for dag sync

    nasdf committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7680133 View commit details
    Browse the repository at this point in the history