Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom errors in ERC1271 util + static test for replaySafeHash #32

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

wilsoncusack
Copy link
Contributor

No description provided.

@@ -13,6 +13,16 @@ import {CoinbaseSmartWallet} from "../CoinbaseSmartWallet.sol";
///
/// @author Coinbase (https://github.com/coinbase/smart-wallet)
contract ERC1271InputGenerator {
/// @notice Thrown when call to `accountFactory` with `factoryCalldata` fails.
error AccountDeploymentFailed();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

want to align with custom errors we use elsewhere

@wilsoncusack wilsoncusack merged commit 9b400ea into main Mar 13, 2024
1 of 3 checks passed
@wilsoncusack wilsoncusack deleted the wilson/replay-improvements branch March 13, 2024 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant