From 786835414e64b83dc7bd5977b18ec6cf8c527743 Mon Sep 17 00:00:00 2001 From: Nicolas Di Prima Date: Wed, 11 Dec 2019 21:22:17 +0000 Subject: [PATCH] v0.8.0 --- 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 09261e6ce7..c542363436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## [v0.8.0](https://github.com/input-output-hk/jormungandr/tree/v0.8.0) (2019-12-11) + +[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.0-rc11...v0.8.0) + +**Implemented enhancements:** + +- GraphQL: expose treasury balance [\#1247](https://github.com/input-output-hk/jormungandr/issues/1247) +- Graphql treasury balance and settings [\#1342](https://github.com/input-output-hk/jormungandr/pull/1342) +- add reward constraints parameter [\#1338](https://github.com/input-output-hk/jormungandr/pull/1338) +- Debug block operation in jcli [\#1337](https://github.com/input-output-hk/jormungandr/pull/1337) + +**Fixed bugs:** + +- rest node stats does not count/consider all kinds of tx/fragments [\#1301](https://github.com/input-output-hk/jormungandr/issues/1301) +- Get REST node stats from all framents containing TX [\#1343](https://github.com/input-output-hk/jormungandr/pull/1343) + +**Closed issues:** + +- Add jcli command / rest endpoint for decoding a block [\#1336](https://github.com/input-output-hk/jormungandr/issues/1336) + +**Merged pull requests:** + +- \[Tests\] logging enhancements for Private network tests [\#1339](https://github.com/input-output-hk/jormungandr/pull/1339) + ## [v0.8.0-rc11](https://github.com/input-output-hk/jormungandr/tree/v0.8.0-rc11) (2019-12-10) [Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.0-rc10...v0.8.0-rc11) diff --git a/Cargo.lock b/Cargo.lock index 45fe482237..f3cd3190ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1419,7 +1419,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "jcli" -version = "0.8.0-rc11" +version = "0.8.0" dependencies = [ "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1434,7 +1434,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.0-rc11", + "jormungandr-lib 0.8.0", "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)", @@ -1453,7 +1453,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.8.0-rc11" +version = "0.8.0" 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)", @@ -1476,7 +1476,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.0-rc11", + "jormungandr-lib 0.8.0", "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)", @@ -1509,7 +1509,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.8.0-rc11" +version = "0.8.0" 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)", @@ -1530,9 +1530,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.0-rc11", - "jormungandr 0.8.0-rc11", - "jormungandr-lib 0.8.0-rc11", + "jcli 0.8.0", + "jormungandr 0.8.0", + "jormungandr-lib 0.8.0", "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)", @@ -1555,7 +1555,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.8.0-rc11" +version = "0.8.0" dependencies = [ "bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1580,7 +1580,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.8.0-rc11" +version = "0.8.0" 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)", @@ -1593,8 +1593,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.0-rc11", - "jormungandr-lib 0.8.0-rc11", + "jormungandr-integration-tests 0.8.0", + "jormungandr-lib 0.8.0", "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 7880cf4eb4..4b7602f41f 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.8.0-rc11" +version = "0.8.0" 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 1ebdd3a01c..2b733e9dc3 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.0-rc11" +version = "0.8.0" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index f5c525d8b1..949e5dea6e 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.8.0-rc11" +version = "0.8.0" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr-scenario-tests/Cargo.toml b/jormungandr-scenario-tests/Cargo.toml index 7ce3660e6b..8a19ae0115 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.0-rc11" +version = "0.8.0" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index fabd820fe5..662ae7154e 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.8.0-rc11" +version = "0.8.0" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"