Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@hayarobi hayarobi released this 22 Oct 05:10
b9f3d95

New Features

  • Support hardfork V4
    • Expected Block Height: 173,677,571
    • Planned Schedule: October 29, 2024, near 2:00 PM KST

Improvements of Hardfork V4

  • Composable Transactions
  • Deploy contracts as plain source code
  • Increase the maximum number of events per transaction to 128
  • Add the system.version() function
  • Add the system.toAddress() and system.toPubkey() functions
  • Add name_service.resolve() function
  • Add the bignum.ispositive() + bignum.isnegative() functions
  • Added support for hex (0x) and binary (0b) formats on the bignum module
  • Added support for amounts in decimal format
  • Transactions of type NORMAL can no longer call contracts

Bug Fixes

  • Fix bugs on LuaJIT
  • Disable some Lua functions and packages
  • Rollback contract state on failed pcall

Tools

aergocli

  • Added support to deploy contracts with plain source code
  • Improved usability of some commands