-
**Describe the bug**
Consider this unit test here in #378
```typescript
it("should not recompute hashTreeRoot() when no fields is changed", () => {
const root = state.hashTreeRoot();
…
-
Most modern CPUs offer specialized instructions for computing the SHA family of functions. For optimal power usage and maximum throughput in SSZ merkleization, we can benefit from such a hardware-acce…
-
Hi guys thanks for this project ,
I'm using this tool to generate a genesis for a local network using geth + lighthouse and I'm not able to generate the validator accounts from my configuration.
…
-
According moment [docs](https://momentjscom.readthedocs.io/en/latest/moment/04-displaying/01-format/) the current pattern for `ISO8601` is YYYY-MM-DDTHH:mm:ssZ and not DD/MM/YYYY HH:mm:ss. I not und…
-
# 🦄 HTTP Endpoint Cleanup Tracking
### Feature Description
Now that all the validator client endpoints have been modified to be HTTP endpoints we need to clean up a few things before moving on to co…
-
Hint relation between data visualizations
## Purpose
To teach users visually about Simple Serialize.
## Proposal
If the user hovers over sections of the serialized bytes, each minimal block of…
-
Hello, I’m currently using Ikemen GO and trying to port a game to multiple platforms. However porting a Go application to the Switch or Xbox consoles appears challenging, so I was having a look at C++…
-
### Problem description
- From https://github.com/ChainSafe/lodestar/issues/5855 Lodestar's big state memory footprint is an issue for large networks
Lodestar is relatively inefficient when repr…
-
Issue for discussing various parts of the error responses.
* There was some discussion about sending the `SignedBlindedBeaconBlock` in SSZ format, using a `Content-Type: application/octet-stream` r…
-
# Motivation
Recently Opensea released [Seaport Gossip](https://github.com/ProjectOpenSea/seaport-gossip), a P2P network for sharing Seaport orders.
I wanted to build my own rust client for it as…