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

On-Chain Wallets #69

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

On-Chain Wallets #69

wants to merge 4 commits into from

Conversation

raymond98
Copy link

Swap-in Wallet Endpoints Added:

  • GET /getswapinaddress: Returns the current wallet address and index.
  • GET /swapinwalletbalance: Returns swap-in wallet balances.
  • GET /swapintransactions: Returns UTXOs.
  • GET /getswapinwalletinfo: Returns descriptors.

Final Wallet Endpoints Added:

  • GET /finalwalletbalance: Returns final wallet balances.
  • GET /getfinalwalletinfo: Returns final wallet xpub and path.
  • GET /getfinaladdress: Returns final wallet address.

Other Endpoints:

  • DELETE /payments/incoming/{paymentHash}: Deletes an incoming payment by its paymentHash.
  • POST /splicein: Performs manual splice-in to any open channel.

Note:
Changes made to the lightning-kmp's fee-credit-8 branch on the Peer:

  • Using ElectrumWatcher instead of MempoolSpaceWatcher.
  • Updating the swapInFeeratesFlow value inside the updateFeerates as required by the swapInJob for auto swap-ins.

@massmux
Copy link

massmux commented Sep 30, 2024

Adding this feature would be very nice in my opinion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants