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
- chore: upgrade Rust to 1.91.0 and upgrade dependencies by @kkovaacs in #64
- feat: improve tip calculation by @kkovaacs in #66
- chore: bump version to 0.5.2 by @kkovaacs in #67
Full Changelog: v0.5.1...v0.5.2