-
Notifications
You must be signed in to change notification settings - Fork 169
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
Support Custom Typed Array #279
Support Custom Typed Array #279
Conversation
Hmmm, seems the
Any suggestion here? |
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.
LGTM!
Hmmmm
|
in macos workflow, I'm seeing
in linux workflow, I'm seeing
Two questions here:
If both failures are expected, how could I land with two workflows to be in the failure state? |
@joshuajiangdev We need to migrate to Goerli for tests to pass. Will take this task this week and we can update your PR with that changes so tests pass. Will let you know about progress (#234) |
@joshuajiangdev #281 should fix the tests |
Support Custom Typed Array # Conflicts: # web3sTests/Account/EthereumAccount+SignTypedTests.swift # web3swift/src/Account/TypedData.swift
Context: #277
Adding support of custom typed array in
signableHash
. Cross verified new unit test cases with @metamask/eth-sig-util.Tests:
EthereumAccount_SignTypedTests