ethereum / ethereum/trinity-eth2
Proposer aggregation strategy
Open
- Dominant language
- Python
- Stars
- 16
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
### What is wrong?
For proposer, currently, we just use the aggregated attestations + unaggregated attestations from pools.
https://github.com/ethereum/trinity/blob/c04c2945136298335fbb93db3cbb9f1baaa7ad7c/trinity/components/eth2/beacon/validator.py#L265-L268
We need to find a better algorithm to select the attestations.
### How can it be fixed
Fill this in if you know how to fix it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.