prysm-pulse/validator/db/kv
Raul Jordan c5c868d0a6
Use Separate Buckets to Store Special Data for Proposal Slashing Protection (#7963)
* ignore keys in the schema

* add test

* use separate buckets for special values where pubkey is the index

* test fix
2020-11-25 23:58:01 +00:00
..
attestation_history_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
attestation_history_v2_test.go Add Attested and Proposed Public Keys DB Methods (#7959) 2020-11-25 21:37:39 +00:00
attestation_history_v2.go Add Attested and Proposed Public Keys DB Methods (#7959) 2020-11-25 21:37:39 +00:00
attestation_history.go New attestation store for local protection (#7248) 2020-10-06 19:59:36 +00:00
BUILD.bazel Save GenesisValidatorsRoot from WaitForChainStart (#7855) 2020-11-20 18:06:12 +00:00
db_test.go Use t.TempDir() in tests (#7769) 2020-11-10 22:45:17 +00:00
db.go Use Separate Buckets to Store Special Data for Proposal Slashing Protection (#7963) 2020-11-25 23:58:01 +00:00
genesis_test.go Save GenesisValidatorsRoot from WaitForChainStart (#7855) 2020-11-20 18:06:12 +00:00
genesis.go Save GenesisValidatorsRoot from WaitForChainStart (#7855) 2020-11-20 18:06:12 +00:00
manage_test.go Allow Optional Signing Roots in Proposal History (#7960) 2020-11-25 22:24:07 +00:00
manage.go Save GenesisValidatorsRoot from WaitForChainStart (#7855) 2020-11-20 18:06:12 +00:00
proposal_history_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
proposal_history_v2_test.go Allow Optional Signing Roots in Proposal History (#7960) 2020-11-25 22:24:07 +00:00
proposal_history_v2.go Use Separate Buckets to Store Special Data for Proposal Slashing Protection (#7963) 2020-11-25 23:58:01 +00:00
proposal_history.go Implement Standard Slashing Protection JSON With Importing Logic (#7675) 2020-11-17 22:37:43 +00:00
schema.go Use Separate Buckets to Store Special Data for Proposal Slashing Protection (#7963) 2020-11-25 23:58:01 +00:00