- 06 Jan, 2023 1 commit
-
-
Mark Tyneway authored
Running `yarn` causes a diff in the `yarn.lock` file.
-
- 05 Jan, 2023 39 commits
-
-
mergify[bot] authored
fix(ctb): correct usage of legacy in ProxyAdmin
-
mergify[bot] authored
-
mergify[bot] authored
chore(ctb): update semver to 1.0.0
-
mergify[bot] authored
-
mergify[bot] authored
specs: system config unsafe block signer
-
mergify[bot] authored
-
mergify[bot] authored
fix(ctb): minor edit to XDM comment
-
mergify[bot] authored
-
mergify[bot] authored
fix(ctb): comment in SequencerFeeVault
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): Forge invariant tests
-
mergify[bot] authored
-
mergify[bot] authored
fix(ctb): remove unnecessary ERC20 factory code
-
Kelvin Fichter authored
Corrects the usage of the legacy custom tag in the ProxyAdmin contract. Legacy tags are meant for legacy functions that are included in a contract in order to satisfy a previous ABI. The ProxyAdmin was using legacy tags for things that have to do with legacy behavior.
-
Kelvin Fichter authored
Updates semver for all contracts in contracts-bedrock to 1.0.0.
-
mergify[bot] authored
-
mergify[bot] authored
fix(ctb): missing FeeVault comments
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): remove unnecessary ERC721 factory code
-
Mark Tyneway authored
-
Mark Tyneway authored
Add the `unsafeBlockSigner` to the specs for the `SystemConfig` contract. This was overlooked when the `unsafeBlockSigner` was added to the contract itself.
-
Kelvin Fichter authored
Fixes an incomplete comment in the SequencerFeeVault that was missing a return.
-
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
Minor edit to a comment that had a typo in the CrossDomainMessenger.
-
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
-