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

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

Closed eval-exec closed 4 months ago

eval-exec commented 4 months ago

Backport #4433

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.
doitian commented 4 months ago

WIll merge develop into rc2