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 was archived by the owner on Jan 13, 2023. It is now read-only.
With the next IRI release v1.8.6, tips parameter will be removed from getInclusionStates API endpoint. See iotaledger/iri#1350 and iotaledger/iri#1685 for more info.
IRI will only check if the tx was approved by a milestone. If clients still send the parameter it should be ignored.
Changes needed
Remove the parameter in PyOTA from get_inclusion_states() and getInclusionStatesCommand.
Update test case for the command.
Update the documentation.
The text was updated successfully, but these errors were encountered:
- `tips` parameter is no longer in use from IRI 1.9.0.
- GetInclusionStates API endpoint returns if tx is confirmed
since the last milestone.
- `get_latest_iclusion_states` extended API becomes irrelevant,
remove in this commit.
- Modify components using it, rely on `get_inclusion_states`.
- Update tests.
- Update documentation.
Description
With the next IRI release v1.8.6,
tips
parameter will be removed fromgetInclusionStates
API endpoint. See iotaledger/iri#1350 and iotaledger/iri#1685 for more info.Changes needed
get_inclusion_states()
andgetInclusionStatesCommand
.The text was updated successfully, but these errors were encountered: