Skip to content

Releases: ton-blockchain/ton

TON 2022.09

26 Nov 18:13
ac9fc3a
Compare
Choose a tag to compare
v2022.09

v2022.09

TON 2022.08 and FunC 0.2.0

26 Nov 18:13
9640a27
Compare
Choose a tag to compare
v2022.08

v2022.08

TON 2022.06

26 Nov 18:12
eb86234
Compare
Choose a tag to compare
v2022.06

v2022.06

TON 2022.05 and FunC 0.1.0

26 Nov 18:11
db3619e
Compare
Choose a tag to compare
v2022.05

v2022.05

TON 2022.10 and FunC 0.3.0

12 Oct 12:07
701fc6a
Compare
Choose a tag to compare
  • Added extended block creation and general perfomance stats gathering
  • Forbidden report data on blocks not committed to the master chain for LS
  • Improved debug in TVM
  • FunC 0.3.0: multi-line asms, bitwise operations for constants, duplication of identical definition for constants and asms now allowed
  • New tonlib methods: sendMessageReturnHash, getTransactionsV2, getMasterchainBlockSignatures, getShardBlockProof, getLibraries.
  • Fixed bugs related to invalid TVM output (c4, c5, libaries) and non-validated network data; avoided too deep recursion in libraries loading
  • Fixed multiple undefined behavior issues
  • Added build of FunC and Fift to WASM
  • Introduced and fixed FunC emulate_not optimization bug

Besides the work of the core team, this update is based on the efforts of @tvorogme (debug improvements), @AlexeyFSL (WASM builds) and third-party security auditors.