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

Set up EVM domain testing infra and enable domain tests #1615

Merged
merged 5 commits into from
Jun 29, 2023

Conversation

NingLin-P
Copy link
Member

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:

Signed-off-by: linning <linningde25@gmail.com>
Signed-off-by: linning <linningde25@gmail.com>
vedhavyas
vedhavyas previously approved these changes Jun 29, 2023
Copy link
Contributor

@vedhavyas vedhavyas left a 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()
Copy link
Contributor

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

Copy link
Member Author

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.

liuchengxu
liuchengxu previously approved these changes Jun 29, 2023
@NingLin-P NingLin-P dismissed stale reviews from liuchengxu and vedhavyas via 9ad2da0 June 29, 2023 06:10
@NingLin-P NingLin-P enabled auto-merge June 29, 2023 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants