Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
636c54c4
Unverified
Commit
636c54c4
authored
Sep 11, 2022
by
Mark Tyneway
Committed by
GitHub
Sep 11, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3415 from ethereum-optimism/fix/speed-up-snapshot
contracts-bedrock: speed up storage snapshot
parents
27aa017f
8c5a7ca7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
38 deletions
+38
-38
.storage-layout
packages/contracts-bedrock/.storage-layout
+19
-19
storage-snapshot.sh
packages/contracts-bedrock/scripts/storage-snapshot.sh
+19
-19
No files found.
packages/contracts-bedrock/.storage-layout
View file @
636c54c4
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
=======================
=======================
=======================
=======================
➡ L1CrossDomainMessenger
➡
contracts/L1/L1CrossDomainMessenger.sol:
L1CrossDomainMessenger
=======================
=======================
+------------------------+--------------------------+------+--------+-------+----------------------------------------------------------------+
+------------------------+--------------------------+------+--------+-------+----------------------------------------------------------------+
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
+------------------------+--------------------------+------+--------+-------+----------------------------------------------------------------+
+------------------------+--------------------------+------+--------+-------+----------------------------------------------------------------+
=======================
=======================
➡ L1StandardBridge
➡
contracts/L1/L1StandardBridge.sol:
L1StandardBridge
=======================
=======================
+----------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
+----------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
+----------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
+----------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
=======================
=======================
➡ L2OutputOracle
➡
contracts/L1/L2OutputOracle.sol:
L2OutputOracle
=======================
=======================
+-------------------+-------------------------------------------------+------+--------+-------+------------------------------------------------+
+-------------------+-------------------------------------------------+------+--------+-------+------------------------------------------------+
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
+-------------------+-------------------------------------------------+------+--------+-------+------------------------------------------------+
+-------------------+-------------------------------------------------+------+--------+-------+------------------------------------------------+
=======================
=======================
➡ OptimismPortal
➡
contracts/L1/OptimismPortal.sol:
OptimismPortal
=======================
=======================
+----------------------+----------------------------------------+------+--------+-------+------------------------------------------------+
+----------------------+----------------------------------------+------+--------+-------+------------------------------------------------+
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
+----------------------+----------------------------------------+------+--------+-------+------------------------------------------------+
+----------------------+----------------------------------------+------+--------+-------+------------------------------------------------+
=======================
=======================
➡ DeployerWhitelist
➡
contracts/legacy/DeployerWhitelist.sol:
DeployerWhitelist
=======================
=======================
+-----------+--------------------------+------+--------+-------+----------------------------------------------------------+
+-----------+--------------------------+------+--------+-------+----------------------------------------------------------+
...
@@ -119,7 +119,7 @@
...
@@ -119,7 +119,7 @@
+-----------+--------------------------+------+--------+-------+----------------------------------------------------------+
+-----------+--------------------------+------+--------+-------+----------------------------------------------------------+
=======================
=======================
➡ GasPriceOracle
➡
contracts/L2/GasPriceOracle.sol:
GasPriceOracle
=======================
=======================
+----------+---------+------+--------+-------+------------------------------------------------+
+----------+---------+------+--------+-------+------------------------------------------------+
...
@@ -139,7 +139,7 @@
...
@@ -139,7 +139,7 @@
+----------+---------+------+--------+-------+------------------------------------------------+
+----------+---------+------+--------+-------+------------------------------------------------+
=======================
=======================
➡ L1Block
➡
contracts/L2/L1Block.sol:
L1Block
=======================
=======================
+----------------+---------+------+--------+-------+----------------------------------+
+----------------+---------+------+--------+-------+----------------------------------+
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
+----------------+---------+------+--------+-------+----------------------------------+
+----------------+---------+------+--------+-------+----------------------------------+
=======================
=======================
➡ L1BlockNumber
➡
contracts/legacy/L1BlockNumber.sol:
L1BlockNumber
=======================
=======================
+------+------+------+--------+-------+----------+
+------+------+------+--------+-------+----------+
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
+------+------+------+--------+-------+----------+
+------+------+------+--------+-------+----------+
=======================
=======================
➡ L2CrossDomainMessenger
➡
contracts/L2/L2CrossDomainMessenger.sol:
L2CrossDomainMessenger
=======================
=======================
+------------------------+--------------------------+------+--------+-------+----------------------------------------------------------------+
+------------------------+--------------------------+------+--------+-------+----------------------------------------------------------------+
...
@@ -210,7 +210,7 @@
...
@@ -210,7 +210,7 @@
+------------------------+--------------------------+------+--------+-------+----------------------------------------------------------------+
+------------------------+--------------------------+------+--------+-------+----------------------------------------------------------------+
=======================
=======================
➡ L2StandardBridge
➡
contracts/L2/L2StandardBridge.sol:
L2StandardBridge
=======================
=======================
+----------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
+----------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
...
@@ -224,7 +224,7 @@
...
@@ -224,7 +224,7 @@
+----------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
+----------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
=======================
=======================
➡ L2ToL1MessagePasser
➡
contracts/L2/L2ToL1MessagePasser.sol:
L2ToL1MessagePasser
=======================
=======================
+--------------+--------------------------+------+--------+-------+----------------------------------------------------------+
+--------------+--------------------------+------+--------+-------+----------------------------------------------------------+
...
@@ -236,7 +236,7 @@
...
@@ -236,7 +236,7 @@
+--------------+--------------------------+------+--------+-------+----------------------------------------------------------+
+--------------+--------------------------+------+--------+-------+----------------------------------------------------------+
=======================
=======================
➡ LegacyERC20ETH
➡
contracts/legacy/LegacyERC20ETH.sol:
LegacyERC20ETH
=======================
=======================
+--------------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
+--------------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
+--------------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
+--------------+-------------------------------------------------+------+--------+-------+----------------------------------------------------+
=======================
=======================
➡ SequencerFeeVault
➡
contracts/L2/SequencerFeeVault.sol:
SequencerFeeVault
=======================
=======================
+-------------+---------+------+--------+-------+------------------------------------------------------+
+-------------+---------+------+--------+-------+------------------------------------------------------+
...
@@ -268,7 +268,7 @@
...
@@ -268,7 +268,7 @@
+-------------+---------+------+--------+-------+------------------------------------------------------+
+-------------+---------+------+--------+-------+------------------------------------------------------+
=======================
=======================
➡ WETH9
➡
contracts/vendor/WETH9.sol:
WETH9
=======================
=======================
+-----------+-------------------------------------------------+------+--------+-------+----------------------------------+
+-----------+-------------------------------------------------+------+--------+-------+----------------------------------+
...
@@ -286,7 +286,7 @@
...
@@ -286,7 +286,7 @@
+-----------+-------------------------------------------------+------+--------+-------+----------------------------------+
+-----------+-------------------------------------------------+------+--------+-------+----------------------------------+
=======================
=======================
➡ ProxyAdmin
➡
contracts/universal/ProxyAdmin.sol:
ProxyAdmin
=======================
=======================
+--------------------+-----------------------------------------------+------+--------+-------+-----------------------------------------------+
+--------------------+-----------------------------------------------+------+--------+-------+-----------------------------------------------+
...
@@ -304,7 +304,7 @@
...
@@ -304,7 +304,7 @@
+--------------------+-----------------------------------------------+------+--------+-------+-----------------------------------------------+
+--------------------+-----------------------------------------------+------+--------+-------+-----------------------------------------------+
=======================
=======================
➡ Proxy
➡
contracts/universal/Proxy.sol:
Proxy
=======================
=======================
+------+------+------+--------+-------+----------+
+------+------+------+--------+-------+----------+
...
@@ -313,7 +313,7 @@
...
@@ -313,7 +313,7 @@
+------+------+------+--------+-------+----------+
+------+------+------+--------+-------+----------+
=======================
=======================
➡ L1ChugSplashProxy
➡
contracts/legacy/L1ChugSplashProxy.sol:
L1ChugSplashProxy
=======================
=======================
+------+------+------+--------+-------+----------+
+------+------+------+--------+-------+----------+
...
@@ -322,7 +322,7 @@
...
@@ -322,7 +322,7 @@
+------+------+------+--------+-------+----------+
+------+------+------+--------+-------+----------+
=======================
=======================
➡ OptimismMintableERC20
➡
contracts/universal/OptimismMintableERC20.sol:
OptimismMintableERC20
=======================
=======================
+--------------+-------------------------------------------------+------+--------+-------+---------------------------------------------------------------------+
+--------------+-------------------------------------------------+------+--------+-------+---------------------------------------------------------------------+
...
@@ -344,7 +344,7 @@
...
@@ -344,7 +344,7 @@
+--------------+-------------------------------------------------+------+--------+-------+---------------------------------------------------------------------+
+--------------+-------------------------------------------------+------+--------+-------+---------------------------------------------------------------------+
=======================
=======================
➡ OptimismMintableERC20Factory
➡
contracts/universal/OptimismMintableERC20Factory.sol:
OptimismMintableERC20Factory
=======================
=======================
+------+------+------+--------+-------+----------+
+------+------+------+--------+-------+----------+
...
...
packages/contracts-bedrock/scripts/storage-snapshot.sh
View file @
636c54c4
...
@@ -10,25 +10,25 @@ then
...
@@ -10,25 +10,25 @@ then
fi
fi
contracts
=(
contracts
=(
L1CrossDomainMessenger
contracts/L1/L1CrossDomainMessenger.sol:
L1CrossDomainMessenger
L1StandardBridge
contracts/L1/L1StandardBridge.sol:
L1StandardBridge
L2OutputOracle
contracts/L1/L2OutputOracle.sol:
L2OutputOracle
OptimismPortal
contracts/L1/OptimismPortal.sol:
OptimismPortal
DeployerWhitelist
contracts/legacy/DeployerWhitelist.sol:
DeployerWhitelist
GasPriceOracle
contracts/L2/GasPriceOracle.sol:
GasPriceOracle
L1Block
contracts/L2/L1Block.sol:
L1Block
L1BlockNumber
contracts/legacy/L1BlockNumber.sol:
L1BlockNumber
L2CrossDomainMessenger
contracts/L2/L2CrossDomainMessenger.sol:
L2CrossDomainMessenger
L2StandardBridge
contracts/L2/L2StandardBridge.sol:
L2StandardBridge
L2ToL1MessagePasser
contracts/L2/L2ToL1MessagePasser.sol:
L2ToL1MessagePasser
LegacyERC20ETH
contracts/legacy/LegacyERC20ETH.sol:
LegacyERC20ETH
SequencerFeeVault
contracts/L2/SequencerFeeVault.sol:
SequencerFeeVault
WETH9
contracts/vendor/WETH9.sol:
WETH9
ProxyAdmin
contracts/universal/ProxyAdmin.sol:
ProxyAdmin
Proxy
contracts/universal/Proxy.sol:
Proxy
L1ChugSplashProxy
contracts/legacy/L1ChugSplashProxy.sol:
L1ChugSplashProxy
OptimismMintableERC20
contracts/universal/OptimismMintableERC20.sol:
OptimismMintableERC20
OptimismMintableERC20Factory
contracts/universal/OptimismMintableERC20Factory.sol:
OptimismMintableERC20Factory
)
)
dir
=
$(
dirname
"
$0
"
)
dir
=
$(
dirname
"
$0
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment