style(ctb): fix revert messages globally#3005
Conversation
🦋 Changeset detectedLatest commit: a80f9c6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
packages/contracts-bedrock/contracts/universal/OptimismMintableERC20Factory.sol
Show resolved
Hide resolved
|
Looks like a linting error |
6de90d3 to
9de2ecb
Compare
9de2ecb to
c3646ae
Compare
|
Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review. |
c3646ae to
09135da
Compare
09135da to
35fa5c2
Compare
|
Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review. |
35fa5c2 to
66587bf
Compare
66587bf to
ce6a684
Compare
|
Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review. |
ce6a684 to
a99ea64
Compare
|
Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review. |
a99ea64 to
f966a5f
Compare
|
Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review. |
29c4361 to
a132696
Compare
a132696 to
ee8abb9
Compare
|
I'm getting very similar issues when running locally. I don't think it's flaky test for this |
|
Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review. |
ee8abb9 to
3933e34
Compare
3933e34 to
af8ad87
Compare
|
Hey @smartcontracts! This PR has merge conflicts. Please fix them before continuing review. |
Updates revert messages across all contracts to use the standardized format "<ContractName>: <lowercase message>".
af8ad87 to
a80f9c6
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
## Summary - remove the unused `SingleBatch::has_invalid_transactions` helper that duplicates the checks in `check_batch` - reduce dead code noise in `SingleBatch` Co-authored-by: theo <80177219+theochap@users.noreply.github.com>
Description
Updates revert messages across all contracts to use the standardized
format "ContractName: lowercase message".