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: tweak max_ancestors_count #4487

Closed zhangsoledad closed 3 months ago

zhangsoledad commented 3 months ago

What problem does this PR solve?

The current limitation of max_ancestors is too small and affects many application scenarios. After retesting, we have adjusted max_ancestors to a more appropriate yet safe value.

Related changes

Check List

Tests

Side effects

Release note

Title Only: Include only the PR title in the release note.
chenyukang commented 3 months ago

I remember this case also need to fix: test/src/specs/tx_pool/limit.rs.