Skip to content

Commit d4ac194

Browse files
committed
v0.7.0-rc5
1 parent 7eac318 commit d4ac194

File tree

7 files changed

+58
-17
lines changed

7 files changed

+58
-17
lines changed

CHANGELOG.md

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

3+
## [v0.7.0-rc5](https://github.com/input-output-hk/jormungandr/tree/v0.7.0-rc5) (2019-11-07)
4+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.0-rc4...v0.7.0-rc5)
5+
6+
**Implemented enhancements:**
7+
8+
- UTxO query by FragmentID [\#1048](https://github.com/input-output-hk/jormungandr/issues/1048)
9+
- update chain-deps to have support for ratio delegation [\#1084](https://github.com/input-output-hk/jormungandr/pull/1084)
10+
- Reimplemented chain pull [\#1078](https://github.com/input-output-hk/jormungandr/pull/1078)
11+
- jcli transaction - add data-for-witness \(alias id\) and fragment-id [\#1073](https://github.com/input-output-hk/jormungandr/pull/1073)
12+
- Transaction update \(major breaking changes\) [\#1063](https://github.com/input-output-hk/jormungandr/pull/1063)
13+
14+
**Fixed bugs:**
15+
16+
- Memory allocation error after update to 0.7.0-rc4 [\#1064](https://github.com/input-output-hk/jormungandr/issues/1064)
17+
- Crash on Jormungandr 0.6.0 on Mac OSX Catalina [\#953](https://github.com/input-output-hk/jormungandr/issues/953)
18+
- fix mis-handling of legacy UTxO in the ledger [\#1071](https://github.com/input-output-hk/jormungandr/pull/1071)
19+
- prevent blowing up limit and mitigate generic serialisation format [\#1066](https://github.com/input-output-hk/jormungandr/pull/1066)
20+
21+
**Closed issues:**
22+
23+
- v0.7.0-rc4 Unable to read previously node config [\#1061](https://github.com/input-output-hk/jormungandr/issues/1061)
24+
- Transactions lost on rollbacks [\#1043](https://github.com/input-output-hk/jormungandr/issues/1043)
25+
- Leader node crash during leader event processing on Windows 10 [\#975](https://github.com/input-output-hk/jormungandr/issues/975)
26+
27+
**Merged pull requests:**
28+
29+
- Rest utxo [\#1081](https://github.com/input-output-hk/jormungandr/pull/1081)
30+
- \[Tests\] move NodeState to jormungandr-lib [\#1080](https://github.com/input-output-hk/jormungandr/pull/1080)
31+
- doc: Remove remaining traces of private\_id [\#1079](https://github.com/input-output-hk/jormungandr/pull/1079)
32+
- \[Tests \] Stats rest method for node [\#1077](https://github.com/input-output-hk/jormungandr/pull/1077)
33+
- Implement a custom policy object [\#1076](https://github.com/input-output-hk/jormungandr/pull/1076)
34+
- remove unused imports [\#1075](https://github.com/input-output-hk/jormungandr/pull/1075)
35+
- \[Tests\] Use KeyPair from jormungandr-libs [\#1074](https://github.com/input-output-hk/jormungandr/pull/1074)
36+
- Restore REST TX info functionality [\#1070](https://github.com/input-output-hk/jormungandr/pull/1070)
37+
- jcli: certificate print - also signedcert [\#1068](https://github.com/input-output-hk/jormungandr/pull/1068)
38+
- Update introduction.md [\#1062](https://github.com/input-output-hk/jormungandr/pull/1062)
39+
- Docs: allow\_private\_addresses - add to sample cfg [\#1059](https://github.com/input-output-hk/jormungandr/pull/1059)
40+
- \[Tests\] Testnet test case stability fix [\#1051](https://github.com/input-output-hk/jormungandr/pull/1051)
41+
- \[Tests\] Jormungandr-scenario-tests added grpc calls to node [\#1047](https://github.com/input-output-hk/jormungandr/pull/1047)
42+
- \[Tests\] Genesis initial test cases [\#1023](https://github.com/input-output-hk/jormungandr/pull/1023)
43+
344
## [v0.7.0-rc4](https://github.com/input-output-hk/jormungandr/tree/v0.7.0-rc4) (2019-11-01)
445
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.0-rc3...v0.7.0-rc4)
546

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-rc4"
3+
version = "0.7.0-rc5"
44
authors = [ "[email protected]" ]
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-rc4"
3+
version = "0.7.0-rc5"
44
authors = [ "[email protected]" ]
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-rc4"
3+
version = "0.7.0-rc5"
44
authors = ["[email protected]"]
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-rc4"
3+
version = "0.7.0-rc5"
44
authors = [ "[email protected]" ]
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-rc4"
3+
version = "0.7.0-rc5"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

0 commit comments

Comments
 (0)