Skip to content

Telescope (v2.5.3)

Compare
Choose a tag to compare
@minh-bq minh-bq released this 12 May 04:25
· 140 commits to master since this release
8727651

The Telescope release includes the Olek hard fork on the Saigon testnet, as well as several bug fixes and improvements.
This release is not recommended for mainnet use, as we are testing it on the Saigon testnet to ensure its stability.
The hardfork is scheduled to take place on the Saigon testnet at block 16849000. If you are running a Saigon testnet node, please upgrade your Saigon node with this version before that block.

Olek hardfork

  • Reduce block time of out of turn miner (#252)
  • Fix recently signed check when slashing unavailable validator (#267)

Changes and bug fixes

  • Fix miner does not mine its inturn block (#268)
  • Fix debug APIs issue after DPoS (#259, #264)
  • Fix some bugs related to explorer development (#250)
  • Upgrade go version from 1.17 to 1.20
  • Remove the confusing behavior in private key import flow (#265)
  • Support prestate with diffMode, multiplexing tracer (muxTracer) and flatCallTracer (aka parity style tracer)
  • Replace duktape with goja to handle JS tracer
  • Support block overrides in debug_traceCall
  • Include revertReason to callTracer
  • Add onlyTopCall and withLog options to callTracer
  • Replace opcode 0xfe with INVALID opcode