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

dependabot(docker): bump ethereum/client-go from v1.13.15 to v1.14.8 in /ops-bedrock #104

Closed
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8741423
op-e2e: Fix GraniteSystemConfig (#11361)
sebastianst Aug 6, 2024
e6dd1ee
update sepolia-devnet-0 deploy-config (#11371)
Inphi Aug 6, 2024
79c8fe8
cannon: move example test programs into testdata directory to prevent…
protolambda Aug 7, 2024
ec45f66
op-node: abort block publishing if conductor commit fails (#11380)
protolambda Aug 7, 2024
2491a37
Fix devnet-up when op-program/bin is missing prestate-proof.json (#11…
anacrolix Aug 7, 2024
96b9e70
contracts-bedrock: migrate to just (#11276)
tynes Aug 7, 2024
cc67d34
op-proposer, op-batcher: Wait for sync in Start rather than loop. (#1…
ajsutton Aug 7, 2024
051db54
contracts-bedrock: improve `CrossL2Inbox` devex (#11322)
tynes Aug 7, 2024
b047e1f
Revert "Fix devnet-up when op-program/bin is missing prestate-proof.j…
ajsutton Aug 7, 2024
2f295d0
devnet/e2e: run L1 Deneb and L2 Fjord by default (#11359)
protolambda Aug 8, 2024
7343468
feat(predeploys): add L2toL2CDM to predeploy addresses.go (#11403)
tremarkley Aug 8, 2024
0c8d7c8
contracts-bedrock: debug tests (#11397)
tynes Aug 8, 2024
bf4693e
ci: better solc warnings check (#11231)
tynes Aug 8, 2024
770cbc6
repo: migrate away from pnpm (#11395)
tynes Aug 9, 2024
8b636e0
Run cannon-prestate if devnet cannon prestate files are missing (#11399)
anacrolix Aug 9, 2024
dae091f
ci: update geth tool to v1.14.7 (#11410)
protolambda Aug 9, 2024
e157ed7
Add RV reviews (#11422)
maurelian Aug 9, 2024
ca85dc4
Update to Geth 1.14.7 (#11382)
mdehoog Aug 9, 2024
94b7e03
cannon: Undo changes to memprofile patching (#11420)
mbaxter Aug 9, 2024
cdfe8a8
fix: update contracts README diagram (#11406)
smartcontracts Aug 9, 2024
b1dfa22
fix(ctb): remove linked libraries from scripts and tests (#11426)
mds1 Aug 9, 2024
586e662
add rationale to comment (#11429)
mds1 Aug 9, 2024
261938e
ci: manage versions in versions.json (#11415)
sebastianst Aug 9, 2024
acd23f2
cannon: Add support for --type mt to enable multithreaded cannon (#11…
ajsutton Aug 9, 2024
d098cf8
dependabot(gomod): bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#1…
dependabot[bot] Aug 9, 2024
773e476
op-supervisor: Include executing message info when storing logs. (#11…
axelKingsley Aug 9, 2024
5a4fbce
fix: minor error in contracts readme (#11432)
smartcontracts Aug 10, 2024
5c8ebef
Don't recheck terminal type for color (#11412)
anacrolix Aug 12, 2024
995ddcf
maint: further clean up contract scripts organization (#11434)
smartcontracts Aug 12, 2024
a0b95aa
Merge branch 'develop' of https://github.com/ethereum-optimism/optimi…
zobront Aug 12, 2024
402627f
dependabot(docker): bump ethereum/client-go in /ops-bedrock
dependabot[bot] Aug 12, 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
fix: minor error in contracts readme (#11432)
smartcontracts authored Aug 10, 2024
commit 5a4fbce2bc780a908afeab255513aa38ca3c49b8
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/README.md
Original file line number Diff line number Diff line change
@@ -251,7 +251,7 @@ graph LR
OP Stack smart contracts are published to NPM and can be installed via:

```sh
npm install @eth-optimism/contracts-bedrock.
npm install @eth-optimism/contracts-bedrock
```

Refer to the [Optimism Developer Docs](https://docs.optimism.io/builders/dapp-developers/contracts/system-contracts#using-system-contracts-in-solidity) for additional information about how to use this package.