Skip to content

Preconf RPC improvements: Cancel bids #726

@aloknerurkar

Description

@aloknerurkar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions