-
Notifications
You must be signed in to change notification settings - Fork 20
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
Web3 signer functionality #56
Conversation
@ricomateo this contains part of the same code as the |
@dralves I could merge the other branch but it needs a workflow approval |
crates/signer/src/signer.rs
Outdated
assert_eq!(signer.address(), recovered_address); | ||
} | ||
|
||
// This test will fail if anvil is not installed (Foundry contains anvil) |
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.
could you add this and the docker prereqs to run tests to the docs?
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.
do you mean the rust docs comments? or should we add a README.md
with the signer docs?
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.
I meant to add this to the parent/root readme, since these tests run with the rest of the tests and these pre-reqs are required for the tests to pass
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.
Done!
This PR branches from lambdaclass:signer branch
This PR adds web3 signer functionality. At the moment we have implemented: