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

Fetcher: Add a BlockIDsFetcher Interface to BaseFetcher #6902

Merged
merged 8 commits into from
Nov 27, 2023

Commits on Nov 27, 2023

  1. add BlockIDsFetcher to BaseFetcher

    Signed-off-by: Wen Xu <wenxuamz@amazon.com>
    wenxu1024 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b4c06c0 View commit details
    Browse the repository at this point in the history
  2. fix lint

    Signed-off-by: Wen Xu <wenxuamz@amazon.com>
    wenxu1024 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6292936 View commit details
    Browse the repository at this point in the history
  3. use chan in the interface method to accept active block ids

    Signed-off-by: Wen Xu <wenxuamz@amazon.com>
    wenxu1024 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    018d7fa View commit details
    Browse the repository at this point in the history
  4. fix comments

    Signed-off-by: Wen Xu <wenxuamz@amazon.com>
    wenxu1024 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1120665 View commit details
    Browse the repository at this point in the history
  5. fix lint

    Signed-off-by: Wen Xu <wenxuamz@amazon.com>
    wenxu1024 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6fbec3d View commit details
    Browse the repository at this point in the history
  6. add description of active and parital blocks and modify changelog

    Signed-off-by: Wen Xu <wenxuamz@amazon.com>
    wenxu1024 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    284d91b View commit details
    Browse the repository at this point in the history
  7. fix interface description

    Signed-off-by: Wen Xu <wenxuamz@amazon.com>
    wenxu1024 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7f1bf89 View commit details
    Browse the repository at this point in the history
  8. remove entry in changelog

    Signed-off-by: Wen Xu <wenxuamz@amazon.com>
    wenxu1024 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    8dd9de0 View commit details
    Browse the repository at this point in the history