-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "release v20: Short term fee model + 1.4.1" (#198)
- Loading branch information
1 parent
9ffd7cf
commit b20dd4c
Showing
118 changed files
with
5,691 additions
and
4,192 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
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
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
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,25 +1,19 @@ | ||
{ | ||
"GUARANTEED_PUBDATA_BYTES": 2500, | ||
"MAX_TRANSACTIONS_IN_BATCH": 10000, | ||
"REQUIRED_L2_GAS_PRICE_PER_PUBDATA": 800, | ||
"L1_GAS_PER_PUBDATA_BYTE": 17, | ||
"L2_TX_MAX_GAS_LIMIT": 80000000, | ||
"MAX_PUBDATA_PER_BATCH": 110000, | ||
"PRIORITY_TX_MAX_PUBDATA": 99000, | ||
"FAIR_L2_GAS_PRICE": 500000000, | ||
"L1_GAS_PER_PUBDATA_BYTE": 17, | ||
"BATCH_OVERHEAD_L2_GAS": 1200000, | ||
"BATCH_OVERHEAD_L1_GAS": 1000000, | ||
"MAX_TRANSACTIONS_IN_BATCH": 1024, | ||
"BOOTLOADER_TX_ENCODING_SPACE": 8740224, | ||
"L1_TX_INTRINSIC_L2_GAS": 167157, | ||
"L1_TX_INTRINSIC_PUBDATA": 88, | ||
"L1_TX_MIN_L2_GAS_BASE": 173484, | ||
"L1_TX_DELTA_544_ENCODING_BYTES": 1656, | ||
"L1_TX_DELTA_FACTORY_DEPS_L2_GAS": 2473, | ||
"L1_TX_DELTA_FACTORY_DEPS_PUBDATA": 64, | ||
"L2_TX_INTRINSIC_GAS": 14070, | ||
"L2_TX_INTRINSIC_PUBDATA": 0, | ||
"MAX_NEW_FACTORY_DEPS": 32, | ||
"MAX_GAS_PER_TRANSACTION": 80000000, | ||
"KECCAK_ROUND_COST_GAS": 40, | ||
"SHA256_ROUND_COST_GAS": 7, | ||
"ECRECOVER_COST_GAS": 7000, | ||
"PRIORITY_TX_MINIMAL_GAS_PRICE": 250000000, | ||
"PRIORITY_TX_MAX_GAS_PER_BATCH": 80000000, | ||
"PRIORITY_TX_PUBDATA_PER_BATCH": 120000, | ||
"PRIORITY_TX_BATCH_OVERHEAD_L1_GAS": 1000000 | ||
"REQUIRED_L2_GAS_PRICE_PER_PUBDATA": 800 | ||
} |
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
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
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
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
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
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
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
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
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
20 changes: 0 additions & 20 deletions
20
l1-contracts/contracts/dev-contracts/test/MailboxFacetTest.sol
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.