Use the new transaction verification results #35
Labels
[Type] Change Request
Some visible functionality should be change.
[Type] Task
An additional feature or improvement.
Task description
When submitting transactions the proxy currently returns an error if the transaction is duplicate.
Since the relevant endpoints are PUT, the correct response would be to accept. This was not possible before since we did not get the information on whether the transaction was duplicate or not, just that it was not accepted.
With changes in Concordium/concordium-node#217 we do have this information, which we should use.
The text was updated successfully, but these errors were encountered: