- 30 Nov, 2023 40 commits
-
-
Mark Tyneway authored
Add a basic coderabbit config file
-
Maurelian authored
-
Maurelian authored
-
refcell.eth authored
contracts-bedrock: testing docs
-
refcell.eth authored
contracts-bedrock: predeploys test
-
refcell.eth authored
contracts-bedrock: migrate to new storage snapshot
-
Mark Tyneway authored
Ensures that the predeploys are set and have the correct admin slot set as well as have code present. It does not check what the specific code is so that this can be ran against forked networks. Now that we have the L2 contracts imported into the state via `vm.loadAllocs`, we can begin to port the implementation of `check-l2` into Solidity and reduce the amount of overhead a developer needs to make changes to the contracts. The goal is to make as few changes to other parts of the codebase when making changes to solidity files. [check-l2](https://github.com/ethereum-optimism/optimism/blob/develop/op-chain-ops/cmd/check-l2/main.go) runs against the devnet to ensure that the genesis state is correct. Now we can make those assertions directly in solidity and deprecate the concept of `check-l2`. We should be able to still run the solidity tests against forked backends if we write the code in a modular way, so that we can still run the tests against live networks or devnets.
-
refcell.eth authored
-
refcell.eth authored
contracts-bedrock: better setup check
-
Adrian Sutton authored
feat(ctb): Make `GENESIS_BLOCK_NUMBER` public
-
clabby authored
-
protolambda authored
op-node: specify Delta upgrade version, update superchain-registry, bump protocol-support to Delta pre-release
-
protolambda authored
-
Mark Tyneway authored
-
protolambda authored
-
Mark Tyneway authored
Check the fs for the file before invoking the bash script as a sanity check to save extra work when everything is running in parallel.
-
clabby authored
chore(ctb): Restructure `test` folder
-
protolambda authored
-
protolambda authored
-
clabby authored
-
Mark Tyneway authored
build(deps-dev): bump vite from 5.0.2 to 5.0.4
-
clabby authored
-
protolambda authored
specs: add delta gov forum link, add delta version entry and span-batch feature reference, add eclipse/fjord placeholders
-
refcell.eth authored
feat(ctb): OutputBisectionGame Devnet Deployment
-
protolambda authored
op-chain-ops,op-node: interop feature-set deploy/rollup/chain-config
-
dependabot[bot] authored
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.2 to 5.0.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps-dev): bump abitype from 0.10.2 to 0.10.3
-
Joshua Gutow authored
op-challenger: Remove --agree-with-proposed-output option
-
Maurelian authored
contracts-bedrock: Increase CrossDomainMessenger storage gap size
-
protolambda authored
-
Maurelian authored
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.10.0 to 20.10.1
-
Mark Tyneway authored
chore(ci): CTB Static Analysis Job
-
dependabot[bot] authored
Bumps [abitype](https://github.com/wevm/abitype) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/wevm/abitype/releases) - [Commits](https://github.com/wevm/abitype/compare/abitype@0.10.2...abitype@0.10.3) --- updated-dependencies: - dependency-name: abitype dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.0 to 20.10.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
refcell authored
-
refcell authored
-
refcell authored
-
refcell authored
-
Adrian Sutton authored
The trace provider is now used to decide if the root claim is correct or not.
-