Skip to content

Releases: mintlayer/mintlayer-core

v0.2.0

06 Nov 14:12
v0.2.0
268104f
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

In short

  • A consensus upgrade is scheduled at block height 78440. This upgrade aims to balance pool sizes and discourage the formation of large, dominating pools, as part of our ongoing commitment to improving network decentralization.
  • Introduction of the new MLS01 standard, replacing the legacy version. This standard allows issuers to have optional control over the token supply. This is also available starting from block 78440.
  • Added ability for token issuers to optionally enable freeze/unfreeze actions on tokens.
  • Enhanced authority management, allowing token issuers to change the authority responsible for controlling supply and freeze/unfreeze actions.
  • Included an OP_RETURN output capable of containing a full hash.
  • Implemented several bug fixes and code improvements.

What's Changed

Read more

v0.1.2

14 Sep 17:31
v0.1.2
4d55505
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

v0.1.2 Changelog

New Features

  • General
    • Add CLI argument to show locked balance and utxos by @OBorce in #1123
    • Create command line arguments to set genesis staking keys, VRF keys, and pool Id by @alfiedotwtf in #1092
    • Create a docker build script by @erubboli in #1138
  • Wallet

Enhancements

Bug Fixes

Testing

Miscellaneous

Full Changelog: v0.1.1...v0.1.2