Skip to content

Mainnet-1.4.2

Compare
Choose a tag to compare
@jchung00 jchung00 released this 06 Nov 18:30
43a6b9f

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

(EOSIO#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

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