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

feat(core): implement the tip logic to pay a bolt 12 #181

Merged
merged 7 commits into from
Feb 6, 2024

Commits on Feb 6, 2024

  1. feat(core): Add tip method to allow tipping in the lib

    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8af4cac View commit details
    Browse the repository at this point in the history
  2. feat(cmd): Support the tipping comand in the command line

    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d684ccd View commit details
    Browse the repository at this point in the history
  3. feat(core): implement the tip logic to pay a bolt 12

    This commit is implementing the tip logic to pay and bolt12
    specified inside the coffee conf and to use the command line to
    pay it.
    
    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    09bc671 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4edd1d9 View commit details
    Browse the repository at this point in the history
  5. feat(plugin): implementing the method to generate the invoice to put …

    …inside the coffee conf
    
    This commit assume that the developer of the plugins is running
    a lightning node and is allow to receive payments with lightning.
    
    So this is a helper method that help you to generate an BOLT 12
    invoice without understand how to do it :)
    
    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    644ae75 View commit details
    Browse the repository at this point in the history
  6. meta: add help message for make file

    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3e5faa0 View commit details
    Browse the repository at this point in the history
  7. docs: add tip command inside the docs

    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e2e6fc0 View commit details
    Browse the repository at this point in the history