Kalle Rosenbaum
Kalle Rosenbaum
This fails ``` it ('BigNum bug in ASN.1 implementation', () => { var ASNInteger = asn1.define('Integer', function () { this.seq().obj( this.key('aNumber').int()); }); var serialized = ASNInteger.encode({aNumber: 2}, 'der'); var two...
I want to discuss image formats in the open source version of Grokking Bitcoin. The short version is that I want to switch from .ai (Adobe Illustrator) to .svg in...
Most annotations are mixed up with each other, so a text object can contain text from multiple annotations, making them harder to work with. For example image 10-12 contains among...
The character '1' in annotations in images have all been replaced by font Arial, because the Humanst521 Cn BT version of '1' looks like capital i 'I'. This results in...
I'd like an option to hide balance on all screens (especially on mobile). A nice touch would be a blurred out balance and when you touch it it's unblurred. This...
The master key fingerprint in BIP174 records are byte arrays of size 4, and in descriptors they are represented by 8 hex characters. These are the first four bytes of...
### Background This might be a duplicate of https://github.com/lightningnetwork/lnd/issues/5959, but not sure so I'll open a new ticket. We have two LND nodes of the same version 0.17.2 (but later...