github eqlabs/starknet-validator-attestation v0.5.2

11 hours ago

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

Don't miss a new starknet-validator-attestation release

NewReleases is sending notifications on new releases.