prysm-pulse/beacon-chain/state/state-native
terencechain 7fa3ebfaa8
Add historical summaries to state and processing (#11842)
* Add historical summaries to state and processing

* Process historical roots test

* Passing spec tests

* Fix shas and tests

* Fix mainnet spectest sha

* Fix tests

* Update beacon-chain/core/epoch/epoch_processing.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/core/epoch/epoch_processing_test.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update proto/prysm/v1alpha1/beacon_state.proto

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update beacon-chain/state/state-native/hasher.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Radek's feedback

* Getters error

* Dont return

* Fix else

* Fix tests

* Fix test

* Rm white space

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2023-01-11 22:20:15 +00:00
..
custom-types Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
types Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
beacon_state_mainnet.go Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
beacon_state_minimal.go Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
BUILD.bazel Implement bound on expected withdrawals (#11760) 2022-12-16 06:45:26 +00:00
doc.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
error.go Clean up misc warnings (#10900) 2022-06-21 15:26:56 +00:00
getters_attestation_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
getters_attestation.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
getters_block_test.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
getters_block.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
getters_checkpoint_test.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
getters_checkpoint.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
getters_eth1.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
getters_misc.go Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
getters_participation_test.go Deprecate native state flag (#11268) 2022-09-15 20:47:51 +02:00
getters_participation.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
getters_payload_header.go Implement upgrade to capella (#11642) 2022-11-09 16:48:23 +01:00
getters_randao.go Deduplicate native state (a.k.a. One State to rule them all) (#10483) 2022-05-09 13:02:34 +00:00
getters_state.go Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
getters_sync_committee.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
getters_test.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
getters_validator_test.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
getters_validator.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
getters_withdrawal_test.go Implement bound on expected withdrawals (#11760) 2022-12-16 06:45:26 +00:00
getters_withdrawal.go Implement bound on expected withdrawals (#11760) 2022-12-16 06:45:26 +00:00
hasher_test.go Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
hasher.go Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
proofs_test.go Deprecate native state flag (#11268) 2022-09-15 20:47:51 +02:00
proofs.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
readonly_validator_test.go Add Withdrawal helpers (#11552) 2022-10-12 08:44:41 -05:00
readonly_validator.go Add Withdrawal helpers (#11552) 2022-10-12 08:44:41 -05:00
references_test.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
setters_attestation_test.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
setters_attestation.go Cleaner genesis state population (#11809) 2022-12-22 05:38:51 +00:00
setters_block.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
setters_checkpoint.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
setters_eth1.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
setters_misc.go Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
setters_participation.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
setters_payload_header.go capella payload changes (#11647) 2022-11-12 18:19:51 +00:00
setters_randao.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
setters_state.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
setters_sync_committee.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
setters_validator.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
setters_withdrawal_test.go Add Capella state changes (#11688) 2022-11-24 14:54:55 -03:00
setters_withdrawal.go Add Capella state changes (#11688) 2022-11-24 14:54:55 -03:00
spec_parameters.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
ssz.go Use prysmaticlabs/fastssz as a direct dependency (#10941) 2022-06-28 13:03:24 +00:00
state_fuzz_test.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
state_test.go Fix a bunch of deepsource warnings (#11814) 2022-12-22 09:20:10 +00:00
state_trie_test.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
state_trie.go Add historical summaries to state and processing (#11842) 2023-01-11 22:20:15 +00:00
types_test.go Fix a bunch of deepsource warnings (#11814) 2022-12-22 09:20:10 +00:00
types.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00