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

feat(protocol): reduce ring-buffer size to reduce proposer cost #17383

Merged
merged 1 commit into from
May 28, 2024

Conversation

dantaik
Copy link
Contributor

@dantaik dantaik commented May 28, 2024

Now we assume the average block time is 12s, and the ring buffer will be filled out in 60 days.
60*86400/12 = 432_000

@dantaik dantaik marked this pull request as ready for review May 28, 2024 03:54
Copy link

feat(protocol): reduce ring-buffer size to reduce proposer cost

Generated at commit: e515642440509ab679a05a6f13124545b2992148

🚨 Report Summary

Severity Level Results
Contracts Critical
High
Medium
Low
Note
Total
2
2
0
8
42
54
Dependencies Critical
High
Medium
Low
Note
Total
0
0
0
0
0
0

For more details view the full report in OpenZeppelin Code Inspector

@dantaik dantaik added this pull request to the merge queue May 28, 2024
Merged via the queue into main with commit b335b70 May 28, 2024
4 checks passed
@dantaik dantaik deleted the reduce-ring-buffer-size branch May 28, 2024 04:42
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.

3 participants