-
Notifications
You must be signed in to change notification settings - Fork 244
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
Set up EVM domain testing infra and enable domain tests #1615
Conversation
Signed-off-by: linning <linningde25@gmail.com>
Signed-off-by: linning <linningde25@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sense overall
|
||
/// Return key pair. | ||
pub fn pair(self) -> Pair { | ||
ecdsa::Pair::from_string(self.to_seed().as_str(), None).unwrap() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker but this will not work all kinds of domains. So we would need to re think this at a later time
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, the domain test service is not generic over the signing scheme, will leave a TODO for now.
Signed-off-by: linning <linningde25@gmail.com>
The domain testing infra is temporarily removed in #1575, this PR brings it back and replaces the system domain with the EVM domain as the testing domain.
But the fraud tests are still disabled due to they are broken and will change much in the future.
Code contributor checklist: