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

Mainnet Spell 2024-11-14 #439

Merged
merged 16 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
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 Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all :; DAPP_LIBRARIES=' lib/dss-exec-lib/src/DssExecLib.sol:DssExecLib:$(shell cat DssExecLib.address)' \
DAPP_BUILD_OPTIMIZE=1 DAPP_BUILD_OPTIMIZE_RUNS=200 \
DAPP_BUILD_OPTIMIZE=0 DAPP_BUILD_OPTIMIZE_RUNS=200 \
DAPP_REMAPPINGS=$$(cat remappings.txt) \
dapp --use solc:0.8.16 build
clean :; forge clean
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-dssspell-forge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ done
DSS_EXEC_LIB=$(< DssExecLib.address)
echo "Using DssExecLib at: $DSS_EXEC_LIB"
export FOUNDRY_LIBRARIES="lib/dss-exec-lib/src/DssExecLib.sol:DssExecLib:$DSS_EXEC_LIB"
export FOUNDRY_OPTIMIZER=true
export FOUNDRY_OPTIMIZER=false
export FOUNDRY_OPTIMIZER_RUNS=200
export FOUNDRY_ROOT_CHAINID=1

Expand Down
445 changes: 226 additions & 219 deletions src/DssSpell.sol

Large diffs are not rendered by default.

304 changes: 147 additions & 157 deletions src/DssSpell.t.sol

Large diffs are not rendered by default.

165 changes: 0 additions & 165 deletions src/dependencies/dss-allocator/AllocatorInit.sol

This file was deleted.

29 changes: 0 additions & 29 deletions src/dependencies/dss-allocator/AllocatorInstances.sol

This file was deleted.

24 changes: 0 additions & 24 deletions src/dependencies/op-token-bridge/L1TokenBridgeInstance.sol

This file was deleted.

24 changes: 0 additions & 24 deletions src/dependencies/op-token-bridge/L2TokenBridgeInstance.sol

This file was deleted.

96 changes: 0 additions & 96 deletions src/dependencies/op-token-bridge/L2TokenBridgeSpell.sol

This file was deleted.

Loading
Loading