Releases: ainblockchain/ain-blockchain
Releases · ainblockchain/ain-blockchain
v1.1.1 Release Note
Updates:
- Do NOT return FEE_BALANCE_TOO_LOW error for dryrun transactions
v1.1.0 Release Note
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
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
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
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
v1.0.12 Release Note
Hi all. It's pleasure to release v1.0.12!
Updates:
- Fix client APIs ip whitelisting
- Add batch scripts (config_dev_client_ip_whitelist.sh, config_node_param.sh) for ip whitelisting and node param setting
v1.0.11 Release Note
Hi all. It's pleasure to release v1.0.11!
Updates:
- Update checkin tool
- Take auto PRs
- Tweak GET_RESP_* node params
- Fix minor bugs
v1.0.10 Release Note
Hi all. It's pleasure to release v1.0.10!
Updates:
- Always use 'runner' gcp user
- Allow empty prefix in account creation
- Emit filter_deleted_event after filter is deleted
- Reduce min_gc_num_siblings_deleted blockchain param value (100 -> 20) by adding
- Fix minor bugs
v1.0.9 Release Note
This is v1.0.9 release announcements!
Updates:
- Add TX_POOL_SIZE_LIMIT_PER_ACCOUNT into start local script
- Speed up deploy scripts by skipping data file owner changes
- Add TX_STATE_CHANGED event
- Remove -R option from chmod command for ain_blockchain_data directory
- Add error logs for empty block writing cases.
- Fix some minor bugs
v1.0.8 Release Note
Thanks all the time for visiting us
Updates:
- read and write limits
- Update some scripts
- Update tests
- Add child node pagination with is_partial option
- Tweak API data size related node params
- Remove disconnectable peer candidates
- Internally separate error from result in get API results
- Simplify result format by not using 'error' property
- Remove invalid txs when finalize block
- Turn on UPDATE_FRONT_DB_OPTION for all nodes
- Docker multi-arch build support
- Use getTreeMaxSiblings() instead of numChildren() in max siblings limit check