Skip to content

v0.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Nov 12:37
· 4 commits to main since this release
v0.5.2
f1c807e

This is a minor release adding more controls over the transaction tip used when submitting attestations. The tip is now calculated like this: MAX(latest_median_tip * ${tip_boost}, ${minimum_tip}) where latest_median_tip is the median value of tip in the latest block (at the time of submission) and tip_boost and minimum_tip is controllable by the --tip-boost and --minimum-tip CLI arguments.

What's Changed

Full Changelog: v0.5.1...v0.5.2