Matthew Keil

Results 28 issues of Matthew Keil

Works fine with client render but server-side rendering errors because `window` is not defined ![Screen Shot 2021-11-11 at 12 55 25 AM](https://user-images.githubusercontent.com/18608739/141245510-349ff59a-a6b8-4dbe-ae39-8ebce6a77db1.png)

**Motivation** We are getting a lot of seg faults in various steps. - Updated `.github/actions/setup-debug-node` to overwrite node with a debug version of node. - Updated main workflow to add...

**Motivation** DRAFT PR. Not ready for full review. Branch is deployed to `feat2` to collect metrics **Description** Updated `@chainsafe/bls` to use the Napi version of `@chainsafe/blst`. Added async codepaths to...

### Problem description Currently we are calculating the shuffling for the next epoch during the state transition of the current epoch. https://github.com/ChainSafe/lodestar/blob/00dfa63413e9b2a57dbaea70ac7151ef134b0c05/packages/state-transition/src/cache/epochCache.ts#L513-517 This takes about a second. ![Screenshot 2024-02-02 at...

meta-discussion
scope-performance
meta-feature-request

### Problem description We would like to update our documentation. We would like to foster communication between the team and the community to make sure the docs included all of...

meta-discussion
scope-documentation

We using the @jazzer/core for one of our libs which is also a native module. Thanks making this module!!! We prebuild the binaries for a number of architectures and found...

** Note ** Ignore `lib` folder artifacts during review. - Adds `@chainsafe/blst` napi version - Adds `multiplyBy` methods to `PublicKey` and `Signature`

** NOTE: Note ready for review, but want to trigger CI ** **Motivation** Move calculation of next shuffling to async to get it off of critical path during epoch transition....

**Motivation** I updated the spec tests in blst-ts and the util in lodestar is much better. Need a CJS module though to be able to import it there. Dual-module export...