NodleCode Chain Versions Save

A repo for the Nodle blockchain node ⛓

2.0.18

2 years ago

This marks the first stable release of the Nodle Parachain with multiple changes including:

  • refactoring to latest version of substrate
  • breaking our monolithic node in multiple sub-nodes for each runtime
  • modifying the allocations pallet to log each rewards as a balance transfer instead of a deposit
  • minor refactoring

2.0.17

2 years ago

Includes changes to support our upcoming parachain, an upgrade to Substrate branch 0.9.13, and a serie of bug fixes to handle the upgrade on our test and main networks.

2.0.16

2 years ago

Includes a few more patches for the parachain

2.0.15

2 years ago

Pre release for the eden parachain crowdloan with final chain spec. Will be deployed on internal chaos relay network before release on polkadot.

2.0.14

2 years ago

Features compatibility with substrate's polkadot-v0.9.12 branch in order to be parachain ready.

2.0.13

2 years ago

This release marks the last one before an upgrade to the 0.9.12 branch. It includes two small changes:

  • modify the number of decimals from 12 to 11 in preparation for a redenomination
  • make the oracle allocation reward extrinsic free for the oracles

2.0.12

2 years ago

This release corrects the previous as we had forgotten to bump the runtime's spec_version.

Full Changelog: https://github.com/NodleCode/chain/compare/2.0.11...2.0.12

2.0.11

2 years ago

This releases renames a few types in the vesting pallet to better work with our internal services.

2.0.10

2 years ago

Minimal release to be tested on arcadia and released on the main network later.

This introduces a new extrinsics to the grants pallet that will allow the finance committee to correct some grants that do not exactly match what was signed on the grant contracts.

2.0.9

2 years ago

This release is a small increment from the previous changes. It mostly includes the depreciation of some unused pallets.