This is an improvement proposal for the preconf RPC service. Currently the service enqueues transactions into its own private pool and keeps retrying till we can get the transaction into the block. There is a possibility that it might take a long time and user wants to cancel the action. This can be achieved in a gasless manner by closing the goroutine which is retrying the bid.
There will be a new eth_cancelTransaction RPC method which will perform the cancellation of the goroutine.
This is an improvement proposal for the preconf RPC service. Currently the service enqueues transactions into its own private pool and keeps retrying till we can get the transaction into the block. There is a possibility that it might take a long time and user wants to cancel the action. This can be achieved in a gasless manner by closing the goroutine which is retrying the bid.
There will be a new eth_cancelTransaction RPC method which will perform the cancellation of the goroutine.