prysm-pulse/beacon-chain/core
Potuz 3cf385fe91
Unrealized justification (#10659)
* unrealized justification API

* Add time elapse logging

* add unrealized justification checkpoint

* Use UnrealizedJustificationCheckpoint

* Refactor unrealized checkpoints

* Move logic to state package

* do not use ctx on a sum

* fix ctx

* add tests

* fix conflicts

* unhandled error

* Fix ordering in computing checkpoints

* gaz

* keep finalized checkpoint if nothing justified

* gaz

* copy checkpoint

* fix check for nil

* Add state package tests

* Add tests

* Radek's review

* add more tests

* Update beacon-chain/core/epoch/precompute/justification_finalization.go

Co-authored-by: terencechain <terence@prysmaticlabs.com>

* deduplicate to stateutil

* missing file

* Add stateutil test

* Minor refactor, don't export certain things

* Fix exports in tests

* remove unused error

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-05-27 16:38:00 +00:00
..
altair Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
blocks Move ExecutionPayload Utils to Consensus Types Subpackage (#10732) 2022-05-23 21:57:32 +00:00
epoch Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
execution Rename receipt root to receipts root (#10535) 2022-04-16 13:18:07 +00:00
feed Rename Block Package in Consensus-Types to Interfaces (#10605) 2022-05-02 14:32:37 -04:00
helpers Move BeaconBlockNil Checker Function to Consensus-Types/Wrapper Package (#10731) 2022-05-20 23:29:16 +00:00
signing Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
time Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
transition Move BeaconBlockNil Checker Function to Consensus-Types/Wrapper Package (#10731) 2022-05-20 23:29:16 +00:00
validators Use Correct Math Library (#10742) 2022-05-24 07:22:46 +00:00