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

EOSIO v1.4.2 Release Notes

Compare
Choose a tag to compare
@zreyn zreyn released this 30 Oct 23:50
· 11054 commits to master since this release
60c8bac

NOTICE: IF YOU ARE UPGRADING TO THIS RELEASE FROM VERSION 1.3.X OR EARLIER AND USE THE HISTORY_PLUGIN YOU WILL NEED TO REPLAY THE BLOCKCHAIN TO RECONSTRUCT THAT PLUGIN'S DATA

This release provides bug fixes.

Changes

(#6100) Remove llvm@4 force link for Mac OS X builds

This removes brew --force link for the llvm@4 package, this force link had unfortunate side effects of overwriting the system clang++/clang with clang 4.0 and libc++ which was causing issues with binary builds.

Before running the fixed eosio_build.sh it is recommended to run brew remove llvm@4 to allow the script to do a fresh install or at the very least brew unlink llvm@4.

Other Changes

  • (#6130) Fix for transaction_traces store in mongo_db_plugin.
  • (#6133) Correct a bad tag in wrong first block log message.
  • (#6164) Fix long startup delay when not loading snapshots.
  • (#6178) Fix set_code and set_abi to report only json to stdout.
  • (#6179) Fix incorrect ISO timestamps for scheduled transaction expiration in RPC

Mitigations

None