City of Zion (COZ) has announced the release of Boa compiler version 1.3.0 designed specifically for Neo N3. This latest update brings a new SYSCALL feature, comprehensive contract testing documentation, and important bug fixes.
The newly added System.Runtime.CurrentSigners
SYSCALL empowers contracts to directly access the signers’ set during runtime.
In an effort to streamline and modernize the codebase, the standard import path has been changed from boa3.builtin
to boa3.sc
. Users are advised to migrate as the previous path is now considered deprecated.
Developers will also benefit from a new guide on utilizing boa-test-constructor, enhancing the efficiency of writing and testing smart contracts.
The v1.3.0 update also includes fixes for incorrect hash generation in script containers and a class instantiation issue when using literal arguments.
For a detailed list of changes and enhancements, refer to the official release notes available at the following link:
https://github.com/CityOfZion/neo3-boa/releases/tag/v1.3.0