Skip to content

feat(statics): add middleware public key field to LightningNetwork #6310

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

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

Conversation

davidkaplanbitgo
Copy link
Contributor

Add a new field to LightningNetwork interface that stores the middleware public key used for deriving shared ECDH secrets between user's extended private key and the middleware service.

BTC-2202

Co-authored-by: llm-git [email protected]

TICKET: BTC-2202

@davidkaplanbitgo davidkaplanbitgo force-pushed the BTC-2202.middleware-encryption-key branch from 122ff44 to 9981a32 Compare June 17, 2025 15:27
Add a new field to LightningNetwork interface that stores the middleware
public key used for deriving shared ECDH secrets between user's extended
private key and the middleware service.

BTC-2202

Co-authored-by: llm-git <[email protected]>

TICKET: BTC-2202
Add deriveTatSharedSecret function for secure communication with the
TAT service using the user's private key and the TAT public key.
Define tatPubKey in the LightningNetwork interface and implement it
in both mainnet and testnet networks.

Co-authored-by: llm-git <[email protected]>

TICKET: BTC-2202
@davidkaplanbitgo davidkaplanbitgo force-pushed the BTC-2202.middleware-encryption-key branch from 9981a32 to 8a75e82 Compare June 17, 2025 15:38
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.

1 participant