Skip to content

Commit c57466d

Browse files
committed
v0.7.1
1 parent e6d731e commit c57466d

File tree

7 files changed

+71
-17
lines changed

7 files changed

+71
-17
lines changed

CHANGELOG.md

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

3+
## [v0.7.1](https://github.com/input-output-hk/jormungandr/tree/v0.7.1) (2019-11-21)
4+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.0...v0.7.1)
5+
6+
**Implemented enhancements:**
7+
8+
- add config for the number of allowed non reachable nodes at a time [\#1150](https://github.com/input-output-hk/jormungandr/issues/1150)
9+
- Logging improvements for network subscriptions [\#1175](https://github.com/input-output-hk/jormungandr/pull/1175)
10+
- poldercast crate update and automatic topology reset [\#1172](https://github.com/input-output-hk/jormungandr/pull/1172)
11+
- Add pool retirement and pool update certificates graphql types [\#1169](https://github.com/input-output-hk/jormungandr/pull/1169)
12+
- Expose stake pool parameters [\#1161](https://github.com/input-output-hk/jormungandr/pull/1161)
13+
- Ground work for header chain validation [\#1159](https://github.com/input-output-hk/jormungandr/pull/1159)
14+
- Add warning if blockchain is not moving up [\#1157](https://github.com/input-output-hk/jormungandr/pull/1157)
15+
- allow setting the number of unreachable nodes to contact for propagation [\#1153](https://github.com/input-output-hk/jormungandr/pull/1153)
16+
- Gracefully handle mutual connection flares [\#1139](https://github.com/input-output-hk/jormungandr/pull/1139)
17+
- Update tip after network blocks [\#1138](https://github.com/input-output-hk/jormungandr/pull/1138)
18+
- Implement BIP32 key derivation [\#1136](https://github.com/input-output-hk/jormungandr/pull/1136)
19+
- Logging to multiple outputs [\#1134](https://github.com/input-output-hk/jormungandr/pull/1134)
20+
- \(\#511\) logging to a file [\#1118](https://github.com/input-output-hk/jormungandr/pull/1118)
21+
22+
**Fixed bugs:**
23+
24+
- Timing issue in Jormungandr for slot leader signing blocks [\#1143](https://github.com/input-output-hk/jormungandr/issues/1143)
25+
- Rise type\_length\_limit [\#1162](https://github.com/input-output-hk/jormungandr/pull/1162)
26+
- catch the error the drains [\#1154](https://github.com/input-output-hk/jormungandr/pull/1154)
27+
- Make sure if the node wake too early for the leader event to wait a bit [\#1151](https://github.com/input-output-hk/jormungandr/pull/1151)
28+
29+
**Closed issues:**
30+
31+
- Local 0.7.0 Jormungandr node not receiving blocks from Incentivized TestNet [\#1147](https://github.com/input-output-hk/jormungandr/issues/1147)
32+
- bootstrap script fails [\#1142](https://github.com/input-output-hk/jormungandr/issues/1142)
33+
- Which faucet to use for the latest release v0.7.0? [\#1135](https://github.com/input-output-hk/jormungandr/issues/1135)
34+
- Error fetching the genesis block from the network [\#1132](https://github.com/input-output-hk/jormungandr/issues/1132)
35+
- panic with error: Some\(NonMonotonicDate [\#1130](https://github.com/input-output-hk/jormungandr/issues/1130)
36+
- Documentation to register a stake pool is not up to date [\#1110](https://github.com/input-output-hk/jormungandr/issues/1110)
37+
- panicked at 'upper\_bound should be \>= than lower\_bound' [\#1093](https://github.com/input-output-hk/jormungandr/issues/1093)
38+
39+
**Merged pull requests:**
40+
41+
- added script for creating a new stakepool [\#1170](https://github.com/input-output-hk/jormungandr/pull/1170)
42+
- clean imports in jormungandr-integration-tests [\#1167](https://github.com/input-output-hk/jormungandr/pull/1167)
43+
- Shutdown node when any service terminates [\#1141](https://github.com/input-output-hk/jormungandr/pull/1141)
44+
- Move REST to a service [\#1140](https://github.com/input-output-hk/jormungandr/pull/1140)
45+
- Fetch block's body only once for transactions in block [\#1133](https://github.com/input-output-hk/jormungandr/pull/1133)
46+
- Add safety checks to bootstrap script [\#1131](https://github.com/input-output-hk/jormungandr/pull/1131)
47+
- \[Tests\]\[JST\] Improve Error Reporting [\#1129](https://github.com/input-output-hk/jormungandr/pull/1129)
48+
- Docs: fix mdbook-linkcheck errors [\#1127](https://github.com/input-output-hk/jormungandr/pull/1127)
49+
- make the blockchain::process fully async [\#1126](https://github.com/input-output-hk/jormungandr/pull/1126)
50+
- Scripts: fix some issues related to certificates [\#1123](https://github.com/input-output-hk/jormungandr/pull/1123)
51+
- Chain pull redux [\#1121](https://github.com/input-output-hk/jormungandr/pull/1121)
52+
- logging settings: .async\(\) -\> .into\_async\(\) [\#1119](https://github.com/input-output-hk/jormungandr/pull/1119)
53+
- Clean up JCLI TX info command [\#1117](https://github.com/input-output-hk/jormungandr/pull/1117)
54+
- Docs: update some certificate related commands [\#1113](https://github.com/input-output-hk/jormungandr/pull/1113)
55+
- \[Tests\] Jormungandr test scenarios - additional test cases [\#1082](https://github.com/input-output-hk/jormungandr/pull/1082)
56+
357
## [v0.7.0](https://github.com/input-output-hk/jormungandr/tree/v0.7.0) (2019-11-12)
458
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.0-rc7...v0.7.0)
559

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.7.0"
3+
version = "0.7.1"
44
authors = [ "dev@iohk.io" ]
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.7.0"
3+
version = "0.7.1"
44
authors = [ "dev@iohk.io" ]
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.7.0"
3+
version = "0.7.1"
44
authors = ["dev@iohk.io"]
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.7.0"
3+
version = "0.7.1"
44
authors = [ "dev@iohk.io" ]
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.7.0"
3+
version = "0.7.1"
44
authors = [ "dev@iohk.io" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

0 commit comments

Comments
 (0)