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 events handlers #342

Merged

Commits on Jun 25, 2022

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

Commits on Jun 30, 2022

  1. refactor(transport): refactor events interface

    refactors the transport events interface
    - moves data limit tracking into the transport
    - makes index tracking opaque work inside the transport
    - refactors event flow -- we now have an initiated event + queued &
      awaiting acceptance states
    - leans into async communication between transport and data transfer
    - adds a bunch of transport tests
    - refactor pausing to support more correct resumption in state machine
    hannahhoward committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6d50e9a View commit details
    Browse the repository at this point in the history
  2. style(lint): fix imports

    hannahhoward committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2326c15 View commit details
    Browse the repository at this point in the history
  3. style(mod): tidy

    hannahhoward committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    087a0dc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Update statuses.go

    Co-authored-by: Rod Vagg <rod@vagg.org>
    hannahhoward and rvagg committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    3b6f24c View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Update impl/events.go

    Co-authored-by: Rod Vagg <rod@vagg.org>
    hannahhoward and rvagg committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0f51f95 View commit details
    Browse the repository at this point in the history
  2. test(graphsync): add additional tests

    add additional tests, remove commented out code, improve migrations
    hannahhoward committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f1370f0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feat/refactor-transport-events-handlers' of github.com:…

    …filecoin-project/go-data-transfer into feat/refactor-transport-events-handlers
    hannahhoward committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d73b9fe View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

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