Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

EOSIO Contracts v1.4.1 Release Notes

Compare
Choose a tag to compare
@arhag arhag released this 27 Nov 19:43
7e4c04a

System contract

This patch release in the v1.4.x release series fixes a bug in the generated ABI of the system contract #130. In the v1.4.0 release of eosio.contracts, the ABI definition of the new account action slightly changed causing the name field (represent the name of the new account to create) to be renamed to newact. This could possibly have adverse effects to clients using the eosio::newaccount action that were developed based on eosio.system ABIs of earlier versions. This release renames the field back to name as it originally was.

BIOS contract

This release also modifies the generated ABI of the eosio.bios contract to include the native EOSIO actions as well.

Dependencies

This release depends on eosio.cdt v1.3.x and eosio v1.3.x. To compile the contracts in this release, first build and install eosio.cdt v1.3.2 and eosio v1.3.2.