Nazar Hussain
Nazar Hussain
### Describe the bug The default value for `process.argv` does not match between above mentioned versions, when run with the `browsers` mode. - With `1.6.0` it's was undefined - With...
**Motivation** Share goodies with all the team. **Description** - As per VSCode `.vscode/settings.json` file is the only way to share single root workspace settings among team. - If any team...
**Motivation** Make the state-archive process more generic so we can extend in future. **Description** - Make the state-archive process to generic - Add feature flag to the cli to select...
### Describe the bug Currently we documented that `eth_blockNumber` will be forwarded to EL. This may cause to return the wrong block number which is not synced with the light...
### Problem description Currently the `@lodestar/prover` package have ESM build only, which does not work with the commonjs. Means user can't use `require` for that package in their projects. ###...
### Problem description In `@lodestar/prover` we store the `payloads` and `roots`. The `roots` are divided into `finalized` and `unfinalized` categories. The finalized roots are cleaned based on `MAX_PAYLOAD_HISTORY`. https://github.com/ChainSafe/lodestar/blob/08b82af89f83e89ecaa164e8d94e4e296e0ee65e/packages/prover/src/proof_provider/payload_store.ts#L177-L181 There...
### Problem description WIth the `@lodestar/prover` we have the following scenario where we have to update the payloads in case of re-orgs. We need a better way to handle these...
### Problem description Currently the light-client is connected to beacon-node via REST api. Which is good but not yet depend on a central node. ### Solution description We need to...
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Github recently allowed a new feature to publish the npm package provenance data linked to...
### Problem description We need to restrict the relative imports, as these may break production code. It was available in the eslint via `import/no-relative-packages` ### Solution description It was working...