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 Aug 23, 2020. It is now read-only.
Implement a new apiCall getLatestInclusionState that only receives a list of transactions and returns a list of booleans that show confirmation states according to milestones
Have the libraries and trinity migrate to use this new API call
Delete the old getInclusionStates call. Or, if there is a use case for it, create a proper spec for it and then reimplement it from scratch.
Bug description
Currently getInclusionStates api call is broken
IRI version
1.6.0
Steps To Reproduce
Expected behaviour
Last command should return
[ true, true, true, false, false ]
Actual behaviour
[ false, false, true, false, false ]
The text was updated successfully, but these errors were encountered: