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

Op Farms #1

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0f1676f
chore: forge init
oldchili Jul 23, 2024
fb88fda
forge install: forge-std
oldchili Jul 23, 2024
6bc3351
forge install: dss-test
oldchili Jul 23, 2024
98153df
forge remove forge-std
oldchili Jul 23, 2024
d861e89
Remove Counter files
oldchili Jul 23, 2024
2d00826
Initial implementation
oldchili Jul 23, 2024
51f07cf
Gateway => Bridge
oldchili Jul 23, 2024
1e57f53
forge install: endgame-toolkit
oldchili Jul 23, 2024
1c4f38f
forge install: op-token-bridge
oldchili Jul 23, 2024
8f37ad4
Add init libs and integration test
oldchili Jul 31, 2024
5aab2da
Add scripts - untested
oldchili Jul 31, 2024
a3a6e93
Small changes
oldchili Aug 1, 2024
fecbab3
Script fixes and configs
oldchili Aug 1, 2024
ab03847
Remove unused interface, fix typo
oldchili Aug 5, 2024
73cbd87
Apply suggestions from code review
oldchili Aug 20, 2024
3db60d6
Bond cfg.minGasLimit and cfg.initMinGasLimit by 500M
oldchili Aug 20, 2024
fa068a6
Notes that gas limits need to be tighter in production
oldchili Aug 20, 2024
8902409
Add 20% gas buffer in Distribute.s.sol instructions
oldchili Aug 21, 2024
b08732f
Update dss-test
oldchili Aug 21, 2024
e665e0e
New line at EOF
oldchili Aug 21, 2024
74f503e
Update op-token-bridge
oldchili Aug 22, 2024
b5a90d0
Apply suggestions from code review
oldchili Aug 25, 2024
2212693
Remove redundant line
oldchili Aug 25, 2024
94fc23f
Inlinve some vars in script/Init.s.sol
oldchili Aug 25, 2024
29bc92a
More inlining
oldchili Aug 25, 2024
7aad28b
Update CI
oldchili Aug 25, 2024
632c17f
Minor changes in env example
oldchili Aug 26, 2024
4950996
Change TODO to clarification message
oldchili Aug 26, 2024
f71a30e
Update lib/op-token-bridge
oldchili Aug 26, 2024
119313b
Cantina audit (#2)
oldchili Sep 2, 2024
525f923
Add Cantina Report (#3)
oldchili Sep 10, 2024
6ce7a1e
Readme clarification about distribution rate (#4)
oldchili Sep 10, 2024
62c2dea
Add ChainSecurity Report (#5)
oldchili Sep 16, 2024
a78ed4d
Upgrade bridge dependency
sunbreak1211 Sep 17, 2024
ba2f7c7
Upgrade bridge dependency
sunbreak1211 Sep 19, 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
Prev Previous commit
Next Next commit
forge install: endgame-toolkit
oldchili committed Jul 23, 2024
commit 1e57f5395bcfe64a0d3b09d2aa978d4a37844fba
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "lib/dss-test"]
path = lib/dss-test
url = https://github.com/makerdao/dss-test
[submodule "lib/endgame-toolkit"]
path = lib/endgame-toolkit
url = https://github.com/makerdao/endgame-toolkit
1 change: 1 addition & 0 deletions lib/endgame-toolkit
Submodule endgame-toolkit added at 87e67b