Skip to content

Releases: ainblockchain/ain-blockchain

v1.5.0 Release Note

11 Sep 03:09
288c7a3
Compare
Choose a tag to compare

Updates:

  • Separate P2P_PORT values for staging, testnet, and mainnet
  • Assign different PORT and EVENT_HANDLER_PORT values for on-premise blockchain jobs
  • Add on-premise (*_onprem.sh) deploy scripts
  • Add on-premise (copy_blockchain_data_onprem.sh) data copy script
  • Increase MAX_NUM_EVENT_CHANNELS to 30
  • Log stack trace for file handling errors
  • Log stack trace for the errors in starting blockchainn nodes

v1.4.2 Release Note

16 Aug 02:54
143fa4d
Compare
Choose a tag to compare

Updates:

  • Do not use exceptions for deregistration errors
  • Reduce channel id conflict probability

v1.4.1 Release Note

12 Aug 07:37
91c48e4
Compare
Choose a tag to compare

Updates:

  • Support SET_CUSTOM_CLIENT_ID event message type
  • Add missing fields to channel status

v1.4.0 Release Note

09 Aug 08:22
7b41b72
Compare
Choose a tag to compare

Updates:

  • Upgrade ain-util package version to v1.2.1
  • Add on-premise deploy scripts
  • Add p2p ip address whitelisting for on-premise blockchain node jobs
  • Add getEventHandlerStatus() for event handler status monitoring
  • Add idle time / life time checking logic for event handler channels

v1.3.1 Release Note

02 Jul 05:40
8723666
Compare
Choose a tag to compare

Updates:

  • Let verifyTransaction() and verifySignedMessage() handle exceptions
  • Check sizeof(args.tx_body) instead of sizeof(args) for tx_bytes_limit
  • Change tx_bytes_limit to 100000 from 10000
  • Add test cases for ordered nonces (-2)

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