-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
better gas report naming + remove package-lock.json
- Loading branch information
Showing
3 changed files
with
26 additions
and
705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
Summary: | ||
┌────────────────────────┬─────────────────────┬─────────┬────────────────┬────────────────┬─────────────────┬───────────┬──────────────┬──────────────────────────────┬───────────────┬────────┬─────────┐ | ||
│ (index) │ Actual fee │ Fee usd │ Fee without DA │ Gas without DA │ Computation gas │ Event gas │ Calldata gas │ Max computation per Category │ Storage diffs │ DA fee │ DA mode │ | ||
├────────────────────────┼─────────────────────┼─────────┼────────────────┼────────────────┼─────────────────┼───────────┼──────────────┼──────────────────────────────┼───────────────┼────────┼─────────┤ | ||
│ Deposit WEI (fee: WEI) │ '1.404.000.000.288' │ 0.0056 │ 1404000000000 │ 39 │ 37 │ 5 │ 2 │ 'steps' │ 3 │ 288 │ 'BLOB' │ | ||
│ Claim WEI (txV3: WEI) │ '1.332.000.000.192' │ 0.0053 │ 1332000000000 │ 37 │ 35 │ 2 │ 2 │ 'steps' │ 3 │ 192 │ 'BLOB' │ | ||
│ Deposit WEI (fee: FRI) │ '1.980.000.000.480' │ 0.0079 │ 1980000000000 │ 55 │ 52 │ 7 │ 3 │ 'steps' │ 5 │ 480 │ 'BLOB' │ | ||
│ Claim WEI (txV3: FRI) │ '1.332.000.000.320' │ 0 │ 1332000000000 │ 37 │ 35 │ 2 │ 2 │ 'steps' │ 4 │ 320 │ 'BLOB' │ | ||
│ Deposit FRI (fee: WEI) │ '1.980.000.000.480' │ 0.0079 │ 1980000000000 │ 55 │ 52 │ 7 │ 3 │ 'steps' │ 5 │ 480 │ 'BLOB' │ | ||
│ Claim FRI (txV3: WEI) │ '1.332.000.000.320' │ 0.0053 │ 1332000000000 │ 37 │ 35 │ 2 │ 2 │ 'steps' │ 4 │ 320 │ 'BLOB' │ | ||
│ Deposit FRI (fee: FRI) │ '1.404.000.000.416' │ 0.0056 │ 1404000000000 │ 39 │ 37 │ 5 │ 2 │ 'steps' │ 4 │ 416 │ 'BLOB' │ | ||
│ Claim FRI (txV3: FRI) │ '1.332.000.000.192' │ 0 │ 1332000000000 │ 37 │ 35 │ 2 │ 2 │ 'steps' │ 3 │ 192 │ 'BLOB' │ | ||
└────────────────────────┴─────────────────────┴─────────┴────────────────┴────────────────┴─────────────────┴───────────┴──────────────┴──────────────────────────────┴───────────────┴────────┴─────────┘ | ||
┌──────────────────────────────┬─────────────────────┬─────────┬────────────────┬────────────────┬─────────────────┬───────────┬──────────────┬──────────────────────────────┬───────────────┬────────┬─────────┐ | ||
│ (index) │ Actual fee │ Fee usd │ Fee without DA │ Gas without DA │ Computation gas │ Event gas │ Calldata gas │ Max computation per Category │ Storage diffs │ DA fee │ DA mode │ | ||
├──────────────────────────────┼─────────────────────┼─────────┼────────────────┼────────────────┼─────────────────┼───────────┼──────────────┼──────────────────────────────┼───────────────┼────────┼─────────┤ | ||
│ Gifting WEI (FeeToken: WEI) │ '1.548.000.000.288' │ 0.0061 │ 1548000000000 │ 43 │ 37 │ 5 │ 2 │ 'steps' │ 3 │ 288 │ 'BLOB' │ | ||
│ Claiming WEI (FeeToken: WEI) │ '1.368.000.000.192' │ 0.0054 │ 1368000000000 │ 38 │ 35 │ 2 │ 2 │ 'steps' │ 3 │ 192 │ 'BLOB' │ | ||
│ Gifting WEI (FeeToken: FRI) │ '2.232.000.000.480' │ 0.0089 │ 2232000000000 │ 62 │ 52 │ 7 │ 3 │ 'steps' │ 5 │ 480 │ 'BLOB' │ | ||
│ Claiming WEI (FeeToken: FRI) │ '1.368.000.000.320' │ 0 │ 1368000000000 │ 38 │ 35 │ 2 │ 2 │ 'steps' │ 4 │ 320 │ 'BLOB' │ | ||
│ Gifting FRI (FeeToken: WEI) │ '2.232.000.000.480' │ 0.0089 │ 2232000000000 │ 62 │ 52 │ 7 │ 3 │ 'steps' │ 5 │ 480 │ 'BLOB' │ | ||
│ Claiming FRI (FeeToken: WEI) │ '1.368.000.000.320' │ 0.0054 │ 1368000000000 │ 38 │ 35 │ 2 │ 2 │ 'steps' │ 4 │ 320 │ 'BLOB' │ | ||
│ Gifting FRI (FeeToken: FRI) │ '1.548.000.000.416' │ 0.0061 │ 1548000000000 │ 43 │ 37 │ 5 │ 2 │ 'steps' │ 4 │ 416 │ 'BLOB' │ | ||
│ Claiming FRI (FeeToken: FRI) │ '1.368.000.000.192' │ 0 │ 1368000000000 │ 38 │ 35 │ 2 │ 2 │ 'steps' │ 3 │ 192 │ 'BLOB' │ | ||
└──────────────────────────────┴─────────────────────┴─────────┴────────────────┴────────────────┴─────────────────┴───────────┴──────────────┴──────────────────────────────┴───────────────┴────────┴─────────┘ | ||
Resources: | ||
┌────────────────────────┬─────────┬───────┬───────┬────────┬──────────┬──────────┬─────────────┬───────┐ | ||
│ (index) │ bitwise │ ec_op │ ecdsa │ keccak │ pedersen │ poseidon │ range_check │ steps │ | ||
├────────────────────────┼─────────┼───────┼───────┼────────┼──────────┼──────────┼─────────────┼───────┤ | ||
│ Deposit WEI (fee: WEI) │ 0 │ 3 │ 0 │ 0 │ 47 │ 0 │ 335 │ 14585 │ | ||
│ Claim WEI (txV3: WEI) │ 0 │ 3 │ 0 │ 0 │ 75 │ 0 │ 475 │ 13657 │ | ||
│ Deposit WEI (fee: FRI) │ 0 │ 3 │ 0 │ 0 │ 63 │ 0 │ 461 │ 20557 │ | ||
│ Claim WEI (txV3: FRI) │ 0 │ 3 │ 0 │ 0 │ 75 │ 0 │ 509 │ 13855 │ | ||
│ Deposit FRI (fee: WEI) │ 0 │ 3 │ 0 │ 0 │ 63 │ 0 │ 461 │ 20556 │ | ||
│ Claim FRI (txV3: WEI) │ 0 │ 3 │ 0 │ 0 │ 75 │ 0 │ 475 │ 13657 │ | ||
│ Deposit FRI (fee: FRI) │ 0 │ 3 │ 0 │ 0 │ 47 │ 0 │ 335 │ 14586 │ | ||
│ Claim FRI (txV3: FRI) │ 0 │ 3 │ 0 │ 0 │ 75 │ 0 │ 509 │ 13855 │ | ||
└────────────────────────┴─────────┴───────┴───────┴────────┴──────────┴──────────┴─────────────┴───────┘ | ||
┌──────────────────────────────┬─────────┬───────┬───────┬────────┬──────────┬──────────┬─────────────┬───────┐ | ||
│ (index) │ bitwise │ ec_op │ ecdsa │ keccak │ pedersen │ poseidon │ range_check │ steps │ | ||
├──────────────────────────────┼─────────┼───────┼───────┼────────┼──────────┼──────────┼─────────────┼───────┤ | ||
│ Gifting WEI (FeeToken: WEI) │ 0 │ 3 │ 0 │ 0 │ 47 │ 0 │ 335 │ 14585 │ | ||
│ Claiming WEI (FeeToken: WEI) │ 0 │ 3 │ 0 │ 0 │ 75 │ 0 │ 475 │ 13657 │ | ||
│ Gifting WEI (FeeToken: FRI) │ 0 │ 3 │ 0 │ 0 │ 63 │ 0 │ 461 │ 20557 │ | ||
│ Claiming WEI (FeeToken: FRI) │ 0 │ 3 │ 0 │ 0 │ 75 │ 0 │ 509 │ 13855 │ | ||
│ Gifting FRI (FeeToken: WEI) │ 0 │ 3 │ 0 │ 0 │ 63 │ 0 │ 461 │ 20556 │ | ||
│ Claiming FRI (FeeToken: WEI) │ 0 │ 3 │ 0 │ 0 │ 75 │ 0 │ 475 │ 13657 │ | ||
│ Gifting FRI (FeeToken: FRI) │ 0 │ 3 │ 0 │ 0 │ 47 │ 0 │ 335 │ 14586 │ | ||
│ Claiming FRI (FeeToken: FRI) │ 0 │ 3 │ 0 │ 0 │ 75 │ 0 │ 509 │ 13855 │ | ||
└──────────────────────────────┴─────────┴───────┴───────┴────────┴──────────┴──────────┴─────────────┴───────┘ |
Oops, something went wrong.