-
Notifications
You must be signed in to change notification settings - Fork 370
Conversation
src/main/java/com/iota/iri/service/dto/AttachToTangleResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/iota/iri/service/dto/FindTransactionsResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/iota/iri/service/dto/GetBalancesResponse.java
Outdated
Show resolved
Hide resolved
* <li>numberOfAllTransactions</li> | ||
* <li>numberOfRandomTransactionRequests</li> | ||
* <li>numberOfNewTransactions</li> | ||
* <li>numberOfInvalidTransactions</li> |
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.
there is now also a getNumberOfStaleTransactions
:)
not sure it's worth maintaining a list 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.
I think it is, this information is parsed by the doclet. Would be nice to see what a Neighbor actually includes in the documentation I think!
private String coordinatorAddress; | ||
|
||
/** |
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.
🙈
Co-Authored-By: kwek20 <[email protected]>
Co-Authored-By: kwek20 <[email protected]>
src/main/java/com/iota/iri/service/dto/GetNeighborsResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/iota/iri/service/dto/GetNeighborsResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/iota/iri/service/dto/GetNodeInfoResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/iota/iri/service/dto/RemoveNeighborsResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/com/iota/iri/service/dto/RemoveNeighborsResponse.java
Outdated
Show resolved
Hide resolved
|
||
/** | ||
* The address of the Coordinator being followed by this node. | ||
*/ | ||
private String coordinatorAddress; |
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.
The address of the coordinator whose transactions the node is approving.
or whose transactions the node accepts? 🤔 💭
* DTO documented * Added javadoc to API * Updated DTO classes for better wording/grammar * Removed final, changed HashSet to Set and merged if statement * Fully documented all DTO * Changed see to @see * Changed approve to confirm Co-Authored-By: kwek20 <[email protected]> * Changed index to specific milestone index Co-Authored-By: kwek20 <[email protected]> * More feedback processed
Description
Updated documentation for the DTO classes
Should be merged after #1140, since this is based on that work.
Fixes #1114
Type of change
Checklist: