Astar Network is an interoperable blockchain based the Substrate framework and the hub for dApps within the Polkadot Ecosystem. With Astar Network and Shiden Network, people can stake their tokens to a Smart Contract for rewarding projects that provide value to the network.
This repository only contains custom frame modules, for runtimes and node code please check here.
For contributing to this project, please read our Contribution Guideline.
Repository doesn't have a dedicated master branch, instead the main branch is assigned to the branch of active polkadot version, e.g. polkadot-v0.9.13
.
All deliveries should be made to the default branch unless they are intended for another temporary branch.
When a pallet has been modified (version in .toml is updated), a new release tag must be created. Naming format for the tag is: pallet-name-toml-version/polkadot-version
E.g. pallet-dapps-staking-1.1.2/polkadot-v0.9.13
.
Since both pallet-dapps-staking
and pallet-precompile-dapps-staking
are tightly related, we use a direct dependency (path) from the precompile to FRAME pallet. Due to this, both pallet versions should be the same (incrementing one also means that other should be incremented).
When creating tags, it is sufficient to just create a single tag for pallet-dapps-staking
and reuse it for the precompiles in Astar
repo.