-
Notifications
You must be signed in to change notification settings - Fork 78
[ETCM-79] checkpointing QA JRC #737
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
Conversation
pslaski
left a comment
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.
only one minor comment
| val keys = privateKeys.map { key => | ||
| crypto.keyPairFromPrvKey(key.toArray) | ||
| } | ||
| val signatures = keys.map(ECDSASignature.sign(blockHash.toArray, _, None)) |
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 TODO about #738 to remember to add sorting here too?
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.
See this comment
ntallar
left a comment
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.
Only minor comments!
src/main/scala/io/iohk/ethereum/jsonrpc/QAJsonMethodsImplicits.scala
Outdated
Show resolved
Hide resolved
|
After margin [ETCM-141] scalafmt . This PR can be updated by git merge |
1e2a14d to
3ab9b0d
Compare
ntallar
left a comment
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!
.\\ //.
. \ \ / /.
.\ ,\ /` /,.-
-. \ /'/ / .
` - `-' \ -
'. /.\`
- .-
:`//.'
.`.'
.' BP
3ab9b0d to
49b8a81
Compare
49b8a81 to
e3839b1
Compare
Description
Checkpointing helpers for QA
Proposed Solution
Add to new JRC methods:
qa_generateCheckpointTesting
Unit tests + manual testing with Insomnia performed