Braydon Fuller

Results 119 issues of Braydon Fuller

Restify versions: `v6.2.3` to `v5.0.1` (`v4.3.1` unaffected) Node.js version: `v6.11.3` This bug affects applications that will through the dependency tree require both `restify` and `express` somewhere, for example if you...

Critical

This would provide an interface (mobile) to specify which bitcoin peers to connect using IPv4, IPv6 and onion addresses (with optional port), and an option to _only_ connect to these...

Steps to reproduce: 1. Create an invoice for something around 5 satoshis 2. Attempt to pay the invoice with another wallet, however change the amount to something greater such as...

UI-android

**Versions** bcoin v1.0.2 **Expected** BIP44 HD wallets, including watch-only, to follow the specification that: > Software should prevent a creation of an account if a previous account does not have...

wallet
watch-only

The use of address and blockfilter indexes can be used to greatly optimize and fix several outstanding issues with the initial synchronization and rescanning of a wallet. Matching transactions can...

Solution is to add to both `bcoin-cli` and `bwallet-cli`: ```patch diff --git a/bin/bcoin-cli b/bin/bcoin-cli index dd27fb9c..946028d9 100755 --- a/bin/bcoin-cli +++ b/bin/bcoin-cli @@ -41,6 +41,7 @@ class CLI { this.client =...

A request to the node HTTP API `/tx/address/:address` that includes a large transaction will trigger a "Response exceeded limit." error, this may happen when requesting the transaction itself. Using `curl`...

Currently the internal API can get an account by index (number) instead of the name, however when these are available over HTTP and RPC the value is assumed to be...

wallet

Closes https://github.com/bcoin-org/bcoin/issues/959

bug
chain