prysm-pulse/beacon-chain/core/helpers
kasey 17a43c1158
Retrieving state by slot to always apply canonical block at slot, when available (#10255)
* new stategen.StateReplayer/ReplayerBuilder to give more fine-grained
  control of replaying state+block history
* all rpc/api methods updated to use the new interface, return post-state

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2022-03-09 13:33:18 -06:00
..
attestation_test.go Standardize config overriding in tests across repo (#9998) 2021-12-10 04:18:47 +00:00
attestation.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
beacon_committee_test.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
beacon_committee.go Use Next Slot Cache In More Places (#9884) 2021-11-12 23:46:06 +00:00
block_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
block.go Retrieving state by slot to always apply canonical block at slot, when available (#10255) 2022-03-09 13:33:18 -06:00
BUILD.bazel Remove libfuzzer / afl based builds in favor of go 1.18 fuzz testing (#10065) 2022-01-20 04:51:02 +00:00
genesis.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
randao_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
randao.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
rewards_penalties_test.go Move slot epoch from core to time pkg (#9714) 2021-09-30 19:00:14 +00:00
rewards_penalties.go Cleanup From Deepsource (#9961) 2021-12-01 18:56:07 +00:00
shuffle_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
shuffle.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
sync_committee_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
sync_committee.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
validators_test.go refactoring: Deduplicate code (#10090) 2022-01-16 18:44:42 +00:00
validators.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
weak_subjectivity_test.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
weak_subjectivity.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00