Vlad Stan
Vlad Stan
**Section**: HTLC Cooperative and Timeout Failure https://github.com/lnbook/lnbook/blob/develop/08_routing_htlcs.asciidoc#htlc-cooperative-and-timeout-failure Statement: > If the transaction timelock is not set **the same** as , the evaluation of the script fails and the transaction is...
**Section**: Constructing the Funding Transaction https://github.com/lnbook/lnbook/blob/develop/07_payment_channels.asciidoc#constructing-the-funding-transaction The text says `Alice is spending a 200,000 sats...`: > ... and Alice is spending a 200,000 satoshi output and creating 60,000 satoshi change....
The existing tests and sample use `tiny-secp256k1`, however this lib might not be well suited for every one. Request: - add an `ECC` example that implements the `TinySecp256k1Interface` but does...
## Summary This is the first version for the `p2tr` payment. It is not complete, but it covers most of the functionality. I'm opening this PR for others to test,...
### Silent Payments > Receive private payments from anyone on a single static address without requiring any interaction or extra on-chain overhead. I have added a `Silent Payment` integration test...
While I was working on the taproot functionality, a couple of ideas came to me. One of them is for a `Shared UTXO` model that uses a `Stateful Tap-Tree`. I'm...
It should not be required to sort in any sort of order, but we should offer some sort of helper function to help out. ### Input: - an ordered list...
Start the conversation about what this interface should contain. Initially suggested by @tiero here: https://github.com/bitcoinjs/bitcoinjs-lib/pull/1742#issuecomment-1059258075
I want to ask/clarify if it is OK to add stricter validation rules for taproot addresses. For `witness v0` [it is checked](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/ts_src/address.ts#L157-L160) if the data has a length of `20`...
I have created a small web app that uses `bitcoinjs-lib`. You can find it here: https://bitcoincoretech.github.io/apps/bitcoinjs-ui/index.html Github Repo [here](https://github.com/bitcoincoretech/bitcoinjs-ui) It covers _most_ of the `psbt.ts`, `transaction.ts` and `p2*.ts` APIs. I...