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

feat: increase the number of block headers able to be downloaded at once to 8000 in protocol version 70235 #6239

Commits on Sep 10, 2024

  1. feat: increase the number of block headers able to be downloaded at o…

    …nce to 8000 in protocol version `70234`
    PastaPastaPasta committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    993c7c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf0320 View commit details
    Browse the repository at this point in the history
  3. trivial: rename MAX_HEADERS_RESULTS_NEW to MAX_HEADERS_RESULTS

    We can reduce the diff by keeping the name `MAX_HEADERS_RESULTS` for
    `MAX_HEADERS_RESULTS_NEW` as `MAX_HEADERS_RESULTS_OLD` is only
    referenced once (in `GetHeadersLimit()`)
    kwvg authored and PastaPastaPasta committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e23410f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    303bc7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b137280 View commit details
    Browse the repository at this point in the history
  6. use MAX_HEADERS_UNCOMPRESSED_RESULT not `MAX_HEADERS_UNCOMPRESSED_R…

    …ESULTS` ; use `MAX_HEADERS_UNCOMPRESSED_RESULT` in RPC to avoid breaking changes
    PastaPastaPasta committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    07876b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6c68ba View commit details
    Browse the repository at this point in the history
  8. refactor: sort imports

    UdjinM6 authored and PastaPastaPasta committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b423f42 View commit details
    Browse the repository at this point in the history
  9. bump p2p_version in tests

    Co-authored-by: UdjinM6 <[email protected]>
    PastaPastaPasta and UdjinM6 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b224f3f View commit details
    Browse the repository at this point in the history
  10. fix: GetHeadersLimit is used for getheaders(2) and headers(2), refact…

    …or it to accept `compressed` instead of `msg_type`
    UdjinM6 authored and PastaPastaPasta committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a6bbaac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cfe99fd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. test: add missing import

    UdjinM6 authored and PastaPastaPasta committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    697743d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c7f98 View commit details
    Browse the repository at this point in the history