Skip to content

feat: address gas limiter#253

Merged
akundaz merged 8 commits intomainfrom
ak-address-gas-limit
Sep 5, 2025
Merged

feat: address gas limiter#253
akundaz merged 8 commits intomainfrom
ak-address-gas-limit

Conversation

@akundaz
Copy link
Contributor

@akundaz akundaz commented Aug 29, 2025

📝 Summary

Introduces a rate limiting mechanism for including transactions based on gas usage per address.

💡 Motivation and Context

This is part of getting some basic DoS protection in the builder. With this limit it will be more expensive for attackers to compromise builder performance.

Resolves #203


✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@akundaz akundaz self-assigned this Aug 29, 2025
@akundaz akundaz force-pushed the ak-address-gas-limit branch from 7999320 to e04ba34 Compare August 29, 2025 15:59
@akundaz akundaz force-pushed the ak-address-gas-limit branch 3 times, most recently from 02996e9 to 53cb66f Compare August 29, 2025 16:53
@akundaz akundaz force-pushed the ak-address-gas-limit branch from f9c8df6 to 5bbeb36 Compare September 3, 2025 19:17
@akundaz akundaz marked this pull request as ready for review September 3, 2025 19:18
@akundaz akundaz requested a review from SozinM September 3, 2025 19:18
Copy link
Collaborator

@SozinM SozinM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@akundaz akundaz merged commit d0f1aad into main Sep 5, 2025
4 checks passed
@akundaz akundaz deleted the ak-address-gas-limit branch September 5, 2025 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add per-address gas limits

2 participants