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

Add `PoolRpc::test_tx_pool_accept`, check if the transaction can be accepted by TxPool #4433

Closed eval-exec closed 4 months ago

eval-exec commented 4 months ago

What problem does this PR solve?

Returns the result of transaction pool acceptance tests, indicating whether the raw transaction would be accepted by the transaction pool. The transaction will not be inserted into the transaction pool.

Related changes

Check List

Tests

Side effects

Release note

Title Only: Include only the PR title in the release note.
eval-exec commented 4 months ago

Squash and rebased on develop.