Antoni Spaanderman

Results 44 issues of Antoni Spaanderman

**Is your feature request related to a problem? Please describe.** having to use a separate javascript program to sign a psbt **Describe the solution you'd like** `lncli wallet psbt sign`...

enhancement

**Describe the bug** after updating to the newest version today electrs spits out a bunch of `mempool sync failed: batch request failed` warnings one time after about 20 of them...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] the [txid](https://github.com/romanz/electrs/blob/master/doc/schema.md#transaction-id-index-txid) table takes...

enhancement

bitcoind will keep sending blocks even if `ControlFlow::Break(_)` if returned, so they have to be received to not interfere with future calls. blocks technically do not have to be parsed...

fixes #798 depends on #773 for clippy in the ci to succeed (there is a clippy bug in this rust version) With bitcoind's txindex the txid column family (i called...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] this would allow home...

enhancement

see #1951 and #3996 https://github.com/mempool/mempool/pull/1951#issuecomment-1646799292

cla-signed

### Description coinbase data is displayed as script, but it isn't even a valid script (e.g. `OP_PUSHBYTES_71` with no bytes after it) only the first 4 bytes (now) are script....

### Summary title, after the macro expansion which should not have been done in the first place, the code fails to compile note that this one is not applied automatically...

C-bug

### Summary title, the code (see below) swaps two values, but the index of the second value is read from the array a correct suggestion would be `let index =...

C-bug
I-suggestion-causes-error