Releases: NodleCode/chain
2.0.2
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 forink!
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
Bump our code base to use Substrate 3.0.
BugFix: Reserve Dispatch Origin
- We were previously dispatching calls as
Root
instead of theModuleId
. - Also include changes to the
grants.claim
extrinsic to allow people to use another account to claim their coins.
Mainnet RC6 > 2.0
- 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
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
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
Basically the phoenix release but with wings!
This release covers all the missing elements to correctly restart the mainnet.
Nodle Chain 2.0.0! 👀
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
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
- refactoring to parity like codebase
- trying to debug sync issue