Skip to content

Releases: expanse-org/go-expanse

Rebirth Release

07 May 15:21
Compare
Choose a tag to compare

This is an experimental release for the new frkhash algo

Nebula

05 Feb 19:00
Compare
Choose a tag to compare

Hardfork

# Blocknumber: 3,050,000

Overview

Istanbul includes six Ethereum Improvement Proposals (EIPs), specific code changes to the ethereum protocol, including EIPs 152, 1108, 1344, 1844, 2028 and 2200.

Aegis

03 Apr 22:49
Compare
Choose a tag to compare

Constantinople 1,830,000
PirlGuard 1800000

Reduce block target to 15 seconds.

Nebula

15 Jul 17:07
Compare
Choose a tag to compare

Merge all the upstream changes from Ethereum.

Gassed Up

17 Oct 15:20
Compare
Choose a tag to compare

Expanse Changes 1.7.2

  • Upgrade Objectives:
  • Upgrade EXP to the latest ETH:Byzantium protocol.
  • Make EXP transactions faster
  • Decrease uncle inflation
  • Maintain Block Reward 8/min

Byzantium Objectives:

  • Addition of ‘REVERT’ opcode, which permits error handling without consuming all gas (EIP 140)
  • Transaction receipts now include a status field to indicate success or failure EIP 658)
  • Elliptic curve addition and scalar multiplication on alt_bn128 (EIP 196) and pairing checks (EIP 197), permitting
  • ZK-Snarks and other cryptographic mathemagic™
  • Support for big integer modular exponentiation (EIP 198), enabling RSA signature verification and other cryptographic applications
  • Support for variable length return values (EIP 211)
  • Addition of the ‘STATICCALL’ opcode, permitting non-state-changing calls to other contracts (EIP 214)
  • Changes to the difficulty adjustment formula to take uncles into account (EIP 100)

Important Information:

  • Fork Block Number: 800,000
  • New Block Target: 30 Seconds
  • New Block Reward: 4 EXP

Checksum

  • 12eea2341ad8459df9c8e3a1b4d83b9d gexp-darwin-amd64.tar.gz
  • f4f27d846aef08e3fa14b8bda2a82ce8 gexp-darwin-386.tar.gz
  • 128ecd824d2f6fa8a6de3fb34fcbfe4c gexp-linux-amd64.tar.gz
  • 2edbfa56fd4fee9927cd98178e7b904d gexp-linux-386.tar.gz
  • 3a88a27e9ed903d317ae5e9c83965795 gexp-windows-amd64.zip
  • ffe35d684109b7deb83b5d30277f2d1c gexp-windows-386.zip

Rocketfuel

04 Jun 21:30
Compare
Choose a tag to compare

Merged all the upstream changes from gETH.

chainID = 2

03 Apr 18:01
Compare
Choose a tag to compare

update the chain id, to prevent replay attacks across eth code base networks.

HARDFORK BLOCK 600,000 - Catching up with GETH

30 Mar 01:09
Compare
Choose a tag to compare

UPDATE YOUR NODES BEFORE BLOCK 600,000

This update contains the EIP155 (replay protection), EIP161 (state clearing), and EIP170 (code size limit) updates.

Gexp now includes a built-in netstats reporter.

Use --ethstats "(nodename):3xp4ns3@stats.expanse.tech" to get listed on stats.expanse.tech

Save us all

08 Oct 19:31
Compare
Choose a tag to compare

From the GETH team:

This release improves block processing performance to work around recent DoS attacks. It also disables the --jitvm A/B test which previously enabled the experimental JIT VM for 10% of geth users.

The DoS issue that began affecting the ethereum network two days ago has been remediated by adding state journalling to Geth. Journalling means that we no longer need to copy a transaction's state when a call is made; this is the root cause of many of the recently identified issues. Journalling, along with other recent improvements in response to other attacks, should also make Geth significantly faster at importing transactions.

Expanse 1.4.7

30 Jun 17:30
Compare
Choose a tag to compare

Merged upstream changes.