prysm-pulse/beacon-chain/state
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
..
fieldtrie Add a fuzz test for fieldtrie (#10757) 2022-05-26 13:17:34 +08:00
genesis simplify config names, use strings (#10656) 2022-05-06 21:42:27 +00:00
state-native Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
stategen Move BeaconBlockNil Checker Function to Consensus-Types/Wrapper Package (#10731) 2022-05-20 23:29:16 +00:00
stateutil Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
testing Deduplicate native state (a.k.a. One State to rule them all) (#10483) 2022-05-09 13:02:34 +00:00
types Deduplicate native state (a.k.a. One State to rule them all) (#10483) 2022-05-09 13:02:34 +00:00
v1 Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
v2 Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
v3 Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
BUILD.bazel Remove Unnecessary State Interfaces (#10707) 2022-05-20 22:40:03 +00:00
error.go Move ErrNilValidatorsInState from one in each state version to a common one (#10074) 2022-01-18 08:19:20 +00:00
interfaces.go Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
prometheus.go Split state package into state-proto and state-native (#10069) 2022-01-13 12:23:53 +01:00