prysm-pulse/beacon-chain/state/state-native
2024-04-04 19:56:08 -05:00
..
custom-types Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
types Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
beacon_state_mainnet.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
beacon_state_minimal.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
BUILD.bazel Update to V5 (#13622) 2024-02-15 05:46:47 +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 Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_attestation.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_block_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_block.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_checkpoint_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_checkpoint.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_eth1.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_misc.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_participation_test.go Total balance refactor to big.Int 2024-04-04 19:56:08 -05:00
getters_participation.go Total balance refactor to big.Int 2024-04-04 19:56:08 -05:00
getters_payload_header.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_randao.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_state.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_sync_committee.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_validator_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_validator.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_withdrawal_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
getters_withdrawal.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
hasher_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
hasher.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
multi_value_slices.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
mvslice_fuzz_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
proofs_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
proofs.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
readonly_validator_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
readonly_validator.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
references_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_attestation_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_attestation.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_block.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_checkpoint.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_eth1_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_eth1.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_misc_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_misc.go Optimize Adding Dirty Indices (#13660) 2024-02-24 10:08:17 +00:00
setters_participation_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_participation.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_payload_header.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_randao.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_state.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_sync_committee.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_validator_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_validator.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_withdrawal_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
setters_withdrawal.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
spec_parameters.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
ssz.go Use prysmaticlabs/fastssz as a direct dependency (#10941) 2022-06-28 13:03:24 +00:00
state_fuzz_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
state_test.go Optimize Adding Dirty Indices (#13660) 2024-02-24 10:08:17 +00:00
state_trie_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
state_trie.go add changes (#13661) 2024-02-26 13:45:17 +00:00
types_test.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
types.go Update to V5 (#13622) 2024-02-15 05:46:47 +00:00