From 8f276c00d8494e56b371445339016cab48b2d8ee Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Tue, 17 Dec 2019 10:43:38 +0000 Subject: [PATCH] v0.8.3 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Cargo.lock | 24 ++++++++++++------------ jcli/Cargo.toml | 2 +- jormungandr-integration-tests/Cargo.toml | 2 +- jormungandr-lib/Cargo.toml | 2 +- jormungandr-scenario-tests/Cargo.toml | 2 +- jormungandr/Cargo.toml | 2 +- 7 files changed, 41 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87280c7f24..33f49b98c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## [v0.8.3](https://github.com/input-output-hk/jormungandr/tree/v0.8.3) (2019-12-17) + +[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.2...v0.8.3) + +**Fixed bugs:** + +- 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) +- jcli transaction make-witness fails with error [\#1323](https://github.com/input-output-hk/jormungandr/issues/1323) + +**Closed issues:** + +- 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) +- where is jcli? [\#1369](https://github.com/input-output-hk/jormungandr/issues/1369) +- Error in the overall configuration of the node/ bootstrap file. v0.8.2 [\#1363](https://github.com/input-output-hk/jormungandr/issues/1363) +- 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) + +**Merged pull requests:** + +- \[Tests\] Another Fix for non functional tests [\#1378](https://github.com/input-output-hk/jormungandr/pull/1378) +- \[Tests\] fixed non\_functional tests compilation issues [\#1375](https://github.com/input-output-hk/jormungandr/pull/1375) +- Reverts change in 7e79334da1a46c484e3d6ffe0c52e2518c3c4c44 which remo… [\#1362](https://github.com/input-output-hk/jormungandr/pull/1362) +- Docs: jcli/transaction + stake\_pool/delegating\_stake - fix [\#1347](https://github.com/input-output-hk/jormungandr/pull/1347) +- Rework chain pull to be concurrency friendly [\#1346](https://github.com/input-output-hk/jormungandr/pull/1346) + ## [v0.8.2](https://github.com/input-output-hk/jormungandr/tree/v0.8.2) (2019-12-13) [Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.1...v0.8.2) diff --git a/Cargo.lock b/Cargo.lock index fe0e2968df..a25920c89f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1428,7 +1428,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jcli" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1443,7 +1443,7 @@ dependencies = [ "ed25519-bip32 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "gtmpl 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jormungandr-lib 0.8.2", + "jormungandr-lib 0.8.3", "maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.8.2" +version = "0.8.3" dependencies = [ "actix-net 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "actix-threadpool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1485,7 +1485,7 @@ dependencies = [ "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", "imhamt 0.1.0", - "jormungandr-lib 0.8.2", + "jormungandr-lib 0.8.3", "juniper 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.8.2" +version = "0.8.3" dependencies = [ "assert_cmd 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", "assert_fs 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1539,9 +1539,9 @@ dependencies = [ "galvanic-test 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "grpc 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "jcli 0.8.2", - "jormungandr 0.8.2", - "jormungandr-lib 0.8.2", + "jcli 0.8.3", + "jormungandr 0.8.3", + "jormungandr-lib 0.8.3", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "poldercast 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1564,7 +1564,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1589,7 +1589,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bawawa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1602,8 +1602,8 @@ dependencies = [ "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "jormungandr-integration-tests 0.8.2", - "jormungandr-lib 0.8.2", + "jormungandr-integration-tests 0.8.3", + "jormungandr-lib 0.8.3", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "mktemp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "poldercast 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index c5949fe18c..36e074cf3f 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.8.2" +version = "0.8.3" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr" diff --git a/jormungandr-integration-tests/Cargo.toml b/jormungandr-integration-tests/Cargo.toml index 443e187326..dad4738a88 100644 --- a/jormungandr-integration-tests/Cargo.toml +++ b/jormungandr-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-integration-tests" -version = "0.8.2" +version = "0.8.3" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 7be2b32fad..aa7b9734c4 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.8.2" +version = "0.8.3" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr-scenario-tests/Cargo.toml b/jormungandr-scenario-tests/Cargo.toml index 210f5efe9b..43732da732 100644 --- a/jormungandr-scenario-tests/Cargo.toml +++ b/jormungandr-scenario-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-scenario-tests" -version = "0.8.2" +version = "0.8.3" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 5379e96c6d..ee279db78a 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.8.2" +version = "0.8.3" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"