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

elements-23.x: merge master to prep release #1337

Merged
merged 30 commits into from
Jun 14, 2024
Merged

Commits on May 6, 2024

  1. test: fix tests broken by change to getpeginaddress

    Fixes 2 functional tests failing since PR #1327 changes getpeginaddress
    to only be valid when IsInitialBlockDownload is false
    delta1 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    98c8e4f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request #1330 from delta1/test-fix-getpeginaddress

    test: fix tests broken by change to getpeginaddress
    delta1 authored May 7, 2024
    Configuration menu
    Copy the full SHA
    7ff33d4 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    c1661b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cbd3e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b2288 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c85f0d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4807f3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52962c1 View commit details
    Browse the repository at this point in the history
  7. discount: add functional tests

    delta1 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3ebc353 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1317 from delta1/ct-fees-discount

    feat: discounted fees for confidential transactions
    psgreco authored May 14, 2024
    Configuration menu
    Copy the full SHA
    a4d7ac7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Prepare access to untrim headers

    psgreco authored and jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    31835f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    283f47b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    423715b View commit details
    Browse the repository at this point in the history
  4. Avoid trimming on shutdown

    psgreco authored and jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d8e1fe7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f89728c View commit details
    Browse the repository at this point in the history
  6. Allow gaps while trimming headers

    psgreco authored and jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    afc16e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4259278 View commit details
    Browse the repository at this point in the history
  8. Allow untrimming headers when needed

    psgreco authored and jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c28c5ce View commit details
    Browse the repository at this point in the history
  9. Reduce the number of untrimmed headers in memory, since they can be u…

    …ntrimmed on demand now
    psgreco authored and jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1722d4a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6367320 View commit details
    Browse the repository at this point in the history
  11. Extreme trimming on startup

    psgreco authored and jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5a40926 View commit details
    Browse the repository at this point in the history
  12. CI: fix linting errors

    jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    6fb780d View commit details
    Browse the repository at this point in the history
  13. CI: fix msan issue

    jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    90e5bab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    73ed5dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c6aba4a View commit details
    Browse the repository at this point in the history
  16. CI: fix asan lock issues

    jamesdorfman committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b4185c7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on May 30, 2024

  1. test: add trim_headers functional test

    (cherry picked from commit 630870f)
    delta1 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4171939 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jun 6, 2024

  1. Merge pull request #1270 from psgreco/master-trim-headers-v2

    Restore full functionality to trim_headers (untrim)
    delta1 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cdcc74b View commit details
    Browse the repository at this point in the history