Vlad Stan

Results 206 comments of Vlad Stan

This branch was too behind. Ported the changes here: https://github.com/lnbits/lnbits-legend/pull/910 Closing this PR.

> @motorina0 this sounds like fun... yes, but you are too fast. Do you ever sleep? Just to summarize: - this is indeed caused by Node `v17` upgrading to `OpenSSL...

@AndreasGassmann I just wanted to let you know that I have updated the PR above, now it uses (an injectable) `tiny-secp256k1` for the taproot ecc functions (previously it had custom...

> Is there documentation available how tiny-secp256k1 can be injected - there are samples in the unit tests [here](https://github.com/bitcoincoretech/bitcoinjs-lib/blob/p2tr-v1/test/payments.spec.ts#L12) and [here](https://github.com/bitcoincoretech/bitcoinjs-lib/blob/p2tr-v1/test/payments.spec.ts#L26) - basically `p2tr` takes an extra optional parameter that...

@Overtorment there is this PR https://github.com/bitcoinjs/tiny-secp256k1/pull/69 If we expose `recover()` in `tiny-secp256k1`, then `bolt11` can use `tiny-secp256k1` (instead of `secp256k1`) However I am blocked, is there anyone with `Rust` skills...

@Overtorment this PR https://github.com/bitcoinjs/bolt11/pull/54 should fix your issue

Out of office. I will try to wrap-up the taproot PR by the end of next week. Thanks! On Thu, Sep 1, 2022, 11:49 PM Jonathan Underwood ***@***.***> wrote: >...

> Test server for this PR now live at: https://scheduledpaymentstest.bitcoinjungle.io/ - currently the server cannot be accessed - I haven't managed to create `Scheduled Payments` locally either. It fails with:...

> Curious, are you running with Postgres or sqlite? My localhost is on sqlite and cannot recreate this error. A: I'm on Postgres, managed to get it working with SQLite

Some observations: - is it possible to abuse the `cron` expression in order to clutter the server with tasks? - right now it is possible to select a date in...