test: add functional test for new cluster mempool RPCs

Co-authored-by: glozow <gloriajzhao@gmail.com>
This commit is contained in:
Suhas Daftuar
2024-04-27 09:31:59 -04:00
parent 72f60c877e
commit 6c5c44f774
5 changed files with 336 additions and 5 deletions

View File

@@ -33,6 +33,8 @@ from .wallet import (
DEFAULT_MIN_RELAY_TX_FEE = 100
# Default for -incrementalrelayfee in sat/kvB
DEFAULT_INCREMENTAL_RELAY_FEE = 100
DEFAULT_CLUSTER_LIMIT = 64
DEFAULT_CLUSTER_SIZE_LIMIT_KVB = 101
TRUC_MAX_VSIZE = 10000
TRUC_CHILD_MAX_VSIZE = 1000