Skip to content

Commit 14a6e8f

Browse files
committed
v0.8.0-rc11
1 parent 05c94d3 commit 14a6e8f

File tree

7 files changed

+46
-17
lines changed

7 files changed

+46
-17
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Change Log
22

3+
## [v0.8.0-rc11](https://github.com/input-output-hk/jormungandr/tree/v0.8.0-rc11) (2019-12-10)
4+
5+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.0-rc10...v0.8.0-rc11)
6+
7+
**Implemented enhancements:**
8+
9+
- jcli help message to improve and error message to be more precise [\#1310](https://github.com/input-output-hk/jormungandr/issues/1310)
10+
- Add node IPs in REST network stats [\#1261](https://github.com/input-output-hk/jormungandr/issues/1261)
11+
- Expose Poldercast and Node Quarantine status [\#1332](https://github.com/input-output-hk/jormungandr/pull/1332)
12+
- Add node IPs in REST network stats [\#1331](https://github.com/input-output-hk/jormungandr/pull/1331)
13+
- blockchain: Purge candidate forest from unresolved branches [\#1329](https://github.com/input-output-hk/jormungandr/pull/1329)
14+
- create directory if it does not exist [\#1328](https://github.com/input-output-hk/jormungandr/pull/1328)
15+
- jcli key derive - update help messages related to bip32 keys [\#1315](https://github.com/input-output-hk/jormungandr/pull/1315)
16+
17+
**Fixed bugs:**
18+
19+
- 0.8.0-RC9+1 - value\_taxed \> TAX\_LIMIT for stake pool [\#1304](https://github.com/input-output-hk/jormungandr/issues/1304)
20+
- fix open-api document [\#1322](https://github.com/input-output-hk/jormungandr/pull/1322)
21+
- remove extra line in csv dump [\#1321](https://github.com/input-output-hk/jormungandr/pull/1321)
22+
- remove trailing space to be compatible RFC4180 [\#1318](https://github.com/input-output-hk/jormungandr/pull/1318)
23+
- remove duplicated line [\#1316](https://github.com/input-output-hk/jormungandr/pull/1316)
24+
- Fix jcli doc on tax [\#1313](https://github.com/input-output-hk/jormungandr/pull/1313)
25+
26+
**Merged pull requests:**
27+
28+
- \[Tests\] Rewards integration tests [\#1330](https://github.com/input-output-hk/jormungandr/pull/1330)
29+
- more fixes in the openapi doc [\#1324](https://github.com/input-output-hk/jormungandr/pull/1324)
30+
- Update registering\_stake\_pool.md [\#1317](https://github.com/input-output-hk/jormungandr/pull/1317)
31+
332
## [v0.8.0-rc10](https://github.com/input-output-hk/jormungandr/tree/v0.8.0-rc10) (2019-12-09)
433

534
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.0-rc9...v0.8.0-rc10)

Cargo.lock

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

jcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcli"
3-
version = "0.8.0-rc10"
3+
version = "0.8.0-rc11"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

jormungandr-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-integration-tests"
3-
version = "0.8.0-rc10"
3+
version = "0.8.0-rc11"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

jormungandr-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-lib"
3-
version = "0.8.0-rc10"
3+
version = "0.8.0-rc11"
44
authors = ["[email protected]"]
55
edition = "2018"
66

jormungandr-scenario-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-scenario-tests"
3-
version = "0.8.0-rc10"
3+
version = "0.8.0-rc11"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr"
3-
version = "0.8.0-rc10"
3+
version = "0.8.0-rc11"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

0 commit comments

Comments
 (0)