Nazar Hussain

Results 73 issues of Nazar Hussain

Hello, I am in situation where based on some condition I need to include some fields in kale view. Suppose an example. ``` // person.kale { name: firstName + '...

Is there any way to handle async data in custom actions? ``` js actions.addAction('asyncAction', function(object, param){ return AsyncAction(object, param).then(function(result){ return result; }); }); ```

We have `startWithWarnings` option to start the app. If we choose to start with the warnings, its looks ugly in the logs to have those warnings shown as errors. Users...

Caused the failure on the Github CI with following logs. ``` Run codecov/codecov-action@v4 with: token: *** fail_ci_if_error: true verbose: true flags: unit ==> linux OS detected https://cli.codecov.io/latest/linux/codecov.SHA[2](https://github.com/ChainSafe/lodestar/actions/runs/7903444027/job/21571585730?pr=6429#step:7:2)56SUM Received SHA256SUM 10[3](https://github.com/ChainSafe/lodestar/actions/runs/7903444027/job/21571585730?pr=6429#step:7:3)bfefcc56f76[4](https://github.com/ChainSafe/lodestar/actions/runs/7903444027/job/21571585730?pr=6429#step:7:4)73179e600b96eb81[5](https://github.com/ChainSafe/lodestar/actions/runs/7903444027/job/21571585730?pr=6429#step:7:5)0b0f349ad9483[6](https://github.com/ChainSafe/lodestar/actions/runs/7903444027/job/21571585730?pr=6429#step:7:6)b0f63f03ffac469ad[7](https://github.com/ChainSafe/lodestar/actions/runs/7903444027/job/21571585730?pr=6429#step:7:8)...

**Motivation** Consolidate the sim tests, to minimize the CI run time and reduce maintenance effort. **Description** - Move assertions from `merge-interop.test.ts` to `multi_fork.test.ts` - Remove `merge-interop.test.ts` **Steps to test or...

### Describe the bug When beacon node start and tries to sync from genesis, it usually fall back to range sync because head of connected peers are too far in...

meta-bug

### Describe the bug Observed randomly among different runs of simulation tests that sync committee participation fell down the 50% for few slots in the epoch. Which end up having...

meta-bug

### Describe the bug There are some flaky tests needed be fixed. - [x] [test/unit/utils/clock.test.ts > util / Clock > getCurrentSlot > 'should return next slot after 11.5s'](https://github.com/ChainSafe/lodestar/actions/runs/7652507863/job/20852823580#step:6:714) - [x]...

scope-testing
meta-investigate

We need to make sure if a `proposerSettingsFile` or `keymanager` have settings for a public key to `BuilderOnly` builder selection, then we should not allow user to disable the builder...