Skip to content

Commit

Permalink
Ensure the Oracle's owner and proposer accounts are unique (#3451)
Browse files Browse the repository at this point in the history
* fix(ctb): L-06 Circumventable requirement that owner and proposer are distinct

Overrides the default transferOwnership function to enforce this
requirement. Likewise in the initialize function.

* chore: Regen bindings

* update more file

* fix devnet + weth9

* try to fix weth9 again

* one more weth9

* update snapshot

Co-authored-by: Matthew Slipper <[email protected]>
  • Loading branch information
maurelian and mslipper authored Sep 19, 2022
1 parent 7215f4c commit af3e56b
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 26 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-suns-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts-bedrock': patch
---

Fix to Ensure the Oracle's owner and proposer accounts are unique
2 changes: 1 addition & 1 deletion op-bindings/bindings/deployerwhitelist_more.go

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

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

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

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

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

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

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

Loading

0 comments on commit af3e56b

Please sign in to comment.