Skip to content

Releases: gxchain/gxb-core

GXB-Core Release v1.0.181106b

06 Nov 03:48
Compare
Choose a tag to compare

asset update patch

GXB-Core Release v1.0.180929

30 Sep 03:55
Compare
Choose a tag to compare

This is a protocol upgrade release. All nodes should upgrade before 2018-11-06 00:00:00 UTC.

note:
For Ubuntu, use this command to install libstdc++-7-dev:

apt-get update
apt-get install software-properties-common
add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
apt-get install libstdc++-7-dev

features and improvements

  • added support for smart contract 2.0
  • updated FC submodule,support Boost 1.67
  • changed default max-ops-per-account value to 0, impacts account history
  • changed default partial-operations value to true, impacts account history
  • added snapshot plugin
  • added cli_wallet startup option --suggest-brain-key to generate keys
  • improved witness_node performance for generating blocks
  • improved p2p module

API:

  • add get_asset_count API to return total number of assets
  • added transfer3 API
  • added register_account2 API

bug fixes:

  • fixed wrong committee members
  • fixed witness_node crashes for macOS
  • fixed cli_wallet crashes for macOS

SHA256 checksum

  • 31792a0d21bc04f997f2cb2b398d1e8503e84bf0bde6278d1bc7440b9f470769 gxb_ubuntu_1.0.180929.tar.gz
  • 4687dfe9350bd16e29262af9be55f99055d271b7faf4c462212eae09831b29f7 gxb_osx_1.0.180929.tar.gz

GXB-Core TestNet Release v1.0.180926

28 Sep 08:24
Compare
Choose a tag to compare

此版本用于testnet, 更新内容:

  • 支持智能合约2.0
  • 升级FC库,支持boost 1.67版本
  • 修改witness_node历史交易相关的启动参数默认值
  • bug修复和系统优化

note:
ubuntu环境需要安装 libstdc++-7-dev 依赖,执行如下命令:

apt-get update
apt-get install software-properties-common
add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
apt-get install libstdc++-7-dev

GXB-Core Release v1.0.180713

18 Jul 09:22
Compare
Choose a tag to compare

This release supports broadcast_transaction_synchronous API

GXB-Core Release v1.0.180703

03 Jul 10:13
Compare
Choose a tag to compare
Pre-release

The release supports smart contract for internal and public test.

GXB-Core Release v1.0.180619

19 Jun 07:10
Compare
Choose a tag to compare

New features and changes:

  1. add witness_node snapshot
  2. add new CLI command: transfer3, update_account_multisig and update_account_multisig_keys
  3. fix active committee numbers

GXB-Core Release v1.0.180604

04 Jun 07:10
Compare
Choose a tag to compare
Pre-release

add snapshot of witness_node object database

GXB-Core Release v1.0.180404

04 Apr 09:14
Compare
Choose a tag to compare

New features and changes:

  • Fix cache issues of get_account API on cli_wallet.
  • Add new APIs for cli_wallet, supporting fee payment with multiple assets.
  • Add check account status API and memo decryption API.
  • Add new operations.

GXB-Core Release v1.0.180225

25 Feb 09:39
Compare
Choose a tag to compare

New features and changes:

  • Set tx expiration 30s.
  • update fc.
  • Optimized lib for smaller space

GXB-Core Release v1.0.171031

15 Nov 08:14
Compare
Choose a tag to compare