This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
EOSIO 1.1.2 Release Notes
wanderingbort
released this
03 Aug 21:40
·
12177 commits
to master
since this release
THIS RELEASE IS NO LONGER SUPPORTED PLEASE UPGRADE TO v1.1.3
The release of v1.1.2 provides non-critical security updates, bug fixes and minor improvements.
Description of the Issues
This release addresses the following issues:
Bug Fixes and Minor Improvements
- renamed LICENSE.txt to LICENSE (#4969)
- added warning/correction when implicitly installing to system-wide paths (#4970)
- better discovery of core CPU count during build (#4977)
- removal of duplicated block signature check (#4951)
- improved installation of binaries and contract dev dependencies (#4844)
Non-Critical Security Updates (#4981)
- Optimize block_status tracking in bnet_plugin
- Optimize connection releasing in net_plugin
- Move misaligned array copy to heap
- Dissallow scheduled transactions from using subjective leeway cpu time
- Respect wall-clock deadline for blocks in the producer_plugin::start_block
- Serialize transactions in cleos instead of using an RPC
Mitigations
- None