prysm-pulse/beacon-chain/db/kv
terence tsao 62c25eaedb
Revert archival deprecations (#5464)
* Revert "Fix `ListValidatorBalances` for v0.11 (#5458)"

This reverts commit 3763a8ce5d.
* Revert "Deprecate archival service (#5445)"

This reverts commit 4fbcedf541.
* Revert "Delete archival DB methods (#5459)"

This reverts commit 8a3ea1e936.
* Revert "Modify `ListBeaconCommittees ` to use new state service  (#5411)"

This reverts commit 497fa6ed50.
* Revert "Modify `GetValidatorParticipation` to use new state service (#5409)"

This reverts commit 046a00aa87.
* Revert "Modify `GetValidatorActiveSetChanges` to use new state service  (#5408)"

This reverts commit 5eb6485e14.
* Revert "Modify `ListValidatorAssignments` to use new state service (#5365)"

This reverts commit 5a1a768135.
2020-04-16 23:26:10 +00:00
..
archive_test.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
archive.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
archived_point_test.go State service clean up - better migration (#5391) 2020-04-11 13:54:19 -07:00
archived_point.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
attestations_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
attestations.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
backup_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
backup.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
blocks_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
blocks.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
BUILD.bazel Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
check_historical_state.go Verify historical states exist in node pkg (#5432) 2020-04-14 17:38:52 -07:00
checkpoint_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
checkpoint.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
deposit_contract_test.go Add Deposit Contract Methods to DB Refactor (#3264) 2019-08-21 16:11:50 -05:00
deposit_contract.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
encoding_test.go Beacon State: More consistent nil return for state (#4854) 2020-02-13 20:34:50 +00:00
encoding.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
finalized_block_roots_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
finalized_block_roots.go Batch save blocks for initial sync. 80% faster BPS (#5215) 2020-03-30 18:04:10 +00:00
kv_test.go Micro optimizations on new-state-mgmt service for initial syncing (#5241) 2020-03-30 17:10:45 -05:00
kv.go Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
operations_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
operations.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
powchain.go Replace boltdb imports with bbolt import (#5193) 2020-03-24 20:00:54 +00:00
regen_historical_states.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
schema.go Use state validator index map (#5383) 2020-04-11 14:47:22 -05:00
slashings_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
slashings.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
state_summary_test.go Productionization new state service part 1 (#5230) 2020-03-27 13:28:38 -07:00
state_summary.go Enforce error handling and checking type assertions (#5403) 2020-04-13 04:11:09 +00:00
state_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
state.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
utils.go Replace boltdb imports with bbolt import (#5193) 2020-03-24 20:00:54 +00:00