Commit c05a0c6
Fix precision on the calculation of the backlog cost and the l1 gas p… (#3777)
* Fix precision on the calculation of the backlog cost and the l1 gas price in the case of blobs
* Avoid rounding issues and nil pointer in l1 gas price calculation
* Update execution/gethexec/sequencer.go
* Avoid duplicate calculations and solve rounding problem
---------
Co-authored-by: Joshua Colvin <[email protected]>1 parent 7c2c994 commit c05a0c6
1 file changed
+14
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1432 | 1432 | | |
1433 | 1433 | | |
1434 | 1434 | | |
1435 | | - | |
1436 | | - | |
1437 | | - | |
1438 | | - | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
| 1447 | + | |
| 1448 | + | |
1439 | 1449 | | |
1440 | 1450 | | |
1441 | 1451 | | |
| |||
0 commit comments