George Tsagkarelis
George Tsagkarelis
- Adds `NewOutPointFromString` function in `wire` package. - Adds unit tests for `NewOutPointFromString`
Current implementation has a global perception of authorizing a client. E.g. After I pay the invoice I can provide the `Authorization` header and access a protected resource, but this same...
Currently there is no structured way on how to seek a specific `event` by its `id`. AFAIU, a client is connected to many relays and if it seeks for an...
### [NIP-13](https://github.com/nostr-protocol/nips/blob/master/13.md) describes a basic scheme that uses PoW principles to counter spam in the nostr network. In this document PoW is introduced as a *means to spam deterrence*. Although...
## Description Closes #8617 Based on #8660 This PR adds a `TlvTrafficShaper` function as part of the bandwidth hints. This function can be optionally defined to provide an external way...
## Description Based on #8633 , #8656 This PR exposes the `update_add_htlc` custom records that the remote peer may have included in their wire message to the interceptor. This way,...
## Change Description This PR adds RPC methods that allow the user to manually edit the sets of aliases for channel scids. Closes #8199 Closes https://github.com/lightninglabs/taproot-assets/issues/786
## Description Based on #8633 Closes #8618 This PR adds a new field for first hop custom records to `LightningPayment`. This allows the sender to specify a set of custom...
## Description With the introduction of new template options for `WalletKit.FundPsbt` (see [related PR](https://github.com/lightningnetwork/lnd/pull/8378)) we made use of [`chanfunding.CoinSelect`](https://github.com/lightningnetwork/lnd/blob/master/lnrpc/walletrpc/walletkit_server.go#L1604-L1607) which introduces a slight change in behavior compared to the other...
A proposal for signing data transmitted over lightning payments in the form of custom TLV records.