Releases: centrifuge/centrifuge-cli
Polkadot Crowdloan Reward Mechanism
Implements the polkadot crowdloan reward mechanism.
v0.1.0
This release is the "final" version of the CLI before the restructuring. This version is capable of running migration and crowdloan logic (only for Kusama).
v0.1.0-beta4
This release enables the usage of polkadot-api especially with the new metadata version that supports TypeInfo.
This release contains the current beta versions of the command Crowdloan
and Migration
. But usable for Altair currently.
v0.1.0-beta3-crowdloan - Crowdloan Plugin
Contains a new beta relase of the Crowdloan Plugin.
v0.1.0-beta2-crowdloan - Altair Crowdloan
Version that is able to initalize the Altair crowdloan pallets. INFO: Altair only readiness.
The crowdloan command is able to
- build a merkle-tree from fetched contributions of the Kusama crowdloan
- initialize the crowdloan-pallets on Altiar
- funding the reward-pallet-address with enough minted funds
Migration capable CLI version
This release cuts out the current usable version of the CLI which is capable of running data migrations from a stand-alone to a parachain. As the rest of the CLI is not yet ready to be used, this tag is specifically tagged with migration
and as a beta release.