Skip to content

Releases: ainblockchain/ain-blockchain

v1.3.0 Release Note

19 Apr 05:53
a9bf234
Compare
Choose a tag to compare

Updates:

  • Change event handler websocket port number to 5100 (<- 6000) to avoid browser side conflicts

v1.2.0 Release Note

17 Apr 10:03
26bd79a
Compare
Choose a tag to compare

Updates:

  • Support custom websocket ping-pong scheme for event handler to make ain-js available for frontend usecases

v1.1.4 Release Note

20 Mar 02:21
3b0ba96
Compare
Choose a tag to compare

Updates:

  • Revise README.md
  • Add JSON_RPC_API.md and add missing JSON RPC APIs
  • Increase GET_RESP_MAX_SIBLINGS node param to 20000 from 5000 (w/ Insight pipeline issue)

v1.1.3 Release Note

12 Dec 10:09
c6d3ab6
Compare
Choose a tag to compare

Updates:

  • Allow up to 6 decimals for transfer values
  • Apply gas cost flooring
  • Enable event handler for all blockchain nodes

v1.1.2 Release Note

24 Aug 04:34
8d21bc0
Compare
Choose a tag to compare

Updates:

  • Fix unstable transaction results from ain_getTransactionByHash()
  • Add getTransactionByHash, getBlockByNumber tool scripts
  • Add IN_BLOCK transaction state
  • Make ain_getTransactionByHash() return execution results

v1.1.1 Release Note

28 Jul 05:37
29e8b4b
Compare
Choose a tag to compare

Updates:

  • Do NOT return FEE_BALANCE_TOO_LOW error for dryrun transactions

v1.1.0 Release Note

18 Jul 09:49
0638959
Compare
Choose a tag to compare

Updates:

  • Fix invalid receipts error with rest function call
  • Tweak transfer gc rule (with new min_gc_num_siblings_deleted = 10)
  • Add dryrun json rpc API (ain_sendSignedTransactionDryrun) for gas fee estimation
  • Improve UX for blockchain tools (avoid bandage file info logging and ain_blockchain_data dir creation)

v1.0.15 Release Note

26 May 09:39
8aaa0cc
Compare
Choose a tag to compare

Updates:

  • Reduce the number of blockchain nodes to 5 from 10
  • Disable peer whitelisting
  • Use the spring value of TRACKER_UPDATE_JSON_RPC_URL as a default value for testnet-prod blockchain config
  • Add and options to deploy_blockchain_genesis_gcp.sh

v1.0.14 Release Note

12 May 06:41
4acaf02
Compare
Choose a tag to compare

Updates:

  • Fix dockerfile node version
  • Add chain id option to tool scripts
  • Fix sample chatbot server and tools
  • Improve REST function call logic regarding eventSource=null
  • Add developers tool scripts (user whitelisting, url whitelisting)
  • Support keystore / mnemonic / private_key key options to tool scripts
  • Support HOSTING_ENV === 'aws' option
  • Fix ainUtil.privateToAccount() usecases
  • Tweak json rpc url setting in start_node_docker.sh
  • Add volume mount option to start_node_docker.sh

v1.0.13 Release Note

20 Apr 06:41
9ca9812
Compare
Choose a tag to compare

Updates:

  • Upgrade node-js v16.x.x to v18.x.x
  • Fix deploy_blockchain_incremental_gcp.sh for tracker
  • Fix grafana version for config file compatibility
  • Uninstall existing nodejs before installing in setup_blockchain_ubuntu.sh