buck
buck
- [x] mtx fill method - [x] mtx coin selector for fill coins - [x] sweep method in the wallet for sweeping all UTXOS `MTX.fill` works mostly like `fund` and...
### Description This is a first attempt at resolving #597. When using the policy module to parse descriptors, it can be useful to return additional information about the descriptor. This...
Not sure if this even possible with current configuration (although I did see a Draft PR #42 that makes me think it's not yet), but having this capability and having...
[0.14.2](https://github.com/Bitcoin-ABC/bitcoin-abc/blob/master/doc/release-notes/release-notes-0.14.2.md) - [x] DAA change that decreases difficulty if hashrate falls below 8% [0.14.3](https://github.com/Bitcoin-ABC/bitcoin-abc/blob/master/doc/release-notes/release-notes-0.14.3.md) - [ ] Update bitcoin-tx to produce replay protected signatures - [ ] Update wallet to...
I've been using this library in a project of mine [lsat-js](https://github.com/Tierion/lsat-js#readme) which is an authentication scheme that leverages macaroons. It's been great so far, especially with the TS support. Unfortunately,...
This came up in one of the [Pleb.fi](https://pleb.fi/austin) projects. This seemed not to be a problem if using boltwall as a local dependency, so it seems maybe a problem in...
If an invalid module happens to be added to the config, the build should skip it. Currently, the build will crash and none of the plugins will get built. Steps...
Wanted a brainstorming issue thread to see where documentation could be improved, with more details, sections, or clarifications. Primarily thinking about the docs related to the code on GitHub, but...
This is a proof of concept to address #80. It is loosely inspired by `macaroontimeout` and [`TimeoutConstraint`](https://github.com/lightningnetwork/lnd/blob/28ea2736a04566b06c38533e5e48e1b8d185a49b/macaroons/constraints.go#L74-L81) in lnd. The way the api for this is supposed to work is...
I noticed some breadcrumbs in the existing code that indicate there was the intention to build in some support for this but best I can tell they are mainly just...