Closed rianhughes closed 1 month ago
Attention: Patch coverage is 0%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 78.36%. Comparing base (
b2f565e
) to head (fa2a2cb
). Report is 53 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
rpc/transaction.go | 0.00% | 6 Missing :warning: |
starknet/transaction.go | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The behaviour of this endpoint is a bit strange, because the FGW can return "NOT_RECEIVED" as the finality status (see the url below), but the RPC spec does not allow returning this value. This means users who query for the transaction status of a transaction that is unknown to the FGW will receive an unofficial error (eg "unknown FinalityStatus.."), rather than the "NOT_RECEIVED" finality status (which the docs suggest). Imo, the spec should be changed, but this PR follows 0.7.1 as expected.
Closing since this PR is incorrect
close https://github.com/NethermindEth/juno/issues/2131