This website requires JavaScript.
Explore
Help
Sign In
mirror
/
prysm-pulse
Watch
1
Star
0
Fork
0
You've already forked prysm-pulse
mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced
2025-01-08 02:31:19 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
97ad5cd5fd
prysm-pulse
/
slasher
/
db
/
db_test.go
6 lines
101 B
Go
Raw
Normal View
History
Unescape
Escape
Change slasher DB structure to mirror beacon-chains (#4848) * Add interface and move slashing types to /types package * WIP restructure to match beacon chain DB * Fix build * Fix comment * Fix comments * fix comments for sure * Use wrapper function for evict * Remove unused * Update slasher/db/kv/kv.go * Update slasher/db/testing/BUILD.bazel * Update slasher/db/types/BUILD.bazel * Update slasher/db/types/types.go Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2020-02-13 16:19:46 +00:00
package
db
import
"github.com/prysmaticlabs/prysm/slasher/db/kv"
Verify interface compliance using typed nil instead of dereferencing and conversion (#7489) Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-10-10 00:36:48 +00:00
var
_
Database
=
(
*
kv
.
Store
)
(
nil
)
Reference in New Issue
Copy Permalink