prysm-pulse/beacon-chain/db/kv
Nishant Das 7d0e5a9dc4 Use Latest Vote Map (#4102)
* add latest vote map
* fix all tests
* remove db crud methods
* Merge branch 'master' into latestVoteMap
* preston's review
* Merge branch 'latestVoteMap' of https://github.com/prysmaticlabs/geth-sharding into latestVoteMap
2019-11-25 16:34:20 +00:00
..
archive_test.go Implement ListBeaconCommittees RPC Method (#3977) 2019-11-12 23:32:42 -06:00
archive.go Do Not Archive Active Indices (#3573) 2019-09-25 17:18:37 +08:00
attestations_test.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
attestations.go Better aggregated attestations pool (#3761) 2019-10-16 23:46:07 -07:00
backup_test.go Add database API for creating backups (#3694) 2019-10-03 17:29:49 +08:00
backup.go Add database API for creating backups (#3694) 2019-10-03 17:29:49 +08:00
blocks_test.go Fix finalized block root index (#3950) 2019-11-08 11:00:46 +08:00
blocks.go Delete DB states older than finalized checkpoint (#3824) 2019-10-23 08:30:21 -07:00
BUILD.bazel Fix finalized block root index (#3950) 2019-11-08 11:00:46 +08:00
checkpoint_test.go Track finalized block root index and filter in blocks by range (#3873) 2019-10-29 11:14:17 -04:00
checkpoint.go Fix finalized block root index (#3950) 2019-11-08 11:00:46 +08:00
deposit_contract_test.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
deposit_contract.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
finalized_block_roots_test.go Do Not Reject Attestations in Genesis Epoch (#3955) 2019-11-08 08:09:07 -08:00
finalized_block_roots.go Fix finalized block root index (#3950) 2019-11-08 11:00:46 +08:00
kv_test.go Create a testing db method that can be used with the new database interface (#3217) 2019-08-15 17:41:51 -04:00
kv.go Track finalized block root index and filter in blocks by range (#3873) 2019-10-29 11:14:17 -04:00
operations_test.go Include Voluntary Exits Definitions in DB Refactor (#3266) 2019-08-21 16:32:44 -05:00
operations.go Include Voluntary Exits Definitions in DB Refactor (#3266) 2019-08-21 16:32:44 -05:00
schema.go Track finalized block root index and filter in blocks by range (#3873) 2019-10-29 11:14:17 -04:00
slashings_test.go Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
slashings.go Block Slashings CRUD Methods DB Refactor (#3261) 2019-08-21 15:21:04 -05:00
state_test.go Track finalized block root index and filter in blocks by range (#3873) 2019-10-29 11:14:17 -04:00
state.go Guard against deleting genesis and finalized state in DB (#3842) 2019-10-23 22:39:41 -07:00
utils.go Fix Bolt Fatal Crash (#3320) 2019-08-26 09:00:40 -05:00
validators_test.go Use Latest Vote Map (#4102) 2019-11-25 16:34:20 +00:00
validators.go Use Latest Vote Map (#4102) 2019-11-25 16:34:20 +00:00