aptos-validator-interface 0.2.7

Defines interfaces between the aptos nodes and local move infrastructure
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "aptos-validator-interface"
version = "0.2.7"
authors = ["Aptos Labs <opensource@aptoslabs.com>"]
description = "Defines interfaces between the aptos nodes and local move infrastructure"
repository = "https://github.com/aptos-labs/aptos-core"
homepage = "https://aptoslabs.com"
license = "Apache-2.0"
edition = "2018"

[dependencies]
anyhow = "1.0.57"
aptos-config = { version = "0.2.1", path = "../../config" }
aptos-state-view = { version = "0.2.1", path = "../../storage/state-view" }
aptos-types = { version = "0.2.1", path = "../../types" }
aptosdb = { version = "0.2.1", path = "../../storage/aptosdb" }
move-deps = { version = "0.2.1", path = "../move-deps" }
storage-interface = { version = "0.2.1", path = "../../storage/storage-interface" }