Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ACINQ/phoenixd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: ACINQ/phoenixd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 4 commits
  • 19 files changed
  • 2 contributors

Commits on Jul 3, 2024

  1. Back to SNAPSHOT

    pm47 committed Jul 3, 2024
    Copy the full SHA
    2e22c0b View commit details

Commits on Jul 11, 2024

  1. Add support for bip353 dns address (#67)

    New methods:
    - `getlnaddress`: will only return an address if there is a channel
    - `paylnaddress`: works the same as `payoffer` although an address must be provided instead of a BOLT12 offer.
    pm47 authored Jul 11, 2024
    Copy the full SHA
    71cfabe View commit details
  2. Add support for LNURL (#68)

    New methods:
    - `lnurlauth`
    - `lnurlpay`
    - `lnurlwithdraw`
    
    Note that `paylnaddress` now supports BIP353 and LNURL addresses. It will try with BIP353 first and fallback to LNURL.
    pm47 authored Jul 11, 2024
    Copy the full SHA
    dd0193f View commit details
  3. Set version to 0.3.0

    pm47 committed Jul 11, 2024
    Copy the full SHA
    8e21bcf View commit details
Loading