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

Upgrade the World #358

Merged

Commits on Oct 9, 2024

  1. Prefactor: Move src/wallet.rs to src/wallet/mod.rs

    We will be adding some wallet persistence/serialization related types
    and in a separate module down the line, so here we perepare for it by
    already moving the wallet code to a module directory.
    tnull committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a225e1e View commit details
    Browse the repository at this point in the history
  2. Update the world

    ... we update LDK, lightning-liquidity, BDK, rust-bitcoin, rust-esplora-client,
    rust-electrum-client, etc.
    tnull committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d0de144 View commit details
    Browse the repository at this point in the history