Jason van den Berg

Results 23 issues of Jason van den Berg

**Steps to reproduce:** - Used [these instructions](https://github.com/LNP-BP/rgb-sdk/tree/master/bindings/android#in-docker) to build the artifacts on ubuntu using docker. - Copied `artifacts/android/library-debug.aar` into `demo/android/app/libs/` - Open `/demo/android` in Android Studio and build project **Build...

bug
help wanted

Not 100% certain this is an issue and no urgent fix or investigation required now but creating this ticket in case this causes a problem later. After calling an rgb...

question

- Native function for appending to LDK log from JS - Additional logging with success and errors from ldk.ts - Graph querying functions changed to be able to query a...

After a channel is confirmed `short_channel_id` should be set but it is always `0`.

bug

Right now this lib only allows for receiving channels from the other party (LSP). We should allow channels to be funded locally with a PSBT.

enhancement

Cache transactions from `broadcast_transaction` event and only remove from cache once we can confirm tx is in blockchain or mempool to ensure no txs get lost due to a failed...

enhancement