Nazar Hussain
Nazar Hussain
**Motivation** Use mix of both local key manager and external signer for sim tests. Resolves #4276
**Motivation** Sync committee assertions for sim tests. Resolves #4276
**Describe the bug** When called `isValidAttestationData` for the an attestation which is targeting **last slot** of the **second epoch** it results to zero. It's because of the following condition always...
**Describe the bug** Currently when the `forkchoice.getAllAncestorBlocks` is called with a block root. The resulting array contains the block itself as well. **Expected behavior** Any block is not an ancestor...
**Describe the bug** There are few actions in the CI pipeline, which duplicates with others. e.g. The tests runs twice on a PR when you push new commit. **Expected behavior**...
**Describe the bug** If someone using a **base url** ending with `/` that make the `api.events.` namespace to not work. All other namespaces works fine. **Expected behavior** It should work...
**Describe the bug** If we configure any parameter to be `Infinity` value that is parsed as `NaN` while running the node. **Expected behavior** The `Infinity` values should be parsed as...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If we have a contract with overloaded methods, the types does...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Following two code snippets behaves exactly the same: ```ts myContract.events.MyEvent({fromBlock: 0})...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Currently if we access the event properties via, property name it...