This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Description
Description
With the next IRI release v1.8.6, tips parameter will be removed from getInclusionStates API endpoint. See iotaledger-archive/iri#1350 and iotaledger-archive/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.