- 14 Dec, 2022 40 commits
-
-
mergify[bot] authored
test(ctb): port L2ERC721Bridge tests
-
mergify[bot] authored
maint(ct): remove deprecated deployments
-
mergify[bot] authored
feat(contracts-periphery): Clean up optimist tests
-
Mark Tyneway authored
ctp: fix version assert in deploy scripts
-
Mark Tyneway authored
-
mergify[bot] authored
feat(ctb): inline verification function
-
Kelvin Fichter authored
Removes deprecated contract deployments to avoid confusing users who are looking at these deployment folders. Also updates the markdown generation script to remove an incorrect notice for Goerli.
-
Will Cory authored
-
Will Cory authored
-
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
-
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.
-