Skip to content

Releases: darwinia-network/darwinia

Crab Network Alpha Testing

08 Apr 05:07
7f207f5
Compare
Choose a tag to compare
Crab Beta1 (#415)

* update: types

* add: local tester

* update: format

* remove: unused type

* fix: typo

* todo: load boot conf from file

* fix: field name

* update: chain spec

* update: deps

Icefrog Runtime Upgrade

07 Feb 08:47
3e7ae4e
Compare
Choose a tag to compare
Merge pull request #257 from AurevoirXavier/icefrog

IceFrog Runtime Upgrade

v0.4.6 Hotfix

19 Jan 04:34
b0bd3af
Compare
Choose a tag to compare

Hotfix

Making a time wrap like Kusama to revive IceFrog

Release

OS Arch Package
macOS Catalina x64 tar.gz
macOS Mojave/High Sierra x64 tar.gz
ArchLinux x64 tar.gz
Ubuntu x64 tar.gz
CentOS x64 tar.gz
Windows x64 7z
Docker x64 docker pull darwinianetwork/darwinia:release-v0.4.6.3

IceFrog Testnet Release Final

31 Dec 05:24
Compare
Choose a tag to compare

Change Log

  • global
    • new:
      • Ring token symbol: IRING
      • Kton token symbol: IKTON
    • update:
      • consensus engine from aura to babe
      • session keys (Grandpa, Babe, ImOnline)
      • timestamp accuracy from second to millisecond
  • core
    • cli
      • support:
        • boot from configuration files
  • runtime
    • chain spec
      • update:
        • contract fee...
        • transfer fee...
        • ...
    • constants
      • update:
        • balance unit (NANO, MICRO, MILLI, COIN)
  • srml
    • balances/kton:
      • update:
        • more powerful currency lock
    • kton:
      • add:
        • transfer fee (Ring)
    • im-online:
      • update:
        • offline slash ration from 0.3% to 4.8%
    • staking:
      • add:
        • check node name
      • update:
        • inflation (reward curve)
        • slash by power and remove unstake_threshold
        • unbonded items can't be slashed
        • withdraw expired unbonded automatically
        • unbond call can only unbond those who are already mature, user will require to first claim immature deposits before unbonding
    • eth-relay
      • Prototype Implementation
    • eth-backing
      • Prototype Implementation

Release

OS Arch Package Tip
macOS Catalina x64 targz
macOS Mojave x64 targz
ArchLinux x64 targz
Ubuntu x64 targz
CentOS-7 x64 targz
Windows x64 not yet
Docker x64 dockerhub docker pull darwinianetwork/darwinia:release-v0.4.6.2

Deprecated: Testnet Release (Internal Icefrog)

27 Dec 10:09
2732fbb
Compare
Choose a tag to compare
Merge pull request #207 from AurevoirXavier/develop

Develop

IceFrog Testnet Pre-Release

26 Dec 10:48
Compare
Choose a tag to compare
Pre-release
v0.4.4

update cap

IceFrog Testnet Pre-release

26 Dec 10:45
f9022eb
Compare
Choose a tag to compare
Pre-release
Merge pull request #197 from AurevoirXavier/develop

Develop

IceFrog Testnet Pre-release

26 Dec 10:27
f9022eb
Compare
Choose a tag to compare
Pre-release

Change Log Coming Soon...

Deprecated due to wrong hard cap.

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