Skip to content

Releases: darwinia-network/darwinia

IceFrog Testnet Pre-release

17 Dec 07:55
d1397ed
Compare
Choose a tag to compare
Pre-release
Merge pull request #158 from darwinia-network/denny_fixing_eth_backing

Fixing eth-backing modules

Darwinia eth-relay module demo Pre-release

11 Dec 06:54
8804585
Compare
Choose a tag to compare
Merge pull request #152 from AurevoirXavier/update-eth-relay

update: handle eth-relay error

Crayfish Testnet

03 Sep 06:58
4bd8b1d
Compare
Choose a tag to compare

CHANGELOG

  • The relationship between RING and KTON changed:

    • Both RING and KTON can be used for bonding
  • Staking Rule Changed:

    • Staking process changed:

      • if users commit extra time promise (3-36 months) when bonding RING, they will get KTON as a bonus, which can also be used for staking.
      • Normal bonded RING can be transformed into time-promise pattern smoothly (without any costs).
      • Users can promise extra time lock immediately on expired time-promise RING without unbonding it.
      • Users can redeem their bonded time-promise RING early if they pay three times the fine (in KTON).
    • Inflation changed:

      • inflation reduced greatly: from about 40% annualized inflation rate the first year down to 4%
    • Slashing rules changed:

      • Only bonded balance (RING&KTON) will be slashed because of the misbehavior of nominated validators.
      • Bonded balance will be slashed by percentage.
    • New vote power rules:

      • both RING and KTON are converted into votes according to respective rules: the number of votes is proportional to the reward that each vote can be awarded.
      • Half of the total reward will flow to RING bond-er, another half will flow to KTON bond-er.
  • Some configs users might care about:

    • BondingDuration : 14 days (the duration of unbond-to-unlock phase).

    • total RING issued during the first year: 80,000,000 RING

    • ExistentialDeposit: 0.001 RING. (the minimum balance required to keep an account alive).

Downloads

OS Arch Package Tip
macOS x64 zip
Ubuntu x64 zip
CentOS-7 x64 zip
Windows x64 zip
Docker x64 dockerhub docker pull darwinianetwork/darwinia:release-v0.3.1

Crayfish Testnet Pre-release

02 Sep 06:04
Compare
Choose a tag to compare
Pre-release

CHANGELOG

  • The relationship between RING and KTON changed:

    • Both RING and KTON can be used for bonding
  • Staking Rule Changed:

    • Staking process changed:

      • if users commit extra time promise (3-36 months) when bonding RING, they will get KTON as a bonus, which can also be used for staking.
      • Normal bonded RING can be transformed into time-promise pattern smoothly (without any costs).
      • Users can promise extra time lock immediately on expired time-promise RING without unbonding it.
      • Users can redeem their bonded time-promise RING early if they pay three times the fine (in KTON).
    • Inflation changed:

      • inflation reduced greatly: from about 40% annualized inflation rate the first year down to 4%
    • Slashing rules changed:

      • Only bonded balance (RING&KTON) will be slashed because of the misbehavior of nominated validators.
      • Bonded balance will be slashed by percentage.
    • New vote power rules:

      • both RING and KTON are converted into votes according to respective rules: the number of votes is proportional to the reward that each vote can be awarded.
      • Half of the total reward will flow to RING bond-er, another half will flow to KTON bond-er.
  • Some configs users might care about:

    • BondingDuration : 14 days (the duration of unbond-to-unlock phase).

    • total RING issued during the first year: 80,000,000 RING

    • ExistentialDeposit: 0.001 RING. (the minimum balance required to keep an account alive).

Trilobita Testnet - Patch 1 Fix prefix issue

08 Jul 07:54
Compare
Choose a tag to compare

This is an unstable testnet for developers and validators to get started and learn the system. It is expected to have bugs/issues with this release. This testnet is also the first part of the PoC1 Milestone.

Submit your questions and issues here:

https://github.com/darwinia-network/darwinia/issues

Features:

  1. fix bugs in checking chain state of KTON in polkadot.js

Known bugs:

  1. The event listener in latest Polkadot UI is not working, so as Darwinia UI, the extrinsic looks like pending but actually is confirmed.
  2. The web wallet for this testnet is not ready yet, to interact with the testnet you need to use https://polkadot.js.org/apps/ for now.
  3. All states related to KTON will be cleared, but other modules will not be affected.

Downloads:

OS Arch Package Tip
macOS x64 zip
Ubuntu x64 zip
Docker x64 dockerhub docker pull darwinianetwork/darwinia:release-v0.2.1

Trilobita Testnet

02 Jul 06:49
555b935
Compare
Choose a tag to compare

This is an unstable testnet for developers and validators to get started and learn the system. It is expected to have bugs/issues with this release. This testnet is also the first part of the PoC1 Milestone.

Submit your questions and issues here:

https://github.com/darwinia-network/darwinia/issues

Features:

  1. RING and KTON Tokens Runtime, including transfer functions.
  2. Gringotts SRML: Issuing KTON token by locking RING in Gringotts bank
  3. Staking and Nominating validators using KTON token
  4. Pay RING rewards to KTON holders and validators and nominators who have KTON locked.
  5. Replace the balance module with Darwinia’s RING module.
  6. Customized chain spec and telemetry support

Known bugs:

  1. The event listener in latest Polkadot UI is not working, so as Darwinia UI, the extrinsic looks like pending but actually is confirmed.
  2. The web wallet for this testnet is not ready yet, to interact with the testnet you need to use https://polkadot.js.org/apps/ for now.

Downloads:

OS Arch Package Tip
macOS x64 zip
Ubuntu x64 zip
Docker x64 dockerhub docker pull darwinianetwork/darwinia:v0.2

Trilobita Testnet Pre-release

01 Jul 11:28
8d5c84d
Compare
Choose a tag to compare
Pre-release
Merge pull request #15 from hammeWang/master

Darwinia POC-1 Testnet