nervosnetwork / ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
https://www.nervos.org
MIT License
1.15k stars 228 forks source link

chore(RPC): add RPC to clear verify queue #4609

Closed chenyukang closed 2 weeks ago

chenyukang commented 3 weeks ago

What problem does this PR solve?

With the new verify queue in PR https://github.com/nervosnetwork/ckb/pull/4291, the verify-queue may contain a lot of transactions in the extreme scenario, similar as clear_tx_pool we need a RPC to clear it.

What is changed and how it works?

Add a RPC clear_tx_verify_queue in the txpool RPC module.

Related changes

Check List

Tests

Side effects

Release note

Title Only: Include only the PR title in the release note.