- 04 Apr, 2023 16 commits
-
-
mergify[bot] authored
op-node: P2P req-resp alt sync method support
-
mergify[bot] authored
-
mergify[bot] authored
ctb: Update slither config
-
mergify[bot] authored
-
mergify[bot] authored
txmgr: Simplify API
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
Also ensures that absolute local paths are not stored in the slither db.
-
protolambda authored
-
mergify[bot] authored
-
mergify[bot] authored
op-node/p2p: Remove support for legacy gossip signing hashes
-
mergify[bot] authored
-
Mark Tyneway authored
contracts-bedrock: L2 contract deployments
-
mergify[bot] authored
-
Mark Tyneway authored
op-chain-ops: port hh tasks to go
-
- 03 Apr, 2023 22 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
The hardhat tasks responsible for ensuring that the chain has been completely rolled up during the migration run out of memory. They are written in typescript using hardhat. This ports them to go to prevent them from running out of memory.
-
mergify[bot] authored
Stop changesets from creating github releases
-
Mark Tyneway authored
Check the code hashes
-
mergify[bot] authored
-
Mark Tyneway authored
contracts-bedrock: fix semver tag
-
Mark Tyneway authored
-
mergify[bot] authored
-
Mark Tyneway authored
The docstring for `L1FeeVault` was not bumped properly. This commit bumps the commit message. We should have automation around this kind of thing to prevent it from happening in the future.
-
Mark Tyneway authored
-
Mark Tyneway authored
Co-authored-by:
clabby <ben@clab.by>
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Add ability to get other network's deploy configs, good to pair with companion networks feature from hh deploy.
-
Mark Tyneway authored
-
Mark Tyneway authored
-
- 01 Apr, 2023 2 commits
-
-
Mark Tyneway authored
Add a getter to the `hre.deployConfig` object that gives access to alternative network's deploy configs. This is useful because multiple networks can be linked and share config. In particular when L2 networks are used with L1 networks, the entire deploy config has be be shared with both networks so it results in a copy paste.
-
Mark Tyneway authored
Also update the deploy config. The deploy config is copy/pasted from the goerli network one. There isn't a good way to get "companion network's" deploy config.
-