twoeths

Results 181 issues of twoeths

**Describe the bug** Runs the below unit tests ```typescript describe("findDiffDepthi", () => { const testCases: {index0: number, index1: number, result: number}[] = [ {index0: 0, index1: 1, result: 0}, //...

### Describe the bug Got this errors all the time in a holesky node which cause all attestations missed ``` Apr-17 02:01:37.392[] error: Error signing attestation slot=1451408, index=16, head=0x907e5c902fb7bf0bd33614967aa327ebff1b1b29a660318e81cbba4e539bab75, validatorIndex=1535375...

meta-investigate
meta-bug

### Describe the bug Memory kept increasing and then got stable. So it's similar to a leak but it did not keep increasing forever This does not happen on any...

prio-high
scope-memory
meta-bug

**Is your feature request related to a problem? Please describe.** Currently we have to always fetch all historical deposits, even through we do a weak subjectivity sync. This enhancement supports...

prio-high
good first issue
help wanted

### Problem description When we receive an invalid signature block, we log something like: ``` 1431597:Mar-28 17:05:14.470[network] warn: Error receiving block slot=8735124, peer=16Uiu2HAmQMr7RYZPDb56G7LzuRPMaf7upo2r6keaYDsBQAEqhFA7, code=BLOCK_ERROR_INVALID_SIGNATURE, slot=8735123 ``` while Prysm logs more...

prio-medium
scope-logging
scope-ux
meta-feature-request

### Problem description Implement Network Shards spec ### Solution description Refer to https://github.com/ethereum/consensus-specs/pull/3623 ### Additional context _No response_

scope-networking
meta-feature-request

### Describe the bug Beacon node published the block on time, we published 2s into the slot ``` 2024-03-25 14:42:35.001 | Mar-25 07:42:35.000[chain] verbose: Clock slot slot=8710711 2024-03-25 14:42:36.670 |...

prio-high
scope-performance
meta-bug

### Problem description Right now when we validate bls signatures of the same message, we aggregate signatures and public keys, if the aggregated signature is verified we consider all signatures...

meta-feature-request

### Problem description state hashTreeRoot() takes up to 1s - 1.5s frequently, need to find a way to improve it this is likely to happen after processing an epoch, in...

meta-feature-request

### Describe the bug this is unstable mainnet node ### Expected behavior rss should be around ~7GB like in stable node ### Steps to reproduce _No response_ ### Additional context...

meta-bug