This website requires JavaScript.
Explore
Help
Sign In
mirror
/
prysm-pulse
Watch
1
Star
0
Fork
0
You've already forked prysm-pulse
mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced
2024-12-25 12:57:18 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
5a1d260b9a
prysm-pulse
/
beacon-chain
/
state
/
v3
/
error.go
6 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
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
package
v3
import
"errors"
Clean up misc warnings (#10900) * Clean up misc warnings * Gazelle * Rm state assignments Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-06-21 15:26:56 +00:00
var
ErrNilParticipation
=
errors
.
New
(
"nil epoch participation in state"
)
Reference in New Issue
Copy Permalink