Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve detection of blob fee spikes and adaptive posting #158

Closed
MujkicA opened this issue Nov 14, 2024 · 0 comments · Fixed by #179
Closed

Improve detection of blob fee spikes and adaptive posting #158

MujkicA opened this issue Nov 14, 2024 · 0 comments · Fixed by #179
Assignees
Labels
enhancement New feature or request

Comments

@MujkicA
Copy link
Contributor

MujkicA commented Nov 14, 2024

Currently, blob posting will be paused if the transaction price reaches a configured threshold. We should explore a more flexible way of controlling our spending while also keeping the committer free from need of manual intervention.

Example approach suggested by @Voxelot:

  • Have a moving avg for 5min and 1 hour. When the 5 min avg crosses below the 1 hour avg, we start posting.
  • If 12 hours elapsed, post regardless of price + trigger alert
  • If spending in 24h exceed some budgeted amount (e.g. 0.3 ETH), pause posting for 24h + trigger alert

Whether we choose to refine the above approach or come up with something different, we can make use of historical transaction data to test the algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants