prysm-pulse/beacon-chain/db/kv
Preston Van Loon d23b247a82
DB: Return error when saving nil eth1data (#7396)
* Return an error on saving nil eth1data
* gofmt
* Merge branch 'master' into return-error-on-nil
* Merge refs/heads/master into return-error-on-nil
* Merge refs/heads/master into return-error-on-nil
2020-09-30 23:23:22 +00:00
..
archived_point_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +00:00
archived_point.go Improved cold state checkpoints: migrate database index and usage (#6461) 2020-07-18 18:05:04 +00:00
backup_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
backup.go Fix multiple anti-patterns from DeepSource analysis (#6951) 2020-08-10 16:16:45 +00:00
blocks_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
blocks.go Add overflow check for StartSlot (#7149) 2020-09-02 02:52:36 +00:00
BUILD.bazel DB: Return error when saving nil eth1data (#7396) 2020-09-30 23:23:22 +00:00
checkpoint_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
checkpoint.go Fix Justified and Finalized Retrieval in Genesis (#6861) 2020-08-04 03:34:17 +00:00
deposit_contract_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +00:00
deposit_contract.go Fixes receiver name in db/kv (#6356) 2020-06-23 10:15:01 +00:00
encoding_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +00:00
encoding.go Add spans to db kv's encode and decode (#6458) 2020-06-30 21:00:49 -07:00
finalized_block_roots_test.go Fix Finalized Epoch Checks (#7364) 2020-09-30 08:25:25 +08:00
finalized_block_roots.go Fix Finalized Epoch Checks (#7364) 2020-09-30 08:25:25 +08:00
kv_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +00:00
kv.go Code quality issues - Remove unused code (#6864) 2020-08-05 13:59:46 +02:00
migration_archived_index_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
migration_archived_index.go Replace context.Background() with more appropriate context (#7136) 2020-09-09 09:48:52 +00:00
migration_block_slot_index_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +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 Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
operations.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
powchain_test.go DB: Return error when saving nil eth1data (#7396) 2020-09-30 23:23:22 +00:00
powchain.go DB: Return error when saving nil eth1data (#7396) 2020-09-30 23:23:22 +00:00
schema.go Code quality issues - Remove unused code (#6864) 2020-08-05 13:59:46 +02:00
slashings_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
slashings.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state_summary_test.go Applies assertion funcs to beacon-chain/db tests (#6938) 2020-08-08 18:39:01 +00:00
state_summary.go [QSP] Deduplicate functions for audit best practices (#6476) 2020-07-07 11:29:25 -05:00
state_test.go Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
state.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +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