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

Use the peerswaprpc proto file for shared serialization #231

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 31, 2023

  1. cln: Use the peerswaprpc proto file for shared serialization

    We should take advantage of the peerswaprpc proto file and use the generated stubs for the responses of the cln-plugin.
    
    Part of the response message is changed.
    YusukeShimizu committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8a1e08a View commit details
    Browse the repository at this point in the history
  2. rpc: Exported newScidFromString to call from cln

    Since short channel id needs to be changed to channel id due to the use of peerswaprpc for serialization.
    YusukeShimizu committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ed75d67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fd8f9b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. multi: added short channel id for PeerSwapPeerChannel

    A short channel id is more intuitive and "human readable".
    Added short channel id for rpc, and set the value both short channel id and channel id for cln.
    YusukeShimizu committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    de30b18 View commit details
    Browse the repository at this point in the history