prysm-pulse/beacon-chain/core/epoch/precompute
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
..
attestation_test.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00
attestation.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
BUILD.bazel Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
justification_finalization_test.go Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
justification_finalization.go Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
new_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
new.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
reward_penalty_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
reward_penalty.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
slashing_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
slashing.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
type.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00