Tomás Grüner
Tomás Grüner
Work on kurtosis side is being done in https://github.com/lambdaclass/ethereum-package/tree/lecc-integration
Currently, we format the peer ID in the Go side and pass it as `pretty_peer_id` in the `GetNodeIdentity` proto message, but it can be derived from the raw `peer_id`.
Currently `listen_addresses` expects a [Multiaddr](https://github.com/multiformats/multiaddr), while `discovery_address` expects a `host:port` pair.
For that, we should run the [`mix release`](https://hexdocs.pm/mix/Mix.Tasks.Release.html) command in an intermediate stage, and copy the resulting artifact to the last image.
https://github.com/lambdaclass/lambda_ethereum_consensus/pull/920#discussion_r1537461857 `recompute_head` has grown its responsabilities, basically doing every task that is async. We may want to do a refactor soon
- [x] #804 - [x] #813 - [x] #806 - [x] #807 - [x] #808 - [x] #810 - [x] #811 - [ ] Add scripts and instructions for setting...
After running for some time on Gnosis chain, the node failed to compute the new head with the error: ``` Task #PID started from LambdaEthereumConsensus.ForkChoice terminating ** (RuntimeError) Parent 585E3E2FC11948F70E2EF604BB7948837644E9A8DB4223739DA63B003CF47F23...
#780 introduces the new `Kzg` module, but the Rust part of the NIF loads a trusted setup on every function call. We should change this so it's loaded only once...
The dashboards from beam-dashboards are quite old and use features that might not be supported anymore. Some problems were fixed in #902, but there are still visualizations showing N/A. We...