Currently, the -32010 response from an rpc endpoint is interpreted as error within the ic-evm-utils library.
As discussed here, the -32010: AlreadyKnown response from an evm rpc endpoint is not a classical error. Rather, it signals that the exact transaction being pushed is in the mempool. The application should have the option to treat this status is an appropriate manner, for example:
Motivation
Currently, the -32010 response from an rpc endpoint is interpreted as error within the ic-evm-utils library.
As discussed here, the
-32010: AlreadyKnown
response from an evm rpc endpoint is not a classical error. Rather, it signals that the exact transaction being pushed is in the mempool. The application should have the option to treat this status is an appropriate manner, for example:Changes