This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* inject_batch && commit_batch are no longer a part of journaldb * get rid of redundant KeyedHashDB trait * journaldb edition 2018 * journaldb trait moved to the lib.rs file * making journaldb more idiomatic * fix parity_bytes reexport * rename parity-util-mem package in Cargo.toml file
- Loading branch information
Showing
10 changed files
with
595 additions
and
687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,13 @@ version = "0.2.0" | |
authors = ["Parity Technologies <[email protected]>"] | ||
description = "A `HashDB` which can manage a short-term journal potentially containing many forks of mutually exclusive actions" | ||
license = "GPL3" | ||
edition = "2018" | ||
|
||
[dependencies] | ||
parity-bytes = "0.1" | ||
ethereum-types = "0.6.0" | ||
hash-db = "0.12.4" | ||
parity-util-mem = "0.1" | ||
malloc_size_of = { version = "0.1", package = "parity-util-mem" } | ||
keccak-hasher = { path = "../keccak-hasher" } | ||
kvdb = "0.1" | ||
log = "0.4" | ||
|
Oops, something went wrong.