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

Update to 0.0.121 #117

Merged
merged 13 commits into from
Jan 25, 2024
Merged

Update to 0.0.121 #117

merged 13 commits into from
Jan 25, 2024

Commits on Dec 29, 2023

  1. Support passing lifetime'd enums to C

    While this is generally unsafe, we have to do something for
    `CandidateRouteHop`, which is passed to the scorer. Because its
    incredibly performance-sensitive, forcing the bindings users to
    take a performance hit just to make the scoring interface marginally
    safer seems like a bad trade-off.
    TheBlueMatt committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    349213a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    28b0ccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92558d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c2c974 View commit details
    Browse the repository at this point in the history
  4. Expose accessors for TxIn and TxOut

    The fields themselves are already public, so there's not a lot of
    value for C users for these, but it avoids having to have this
    logic written out by hand in the Java bindings, which is nice.
    TheBlueMatt committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e8ac901 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fc17a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    072a9e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e5c510 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c164016 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ac4dbd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3beda67 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

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