-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
@@ -244,9 +245,9 @@ public String getHostName() { | |||
return LOCALHOST; | |||
} | |||
|
|||
private JsonRequestFactories jsonRequestFactories() { | |||
private NodeRequests jsonRequestFactories() { |
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.
perhaps rename method as well, nodeRequestFactories?
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
@@ -1,5 +1,5 @@ | |||
/* | |||
* Copyright 2019 ConsenSys AG. | |||
* Copyright 2018 ConsenSys AG. |
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.
changed to old date?
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.
updated
...t/java/tech/pegasys/pantheon/tests/acceptance/dsl/transaction/login/LoginRequestFactory.java
Show resolved
Hide resolved
@@ -37,4 +42,20 @@ public BigInteger execute(final JsonRequestFactories node) { | |||
throw new RuntimeException(e); | |||
} | |||
} | |||
|
|||
public static class CustomNetJsonRpcRequestFactory { |
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.
any reason to make this an inner class?
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.
Yeah, not sure why that happened, I'll refactor it
PR description
Restructuring of the AT DSL, for better encapsulation / logical grouping of behaviours.
Also enforcing consistency across the DSL (different teams introducing different features, using different patterns).
Fixed Issue(s)