prysm-pulse/beacon-chain/blockchain/forkchoice
Ivan Martinez 5e939378d0 Update to spec v0.8.3 (#3355)
* Ignore latest messages in fork choice prior to latest justified

* Make sure Compact Committee Roots isn't changed by process_final_updates

* WIP add attestation bitfields length to match committee length

* Begin work on updating spec tests to 0.8.2

* WIP set up for new spec test structure

* Fix slashings

* Get mainnet tests mostly passing for attestations and attester slashings

* Fix process attestation test

* Undo change

* Complete spec tests for all operations
Still need sanity block tests

* Fix BLS sigs

* Reduce amount of reused code in core/blocks/spectests/

* Fix tests

* Update block sanity tests to 0.8.2

* Update epoch spec tests to 0.8.2

* Clean up all tests and fix shuffling/epoch tests

* WIP update bls tests to 0.8.2

* WIP update bls tests to 0.8.3

* Finish BLS spectest update to 0.8.3

* Fix shuffling spec tests

* Fix more tests

* Update proto ssz spec tests to 0.8.3

* Attempt to fix PrevEpochFFGDataMismatches test

* Goimports

* Fix documentation

* fix test

* Use custom general spec tests

* Reduce code footprint

* Remove unneeded minimal skip

* Fix for comments

* Fix for comments

* Fix test

* Small fixes

* Cleanup block spec tests a bit

* Undo change

* fix validator

* Fix validator tests

* Run gazelle

* Fix error output for epoch spec tests
2019-09-08 12:41:52 -07:00
..
benchmark_test.go Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
BUILD.bazel Add back state metrics (#3369) 2019-09-01 08:37:38 -07:00
doc.go Part 1 of fork choice update - fork choice as a service (#3209) 2019-08-20 12:26:43 -06:00
lmd_ghost_test.yaml Update WORKSPACE With Latest SSZ (#3416) 2019-09-08 12:58:22 -04:00
lmd_ghost_yaml_test.go Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
log.go Part 1 of fork choice update - fork choice as a service (#3209) 2019-08-20 12:26:43 -06:00
metrics.go Align metrics to interop (#3406) 2019-09-05 08:32:35 -07:00
process_attestation_test.go Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
process_attestation.go remove unnecessary lock (#3399) 2019-09-03 12:53:18 -07:00
process_block_test.go Rename / move logic about updating validator indices (#3402) 2019-09-03 13:57:08 -07:00
process_block.go Align metrics to interop (#3406) 2019-09-05 08:32:35 -07:00
service_test.go Refactor fork choice start up (#3360) 2019-08-30 08:58:02 -05:00
service.go Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
tree_test.go Part 1 of fork choice update - fork choice as a service (#3209) 2019-08-20 12:26:43 -06:00