- 14 Dec, 2022 40 commits
-
-
Kelvin Fichter authored
Updates the fault detector to wait for its L1 and L2 RPC providers using a new utility function in common-ts. This will prevent errors that users currently experience with the fault detector.
-
mergify[bot] authored
feat(ctb): inline verification function
-
Mark Tyneway authored
ctp: delete dead network artifacts + config
-
Mark Tyneway authored
feat(ctb): break out token interfaces
-
Mark Tyneway authored
feat(contracts-periphery): Add authors to optimist.sol
-
Mark Tyneway authored
ctp: deterministic deployment optimist proxy
-
Mark Tyneway authored
ctp: AttestationStation deterministic proxy
-
Will Cory authored
-
Will Cory authored
-
Kelvin Fichter authored
Inlines verifyInclusionProof because it was only being used once.
-
Mark Tyneway authored
feat(contracts-periphery): Add optimistName and optimistSymbol
-
Will Cory authored
-
Will Cory authored
-
mergify[bot] authored
ctp: bump semver to 1.0.0 for nft contracts
-
Kelvin Fichter authored
Breaks the OptimismMintableERC20 and OptimismMintableERC721 token interfaces into their own files instead of having one joint file for supported interfaces. This is in preparation for portings tests for the OptimismMintableERC721 and its factory.
-
mergify[bot] authored
Stop TestSystemMockP2P from flaking
-
mergify[bot] authored
op-chain-ops: withdrawal tx helper
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Mark Tyneway authored
Both `kovan` and `optimism-kovan` have been deprecated. This commit deletes the deployment artifacts and deploy config for these two networks.
-
Mark Tyneway authored
The semver should be set to `1.0.0` for production deployment of the nft contracts. This needs to be merged before prod deployment.
-
Mark Tyneway authored
Deterministic deployment of the `OptimistProxy` contract
-
Mark Tyneway authored
Deploys the proxy in a deterministic manner for the attestationstation
-
Mark Tyneway authored
feat(contracts-periphery): Add Optimist SBT deploy script
-
Will Cory authored
Run with the following command: ```bash npx hardhat deploy --tags OptimistProxy --network hardhat ```
-
Mark Tyneway authored
feat(contracts-periphery): Add deploy script for AttestationStation
-
Will Cory authored
copy pasta a proxy contract over update to final deploy scripts? changeset add log contracts-periphery: attestation station deploy script op-nft: clean up deploy scripts ```bash $ npx hardhat deploy --tags AttestationStationProxy --network hardhat ``` nuke extra checks ctp: deploy config update
-
Mark Tyneway authored
contracts-periphery: run foundry tests in CI
-
Mark Tyneway authored
The `yarn:coverage` command is ran in CI so add `forge coverage` to that command so the foundry tests also run.
-
mergify[bot] authored
feat(contracts-periphery): Add Optimist contract
-
Will Cory authored
-
Joshua Gutow authored
The root cause is that the elements were out of order. There isn't a strong reason that the order of the arrays would be the same so & the thing we care about is that the elements match so I switch the require statement to be that. In the failing test I manually verified that the elements were the same. Last seen in https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/11438/workflows/e524ab48-9fff-445d-9813-8a4f76046012/jobs/321725.
-
mergify[bot] authored
feat(ctp): clean AttestationStation comments
-
mergify[bot] authored
feat(ctb): Add tests for `Bytes` library
-
clabby authored
-
clabby authored
gas snapshot cp nit
-
Kelvin Fichter authored
Cleans up comments in the AttestationStation.
-