Skip to content

popm: add static fee override#596

Merged
AL-CT merged 8 commits intomainfrom
toni/static-fees
Jul 24, 2025
Merged

popm: add static fee override#596
AL-CT merged 8 commits intomainfrom
toni/static-fees

Conversation

@AL-CT
Copy link
Copy Markdown
Contributor

@AL-CT AL-CT commented Jul 18, 2025

Summary
Currently, fee calculation for pop miners is done by the gozer. However, the only functional gozer is TBC, which requires the mempool to be enabled in order for fee estimation to work. This can be both expensive and potentially unreliable. As such, an option to override fee estimation with a static fee was added.

Changes
Introduce a way to set a static fee for the pop miner.
Changed the wallet transaction creation methods to allow float sats/byte fees.
Changed config.go to be able to parse float values in env vars.

@AL-CT AL-CT requested a review from a team as a code owner July 18, 2025 12:21
@github-actions github-actions bot added the area: popm This is a change to popm (PoP Miner) label Jul 18, 2025
marcopeereboom

This comment was marked as resolved.

marcopeereboom

This comment was marked as resolved.

@AL-CT AL-CT force-pushed the toni/static-fees branch from 429451f to c41d53b Compare July 22, 2025 10:31
@AL-CT AL-CT merged commit ecacb13 into main Jul 24, 2025
9 of 10 checks passed
@AL-CT AL-CT deleted the toni/static-fees branch July 24, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: popm This is a change to popm (PoP Miner)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants