EOS System Contracts v3.1.1 Release Notes
This patch release contains bug fixes.
Read on for details.
Bug fixes
Replace std::deque
and std::map
with std::vector
in contract actions and tables
Within the core contract, the fields rex_maturities
and return_buckets
within REX tables were unnecessarily utilizing std::deque
and/or std::map
to sequence objects. These have been replaced with std::vector
with no change to the behavior of the core contract.
Update ICON_BASE_URL
to a working address
ICON_BASE_URL
is a prefix used for the icon URLs captured in the generated Ricardians for the system contracts. ICON_BASE_URL
was previously being to set http://127.0.0.1/ricardian_assets/eosio.contracts/icons
, which was not functional. The address has been updated to https://raw.githubusercontent.com/eosnetworkfoundation/eos-system-contracts/main/contracts/icons
.
Further details on changes since last release
Special thanks to the contributors that submitted patches for this release:
Full list of changes since last release
PRs
Full Changelog: v3.1.0...v3.1.1