-
Notifications
You must be signed in to change notification settings - Fork 78
[ETCM-78 added checkpointing JRC #718
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
b107edd to
b89ba0e
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.
Only minor comments and LGTM!
src/main/scala/io/iohk/ethereum/jsonrpc/JsonRpcController.scala
Outdated
Show resolved
Hide resolved
src/test/scala/io/iohk/ethereum/jsonrpc/CheckpointingJRCSpec.scala
Outdated
Show resolved
Hide resolved
66a7921 to
fe61eb4
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.
Apart from a minor comment, LGTM!
| response should haveResult(expectedResult) | ||
| } | ||
|
|
||
| it should "getLatestBlock in case of blockchain re-org" in new TestSetup { |
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.
Isn't this more a test for the CheckpointingServiceSpec?
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, except for Nico's comment about the test
fe61eb4 to
6f36736
Compare
6f36736 to
63dacbf
Compare
63dacbf to
e6f4714
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
Description
Ported Checkpointing JRC
Important Changes Introduced
Testing
use insomnia endpoints