Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Diamond Node Software 4.0.1

First hotfix
Mitigates the transaction spam caused by flaws in the transaction management of report disconnectivity transactions.

- [Reduce Intervals for connectivity checks](https://github.com/DMDcoin/diamond-node/issues/313)
- [connectivity reports should not trigger if there is no block production](https://github.com/DMDcoin/diamond-node/issues/243)

## Diamond Node Software 4.0.0

Official Node Software start version for the DMD Diamond network version 4.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Diamond Node"
name = "diamond-node"
# NOTE Make sure to update util/version/Cargo.toml as well
version = "4.0.0"
version = "4.0.1"
license = "GPL-3.0"
authors = [
"bit.diamonds developers",
Expand Down
2 changes: 1 addition & 1 deletion crates/util/version/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "parity-version"
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
version = "4.0.0"
version = "4.0.1"
authors = [
"bit.diamonds developers",
"OpenEthereum developers",
Expand Down
Loading