-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update ethereum-types and uint changelogs * purge parity-util-mem * cargo set-version --bump minor -p kvdb * cargo set-version --bump patch -p uint * cargo set-version --bump patch -p ethereum-types * kvdb-rocksdb: rm unused path field * kvdb-rocksdb: rm unused method * update kvdb&co * rm extra newline
- Loading branch information
Showing
33 changed files
with
33 additions
and
1,794 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ethereum-types" | ||
version = "0.14.0" | ||
version = "0.14.1" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
homepage = "https://github.com/paritytech/parity-common" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "kvdb-memorydb" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
repository = "https://github.com/paritytech/parity-common" | ||
description = "A key-value in-memory database that implements the `KeyValueDB` trait" | ||
|
@@ -10,10 +10,10 @@ rust-version = "1.56.1" | |
|
||
[dependencies] | ||
parking_lot = "0.12.0" | ||
kvdb = { version = "0.12", path = "../kvdb" } | ||
kvdb = { version = "0.13", path = "../kvdb" } | ||
|
||
[dev-dependencies] | ||
kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.10" } | ||
kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.11" } | ||
|
||
[features] | ||
default = [] |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "kvdb-rocksdb" | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
repository = "https://github.com/paritytech/parity-common" | ||
description = "kvdb implementation backed by RocksDB" | ||
|
@@ -14,8 +14,7 @@ harness = false | |
|
||
[dependencies] | ||
smallvec = "1.0.0" | ||
kvdb = { path = "../kvdb", version = "0.12" } | ||
log = "0.4.8" | ||
kvdb = { path = "../kvdb", version = "0.13" } | ||
num_cpus = "1.10.1" | ||
parking_lot = "0.12.0" | ||
regex = "1.3.1" | ||
|
@@ -36,7 +35,7 @@ version = "0.19.0" | |
alloc_counter = "0.0.4" | ||
criterion = "0.4" | ||
ethereum-types = { path = "../ethereum-types" } | ||
kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.10" } | ||
kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.11" } | ||
rand = "0.8.0" | ||
tempfile = "3.1.0" | ||
keccak-hash = { path = "../keccak-hash" } | ||
|
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[package] | ||
name = "kvdb-shared-tests" | ||
version = "0.10.0" | ||
version = "0.11.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.56.1" | ||
description = "Shared tests for kvdb functionality, to be executed against actual implementations" | ||
license = "MIT OR Apache-2.0" | ||
|
||
[dependencies] | ||
kvdb = { path = "../kvdb", version = "0.12" } | ||
kvdb = { path = "../kvdb", version = "0.13" } |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "kvdb" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
authors = ["Parity Technologies <[email protected]>"] | ||
repository = "https://github.com/paritytech/parity-common" | ||
description = "Generic key-value trait" | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.