Braydon Fuller

Results 228 comments of Braydon Fuller

Sketch of the addition: ![bitcoin-peers-sketch](https://user-images.githubusercontent.com/544777/76659711-5101d200-6534-11ea-8536-974069530efe.png)

Okay, thanks for the info. I believe the wallet had enough inbound capacity without the need for a new channel. We would need to test again to determine the incoming...

Bingo! That explains it. I think this is a UX improvement: If a payer changes the amount of the invoice greater than twice, it could display a warning stating that...

Is that something in development or already exists, just not with the Android release?

Yeah a new command, `listhistory`, could work. It could search by `timestamp` and `txid` and listing in `ascending` and `descending` order.

The PR has status details at https://github.com/bcoin-org/bcoin/pull/605

The solution for this is implemented at https://github.com/bcoin-org/bcoin/commits/wallet-pagination and should remain as it is currently until the topic is revisited.

This is resolved in the https://github.com/bcoin-org/bcoin/tree/chain-expansion branch, in regards to headers-first synchronization.

It's the default behavior for a SPV node, so I believe just: ```sh ./bin/bcoin --spv ```

So I don't think every serializable object need to extend `bio.Struct`. It some cases it may be desirable to not do so for simplicity and maintainability, as it's not extending...