prysm-pulse/beacon-chain/core/altair
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 Move Consensus Type Wrappers Into Consensus Types Package (#10598) 2022-05-02 15:43:40 +00:00
attestation.go Move BeaconBlockNil Checker Function to Consensus-Types/Wrapper Package (#10731) 2022-05-20 23:29:16 +00:00
block_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
block.go Remove Unnecessary State Interfaces (#10707) 2022-05-20 22:40:03 +00:00
BUILD.bazel Move BeaconBlockNil Checker Function to Consensus-Types/Wrapper Package (#10731) 2022-05-20 23:29:16 +00:00
deposit_fuzz_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
deposit_test.go fuzz: Add fuzz tests for sparse merkle trie (#10662) 2022-05-09 16:51:48 +00:00
deposit.go Remove Unnecessary State Interfaces (#10707) 2022-05-20 22:40:03 +00:00
epoch_precompute_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
epoch_precompute.go Unrealized justification (#10659) 2022-05-27 16:38:00 +00:00
epoch_spec_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
epoch_spec.go Remove Unnecessary State Interfaces (#10707) 2022-05-20 22:40:03 +00:00
reward_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
reward.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
sync_committee_test.go Remove Unnecessary State Interfaces (#10707) 2022-05-20 22:40:03 +00:00
sync_committee.go Remove Unnecessary State Interfaces (#10707) 2022-05-20 22:40:03 +00:00
transition_test.go #10036 Replace codename Merge with Bellatrix (2nd step) (#10116) 2022-01-26 07:24:47 +00:00
transition.go Remove Unnecessary State Interfaces (#10707) 2022-05-20 22:40:03 +00:00
upgrade_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
upgrade.go Remove Unnecessary State Interfaces (#10707) 2022-05-20 22:40:03 +00:00