Skip to content

Latest commit

 

History

History
150 lines (139 loc) · 6.79 KB

CHANGELOG.md

File metadata and controls

150 lines (139 loc) · 6.79 KB

Runtime version 25 (master)

  • Breaking changes:
  • Bug fixes:
  • New features:
  • New notable Substrate changes:

Runtime version 24

Runtime version 23

Runtime version 22

Runtime version 21

Runtime version 20

Runtime version 19

Runtime version 18

Runtime version 17

  • Substrate commit: https://github.com/paritytech/substrate/commit/c4ca27f7121f37172ae0d2d92280a947ca77edd8
  • Breaking changes:
    • Updated Generic Asset Config for dev.rs, testnet.rs , mainnet.rs with test asset ids for CENNZ, CENTRAPAY, PLUG, SYLO, ARDA and CERTI
      • Test CENNZ is now 16000 and Test CENTRAPAY is now 16001
  • New features:
    • GA:
      • Transfer fee should be correctly applied now
      • Create new Asset now requires certain amount of CENNZ to be staked
    • Initial implementation of CennznetExtrinsic with Doughnut and CENNZX support (WIP)
  • New notable Substrate changes:
    • No upstream substrate changes merged

Runtime version 16

  • No changes

Runtime version 15

Runtime version 14

  • Substrate commit: https://github.com/paritytech/substrate/commit/c4ca27f7121f37172ae0d2d92280a947ca77edd8
  • Breaking changes:
    • New naming conventions for runtime modules, instead of cennznet-modules-x, use crml-x, where crml stands for CENNZNet Runtime Module Library.
  • New features:
    • New runtime module rewards, which accumulates transaction fees and mint block reward.
      • Accumulated fees and minted block reward got contributed to staking rewards.
      • Block reward could be set in genesis config, also via set_block_reward in rewards module.
    • GA V4 fully implemented
    • More CENNZX features
  • New notable Substrate changes:
    • No upstream substrate changes merged

Runtime version 13