1b56ebf85e
* Fix makefile * Return on invalid finalized block * Fix todo in gossip scoring * Require --merge for --fee-recipient * Bump eth2_serde_utils * Change schema versions * Swap hash/uint256 test_random impls * Use default for ExecutionPayload::empty * Check for DBs before removing * Remove kintsugi docker image * Fix CLI default value
22 lines
535 B
TOML
22 lines
535 B
TOML
[package]
|
|
name = "slashing_protection"
|
|
version = "0.1.0"
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>", "pscott <scottpiriou@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tempfile = "3.1.0"
|
|
types = { path = "../../consensus/types" }
|
|
rusqlite = { version = "0.25.3", features = ["bundled"] }
|
|
r2d2 = "0.8.9"
|
|
r2d2_sqlite = "0.18.0"
|
|
serde = "1.0.116"
|
|
serde_derive = "1.0.116"
|
|
serde_json = "1.0.58"
|
|
eth2_serde_utils = "0.1.1"
|
|
filesystem = { path = "../../common/filesystem" }
|
|
|
|
[dev-dependencies]
|
|
lazy_static = "1.4.0"
|
|
rayon = "1.4.1"
|