Potuz
|
8f49167117
|
return invalid roots from SetOptimisticToInvalid (#10403)
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
|
2022-03-23 15:55:05 -03:00 |
|
terence tsao
|
c7d64c03ac
|
Insert payload hash to forkchoice store nodes (#10400)
* Insert payload hash to forkchoice store nodes
* Fix tests
* Update new_slot_test.go
* Update beacon-chain/blockchain/process_block.go
Co-authored-by: Potuz <potuz@prysmaticlabs.com>
Co-authored-by: Potuz <potuz@prysmaticlabs.com>
|
2022-03-22 01:20:42 +00:00 |
|
Potuz
|
807b71244b
|
Add database methods for optimistic sync (#10357)
* Add database methods for optimistic sync
* Add epoch comparison
* add extra epoch comparison
* Summary instead of block
* fix tests
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
|
2022-03-15 20:52:59 +00:00 |
|
Potuz
|
3f1e3cf82f
|
remove optimistic control flag (#10340)
* remove optimistic control flag
* Rename
* More
* More
* redundant return
* fix conflict
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
|
2022-03-12 17:32:04 +00:00 |
|
Potuz
|
b59484b285
|
Export SetOptimisticToInvalid (#10330)
* temp
* export remove invalid blocks
|
2022-03-09 13:50:57 -03:00 |
|
Potuz
|
57a323f083
|
Forkchoice featureflag (#10299)
* Compiling main beacon-chain binary
* Add feature flag
* passing protoarray tests
* passing nodetree tests
* passing blockchain package tests
* passing rpc tests
* go fmt
* re-export forkchoice store from blockchain package
* remove duplicated import
* remove unused var
* add nodetree rpc method
* remove slot from IsOptimisticForRoot
* release lock in IsOptimistic
* change package name
* Revert "change package name"
This reverts commit 679112f9ef795922c631e7823dbdfb3746838f3c.
* rename package
* Update doc
* Fix span names
* Terence + Raul review
* remove go:build flags
* add errors dep
* spec tests
* fix call to IsOptimisticForRoot
* fix test
* Fix conflict
* change name of function
* remove ctx from store.head
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
|
2022-03-09 03:05:51 +00:00 |
|