Releases: input-output-hk/jormungandr
Releases · input-output-hk/jormungandr
v0.5.4
v0.5.2
v0.5.1
v0.5.0
v0.3.9999
v0.3.1415
This release contains a bug that will prevent normal usage, please use
v0.3.9999
instead.
House Keeping
- fixed bugs when stored blocks didn't apply properly on the in memory representation
of the blockchain, preventing node restart (#783 #788 #790) - OpenAPI validation and testings (#725 #728 #731)
- more info in the node's stats (#729)
- better management of forks and rollbacks (#773)
Breaking changes
- the configuration files expects only valid and known fields (#759)
- addresses for the p2p configuration are expected to be only multiaddress format (#736)
- certificate have been updated and now expect new fields (checkout the doc) (#726)
- trusted peers do not need an
id
anymore (#757)
New features
v0.3.3
- the leader schedule is now served via the Rest API, stake pool operator can now see when the node has been elected to create a block and when it will be elected to create a block;
- CORS can now be enabled for the REST API, allowing more usecases for client applications;
- fixed long standing bug where the node stopped to create blocks after some time (special thanks to @rinor for the help)
- the blockchain data representation has been completely re-written allowing better managements for fork and rollbacks;
See the CHANGELOG for more details
v0.3.2
v0.3.1
v0.3.0
release 0.3.0
Enhancement
- Improve logging options/configuration
- Fix node breaking when receiving invalid blocks
- Fix node trying to commit invalid fragments due to using the wrong ledger
- Improvement related to inbound headers and blocks
- Misc improvements to naming semantics, documentation, Docker scripts, and tests
Breaking change
- transaction-id is now superseded by fragment-id, fixing uniqueness bug
- logging configuration changes