diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5c6415dc..aea26113a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,71 @@ # Change Log +## [v0.8.19](https://github.com/input-output-hk/jormungandr/tree/v0.8.19) (2020-05-04) + +[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.8.18...v0.8.19) + +**Implemented enhancements:** + +- \[VIT\] REST endpoint to list the committee [\#2070](https://github.com/input-output-hk/jormungandr/issues/2070) +- JCLI - properly expose vote commands [\#2166](https://github.com/input-output-hk/jormungandr/pull/2166) +- DOC - api, update specification. Fixed err/warn [\#2162](https://github.com/input-output-hk/jormungandr/pull/2162) +- add support for script addresses [\#2158](https://github.com/input-output-hk/jormungandr/pull/2158) +- JCli vote plan certificate [\#2157](https://github.com/input-output-hk/jormungandr/pull/2157) +- override package version for nightly builds [\#2146](https://github.com/input-output-hk/jormungandr/pull/2146) +- Expose VotePlans in rest service [\#2135](https://github.com/input-output-hk/jormungandr/pull/2135) +- DOC - cleanup and updates [\#2132](https://github.com/input-output-hk/jormungandr/pull/2132) +- Rest - api, /committees - added [\#2122](https://github.com/input-output-hk/jormungandr/pull/2122) +- Committee block0 [\#2109](https://github.com/input-output-hk/jormungandr/pull/2109) +- add vote plan and cast per certificate fee [\#2107](https://github.com/input-output-hk/jormungandr/pull/2107) +- Add compatibility with the updated new certificate for vote plan [\#2096](https://github.com/input-output-hk/jormungandr/pull/2096) +- Change mutex to std instead of tokio in watchdog intercom [\#2082](https://github.com/input-output-hk/jormungandr/pull/2082) +- doc - api specification maintenance updates [\#2055](https://github.com/input-output-hk/jormungandr/pull/2055) + +**Fixed bugs:** + +- Build broken on FreeBSD [\#2126](https://github.com/input-output-hk/jormungandr/issues/2126) +- Unregistered pools are still listed in the explorer [\#2074](https://github.com/input-output-hk/jormungandr/issues/2074) +- jormungandr-lib: move sysinfo to dev-dependencies [\#2164](https://github.com/input-output-hk/jormungandr/pull/2164) +- fix the per vote certificate fee configuration in the block0 [\#2110](https://github.com/input-output-hk/jormungandr/pull/2110) +- correctly set tip block in stats counter for non-leader nodes [\#2108](https://github.com/input-output-hk/jormungandr/pull/2108) +- Track retirement in explorer stake pool data [\#2076](https://github.com/input-output-hk/jormungandr/pull/2076) + +**Closed issues:** + +- Build fails on latest stable Rust 1.43.0 [\#2133](https://github.com/input-output-hk/jormungandr/issues/2133) +- Nightly version numbers not set in binaries [\#2113](https://github.com/input-output-hk/jormungandr/issues/2113) +- REST API Swagger documentation points to the wrong URL for specification file [\#2073](https://github.com/input-output-hk/jormungandr/issues/2073) +- \[VIT\] list active vote plans end points [\#2069](https://github.com/input-output-hk/jormungandr/issues/2069) +- \[VIT\] genesis block0: commitee [\#2067](https://github.com/input-output-hk/jormungandr/issues/2067) +- \[VIT\] jcli update the transaction auth certificate command for vote plan certificates [\#2064](https://github.com/input-output-hk/jormungandr/issues/2064) + +**Merged pull requests:** + +- JCLI - certificate new vote-plan, fix empty plan [\#2163](https://github.com/input-output-hk/jormungandr/pull/2163) +- GH - actions, update api linter [\#2161](https://github.com/input-output-hk/jormungandr/pull/2161) +- \[Test\] Test maintenance for scenario tests [\#2154](https://github.com/input-output-hk/jormungandr/pull/2154) +- Clippy fixes jormungandr watchdog [\#2144](https://github.com/input-output-hk/jormungandr/pull/2144) +- Chain deps update [\#2143](https://github.com/input-output-hk/jormungandr/pull/2143) +- chain-deps update [\#2142](https://github.com/input-output-hk/jormungandr/pull/2142) +- reduce dependency surface [\#2137](https://github.com/input-output-hk/jormungandr/pull/2137) +- update chain-deps and remove need for LeaderId property in the explorer [\#2134](https://github.com/input-output-hk/jormungandr/pull/2134) +- \[Test\] ignore qa bootstrap network test [\#2131](https://github.com/input-output-hk/jormungandr/pull/2131) +- \[Tests\] genesis decode bijection test [\#2125](https://github.com/input-output-hk/jormungandr/pull/2125) +- \[Test \]Last block update [\#2117](https://github.com/input-output-hk/jormungandr/pull/2117) +- \[Tests\] Retire pool integration test [\#2097](https://github.com/input-output-hk/jormungandr/pull/2097) +- udpate all deps [\#2095](https://github.com/input-output-hk/jormungandr/pull/2095) +- \[Tests\] Settings which allows self reference [\#2087](https://github.com/input-output-hk/jormungandr/pull/2087) +- Bump sysinfo from 0.12.0 to 0.14.1 [\#2085](https://github.com/input-output-hk/jormungandr/pull/2085) +- REST API: replace actix with warp [\#2083](https://github.com/input-output-hk/jormungandr/pull/2083) +- \[Tests\] Add assertion for pool\_id from retirement cert [\#2081](https://github.com/input-output-hk/jormungandr/pull/2081) +- \[Tests\] Quarantine White-list tests [\#2080](https://github.com/input-output-hk/jormungandr/pull/2080) +- separate REST Context and methods implementations from Actix [\#2078](https://github.com/input-output-hk/jormungandr/pull/2078) +- doc - api v0, cleaning [\#2077](https://github.com/input-output-hk/jormungandr/pull/2077) +- \[Tests\] updated openapi.yaml location. updated error messages [\#2071](https://github.com/input-output-hk/jormungandr/pull/2071) +- \[Tests\] Implement scenario tests in integration tests [\#2062](https://github.com/input-output-hk/jormungandr/pull/2062) +- \[Test\] private scenario tests connection limits test cases [\#2047](https://github.com/input-output-hk/jormungandr/pull/2047) +- Fix version not working for crosscompiled targets [\#2046](https://github.com/input-output-hk/jormungandr/pull/2046) + ## [v0.8.18](https://github.com/input-output-hk/jormungandr/tree/v0.8.18) (2020-04-10) [Full Changelog](https://github.com/input-output-hk/jormungandr/compare/nightly...v0.8.18) diff --git a/Cargo.lock b/Cargo.lock index a783ff64fe..aed4438a11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1561,7 +1561,7 @@ checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" [[package]] name = "jcli" -version = "0.8.19-nightly" +version = "0.8.19" dependencies = [ "bech32", "bincode", @@ -1595,7 +1595,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.8.19-nightly" +version = "0.8.19" dependencies = [ "arc-swap", "async-trait", @@ -1657,7 +1657,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.8.19-nightly" +version = "0.8.19" dependencies = [ "assert_cmd", "assert_fs", @@ -1705,7 +1705,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.8.19-nightly" +version = "0.8.19" dependencies = [ "bech32", "bincode", @@ -1739,7 +1739,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.8.19-nightly" +version = "0.8.19" dependencies = [ "bawawa", "bytes 0.4.12", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 9f7bb9fd47..4ac3f21387 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.8.19-nightly" +version = "0.8.19" 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 c5e1245c3a..2cb22a0f45 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.19-nightly" +version = "0.8.19" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index 4aba8eccfe..574d92cfb4 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.8.19-nightly" +version = "0.8.19" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr-scenario-tests/Cargo.toml b/jormungandr-scenario-tests/Cargo.toml index fad8a870b8..faffdd99e4 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.19-nightly" +version = "0.8.19" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 0edb8220e0..04f611a68c 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.8.19-nightly" +version = "0.8.19" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr"