Lion - dapplion
Lion - dapplion
Check to disabled in https://github.com/ChainSafe/lodestar/pull/3978, this issue is a reminder to fix when possible. https://github.com/ChainSafe/lodestar/blob/5d086b58a20f57c69f1d2cc90d5bf785f851f535/.github/workflows/test.yml#L56-L58
NodeJS due to its single threaded nature experiences exponential degradation of performance under heavy load. We have circumstantial evidence that in low power machines, when attempting to run too many...
# 📋 Milestone/Epic Tracker  This tracker is to monitor outstanding issues and PRs relating to performance optimizations for Lodestar: ### 🟥 High Priority - [ ] I/O...
**Describe the bug** The Beacon HTTP API takes always > 2 sec to complete any request even for endpoint that don't require any processing. We must investigate what is causing...
**What is your question?** Current tests for the beacon API are of sub-optimal quality: - Very limited coverage - No assurance that all and future new endpoints are tested -...
With `48.1.2` a server webpack breaks with (error message below). See CI run https://github.com/dappnode/DNP_DAPPMANAGER/pull/516/checks?check_run_id=1563460710#step:3:279 ----- **webpack.config.js** ```js const path = require("path"); const { NODE_ENV = "production" } = process.env; module.exports...
Current NodeJS bindings are not able to run in a multi-threaded setup with worker_threads reliably. **Most** of the times the parent process crashes with a segmentation fault. I'm working on...
## Changes: Script from guide at https://docs.nethermind.io/nethermind/ethereum-client/private-networks/how-to-setup-a-nethermind-only-clique-based-chain#manual-setup does not work - goerli.json has a trailing comma that breaks jq - re-running the script errors in linux because directories exist -...
**Is your feature request related to a problem? Please describe.** If port for execution engine is already in use Nethermind just does log and continues. This should be a fatal...
Adds minimal set of lightclient routes to super a server-based trust-less censorable lightclient. Sample usage flow for these APIs: 1. Gather weak subjectivity checkpoint root from some trusted source 2....