Nazar Hussain

Results 73 issues of 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...

feat: browser
p3-minor-bug

**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...

good first issue
help wanted
scope-light-clients
meta-bug

### 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. ###...

prio-low
meta-discussion
meta-feature-request

### 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...

prio-low
help wanted
scope-light-clients
meta-feature-request

### 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...

prio-low
help wanted
scope-light-clients
meta-feature-request

### 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...

good first issue
help wanted
scope-light-clients
meta-feature-request

**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...

prio-low
scope-security

### 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...

meta-feature-request