Brannon King

Results 48 issues of Brannon King

Those two things tend to stall a bit on startup. It would be nice to have the [0%]... output for them.

help wanted
good first issue
level: 1

We need this fix: https://github.com/bitcoin/bitcoin/pull/18338 Maybe it can wait for a rebase on bitcoin v20. See also https://travis-ci.org/github/lbryio/lbrycrd/jobs/668606769

lbrycrd runs slower on (modern) AMD processors than it does on modern Intel processors, even with SHANI enabled on AMD. It may be that some of the hand-tweaked optimizations are...

Make an account at https://keybase.io/lbry and provide a signed asc file with the release (like the app team does).

Includes: 1. Move "secrets" out of .travis.yml and into Travis variables. 2. Make the Windows run of the unit tests work. (It's now running with a Wine Docker image, which...

type: improvement
area: devops

Enable address decode and "is mine" for transactions containing the OP_CHECKLOCKTIMEVERIFY and OP_CHECKSEQUENCEVERIFY prefixes. I'm not sure if should report something as spendable when the timelock has not yet elapsed,...

Can we add a parameter to make lbrycrd run in a "finance only" mode? Something that would avoid creating the claims.sqlite and avoid computing claim hashes during sync?

The TX_MISSING_INPUTS error makes it sound like the person creating the TX forgot to include inputs in that TX. However, the error is actually issued when the TX's inputs don't...

Includes: 1. Running the daemon in "regtest" mode but using mainnet data. ...

level: 2
hacktoberfest

When cross compiling my software for OSX via Clang 8 I get this error: ``` In file included from ./hdr/sqlite_modern_cpp/type_wrapper.h:31: /usr/bin/../include/c++/v1/experimental/optional:18:3: warning: " has been removed. Use instead." [-W#warnings] #...