Ivan

Results 51 issues of Ivan

**Describe the bug** BIP84 wallet has 146 transactions. When I'm trying to recover it in Bitkit, it only shows me 40. **To Reproduce** 1. recover famous `abandon abandon abandon abandon...

bug

Cannot enter bitcoin denominated amount to slash pay. iPhone SE 2nd gen iOS 15 https://user-images.githubusercontent.com/155891/194560264-49023b38-d65c-4556-990d-1a4d6bbfbc03.MP4

bug

**Describe the bug** I wave a wallet with slashtags profile and a list of contacts. When I recover it from a seed it gets my profile and contacts list just...

bug

**Describe the bug** When start clightning image with Polar or without, it fails with an error: ``` 2023-08-04T11:50:04.034Z UNUSUAL plugin-plugin.js: --- Starting the cl-rest server --- Generating a RSA private...

bug
wip

- BlueApp and storage-context converted to typescript - a few more wallets are converted to typescipt - I had to change class init logic, now TS understands that if wallet.type...

draft: ```js type TTxRaw = { fee: number; fee_msat: number; memo: string; payment_hash: string; payment_preimage: string; received: string; timestamp: number; type: 'paid_invoice' | 'bitcoind_tx' | 'user_invoice'; value: number; walletID: string;...

good first issue 🥇

- remove camel case input.txId - remove input.amount, use input.value depends on #6145 #6148

### Description Please include a summary of changes and which issues are fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. ###...