prysm-pulse/beacon-chain/db/kv
Preston Van Loon d6bd619429
Bazel: minimal test build transitions (#9122)
* Add build transitions for minimal config based tests

* respect existing gotags

* clean up import

* Add some commentary

* gaz

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: rauljordan <raul@prysmaticlabs.com>
2021-06-30 19:22:09 +00:00
..
testdata Embedded mainnet genesis state + load genesis.ssz from file (#8614) 2021-03-18 21:00:00 +00:00
archived_point_test.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
archived_point.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
backup_test.go Adding ability to override directory permissions for db backup (#8888) 2021-06-18 01:37:58 +00:00
backup.go Disable No Freelist Sync In Backups (#9069) 2021-06-21 15:14:55 +02:00
blocks_test.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
blocks.go Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
BUILD.bazel Bazel: minimal test build transitions (#9122) 2021-06-30 19:22:09 +00:00
checkpoint_test.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
checkpoint.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
deposit_contract_test.go Remove redundant parentheses around nil values (#8199) 2021-01-05 13:29:46 +00:00
deposit_contract.go Various code inspection resolutions (#7438) 2020-10-12 08:11:05 +00:00
encoding_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +00:00
encoding.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
finalized_block_roots_test.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
finalized_block_roots.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
genesis_test.go Use Block Interface Across Prysm (#8918) 2021-05-26 16:19:54 +00:00
genesis.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
init_test.go Embedded mainnet genesis state + load genesis.ssz from file (#8614) 2021-03-18 21:00:00 +00:00
kv_test.go Configurable DB Mmap Size for Beacon Node and Validator Client (#8448) 2021-02-15 20:29:47 +00:00
kv.go Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +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 Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
migration_archived_index.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
migration_block_slot_index_test.go Replace bytes.Equal with assert.DeepEqual in tests (#8318) 2021-01-22 15:15:40 +00:00
migration_block_slot_index.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
migration.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
operations_test.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
operations.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
powchain_test.go DB: Return error when saving nil eth1data (#7396) 2020-09-30 23:23:22 +00:00
powchain.go Change gogoproto compiler to protoc-gen-go-cast (#8697) 2021-05-17 18:32:04 +00:00
schema.go Code quality issues - Remove unused code (#6864) 2020-08-05 13:59:46 +02:00
slashings_test.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
slashings.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
state_summary_cache.go Better receiver names in beacon chain module (#8286) 2021-01-19 13:21:32 +00:00
state_summary_test.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
state_summary.go Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
state_test.go Move EthereumAPIs Into Prysm (#8968) 2021-06-02 18:49:52 -05:00
state.go Beacon State V2 Interface Definition With Semantic Version Paths (#9125) 2021-06-30 15:06:19 +00:00
utils_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
utils.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00