- 06 Oct, 2023 8 commits
-
-
Mark Tyneway authored
Continue moving away from `Semver` in favor of the more flexible `ISemver` contract.
-
protolambda authored
op-service: flag copy to protect against default-mutation of generic flag value
-
felipe andrade authored
-
protolambda authored
-
protolambda authored
chore: RPC client cleanup
-
protolambda authored
-
Mark Tyneway authored
op-chain-ops: skip extra json serialization
-
Mark Tyneway authored
Ignore JSON serialization of the skip calldata field as it is meant to be a helper for the implementation and should not be included in the serialized JSON.
-
- 05 Oct, 2023 32 commits
-
-
protolambda authored
op-node: Synchronize node halted bit
-
Sabnock01 authored
squashed in: - fix: resolve circular dependency - lint - move rollupclient to sources - fix imports
-
inphi authored
-
Zach Howard authored
Adds ufm-metamask docker build and tag-service release support
-
Zach Howard authored
-
Mark Tyneway authored
contracts-bedrock: SystemConfig reinit fix
-
Mark Tyneway authored
contracts-bedrock: modernize devnet artifacts
-
Sebastian Stammler authored
op-node: Cleanup shutdown process and support idle after halt
-
protolambda authored
-
protolambda authored
-
Mark Tyneway authored
The internal-devnet was deployed using the hh deploy scripts, meaning that the names of the files are different. It also has dead artifacts such as the `SystemDictator` and the `PortalSender`. This migrates the names of the files to the modern style as well as deletes artifacts that are not needed.
-
Mark Tyneway authored
Makes the `SystemConfig` able to be initialized again. It previously couldn't be because of a strict require statement on a state variable that was set in a previous time that the contract was initialized. A full upgrade simulation using this implementation can be found here: https://dashboard.tenderly.co/public/safe/safe-apps/simulator/e2d907e4-d5cb-4034-ae32-4b73d655cedf?trace=0.0.0.4.0.13.0
-
refcell.eth authored
fix(op-challenger): Remove Temporary Implementations
-
refcell authored
-
refcell authored
-
refcell authored
Update op-e2e for new gindex position constructor.
-
Mark Tyneway authored
contracts-bedrock: latest contract deployments
-
Mark Tyneway authored
Deploy to both goerli and sepolia, include both in a single PR for simplicity.
-
Mark Tyneway authored
contracts-bedrock: add comment to `StandardBridge`
-
Mark Tyneway authored
contracts-bedrock: factory semver bump
-
Mark Tyneway authored
Uses the new constant and bumps the semver
-
Mark Tyneway authored
contracts-bedrock: update reinitialize value
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the `reinitailze` value to 3 from 2. Now there is a constant used in all locations so that everything can be updated at once. This solution is not scalable long term because this means that the `reinitialize` value needs to be updated any time a new contract is deployed.
-
Mark Tyneway authored
Create deployment scripts for auth modules
-
Tarun Khasnavis authored
-
Mark Tyneway authored
build(deps): bump pino from 8.15.4 to 8.15.5
-
Tarun Khasnavis authored
-
Tarun Khasnavis authored
-
dependabot[bot] authored
Bumps [pino](https://github.com/pinojs/pino) from 8.15.4 to 8.15.5. - [Release notes](https://github.com/pinojs/pino/releases) - [Commits](https://github.com/pinojs/pino/compare/v8.15.4...v8.15.5) --- updated-dependencies: - dependency-name: pino dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Joshua Gutow authored
op-service: create a common admin API RPC and a common RPC request metrics
-
Tarun Khasnavis authored
-