All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Fluxmonitor initiators may now optionally include an absoluteThreshold
parameter. To trigger a new on-chain report, the absolute difference in the feed
value must change by at least the absoluteThreshold
value. If it is
unspecified or zero, fluxmonitor behavior is unchanged.
Fix incorrect permissions on some files written by the node Prevent a case where duplicate ethereum keys could be added Improve robustness and reliability of ethtx transaction logic
Add created_at and updated_at to all tables allowing for better historical insights. This migration may take a minute or two on large databases.
New cron strings MUST now include time zone. If you want your jobs to run in UTC for example: CRON_TZ=UTC * * * * *
. Previously, jobs specified without a time zone would run in the server's native time zone, which in most cases is UTC but this was never guaranteed.
Added Changelog
Fix crash in experimental gas updater when run on Kovan network
There a number of database migrations included in this release as part of our ongoing effort to make the node even more reliable and stable, and build a firm foundation for future development.