Skip to content

Commit

Permalink
v0.8.15
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDP committed Mar 18, 2020
1 parent 9324c36 commit 19f8eb4
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 10 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## [v0.8.15](https://github.com/input-output-hk/jormungandr/tree/v0.8.15) (2020-03-18)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.14...v0.8.15)

**Implemented enhancements:**

- Added peer connected count to stats [\#1918](https://github.com/input-output-hk/jormungandr/pull/1918)
- p2p quarantine policy update and vicinity randomnisation [\#1916](https://github.com/input-output-hk/jormungandr/pull/1916)
- jcli: /api/v0/stake/{epoch} - exposed [\#1910](https://github.com/input-output-hk/jormungandr/pull/1910)

**Closed issues:**

- One Stats to rule them all [\#1919](https://github.com/input-output-hk/jormungandr/issues/1919)
- Document the steps for jcli pool retirement [\#1906](https://github.com/input-output-hk/jormungandr/issues/1906)

**Merged pull requests:**

- \[Tests\] Private network multiple trust fix [\#1926](https://github.com/input-output-hk/jormungandr/pull/1926)
- Rest: node stats - use interface dto [\#1923](https://github.com/input-output-hk/jormungandr/pull/1923)
- \[Tests\] System resources monitoring for node [\#1922](https://github.com/input-output-hk/jormungandr/pull/1922)
- Changed default value of max\_client\_connections [\#1917](https://github.com/input-output-hk/jormungandr/pull/1917)
- \[Test\] Reward history test case [\#1914](https://github.com/input-output-hk/jormungandr/pull/1914)
- \[Docs\] jcli retirement docs [\#1909](https://github.com/input-output-hk/jormungandr/pull/1909)
- blockchain: convert internals to futures 0.3 [\#1908](https://github.com/input-output-hk/jormungandr/pull/1908)
- move different modules to new tokio runtime [\#1907](https://github.com/input-output-hk/jormungandr/pull/1907)
- \[Tests\] test case for leadership log parent hash [\#1905](https://github.com/input-output-hk/jormungandr/pull/1905)
- \[Tests\]Explorer soak test [\#1902](https://github.com/input-output-hk/jormungandr/pull/1902)


## [v0.8.14](https://github.com/input-output-hk/jormungandr/tree/v0.8.14) (2020-03-12)

[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.13...v0.8.14)
Expand Down
10 changes: 5 additions & 5 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 jcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jcli"
version = "0.8.14"
version = "0.8.15"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-integration-tests"
version = "0.8.14"
version = "0.8.15"
authors = [ "dev@iohk.io" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-lib"
version = "0.8.14"
version = "0.8.15"
authors = ["dev@iohk.io"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr-scenario-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr-scenario-tests"
version = "0.8.14"
version = "0.8.15"
authors = [ "dev@iohk.io" ]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jormungandr"
version = "0.8.14"
version = "0.8.15"
authors = [ "dev@iohk.io" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/input-output-hk/jormungandr"
Expand Down

0 comments on commit 19f8eb4

Please sign in to comment.