prysm-pulse/beacon-chain/core/altair
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
..
attestation_test.go Use field params root length (#10012) 2021-12-14 18:42:05 +00:00
attestation.go Use BeaconBlockIsNil helper more (#9834) 2021-11-01 14:13:05 +00:00
block_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
block.go Refactor: move functions beacon-chain/core/time -> time/slots (#9719) 2021-10-01 15:17:57 -05:00
BUILD.bazel Use signature length from fieldparams (#10019) 2021-12-15 15:14:30 -05:00
deposit_fuzz_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
deposit_test.go core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
deposit.go Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
epoch_precompute_test.go #10036 Replace codename Merge with Bellatrix (1st step) (#10044) 2022-01-10 16:47:30 +00:00
epoch_precompute.go #10036 Replace codename Merge with Bellatrix (2nd step) (#10116) 2022-01-26 07:24:47 +00:00
epoch_spec_test.go Move slot epoch from core to time pkg (#9714) 2021-09-30 19:00:14 +00:00
epoch_spec.go Move slot epoch from core to time pkg (#9714) 2021-09-30 19:00:14 +00:00
reward_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
reward.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
sync_committee_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
sync_committee.go Use signature length from fieldparams (#10019) 2021-12-15 15:14:30 -05:00
transition_test.go #10036 Replace codename Merge with Bellatrix (2nd step) (#10116) 2022-01-26 07:24:47 +00:00
transition.go #10036 Replace codename Merge with Bellatrix (2nd step) (#10116) 2022-01-26 07:24:47 +00:00
upgrade_test.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
upgrade.go Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00