Skip to content

Commit

Permalink
feat(ctb): standardize spacers (#3470)
Browse files Browse the repository at this point in the history
Cleans up spacers to all be private, introduces types to the custom
spacer natspec, and renames spacer variables to include slot, offset,
and length so we can automate checks.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
smartcontracts and mergify[bot] authored Sep 16, 2022
1 parent 278573f commit 7d7c4fd
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 35 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-rivers-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts-bedrock': patch
---

Makes spacers private and updates names to reflect slot, offset, and length.
2 changes: 1 addition & 1 deletion op-bindings/bindings/l1crossdomainmessenger_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/l2crossdomainmessenger_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/l2standardbridge_more.go

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

Loading

0 comments on commit 7d7c4fd

Please sign in to comment.