prysm-pulse/shared/testutil
terence tsao 7ad2929f0f
Revamp proposer cache to fix lookahead bug (#7442)
* Add and test proposer indices cache

* Remove proposer indices usages from committee cache

* Adopt the new proposer indices cache

* Add comments on why genesis epoch is skipped

* Fix the failing tests

* Update beacon-chain/blockchain/process_block.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update beacon-chain/core/helpers/committee.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update beacon-chain/core/helpers/slot_epoch.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update beacon-chain/core/helpers/slot_epoch.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update beacon-chain/core/helpers/slot_epoch_test.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Update beacon-chain/core/helpers/validators.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* Address additional feedbacks from @prestonvanloon

* Add comments on why genesis epoch is skipped

* Refactor EndSlot to use StartSlot within

* Add proposer indices disabled

* Add libfuzz tags

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2020-10-07 17:25:08 +00:00
..
assert Adds DeepNotEqual assertion (#7092) 2020-08-24 10:14:13 +00:00
assertions Pubsub: ensure better TopicIDs validation (#7418) 2020-10-03 01:51:58 +00:00
require Adds DeepNotEqual assertion (#7092) 2020-08-24 10:14:13 +00:00
block_test.go Revamp proposer cache to fix lookahead bug (#7442) 2020-10-07 17:25:08 +00:00
block.go Pubsub: ensure better TopicIDs validation (#7418) 2020-10-03 01:51:58 +00:00
BUILD.bazel Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
deposits_test.go First take of applying assertion funcs to shared tests (#6666) 2020-08-25 10:18:29 +00:00
deposits.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
helpers_test.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
helpers.go Add helper ComputeDomainAndSign (#6773) 2020-07-30 19:11:22 +00:00
spectest.go Add beacon state unmarshal fuzzer, afl support (#6625) 2020-09-14 11:42:08 -07:00
state_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state.go Shadowed Predeclared Indentifier analyzer (#7215) 2020-09-14 12:49:15 +02:00
tempdir.go Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
wait_timeout.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00