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

fix: Yield between multiple ExtendedHeader::validate #107

Merged
merged 3 commits into from
Oct 16, 2023

Commits on Oct 16, 2023

  1. fix: Yield between multiple ExtendedHeader::validate

    Validation is computation heavy, so yield is needed.
    oblique committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fc815db View commit details
    Browse the repository at this point in the history
  2. fix(node/exchange): Allow partial responses

    Request with height 270228 and amount 512 reponds back with 16mb,
    however our limit is 10mb. So we allow returning a partial response.
    oblique committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f7ee874 View commit details
    Browse the repository at this point in the history
  3. fix tests

    oblique committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    2e31a7c View commit details
    Browse the repository at this point in the history