|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 44 | ## [v0.7.0-rc4](https://github.com/input-output-hk/jormungandr/tree/v0.7.0-rc4) (2019-11-01)
|
4 | 45 | [Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.0-rc3...v0.7.0-rc4)
|
5 | 46 |
|
|
0 commit comments