prysm-pulse/validator/db/kv
Shay Zluf 7b5f71229e
New attestation store for local protection (#7248)
* Update attestation with new marshal unmarshal

* Add db methods to handle new slashing protection schema

* lint

* add tests

* goimports

* Apply suggestions from code review

Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>

* const fix

* fix ineffectual assignments

* goimports

* fix import issue

* victor feedback fixes

* victor feedback fixes

* receiver methods

* receiver methods

* Update validator/db/kv/attestation_history_new.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update validator/db/kv/attestation_history_new.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update validator/db/kv/attestation_history_new.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update validator/db/kv/attestation_history_new.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update validator/db/kv/attestation_history_new_test.go

* type change

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2020-10-06 19:59:36 +00:00
..
attestation_history_new_test.go New attestation store for local protection (#7248) 2020-10-06 19:59:36 +00:00
attestation_history_new.go New attestation store for local protection (#7248) 2020-10-06 19:59:36 +00:00
attestation_history_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
attestation_history.go New attestation store for local protection (#7248) 2020-10-06 19:59:36 +00:00
BUILD.bazel New attestation store for local protection (#7248) 2020-10-06 19:59:36 +00:00
db_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
db.go New attestation store for local protection (#7248) 2020-10-06 19:59:36 +00:00
manage_test.go Apply testutils assertions: final cleanup (#7003) 2020-08-25 15:23:06 +00:00
manage.go Audit best practice feedback - validator DB test folder (#6426) 2020-06-26 21:37:43 -05:00
new_proposal_history_test.go Local protection proposal schema update (#7197) 2020-09-14 01:55:33 +00:00
new_proposal_history.go Unnecessary Slice-to-Slice Conversion analyzer (#7321) 2020-09-23 16:14:34 +00:00
proposal_history_test.go Applies assertion funcs to validator tests (#6694) 2020-07-23 01:13:52 +00:00
proposal_history.go Begin Dynamic Rescan of Validating Keys (#6963) 2020-08-31 23:38:20 +00:00
schema.go New attestation store for local protection (#7248) 2020-10-06 19:59:36 +00:00