Skip to content

Releases: PundiAI/fx-core

v5.0.0-rc0

08 Aug 08:38
Compare
Choose a tag to compare
v5.0.0-rc0 Pre-release
Pre-release

fxCore v5.0.0-rc0 Release Notes

ChangeLog

[v5.0.0-rc0]

Features

  • Transfer validator permissions
  • Edit consensus public key

Bug Fixes

  • Repair testnet slash period

Docker Images

  • fxcore: ghcr.io/functionx/fx-core:5.0.0-rc0
  • cosmovisor: ghcr.io/functionx/fxcorevisor:5.0.0-rc0

fxCore v4.2.2 Release Notes

01 Aug 09:32
Compare
Choose a tag to compare
Pre-release

Please download and use, do not compile yourself

Changelog

[v4.2.2]

Bug Fixes

  • Fix bug

v4.2.1

09 Jun 08:20
Compare
Choose a tag to compare

fxCore v4.2.1 Release Notes

ChangeLog

[v4.2.1]

Bug Fixes

  • Apply ClawbackVestingAccount Barberry patch & Bump SDK to v0.46.13

  • See CHANGELOG.md for details.

Docker Images

  • fxcore: ghcr.io/functionx/fx-core:4.2.1
  • cosmovisor: ghcr.io/functionx/fxcorevisor:4.2.1

v4.2.0

26 May 09:18
Compare
Choose a tag to compare

fxCore v4.2.0 Release Notes

This is the final version of the v4.2.x upgrade at 10,477,500, scheduled for June 6, 2023 at 12:00:00 UTC. See upgrade docs

ChangeLog [v3.1.0 - v4.2.0]

[v4.2.0]

Bug Fixes

  • Fix: IBC transfer to evm
  • Fix: fail to withdraw reward after validator is slashed
  • Fix(ibc): Properly handle ordered channels in UnreceivedPackets query

[v4.1.0]

Bug Fixes

  • Fix: WFX Token contract code
  • Fix: can not transfer shares when redelegate
  • Fix: add gravity module to ibc router

[v4.0.0]

Features

  • Supports optimism and arbitrum cross-chain protocol integration
  • Supports staking through contract calls, with the staking pre-compiled contract address being: 0x0000000000000000000000000000000000001003
  • Supports cross-chain transactions through contract calls, with the gravity and IBC pre-compiled contract address being: 0x0000000000000000000000000000000000001004
  • Supports adding multiple cross-chain tokens through a single proposal
  • Supports contract calls through a proposal
  • Supports IBC cross-chain transactions for contract tokens
  • Supports cross-chain transactions of contract tokens to other chains
  • Added doctor command line tool to check the fxcored working environment

Improvements

  • Bump go-ethereum version to v1.10.26
  • Bump cosmos-sdk to v0.46.12
  • Bump tendermint to v0.34.27
  • Bump ibc-go to v6.1.0

Bug Fixes

  • Fix: start failed when tm config set tls
  • Fix: dial grpc failed when run rosetta cmd cli
  • Fix: rosetta denom-to-suggest in app config
  • Fix: accept JSON output in debug cmd cli
  • Fix: accept JSON output in tendermint-validator-set cmd cli (#63)

Docker Images

  • fxcore: ghcr.io/functionx/fx-core:4.2.0
  • cosmovisor: ghcr.io/functionx/fxcorevisor:4.2.0

v4.2.0-rc0

22 May 02:10
Compare
Choose a tag to compare
v4.2.0-rc0 Pre-release
Pre-release

fxCore v4.2.0-rc0 Release Notes

ChangeLog

Docker Images

  • fxcore: ghcr.io/functionx/fx-core:4.2.0-rc0
  • cosmovisor: ghcr.io/functionx/fxcorevisor:4.2.0-rc0

v4.1.0-rc0

13 May 04:16
Compare
Choose a tag to compare
v4.1.0-rc0 Pre-release
Pre-release

fxCore v4.1.0-rc0 Release Notes

ChangeLog

Docker Images

  • fxcore: ghcr.io/functionx/fx-core:4.1.0-rc0
  • cosmovisor: ghcr.io/functionx/fxcorevisor:4.1.0-rc0

v4.0.0-rc1

23 Apr 13:06
Compare
Choose a tag to compare
v4.0.0-rc1 Pre-release
Pre-release

fxCore v4.0.0-rc1 Release Notes

ChangeLog

Docker Images

  • fxcore: ghcr.io/functionx/fx-core:4.0.0-rc1
  • cosmovisor: ghcr.io/functionx/fxcorevisor:4.0.0-rc1

v4.0.0-rc0

23 Apr 02:38
Compare
Choose a tag to compare
v4.0.0-rc0 Pre-release
Pre-release

fxCore v4.0.0-rc0 Release Notes

ChangeLog

Docker Images

  • fxcore: ghcr.io/functionx/fx-core:4.0.0-rc0
  • cosmovisor: ghcr.io/functionx/fxcorevisor:4.0.0-rc0

v3.1.0

31 Jan 03:30
Compare
Choose a tag to compare

fxCore V3.1.0

This is the final release for the fxv3 upgrade which is proposed to take place at height 8,756,000 which should occur approximately at Feb 09th, 2023 at 02:00:00 UTC.

It contains the following changes:

  • Support Avalanche C-chain cross-chain
  • Support cross-chain tokens: AVAX, SAVAX, QI, BAVA and WBTC (erc20)
  • Support IBC standard transfer transaction
  • See CHANGELOG.md for details.

On-Chain Upgrade Process

When the network reaches the halt height, the state machine program of the fxCore will be halted. The classic method for upgrading requires all validators and node operators to manually substitute the existing state machine binary with the new binary.Because it is an onchain upgrade process, the blockchain will be continued with all the accumulated history with continuous block height.

Potential Risk Factors

Although very extensive testing and simulation has taken place there always still exists a risk that the fxCore might experience problems due to potential bugs or errors from the new features. If the chain is experiencing app hash mismatches or serious problems, validators should stop operating the network immediately. fxCore Contributors will coordinate with validators in the #validators-verified channel to create and execute a contingency plan. Likely this will be an emergency release with fixes or the recommendation to consider the upgrade aborted and revert back to the previous release of fxCore (v2.4.x).

docker images: ghcr.io/functionx/fx-core:3.1.0

cosmovisor docker images: ghcr.io/functionx/fxcorevisor:3.1.0

v3.0.0 Release Candidate 1

14 Jan 15:25
Compare
Choose a tag to compare
Pre-release

Mainnet Release Candidate & Public Testnet Release

  • Support Avalanche C-chain cross-chain
  • Support cross-chain tokens: AVAX, SAVAX, QI, BAVA and WBTC (erc20)
  • Support IBC standard transfer transaction