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: ElementsProject/glightning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: plugin-shutdown-subscription
Choose a base ref
...
head repository: ElementsProject/glightning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 18, 2024

  1. Merge pull request #19 from ElementsProject/listpeers-test

    glightning: update listpeers test
    YusukeShimizu authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0405f51 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

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

Commits on Dec 18, 2024

  1. plugin: backward compatibility for connection

    Introduces structs for connection and disconnection notifications
    ensuring compatibility with cln v24.11 and onward. Preserves
    existing fields for backward compatibility with earlier versions.
    YusukeShimizu committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    3885803 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from ElementsProject/cln-connection-versionup

    plugin: version up with backward compatibility for connection
    wtogami authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    5d69c66 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. elementsd: add DiscountVirtualSize

    add DiscountVirtualSize field to Tx struct
    YusukeShimizu committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    483e361 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Merge pull request #22 from ElementsProject/DiscountVirtualSize

    elementsd: add DiscountVirtualSize
    wtogami authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    f3064a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2025

  1. Add support for new 'decode' RPC command

    - Add DecodeRequest and DecodeResult structs for the new 'decode' command
    - Implement Decode() method that uses the new RPC command
    - Update DecodeBolt11() to use 'decode' with fallback to 'decodepay'
    - Mark DecodePay() as deprecated
    - Add DecodeRequest to RPC method map
    
    The 'decodepay' command was deprecated in Core Lightning v24.11 in favor
    of the more general 'decode' command. This change maintains backward
    compatibility while supporting the new command.
    
    Fixes compatibility with Core Lightning v24.11+
    YusukeShimizu committed Jul 25, 2025
    Configuration menu
    Copy the full SHA
    0bc2f7d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Merge pull request #24 from ElementsProject/add-decode-command-support

    Add support for new 'decode' RPC command
    YusukeShimizu authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    da2a093 View commit details
    Browse the repository at this point in the history
Loading