NethermindEth / juno

Starknet client implementation.
https://juno.nethermind.io
Apache License 2.0
404 stars 170 forks source link

RPC fix - txn status #2131

Closed rianhughes closed 1 month ago

rianhughes commented 2 months ago

Junos adaptTransactionStatus() incorrectly handles the "NOT_RECEIVED" finality status that the FGW can return. Currently we return an error "unknown finality status 3" when we receive this response from the FGW.

However, the rpc spec doesn't require it (see here and here), so it should just be ignored / we should not return an error.