prysm-pulse/beacon-chain/core/transition
Radosław Kapka 8455656597
Use beacon state interfaces instead of concrete structs (#10195)
* return interface from testing/util

* remove usages of v1

* return interface from InitializeFromProto

* return interface from InitializeFromProto

* fix test

* fix interface visibility

* more fixes

* use InitializeFromProtoUnsafe in testing/util

* return early error from mock

* v2

* fix tests

* remove unnecessary assertion

* use struct in nil state test

* Revert "Auxiliary commit to revert individual files from 6bb528c2c5df2446ad18450009f63f44318d41a9"

This reverts commit 7d70238a301209f6dbfc8ff1d81b16e33b0bd67d.

* use struct in sync committee test

* v3

* use InitializeFromProtoUnsafe in mock

* use version information

* Revert "Auxiliary commit to revert individual files from 6bb528c2c5df2446ad18450009f63f44318d41a9"

This reverts commit 5d5e6f2884d21caec7530c16ad2a0d0d27c44aa1.

* revert changes to ClearPreGenesisData

* fix build error

* remove error from PreGenesisState

* bzl
2022-02-08 09:30:06 +00:00
..
interop Move Shared Packages into Math/ and IO/ (#9622) 2021-09-17 21:55:24 +00:00
stateutils Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
altair_transition_no_verify_sig_test.go Check participation flag offset length (#9784) 2021-10-21 15:01:09 +00:00
bellatrix_transition_no_verify_sig_test.go Use Execution Payload Defined in Engine V1 Namespace (#10170) 2022-02-02 03:30:35 +00:00
benchmarks_test.go Move slot epoch from core to time pkg (#9714) 2021-09-30 19:00:14 +00:00
BUILD.bazel Make Next Slot Cache Default (#10110) 2022-02-02 11:40:46 +00:00
log.go Rename beacon-chain/core/state to beacon-chain/core/transition pkg (#9530) 2021-09-08 10:41:47 +00:00
skip_slot_cache_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
skip_slot_cache.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
state_fuzz_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
state_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
state.go Refactor States To Allow for Single Cached Hasher (#9922) 2021-11-29 16:30:17 +00:00
trailing_slot_state_cache_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
trailing_slot_state_cache.go Make Next Slot Cache Default (#10110) 2022-02-02 11:40:46 +00:00
transition_fuzz_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
transition_no_verify_sig_test.go #10036 Replace codename Merge with Bellatrix (2nd step) (#10116) 2022-01-26 07:24:47 +00:00
transition_no_verify_sig.go Make Next Slot Cache Default (#10110) 2022-02-02 11:40:46 +00:00
transition_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
transition.go Make Next Slot Cache Default (#10110) 2022-02-02 11:40:46 +00:00