Skip to content

v1.0.6 Release Note

Compare
Choose a tag to compare
@minsulee2 minsulee2 released this 28 Mar 06:44
· 929 commits to master since this release
d9e7479

Good evening! We are happy to announce v1.0.6.

Updates:

  • Set ENABLE_EXPRESS_RATE_LIMIT=false for the local scripts
  • Add a new cluster environment
  • Add some dev flags for perf experiments
  • Add stateFreeTierUsageCache along with appStateUsageCache and appStakeCache
  • Add enableGetStateFreeTierUsageOptimization dev flag to switch between the legacy logic
  • Add enableTxBandwidthCheckPerBlock dev flag
  • Implement 'peer' sync mode
  • Add 'all' option to deploy_test_gcp.sh
  • Control snapshot chunk sending traffic
  • Add REVERTED state to TransactionStates
  • Implement heartbeat check logic. (w/ ping-pong)
  • Clear related data when disconnected
  • If an error occurs, it is passed to the client with error code
  • Add ain_getEventHandlerFilterInfo and ain_getEventHandlerChannelInfo to json_rpc API
  • Add event_handler integration test
  • Add timer_flags.json for testnet-dev
  • Use 2 for both chain and network ID
  • Add blockHash to BLOCK_FINALIZED event
  • Fix minor bugs