prysm-pulse/beacon-chain/core/helpers
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
..
spectest Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
attestation_test.go Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
attestation.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
block_test.go Replaced block and state roots construction to SlotsPerHistoricalRoot (#3160) 2019-08-08 13:12:35 -05:00
block.go Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
BUILD.bazel Clean up post --next (#3411) 2019-09-06 22:39:14 -04:00
cache.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
committee_test.go Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
committee.go Update to spec v0.8.3 (#3355) 2019-09-08 12:41:52 -07:00
randao_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
randao.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
rewards_penalties_test.go Disable caches, allow toggle via feature flag (#3107) 2019-07-29 20:38:05 -07:00
rewards_penalties.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00
shuffle_test.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
shuffle.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
slot_epoch_test.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
slot_epoch.go Spec freeze updates (#2312) 2019-07-19 19:16:10 -05:00
validators_test.go Remove unused proto schemas (#3005) 2019-07-22 10:03:57 -04:00
validators.go Wrap errors (#3123) 2019-08-01 19:27:38 -07:00