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

core,les: headerchain import in batches #21471

Merged
merged 9 commits into from
Dec 9, 2020
Merged

Commits on Dec 4, 2020

  1. core: add test for headerchain inserts

    holiman authored and fjl committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    4eb7649 View commit details
    Browse the repository at this point in the history
  2. core, light: write headerchains in batches

    holiman authored and fjl committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    80b04b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aec62ec View commit details
    Browse the repository at this point in the history
  4. core: error-check on batch write

    holiman authored and fjl committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    4638d7f View commit details
    Browse the repository at this point in the history
  5. core: unexport writeHeaders

    fjl committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    8699099 View commit details
    Browse the repository at this point in the history
  6. core: remove callback parameter in InsertHeaderChain

    The semantics of InsertHeaderChain are now much simpler: it is now an
    all-or-nothing operation. The new WriteStatus return value allows
    callers to check for the canonicality of the insertion. This change
    simplifies use of HeaderChain in package les, where the callback was
    previously used to post chain events.
    fjl committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    cb3429c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0aab0c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b643b9c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

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