Skip to content

Releases: NodleCode/chain

2.0.2

05 May 13:12
42d6565
Compare
Choose a tag to compare

This release supersedes sub3 which was not deployed to the main network. It contains the following changes:

  • we have upgraded everything to Substrate 3.0
  • we now support the contracts pallet for ink! support
  • numerous bugfixes to the grants pallet, mostly related to how we were handling the storage
  • weights have been refactored to make full use of Substrate's benchmarking capabilities
  • all pallets have been moved to Frame v2
  • the runtime was broken into more digestible chunks
  • we have added support for a staking pallet but it isn't enabled for this release (it is feature flag protected)

Thanks to @shamb0 / @rajesh-nodle for the contributions!

Substrate 3.0

24 Mar 10:10
addbaa9
Compare
Choose a tag to compare

Bump our code base to use Substrate 3.0.

BugFix: Reserve Dispatch Origin

09 Mar 08:57
5ceae46
Compare
Choose a tag to compare
  • We were previously dispatching calls as Root instead of the ModuleId.
  • Also include changes to the grants.claim extrinsic to allow people to use another account to claim their coins.

Mainnet RC6 > 2.0

11 Feb 10:25
3b8b7b7
Compare
Choose a tag to compare
  • new runtime to make sure the mainnet runtime runs on substrate 2.0 with u32 refcounts.
  • remove phoenix runtime migrations.
  • patch the grants pallet to let a separate account trigger claims for someone else and thus avoid them from paying a fee.

WASM runtime is attached.

Full Network Upgrade to 2.0.0

04 Jan 08:25
e4b3257
Compare
Choose a tag to compare

Freeze the code and node versions to the latest master for deployment on both Arcadia and the main network. Mostly done this release to trigger a new docker build.

Phoenix

20 Oct 12:40
948a356
Compare
Choose a tag to compare

This is a special version to fix the mainnet stall. We duplicated the old chain's state and are restarting on a new fork.

Flying Phoenix

20 Oct 20:36
1b8baaf
Compare
Choose a tag to compare

Basically the phoenix release but with wings!
This release covers all the missing elements to correctly restart the mainnet.

Nodle Chain 2.0.0! 👀

01 Oct 18:41
7451cbd
Compare
Choose a tag to compare

This release marks the first release of the new Nodle chain system (versus what we had on Stellar), it comes with:

  • an audited codebase
  • support for Substrate 2.0.0 (the latest and most stable release of parity release)
  • a LOT of bug fixes
  • code optimizations
  • a new, more correct versioning system

September 2020 - Fix broken August 2020 release

08 Sep 10:43
87058d1
Compare
Choose a tag to compare

Our initial release had issues due to missing migration code. This release contains them. It also fixes the block tips split between the Company and Block Producers.

August 2020 - Tiny refactoring

27 Aug 20:14
abb6562
Compare
Choose a tag to compare
  • refactoring to parity like codebase
  • trying to debug sync issue