Skip to content

Commit 1d1f633

Browse files
authored
Merge pull request DMDcoin#168 from SurfingNerd/release-prep-0.10.0
Release prep 0.10.0
2 parents 2894d78 + 427b20b commit 1d1f633

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11

22

3+
## Diamond Node Software 3.3.5-hbbft-0.10.0
4+
5+
6+
7+
### Summary for Diamond Node Software 3.3.5-hbbft-0.10.0
8+
9+
- Bonus Score finalization
10+
311
## Diamond Node Software 3.3.5-hbbft-0.9.8
412

513
- Improved Hbbft "No Session Exists" handling: https://github.com/DMDcoin/diamond-node/issues/150

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Diamond Node"
33
name = "diamond-node"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "3.3.5-hbbft-0.9.8"
5+
version = "3.3.5-hbbft-0.10.0-rc1"
66
license = "GPL-3.0"
77
authors = [
88
"bit.diamonds developers",

crates/accounts/ethkey/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Parity Technologies <[email protected]>"]
77
[dependencies]
88
edit-distance = "2.0"
99
parity-crypto = { version = "0.6.2", features = ["publickey"] }
10-
eth-secp256k1 = { git = "https://github.com/dmdcoin/rust-secp256k1", rev = "9791e79f21a5309dcb6e0bd254b1ef88fca2f1f4" }
10+
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1", rev = "9791e79f21a5309dcb6e0bd254b1ef88fca2f1f4" }
1111
ethereum-types = "0.9.2"
1212
lazy_static = "1.0"
1313
log = "0.4"

crates/util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parity-version"
33
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
4-
version = "3.3.5-hbbft-0.9.8"
4+
version = "3.3.5-hbbft-0.10.0-rc1"
55
authors = [
66
"bit.diamonds developers",
77
"OpenEthereum developers",

0 commit comments

Comments
 (0)