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

rpc: checkmessage return an error is the pubkey is not found in the graph #5252

Merged
merged 4 commits into from
Jul 19, 2022

Commits on Jul 17, 2022

  1. rpc: checkmessage return an error if pubkey is not found

    Returning an warning message when the pub key is not specified and there is no node in the graph.
    
    We try to help people that use core lightning as a signer and nothings else.
    
    Changelog-Deprecated: rpc: checkmessage return an error when the pubkey is not specified and it is unknown in the network graph.
    vincenzopalazzo committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    666ab51 View commit details
    Browse the repository at this point in the history
  2. rpc: improve error format

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    dbfeac0 View commit details
    Browse the repository at this point in the history
  3. test: disable schema check of checkmessage with deprecated API

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    8d695ab View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. rust: upgrade model with new checkmessage requirements

    Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
    vincenzopalazzo committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    fe8c3de View commit details
    Browse the repository at this point in the history