Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Releases: mintme-com/webchaind

Webchaind v0.9.0

04 Jun 07:57
72a67ff
Compare
Choose a tag to compare

This release introduces network upgrade at height 7,200,000. It stops current blockchain allowing to start fresh one with core-geth.

Network upgrade will happen on June 14th, 2021. It's needed to upgrade your webchaind before this date. Otherwise transactions made after 7,200,000 block with old webchaind will be discarded.

All balances and smart contracts will be preserved but transactions will be lost and height will start from 0 again.

core-geth with support for MINTME can be downloaded from https://github.com/mintme-com/core-geth/releases/tag/core-geth-mintme

Webchaind v0.8.0

29 Jun 11:17
Compare
Choose a tag to compare

This release introduces network upgrade at height 5,000,001. It changes rewards.

Network upgrade will happen on July 17th. It's needed to upgrade your webchaind before this date.

Changelog

  • Introduce reward decrease at eras 50-55

Webchaind v0.7.0

05 Dec 08:04
Compare
Choose a tag to compare

This release introduces network upgrade at height 3,600,001. It changes rewards.

Network upgrade will happen on December 21th. It's needed to upgrade your webchaind before this date.

Changelog

  • Introduce reward decrease at eras 36-44

Webchaind v0.6.0

14 Oct 07:28
Compare
Choose a tag to compare

This release introduces network upgrade at height 3,300,001. It changes rewards and enables Atlantis features.

Network upgrade will happen on November 5th. It's needed to upgrade your webchaind before this date.

Changelog

  • Introduce reward halving at eras 33-44
  • Enable Atlantis features

Webchaind v0.5.1

23 Sep 06:23
Compare
Choose a tag to compare

Changelog

  • Transaction receipt contains status field now (EIP-658)
  • Migration to go modules
  • State trie clearing (EIP-161)
  • Preparations to Atlantis hardfork

Webchaind v0.4.0

05 Jul 07:20
5e328e5
Compare
Choose a tag to compare

This release introduces network upgrade at height 2,619,000. It changes PoW algorithm and adds new VM opcodes.

Network upgrade will happen on July 16th. It's needed to upgrade your webchaind before this date.

Changelog

  • Changed PoW algorithm from lyra2-webchain to lyra2v2-webchain
  • Added new VM opcodes: RETURNDATASIZE, RETURNDATACOPY, STATICCALL, REVERT

Webchaind v0.3.0

25 Mar 10:51
c6164d7
Compare
Choose a tag to compare

This release introduces network upgrade at height 2,022,222. It changes chain ID and PoW algorithm.

Network upgrade will happen on April 8th. It's needed to upgrade your webchaind before this date.

Changelog

  • Changed chain ID from 101 to 24484
  • Changed PoW algorithm from cryptonight-webchain to lyra2-webchain

Webchaind v0.2.0

06 Sep 07:12
Compare
Choose a tag to compare

Changelog

  • Support for AESNI in cryptonight-webchain
  • Added getAddressTransactions method
  • Various fixes

Webchaind v0.1.0

08 May 08:49
Compare
Choose a tag to compare

First version