prysm-pulse/beacon-chain/db/kv
kasey 9328e9af1f
Capella State Detection (#11862)
* capella state version detection bug fix

* add capella to yaml "template"

* changes for capella state detection

* lint

* don't set capella fork version == altair!!!

* less brittle test for fork schedule rpc

* fix assertions that use wrong field name

* don't test capella/sharding fv against upstream

* hat tip Terence for sanity check

* Update config/params/loader_test.go

Co-authored-by: terencechain <terence@prysmaticlabs.com>

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: terencechain <terence@prysmaticlabs.com>
2023-01-13 04:04:37 +00:00
..
testdata Capella State Detection (#11862) 2023-01-13 04:04:37 +00:00
archived_point_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
archived_point.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
backup_test.go Remove Bolt Mmap Flag (#11236) 2022-08-17 12:22:41 +00:00
backup.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
blocks_test.go Fix a bunch of deepsource warnings (#11814) 2022-12-22 09:20:10 +00:00
blocks.go beacondb: Remove cache look up and lock request from boltdb transaction for state summaries (#11745) 2022-12-08 19:32:04 +00:00
BUILD.bazel tool to search db for a key prefix (#11417) 2022-10-26 21:28:02 +00:00
checkpoint_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
checkpoint.go beacondb: Remove cache look up and lock request from boltdb transaction for state summaries (#11745) 2022-12-08 19:32:04 +00:00
deposit_contract_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
deposit_contract.go Tracing: properly overwrite context so that spans can be correctly attributed (#11012) 2022-07-14 17:00:33 +00:00
encoding_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
encoding.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
error.go Clean up various warnings (#10710) 2022-05-19 04:38:04 +00:00
execution_chain_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
execution_chain.go clean up: godoc comments, redundant castings and more (#11428) 2022-09-12 14:03:20 +00:00
finalized_block_roots_test.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
finalized_block_roots.go Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
genesis_test.go Capella State Detection (#11862) 2023-01-13 04:04:37 +00:00
genesis.go Start chain from bellatrix state (#11746) 2022-12-14 07:13:49 +08:00
init_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
key.go Capella: Add DB changes (#11624) 2022-11-07 15:26:27 +00:00
kv_test.go Remove Bolt Mmap Flag (#11236) 2022-08-17 12:22:41 +00:00
kv.go tool to search db for a key prefix (#11417) 2022-10-26 21:28:02 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
migration_archived_index_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
migration_archived_index.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
migration_blinded_beacon_blocks.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
migration_block_slot_index_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
migration_block_slot_index.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
migration_state_validators_test.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
migration_state_validators.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
migration.go [Feature] - Store Only Blinded Beacon Blocks Post-Merge (#11010) 2022-07-13 17:18:30 +00:00
schema.go Capella: Add DB changes (#11624) 2022-11-07 15:26:27 +00:00
state_summary_cache.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
state_summary_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
state_summary.go beacondb: Remove cache look up and lock request from boltdb transaction for state summaries (#11745) 2022-12-08 19:32:04 +00:00
state_test.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
state.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
utils_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
utils.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
validated_checkpoint_test.go beacondb: Remove cache look up and lock request from boltdb transaction for state summaries (#11745) 2022-12-08 19:32:04 +00:00
validated_checkpoint.go beacondb: Remove cache look up and lock request from boltdb transaction for state summaries (#11745) 2022-12-08 19:32:04 +00:00
wss_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
wss.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00