prysm-pulse/beacon-chain/db/kv
Radosław Kapka 73443208a1
Remove proto state (#11445)
* Remove native state flag and use native state in spectests

* remove feature from tests

* use e2e config in slasher simulator

* use params.BeaconConfig in testutil

* use correct function

* use minimal config in go_test

* fix TestListValidators

* parameterize sync committee bits and aggregation bits

* Fix TestServer_ListIndexedAttestations_GenesisEpoch

(cherry picked from commit 254ab623dde08ae8886b152facdbbd8889ed79db)

* fix more tests

* fix even more

* moreeee

* aaaand more

* one more fix

* one more

* simplify TestGetAltairDuties_UnknownPubkey

* comment out problematic test

* one more fix

* one more

* aaaand one more

* another

* use fieldparams in HydrateBlindedBeaconBlockBodyBellatrix

* create new package for mainnet tests

* TestServer_GetBellatrixBeaconBlock

* change slashed validator index

* clear cache in reward_test.go

* deprecate flag

* create bazel mainnet target

* move attester mainnet test to mainnet target

* "fix" proposer tests

* use minimal config in TestServer_circuitBreakBuilder

* fix TestProposer_ProposeBlock_OK

* more fixes in validator package

* more fixes

* more fixes

* test code

* move TestProposer_GetBeaconBlock_BellatrixEpoch to minimal

* finally

* remove proposer_bellatrix_mainnet_test.go

* fix TestServer_GetBellatrixBeaconBlock_HappyCase

* fix TestServer_GetBellatrixBeaconBlock_BuilderCase

* Preston needs to fix this!

* Revert "Preston needs to fix this!"

This reverts commit b03d97a16e3080e254c7b19d7f193d3c600ca869.

* remove proto state tests

* fix migration tests

* static analysis fix

* review

* remove proto state

* swap state in tests

* fix BUILD file in /proto/testing

* remove metrics test with nil state
2022-09-16 18:17:46 -04:00
..
testdata Embedded mainnet genesis state + load genesis.ssz from file (#8614) 2021-03-18 21:00:00 +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 Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
blocks.go Fixed size arrays in block interfaces and structs (#11375) 2022-09-06 14:30:16 +00:00
BUILD.bazel Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
checkpoint_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
checkpoint.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +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 Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +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 Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
genesis.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
init_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
key.go Handle blind block for DB (#10580) 2022-05-03 16:55:59 +00:00
kv_test.go Remove Bolt Mmap Flag (#11236) 2022-08-17 12:22:41 +00:00
kv.go Performance Metrics for Prysm (#11377) 2022-09-01 01:26:19 +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 Remove proto state (#11445) 2022-09-16 18:17:46 -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 Add registration DB methods (#10812) 2022-06-03 15:13:04 +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 Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
state_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
state.go Remove proto state (#11445) 2022-09-16 18:17:46 -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 Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
validated_checkpoint.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +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