- 05 Jan, 2023 40 commits
-
-
mergify[bot] authored
feat(ctb): Forge invariant tests
-
mergify[bot] authored
-
mergify[bot] authored
fix(ctb): remove unnecessary ERC20 factory code
-
mergify[bot] authored
-
mergify[bot] authored
fix(ctb): missing FeeVault comments
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): remove unnecessary ERC721 factory code
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
gas snapshot
-
clabby authored
-
clabby authored
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): receivedMessages => failedMessages
-
mergify[bot] authored
-
Kelvin Fichter authored
Removes a legacy getter that was mistakenly added to the ERC20 factory. We never had a getter for the bridge variable.
-
Kelvin Fichter authored
Adds missing constructor comments in the FeeVault contracts.
-
Kelvin Fichter authored
First removes the legacy bridge and remoteChainId getter functions. Since the ERC721 factory is being deployed at a new address, it's not necessary to maintain ABI compatibility. We can safely remove these functions. Also removes constructor checks that aren't really necessary since we can always upgrade if needed and the odds of getting something like that wrong don't seem significant enough to warrant extra code.
-
mergify[bot] authored
fix(ctp): Downgrade `contracts-bedrock` dep to fix CI
-
clabby authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Trigger release
-
Maurelian authored
-
protolambda authored
Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Maurelian authored
-
Maurelian authored
-
Matthew Slipper authored
fix(ctb): correct GPO abi and layout (#4582)
-
smartcontracts authored
Fixes some small errors in the GPO's API and storage layout that did not conform to the standards for how we are ugprading the L2 system. Co-authored-by:
mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
-
Matthew Slipper authored
Trigger Release
-
Maurelian authored
-
Kelvin Fichter authored
Changes the name of the receivedMessages variable to failedMessages. Original name was confusing as it suggests that all messages will be recorded in that mapping, even though only failed messages are recorded in that mapping. Has created issues on several occasions.
-
mergify[bot] authored
op-node: Fix too eager advance in batch queue
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Add stubbed Goerli config
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: better deploy config validation
-