prysm-pulse/beacon-chain/db/kv
Raul Jordan 8fef74ab25
Block Slashings CRUD Methods DB Refactor (#3261)
* new interface methods

* support proposer slashings

* add in the new buckets

* all crud for propoer slashings

* attester slashings complete

* all slashings crud done

* right comment

* delete out of scope methods

* conform old beacon DB
2019-08-21 15:21:04 -05:00
..
attestations_test.go Allow Nil Return from DB Methods (#3247) 2019-08-20 12:24:29 -05:00
attestations.go add all proper spans to methods (#3248) 2019-08-20 14:35:48 -05:00
blocks_test.go Allow Nil Return from DB Methods (#3247) 2019-08-20 12:24:29 -05:00
blocks.go Part 2 of fork choice update - benchmark tests (#3212) 2019-08-20 16:13:20 -06:00
BUILD.bazel Block Slashings CRUD Methods DB Refactor (#3261) 2019-08-21 15:21:04 -05: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 Block Slashings CRUD Methods DB Refactor (#3261) 2019-08-21 15:21:04 -05:00
schema.go Block Slashings CRUD Methods DB Refactor (#3261) 2019-08-21 15:21:04 -05:00
slashings_test.go Block Slashings CRUD Methods DB Refactor (#3261) 2019-08-21 15:21:04 -05:00
slashings.go Block Slashings CRUD Methods DB Refactor (#3261) 2019-08-21 15:21:04 -05:00
state_test.go Implement State DB Methods (#3193) 2019-08-13 18:33:31 -04:00
state.go add all proper spans to methods (#3248) 2019-08-20 14:35:48 -05:00
utils.go Misc Blocks DB Improvements (#3244) 2019-08-20 10:09:10 -05:00
validators_test.go Allow Nil Return from DB Methods (#3247) 2019-08-20 12:24:29 -05:00
validators.go Part 2 of fork choice update - benchmark tests (#3212) 2019-08-20 16:13:20 -06:00