Skip to content

Instantly share code, notes, and snippets.

@mratsim
Created September 3, 2020 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mratsim/a4e733f8801d7c30861d89cb66b6f38d to your computer and use it in GitHub Desktop.
Save mratsim/a4e733f8801d7c30861d89cb66b6f38d to your computer and use it in GitHub Desktop.
2020-09-03 Eth2 Call 47.txt
Agenda: https://github.com/ethereum/eth2.0-pm/issues/178
Nimbus:
Audit:
- Highlighted several potential for malicious attestations or blocks
to exhaust the system memory, so now use bounded buffer and explicit drops
when late
Current focus:
- Log file filling disk -> moving default logging for something suitable to end user
- also differentiating own attestations/blocks vs the noise of the network
- DB filling disk: working on pruning
- NBC RAM usage: still having a resource leak, likely libp2p or asynchronous timers holding objects forever.
Multinet scripts:
-> small network with 8x64 LH, 8x64 nim, 8x64 pry
———
Tests
phase 1: getting ready for testing
Scoring parameters for Gossip 1.1
Next Thursday networking call
Testnet launch once again but no commitment to maintain the net up.
-> hard fork practice
-> network testing revamp
———
Prysm:
- feedback on DOS vectors, addressing them
- explorer API
- research on weak subjectivity sync
- slashing bug and optimising to avoid the slashing bug from Medalla
Lodestar
- Fixed memory issue that preventing syncing Medalla
now pruning and can finalize test
- recursion in fork choice, reached in long period of non-finality
- will move the fork choice in a separate manner
- Trying to sync medalla and propose a block
Teku
- Unicode password uniformization format
- Slashing protection interchange format
Nimbus
Lighthouse
(was interrupted :/ couldn’t get the info)
Trinity
For now folding Eth2 project, focusing on launch
Contact them if interested
———
Leo: building a crawler using rumor
Q: weak subjectivity sync:
https://github.com/ethereum/eth2.0-specs/pull/2024
requirement for launch or soon after
—> standardise flag names, API between clients?
———
Networking call next wednesday
———
Spec discussion
————
Closing remarks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment