Danny Ryan
|
deace8768e
|
port @justindrake's general cleanups from #2212
|
2021-03-01 19:41:28 -07:00 |
Danny Ryan
|
2b8b0d9e2b
|
update penalty config values for hf1
|
2021-02-11 15:55:43 -07:00 |
Hsiao-Wei Wang
|
002dfaa891
|
Set minimal config's `SYNC_COMMITTEE_SIZE` to 32
|
2021-01-13 19:15:32 +08:00 |
Hsiao-Wei Wang
|
50765edc30
|
Set minimal config's `EPOCHS_PER_SYNC_COMMITTEE_PERIOD` to 8
|
2021-01-13 15:11:38 +08:00 |
Hsiao-Wei Wang
|
acfe49e3f3
|
executable light client patch: beacon-chain.md (#2141)
* Bump remerkleable to 0.1.18
* Disable `sync-protocol.md` for now. Make linter pass
* Enable lightclient tests
* Use *new* `optional_fast_aggregate_verify`
* Fix ToC and codespell
* Do not run phase1 tests with Lightclient patch
* Fix the Eth1Data casting bug. Add a workaround.
* Fix `run_on_attestation` testing helper
* Revert
* Rename `optional_fast_aggregate_verify` to `eth2_fast_aggregate_verify`
* Apply Proto's suggestion
* Apply Danny's suggestion
* Fixing tests
* Fix after rebasing
* Rename `LIGHTCLIENT` -> `LIGHTCLIENT_PATCH`
* New doctoc
* Add lightclient patch configs
* fix gitignore light client patch generator output
* Upgrade state for light client patch
* Add `lightclient-fork.md` to deal the fork boundary and fix
`process_block_header`
* Misc cleanups
1) Add a summary note for every function that is changed.
2) Avoid changing `process_block` (instead only change `process_block_header`).
3) Rename `G2_INFINITY_POINT_SIG` to `G2_POINT_AT_INFINITY` to avoid `SIG` contraction.
4) Misc cleanups
* Update block.py
* Update beacon-chain.md
* Fix typo "minimal" -> "mainnet"
Co-authored-by: Marin Petrunić <mpetrunic@users.noreply.github.com>
* Use the new `BeaconBlockHeader` instead of phase 0 version
* Update config files
* Move `sync_committee_bits` and `sync_committee_signature` back to `BeaconBlockBody`
Co-authored-by: protolambda <proto@protolambda.com>
Co-authored-by: Justin <drakefjustin@gmail.com>
Co-authored-by: Marin Petrunić <mpetrunic@users.noreply.github.com>
|
2020-12-15 13:18:20 +08:00 |