prysm-pulse/beacon-chain/core/blocks
Radosław Kapka cafe0bd1f8
Capella beacon state (#11141)
* fork

* types

* cloners

* getters

* remove CapellaBlind from fork

* hasher

* setters

* spec params, config tests

* generate ssz

* executionPayloadHeaderCapella

* proto state

* BeaconStateCapella SSZ

* saving state

* configfork

* BUILD files

* fix RealPosition

* fix hasher

* SetLatestExecutionPayloadHeaderCapella

* fix error message

* reduce complexity of saveStatesEfficientInternal

* add latestExecutionPayloadHeaderCapella to minimal state

* halway done interface

* remove withdrawal methods

* merge setters

* change signatures for v1 and v2

* fixing errors pt. 1

* paylod_test fixes

* fix everything

* remove unused func

* fix tests

* state_trie_test improvements

* in progress...

* hasher test

* fix configs

* simplify hashing

* Revert "fix configs"

This reverts commit bcae2825fcc8ba45a2b43d68ad0ab57f8eac8952.

* remove capella from config test

* unify locking

* review

* hashing

* fixes

Co-authored-by: terencechain <terence@prysmaticlabs.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2022-10-12 11:39:19 -05:00
..
testdata Fuzz: sigp/beaconfuzz#91 (#7725) 2020-11-04 14:05:48 +00:00
attestation_regression_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
attestation_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
attestation.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
attester_slashing_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
attester_slashing.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
block_operations_fuzz_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
block_regression_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
BUILD.bazel Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
deposit_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
deposit.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
error.go Withdrawals: containers and process BLS to ETH1 changes (#11090) 2022-07-25 14:10:18 +00:00
eth1_data_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
eth1_data.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
exit_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
exit.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
genesis_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
genesis.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
header_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
header.go Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
log.go Split block_operations.go into smaller files (#6495) 2020-07-06 15:27:42 -07:00
payload_test.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
payload.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
proposer_slashing_regression_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
proposer_slashing_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
proposer_slashing.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
randao_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
randao.go Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
signature_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
signature.go Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
withdrawals_test.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
withdrawals.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00