Skip to content

Mainnet v1.18.4

Latest
Compare
Choose a tag to compare
@gigimon gigimon released this 25 Feb 10:49
· 31 commits to develop since this release

Improvements and Fixes in the Update

  • Enhanced error notification system for execution failures.
  • Fixed block.timestamp / block.number issues:
    • Added timestamp revisions for contracts.
    • Used the current block number when a transaction is reset.
    • Printed block.number and block.timestamp to Solana logs for better debugging.
  • Fixed an issue with extra account creation when calling precompiled contracts.
  • Fixed SPL account handling:
    • Removed Rent account from SPL Token precompile calls.
  • Scheduled transactions fixes:
    • Updated last_slot for TreeAccount to ensure proper execution.

Full Changelog: v1.18.3...v1.18.4