-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Precommit batch balancer support/config #7410
Conversation
return nil, xerrors.Errorf("couldn't get base fee: %w", err) | ||
} | ||
|
||
if bf.LessThan(cfg.BatchPreCommitAboveBaseFee) { // todo: only enable after nv14? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably a must have, yeah
Codecov Report
@@ Coverage Diff @@
## feat/nv14 #7410 +/- ##
=============================================
+ Coverage 39.28% 39.34% +0.05%
=============================================
Files 627 627
Lines 66248 66169 -79
=============================================
+ Hits 26028 26033 +5
+ Misses 35713 35647 -66
+ Partials 4507 4489 -18
Continue to review full report at Codecov.
|
Almost good to go, needs some work once filecoin-project/specs-actors#1497 lands |
should we take this chance to lower |
@jennijuju Sure, but I dunno what we want...Wanna push a commit to this branch / gimme a new value? |
we can ignore yesterday-me |
165d494
to
1475b31
Compare
1475b31
to
a335cb3
Compare
Implements #7391