Skip to content

v7.4.0-rc4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 02:12
· 285 commits to main since this release
36821cd

[Deprecated] fxCore v7.4.0-rc4 Release Notes

This release cannot be used for the Testnet v7.4.0 upgrade. Please do not use it.

🚀 Highlights

[v7.4.0-rc4]

  • Bump cosmos-sdk to v0.47.13
  • Bump cometbft to v0.37.9
  • Bump ibc-go to v7.6.0
  • Added precompiled staking v2 contract, with v1 version to be deprecated in future releases
  • Updated interface contract to require a minimum Solidity version of 0.8.10. Contracts using versions prior to 0.8.10 will encounter errors when retrieving bytecode
  • Fixed a state rollback error in precompiled contracts. When using try-catch for contract rollback, the on-chain state was not fully reverted
  • Refactored precompiled contracts to improve execution efficiency
  • Added proposal MsgUpdateStore on gov module, This proposal is designed to facilitate the proposal to modify store
  • Added proposal MsgUpdateSwitchParams on gov module, This proposal is designed to facilitate the development of precompiled contracts or specific Cosmos transaction types
  • Added metrics for crosschain module
  • Fixed subgraph not getting contract status in some cases
  • Remove legacy rest API

Full Changelog: https://github.com/FunctionX/fx-core/commits/v7.4.0-rc4.

🔨 Build from source

git clone https://github.com/functionx/fx-core.git
cd fx-core && git checkout v7.4.0-rc4
make install

🐳 Docker Images

docker pull ghcr.io/functionx/fx-core:7.4.0-rc4
docker pull ghcr.io/functionx/fxcorevisor:7.4.0-rc4

⚡️ Download binaries

Binaries for linux, darwin, and windows are available below.