generated from defi-wonderland/solidity-foundry-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 15
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
fix: spearbit audit #139
Merged
Merged
fix: spearbit audit #139
Changes from 2 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
85b002f
fix: refactor message hash (#106)
hexshire 004baf3
fix: add blacklist check on target address (#109)
excaliborr 12a94f0
fix: rename l2 contract (#110)
hexshire 2c89ed6
feat: add burned amount value on migration complete event (#107)
0xDiscotech 0461cab
fix: add events (#113)
hexshire 58bef50
refactor: user nonces (#108)
0xDiscotech 3c707af
fix: deploy through portal (#115)
excaliborr 006a27c
fix: edgecase where user is blacklisted with an inflight message (#105)
excaliborr dc00d18
fix: deploy l2 implementation first (#114)
excaliborr 5ec5891
fix: create2 address has dirty bytes (#117)
excaliborr d3d4aa4
fix: use encodeCall and docs (#116)
excaliborr 7a4adfa
fix: bridged usdc token naming (#118)
excaliborr 56f49a3
fix: address zero sanity check (#120)
excaliborr 39a260f
fix: relay old failed messages after migration (#111)
hexshire a198ce8
fix: eip-712 compliance (#121)
excaliborr 8a379d6
fix: event parameters (#124)
excaliborr 601ec75
refactor: upgradeable adapters (#122)
0xDiscotech 3bf97c5
refactor: blacklisted funds logic (#125)
hexshire 35dccc4
docs: improve readme (#127)
excaliborr c868999
docs: enhance readme (#128)
0xDiscotech 2fa5cda
chore: add initialize function on interface (#130)
0xDiscotech e63941d
chore: unify modifiers (#131)
0xDiscotech 5b94ef9
chore: update deployment flow image (#132)
0xDiscotech d443487
fix: invariant tests (#129)
hexshire 0155cca
test: add new logic test cases
hexshire 74fa428
fix: refund blacklisted funds after migration test
hexshire a55f2cf
test: withdraw blacklisted funds
hexshire f8423b2
chore: add replayed funds sent back to l1 event on l2 adapter receive…
0xDiscotech 19b88a2
fix: natspec and comments typos (#138)
0xDiscotech f84d3cf
Merge branch 'audit/spearbit' into fix/echidna
hexshire d2d9d5c
chore: script commands and arbitrary scripts (#137)
excaliborr 456c933
Merge branch 'audit/spearbit' into fix/echidna
hexshire 84aca83
test: fix test
hexshire 014e0b7
Merge branch 'fix/echidna' of github.com:defi-wonderland/opUSDC into …
hexshire 573513f
test: blacklisted funds on l2
hexshire b12bc4c
fix: prop 12 on l2
simon-something 4e9ecf3
fix: constraints 12
simon-something e0d8ba9
test: fill empty catch branches
hexshire 7df9958
fix: exclude l1 blacklist from l2 test
simon-something 3af5731
fix: resume bridging when needed
simon-something 65e6e5d
chore: typo
simon-something 4ea10ee
fix: status for incoming msg
simon-something 7ee93ff
feat: corpus (temp to migrate to corpus repo)
simon-something a0ff97a
fix: wrong selector count + corpus
simon-something e63459b
test: fix migrate to native test
hexshire f3b6eff
feat: symb exec prop 19 (#135)
simon-something 1fd35f9
Merge branch 'audit/spearbit' into fix/echidna
hexshire eb625f9
test: add new logic tests to echidna (#136)
simon-something f95bd80
fix: var naming (#142)
excaliborr 075b168
chore: cancel nonce event (#143)
excaliborr 8efdc98
chore: naming convention changed (#144)
excaliborr 79f128e
docs: deploying & migrating section (#141)
excaliborr 71ac5a2
docs: needed items from circle at migration (#145)
excaliborr 2a628f7
docs: update readme (#147)
zainbacchus 174be47
docs: spearbit report (#148)
excaliborr 8ed9c12
fix: ci (#149)
excaliborr 859db9d
fix: report (#150)
excaliborr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Binary file not shown.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.