Skip to content

Releases: InfraBlockchain/infrablockchain-antelope

InfraBlockchain 2.3.0 Release Candidate 1

28 Jun 08:08
Compare
Choose a tag to compare

Feature

  • InfraBlockchain Standard Token Interface compatible with 'eosio.token' contract
  • get_abi chain API : return sys.tokenabi standard token abi if an account doesn't have abi set explicitly
  • InfraBlockchain core porting from EOSIO v2.0.13 code base for stability, history tools compatibility and preparing Mandel repository code-merge. (https://github.com/eosnetworkfoundation/mandel)

InfraBlockchain 2.0.0 Release Candidate 1

16 Jan 14:30
Compare
Choose a tag to compare

Feature

  • InfraBlockchain Standard Token core
  • Transaction fee payment processing
  • System Token management core
  • Transaction Vote / Proof-of-Transaction core
  • InfraBlockchain contract intrinsics(API)
  • CLI tool
  • keychain tool
  • chain boot bios script

EOSIO 1.8/2.0/2.1 merge

  • Protocol Upgrade (hard-fork) support
  • State History Plugin
  • EOSVM WASM Runtime
  • WebAuthn keys and signatures
  • Multi-sig block production
  • Multi-threaded net plugin, http plugin
  • Key Value Tables
  • Action Return Values, Configurable WASM limits, Extensible Blockchain Parameters

InfraBlockchain 1.0.0 Release Candidate 1

23 Sep 03:27
Compare
Choose a tag to compare

Rebranded to InfraBlockchain

https://infrablockchain.com

Change executable name

  • infra-node => InfraBlockchain node daemon
  • infra-cli => InfraBlockchain client command line interface connecting to infra-node
  • infra-keystore => InfraBlockchain key management / message-signing daemon

Change default key encoding

  • public key : PUB_K1_{base58(public_key_data)}
  • private key: PVT_K1_{base58(private_key_data)}
  • supports R1 elliptic curve (secp256r1) keys : PUB_R1_xxx , PVT_R1_xxx
  • supports Yosemite Key (K1): YOSxxx, YPV_xxx
  • supports EOS Key (K1): EOSxxx, WIF-key

Past Releases