buck

Results 24 issues of buck

Adds support for spv verification against a compatible bitcoin node (requires bcoin for now).

This is a revisit of an issue raised a couple years ago in #1595 however it's now also causing an issue in signing for the new ledger bitcoin app with...

The verification method on the macaroon class from js-macaroon accepts a third argument for [discharges](https://github.com/Tierion/js-macaroon/tree/ts#macaroonverifyrootkeybytes-check-discharges-). Presumably this is for verification of [3rd party caveats](https://github.com/rescrv/libmacaroons/blob/master/README#L421). Currently the lsat-js library doesn't support...

enhancement

Not sure if this is desirable and not really clear to me how tiny-secp256k1 is validating in other environments, but this resolves #136 for me. At some level though it...

I'm trying to use this to init bitcoinjs-lib. When running in a test (see #62) I get an error : `ecc library invalid`. Versions: ``` [email protected] [email protected] ``` When digging...

In general we should probably improve documentation to detail the data types of what is sent in the API, but one problem in particular is for when sending tx information...

should be `wallet.sign(options)` with a tx in the options and the tx should be a buffer.

This guide should cover several different splitting options that we have seen recently: 1) Most important- how to split coins in the event of a fork with no replay protection...

guide