Brian Faust
Brian Faust
Resolves my issues from https://github.com/guggero/bip-schnorr/issues/29#issuecomment-1096422957 but wondering one last bit. I currently use https://github.com/bcoin-org/bcrypto/blob/master/lib/js/schnorr.js#L251-L261 to derive public keys but in the aforementioned mentioned issue you mentioned that the issue most...
I've recently started to write some tests for an application that uses prompts for its CLI but encountered an issue. Simulating input is easy thanks to the `inject` method so...
## Summary Logs in a terminal can be a bit messed up at times when bytes instead of strings are logged, like for example for public keys. ## Problem Definition...
### What version of Turborepo are you using? 1.2.6 ### What package manager are you using / does the bug impact? pnpm ### What operating system are you using? Mac...
Reorganises a few bits, adds information about the root hash persistence and updates all information to be compatible with the 5.0.0 release. Should resolve https://github.com/ethereumjs/ethereumjs-monorepo/issues/2074
This library relies on https://github.com/herumi/bls-eth-wasm which in turn relies on https://github.com/herumi/bls which has support for threshold signatures via https://github.com/herumi/bls#api-for-k-of-n-threshold-signature. I guess right now you would rely on https://github.com/herumi/bls-eth-wasm exposing those...
**Tendermint version** (use `tendermint version` or `git rev-parse --verify HEAD` if installed from source): 0.34.20 **ABCI app** (name for built-in, URL for self-written if it's publicly available): n/a **Environment**: -...
**Tendermint version** 0.34.20 **ABCI app** (name for built-in, URL for self-written if it's publicly available): **Environment**: - **OS** (e.g. from /etc/os-release): macOS 12.5 (21G72) - **Install tools**: n/a - **Others**:...
Extracting the enabling of [require-await](https://eslint.org/docs/rules/require-await) into this issue from https://github.com/ethereumjs/ethereumjs-monorepo/issues/1935 so that issue can be closed as the majority of rules there has been enabled.