|
1 | 1 | # Change Log
|
2 | 2 |
|
| 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 | + |
3 | 49 | ## [v0.7.2](https://github.com/input-output-hk/jormungandr/tree/v0.7.2) (2019-11-25)
|
4 | 50 |
|
5 | 51 | [Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.7.1...v0.7.2)
|
|
0 commit comments