Skip to content

Commit 8f276c0

Browse files
committed
v0.8.3
1 parent 6d45d64 commit 8f276c0

File tree

7 files changed

+41
-17
lines changed

7 files changed

+41
-17
lines changed

CHANGELOG.md

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

3+
## [v0.8.3](https://github.com/input-output-hk/jormungandr/tree/v0.8.3) (2019-12-17)
4+
5+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.2...v0.8.3)
6+
7+
**Fixed bugs:**
8+
9+
- Node stuck - block is already cached as a candidate - panic 'assertion failed: \_old.is\_none\(\)' - immediate memory increase [\#1327](https://github.com/input-output-hk/jormungandr/issues/1327)
10+
- jcli transaction make-witness fails with error [\#1323](https://github.com/input-output-hk/jormungandr/issues/1323)
11+
12+
**Closed issues:**
13+
14+
- jcli rest v0 stake get no longer lists all pools with delegated stake in 0.8.2 [\#1371](https://github.com/input-output-hk/jormungandr/issues/1371)
15+
- where is jcli? [\#1369](https://github.com/input-output-hk/jormungandr/issues/1369)
16+
- Error in the overall configuration of the node/ bootstrap file. v0.8.2 [\#1363](https://github.com/input-output-hk/jormungandr/issues/1363)
17+
- 404 Not Found status code is too generic for unused addresses which confuses jcli users [\#1361](https://github.com/input-output-hk/jormungandr/issues/1361)
18+
19+
**Merged pull requests:**
20+
21+
- \[Tests\] Another Fix for non functional tests [\#1378](https://github.com/input-output-hk/jormungandr/pull/1378)
22+
- \[Tests\] fixed non\_functional tests compilation issues [\#1375](https://github.com/input-output-hk/jormungandr/pull/1375)
23+
- Reverts change in 7e79334da1a46c484e3d6ffe0c52e2518c3c4c44 which remo… [\#1362](https://github.com/input-output-hk/jormungandr/pull/1362)
24+
- Docs: jcli/transaction + stake\_pool/delegating\_stake - fix [\#1347](https://github.com/input-output-hk/jormungandr/pull/1347)
25+
- Rework chain pull to be concurrency friendly [\#1346](https://github.com/input-output-hk/jormungandr/pull/1346)
26+
327
## [v0.8.2](https://github.com/input-output-hk/jormungandr/tree/v0.8.2) (2019-12-13)
428

529
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.1...v0.8.2)

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.2"
3+
version = "0.8.3"
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.2"
3+
version = "0.8.3"
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.2"
3+
version = "0.8.3"
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.2"
3+
version = "0.8.3"
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.2"
3+
version = "0.8.3"
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)