Skip to content

Commit

Permalink
Merge branch 'develop' into ctb/bridge-spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes authored Sep 13, 2022
2 parents 7803e1e + e7b70e4 commit 088966f
Show file tree
Hide file tree
Showing 34 changed files with 359 additions and 281 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-beers-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts-bedrock': patch
---

Removes the blockedSystemMessages mapping in favor of a simpler approach to preventing messages from being sent to internal system addresses.
5 changes: 5 additions & 0 deletions .changeset/selfish-apes-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/sdk': patch
---

Add DAI bridge support to Goerli
5 changes: 5 additions & 0 deletions .changeset/slimy-coins-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/ci-builder': minor
---

Automate foundry build
5 changes: 5 additions & 0 deletions .changeset/strange-sloths-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts': patch
---

Quick patch to fix a build issue in the contracts package
5 changes: 5 additions & 0 deletions .changeset/unlucky-moons-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/contracts-bedrock': patch
---

Prevents v0 (legacy) messages from being relayed in the bedrock XDM.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
fi
- run:
name: check go bindings
command: make && git diff --exit-code -- ':!*_more.go'
command: make && git diff --exit-code
working_directory: op-bindings

js-lint-test:
Expand Down
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 088966f

Please sign in to comment.