Andreas Schildbach
Andreas Schildbach
`TxConfidenceTable` currently is the point of truth for transaction confidences. It is meant to exist only one time per network. `Transaction.getConfidence()` is only a proxy (with apparently some issues, see...
Our goal is to make transaction sizes more predictable, simplifying the fee calculation. Also see https://github.com/bitcoin/bitcoin/pull/13666 ~FIXME unit tests~ (fixed) TODO extract HMacDSAKCalculatorWithEntrophy to top level class? TODO make encodeToCompact()...
The threshold has always been dependent on the actual output script type, even more so with the SegWit discount. So use TransactionOutput.getMinNonDustValue() or .isDust().
This is work on #877. It's very preview, breaks tests and therefore not intended for merging soon. Issues: - Yes, it's an API breaking change. Mostly this means you have...
Vector drawables are basically a subset of SVG, but on Android 5+ they can be used directly, instead of bitmaps. It would be nice if I could use this plugin...
I'm using the Docker image, current version 2.0.2. Connected to bitcoind 0.20.1 and ElectrumX 1.15.0. Because I discovered btc-rpc-explorer is using much RAM and CPU without actually being used, I...
This is a feature idea. A PushTx service, similar to https://www.blockchain.com/btc/pushtx would be nice. Ideally it would accept transactions via hex format or QR code scan. The idea is to...
I'm using btrbk 0.27.1 wrapped inside the supplied `btrbk-mail` script, which sends me an email about success or failure. Unfortunately, the output of btrbk contains consecutive lines starting with `>>>`...
I propose to remove all providers based on Navitia. They have been causing many runtime errors since years, without anyone working on them. If we don't find a responsible maintainer...
(I was pointed here by the dev-crypto list, the thread is mysteriously missing from the mailing list archive.) My feature request is to support Schnorr signatures, specifically the variant that...