Skip to content

Commit a415280

Browse files
committed
v0.8.0-rc1
1 parent cfcd7ce commit a415280

File tree

7 files changed

+63
-17
lines changed

7 files changed

+63
-17
lines changed

CHANGELOG.md

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

3+
## [v0.8.0-rc1](https://github.com/input-output-hk/jormungandr/tree/v0.8.0-rc1) (2019-11-28)
4+
5+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.5...v0.8.0-rc1)
6+
7+
**Breaking changes:**
8+
9+
- update to latest chain-deps: add incentive [\#1193](https://github.com/input-output-hk/jormungandr/pull/1193)
10+
- Certificate fees [\#1191](https://github.com/input-output-hk/jormungandr/pull/1191)
11+
12+
**Implemented enhancements:**
13+
14+
- Add owner stake deletagion cert creation tool to JCLI [\#1202](https://github.com/input-output-hk/jormungandr/issues/1202)
15+
- Pull from block 0 if no checkpoints intersect [\#1225](https://github.com/input-output-hk/jormungandr/pull/1225)
16+
- Add owner stake deletagion cert creation tool to JCLI [\#1224](https://github.com/input-output-hk/jormungandr/pull/1224)
17+
- Allow setting treasury in the genesis file [\#1213](https://github.com/input-output-hk/jormungandr/pull/1213)
18+
- Add input output to block and initial fees [\#1198](https://github.com/input-output-hk/jormungandr/pull/1198)
19+
- Add multisignature to address in explorer [\#1197](https://github.com/input-output-hk/jormungandr/pull/1197)
20+
- remote syslog via UDP [\#1196](https://github.com/input-output-hk/jormungandr/pull/1196)
21+
- Add stake pool details getter to REST [\#1195](https://github.com/input-output-hk/jormungandr/pull/1195)
22+
- Small network fixes, improve logging [\#1194](https://github.com/input-output-hk/jormungandr/pull/1194)
23+
24+
**Fixed bugs:**
25+
26+
- update chain-libs, include fix for osx mbi1 [\#1226](https://github.com/input-output-hk/jormungandr/pull/1226)
27+
- Header chain validation errors are not fatal [\#1218](https://github.com/input-output-hk/jormungandr/pull/1218)
28+
- mitigate issue with loading existing state from storage [\#1214](https://github.com/input-output-hk/jormungandr/pull/1214)
29+
- Fix per certificate fees and APIs [\#1212](https://github.com/input-output-hk/jormungandr/pull/1212)
30+
- fix stake pool blocks query off by one [\#1205](https://github.com/input-output-hk/jormungandr/pull/1205)
31+
32+
**Closed issues:**
33+
34+
- 0.7.3-0.7.4, error compiling jormungandr-lib v0.7.3-0.7.4 [\#1217](https://github.com/input-output-hk/jormungandr/issues/1217)
35+
36+
**Merged pull requests:**
37+
38+
- Add `git submodule update` to "How to install from sources" [\#1219](https://github.com/input-output-hk/jormungandr/pull/1219)
39+
- Update doc [\#1210](https://github.com/input-output-hk/jormungandr/pull/1210)
40+
- Optimize locking with Storage::send\_from\_to [\#1209](https://github.com/input-output-hk/jormungandr/pull/1209)
41+
- rename blockchain\_stuck\_notifier [\#1208](https://github.com/input-output-hk/jormungandr/pull/1208)
42+
- \[Tests\] Jts timeout fix [\#1207](https://github.com/input-output-hk/jormungandr/pull/1207)
43+
- Disgraceful REST shutdown [\#1203](https://github.com/input-output-hk/jormungandr/pull/1203)
44+
- \[Tests\] another attempt to stabilize tests [\#1199](https://github.com/input-output-hk/jormungandr/pull/1199)
45+
- README.md: typo [\#1181](https://github.com/input-output-hk/jormungandr/pull/1181)
46+
- \[Tests\]\[Testnet\] more logging for testnet test [\#1177](https://github.com/input-output-hk/jormungandr/pull/1177)
47+
- Transform REST server into Tokio service [\#1173](https://github.com/input-output-hk/jormungandr/pull/1173)
48+
349
## [v0.7.2](https://github.com/input-output-hk/jormungandr/tree/v0.7.2) (2019-11-25)
450

551
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.1...v0.7.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.7.2"
3+
version = "0.8.0-rc1"
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.2"
3+
version = "0.8.0-rc1"
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.2"
3+
version = "0.8.0-rc1"
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.2"
3+
version = "0.8.0-rc1"
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.2"
3+
version = "0.8.0-rc1"
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)