Skip to content
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

contracts-bedrock: move immutables to storage for OptimismMintableERC20Factory #8700

Merged
merged 35 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e4ee85c
contracts-bedrock: move immutable variable to storage in OptimismMint…
0xfuturistic Dec 20, 2023
e67b58f
contracts-bedrock: update Deploy script to handle changes to Optimism…
0xfuturistic Dec 20, 2023
81bc85e
contracts-bedrock: update ChainAssertions to handle pre-initializatio…
0xfuturistic Dec 20, 2023
579e961
op-bindings: make for OptimismMintableERC20Factory
0xfuturistic Dec 20, 2023
b063b50
op-chain-ops: update upgrade script for OptimismMintableERC20Factory
0xfuturistic Dec 20, 2023
02ff0a1
op-chain-ops: update immutables, storage config for OptimismMintableE…
0xfuturistic Dec 20, 2023
e98a091
contracts-bedrock: lint after changes to OptimismMintableERC20Factory
0xfuturistic Dec 20, 2023
95ed632
contracts-bedrock: update semver-lock
0xfuturistic Dec 20, 2023
a7b7c60
contracts-bedrock: remove unused variable in Deploy script
0xfuturistic Dec 20, 2023
7981d0a
contracts-bedrock: add storage gap to OptimismMintableERC20Factory
0xfuturistic Dec 24, 2023
b4c2e93
contracts-bedrock: improve documentation in OptimismMintableERC20Factory
0xfuturistic Dec 24, 2023
14f810b
op-chain-ops: fix upgrade script for OptimismMintableERC20Factory
0xfuturistic Dec 24, 2023
c9fa0e4
contracts-bedrock: replace isInitialized by isProxy in ChainAssertion…
0xfuturistic Dec 24, 2023
5296321
contracts-bedrock: add upgradeability tests for OptimismMintableERC20…
0xfuturistic Dec 24, 2023
ad99569
op-chain-ops: fix lint by removing unused const
0xfuturistic Dec 24, 2023
6a9c0f2
op-bindings: make for OptimismMintableERC20Factory
0xfuturistic Dec 24, 2023
b049f6f
contracts-bedrock: update semver-lock
0xfuturistic Dec 24, 2023
bd89917
contracts-bedrock: update snapshots
0xfuturistic Dec 24, 2023
710d49e
op-chain-ops: fix typo in variable name
0xfuturistic Dec 24, 2023
1153c7c
contracts-bedrock: reorganize tests for OptimismMintableERC20Factory
0xfuturistic Jan 2, 2024
52a4eaa
op-chain-ops: add initialization logic in check-l2 for OptimismMintab…
0xfuturistic Jan 2, 2024
f1b086f
contracts-bedrock: reorder isProxy in ChainAssertions for OptimismMin…
0xfuturistic Jan 2, 2024
ecb4b26
contracts-bedrock: update gap size in OptimismMintableERC20Factory
0xfuturistic Jan 2, 2024
9a64c2f
contracts-bedrock: update snapshots for OptimismMintableERC20Factory
0xfuturistic Jan 2, 2024
10eaa89
contracts-bedrock: update semver-lock
0xfuturistic Jan 2, 2024
26f10e2
op-bindings: make for OptimismMintableERC20Factory
0xfuturistic Jan 2, 2024
d3f08d6
op-chain-ops: improve labeling for variable OptimismMintableERC20Factory
0xfuturistic Jan 3, 2024
2afea2e
op-chain-ops: add assertions for check-l2 OptimismMintableERC20Factory
0xfuturistic Jan 3, 2024
4710af5
contracts-bedrock: move reinitialization test to Initializable.t.sol
0xfuturistic Jan 3, 2024
4614370
contracts-bedrock: fix rebase
0xfuturistic Jan 10, 2024
87715ef
contracts-bedrock: drop redundant test
0xfuturistic Jan 10, 2024
766127d
op-chain-ops: check fetched addresses from OptimismMintableERC20Facto…
0xfuturistic Jan 10, 2024
9bdbc4d
op-chain-ops: use checkAlreadyInitialized in check-l2 for OptimismMin…
0xfuturistic Jan 10, 2024
b0fd799
contracts-bedrock: fix bug in Initializable.t.sol
0xfuturistic Jan 10, 2024
9eda162
op-bindings: make
0xfuturistic Jan 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion op-bindings/bindings/mips_more.go

Large diffs are not rendered by default.

163 changes: 159 additions & 4 deletions op-bindings/bindings/optimismmintableerc20factory.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions op-bindings/bindings/optimismmintableerc20factory_more.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion op-bindings/bindings/preimageoracle_more.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading