- 06 Oct, 2023 3 commits
-
-
dependabot[bot] authored
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.17.4 to 2.18.0. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.17.4...hardhat@2.18.0) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
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 31 commits
-
-
protolambda authored
op-node: Synchronize node halted bit
-
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
-
- 04 Oct, 2023 6 commits
-
-
Tarun Khasnavis authored
-
Tarun Khasnavis authored
-
Mark Tyneway authored
📝 docs: add `sws` to glossary -
Mark Tyneway authored
op-chain-ops: option for skipping calldata encoding
-
Wyatt Barnes authored
Init Metamask Fee Estimation Tracking
-
refcell.eth authored
feat(op-challenger): Deep Positions
-