You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
getBalances: tips is missing as an optional parameter. references is new in the response and could be added to the response filter.
getTransactionsToApprove:references is missing as an optional parameter.
Changed fields in the response:
getBalances: milestone (type: Address) get removed and milestoneIndex (type: int) got added to the response. Shall we remove milestone? Or keep both to ensure backwards compatibility?
Fields that I would add to the response filter because without these values in the response the API call is useless:
The core commands implement the API endpoints which are provided by IRI and are contained in the
StrictIota
class. I compared the current implementation with the latest IRI 1.8.1 release (https://github.com/iotaledger/iri/blob/v1.8.1-RELEASE/src/main/java/com/iota/iri/service/API.java). The following changes are needed to getStrictIota
up to date.Missing commands:
Missing parameters:
tips
is missing as an optional parameter.references
is new in the response and could be added to the response filter.references
is missing as an optional parameter.Changed fields in the response:
milestone
(type:Address
) get removed andmilestoneIndex
(type:int
) got added to the response. Shall we removemilestone
? Or keep both to ensure backwards compatibility?Fields that I would add to the response filter because without these values in the response the API call is useless:
states
state
Furthermore for all commands :
Let me know what you think. I planning to implement this myself and I will open a pull request soon.
The text was updated successfully, but these errors were encountered: