Skip to content

Commit b117008

Browse files
committed
4.0.2-rc1: release notes and version update
1 parent 1150219 commit b117008

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1+
## Diamond Node Software 4.0.2
2+
3+
OPTIONAL Update
4+
5+
New behavior for validator nodes as main feature
6+
- [Autoshutdown if a Node becomes a regular Node](https://github.com/DMDcoin/diamond-node/issues/322)
7+
8+
Further stability improvements
9+
- [FIXED: received transactions are getting pooled, if announced by another peer](https://github.com/DMDcoin/diamond-node/issues/304)
10+
- [FIXED: dropped transactions are getting pooled](https://github.com/DMDcoin/diamond-node/issues/303)
11+
- [FIXED: key generation can panic if faulty validators write malicious parts](https://github.com/DMDcoin/diamond-node/issues/100)
12+
113
## Diamond Node Software 4.0.1
214

3-
First hotfix
15+
OPTIONAL: First hotfix
416
Mitigates the transaction spam caused by flaws in the transaction management of report disconnectivity transactions.
517

618
- [Reduce Intervals for connectivity checks](https://github.com/DMDcoin/diamond-node/issues/313)

Cargo.lock

Lines changed: 2 additions & 2 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 = "4.0.1"
5+
version = "4.0.2-rc1"
66
license = "GPL-3.0"
77
authors = [
88
"bit.diamonds developers",

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 = "4.0.1"
4+
version = "4.0.2-rc1"
55
authors = [
66
"bit.diamonds developers",
77
"OpenEthereum developers",

0 commit comments

Comments
 (0)