Skip to content

Releases: NodleCode/chain

2.0.12

13 Oct 11:53
96186e2
Compare
Choose a tag to compare

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

Full Changelog: 2.0.11...2.0.12

2.0.11

13 Oct 11:30
4712950
Compare
Choose a tag to compare

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

2.0.10

02 Sep 14:31
2e842a4
Compare
Choose a tag to compare

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

28 Jun 09:09
ac074b9
Compare
Choose a tag to compare

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

Phoenix 5

12 Jun 19:39
21f8faa
Compare
Choose a tag to compare

The previous chain version had encountered a crash, which you can reproduce by following these instructions. Thanks to Parity's team, we were able to identify that the issue lies in the state of the Authorship pallet which wasn't properly cleaned by the forking script.

This forks the previous state and restarts a chain from it. It also includes a runtime migration to adjust vesting grants' unlock block numbers since we are restarting from the block 0.

2.0.7

28 May 10:33
0ee4cb4
Compare
Choose a tag to compare
  • this release includes numerous improvements and bug fixes
  • it fixes some of our event documentation so that our indexer and upcoming block explorer can work 😄
  • rollout should happen on the arcadia testnet first

2.0.6: Phoenix 4

11 May 12:23
bd7e9dc
Compare
Choose a tag to compare

2.0.5 wouldn't have worked... we forgot to update the protocol id. Also use this as an opportunity to bump the rust crate versions.

2.0.5: Phoenix 4

11 May 11:43
cf57289
Compare
Choose a tag to compare

It turns out 2.0.4 had some errors in terms of balances. We had to recreate a new spec...
Runtime stays the same.

Phoenix 3

11 May 07:23
b2d1eef
Compare
Choose a tag to compare

This release finalizes the work done with 2.0.2 and 2.0.3, indeed we detected more issues in 2.0.3.
Main changes follow:

  • correct some storage issues with the upgrade to the next-gen pallet definition macros. More details at the end of here
  • readjust grants from the previous version of the network, since we are rebooting from 0 we have to recompute the unlocking block numbers
  • reset the main chain spec still we need to reboot the network

2.0.3: phoenix 2 (#331)

06 May 09:02
410c363
Compare
Choose a tag to compare

Release 2.0.2 had cleared the mainnet validator set. We have used the fork-off script to create a new chain spec which the mainnet will reboot from.