mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-03 11:02:37 +02:00
Merge #18485: test: Add mempool_updatefromblock.py
8098dea069
test: Add mempool_updatefromblock.py (Hennadii Stepanov) Pull request description: This PR adds a new test for mempool update of transaction descendants/ancestors information (count, size) when transactions have been re-added from a disconnected block to the mempool. It could be helpful for working on PRs like #17925, #18191. ACKs for top commit: ariard: ACK8098dea
Tree-SHA512: 7e808fa8df8d7d7a7dbdc3f79361049b49c7bce9b58fd5539b28c9636bedac747695537e500d7ed68dc8bdb80167ad3f1c01086f7551691405d2ba2e38ef1d06
This commit is contained in:
@@ -93,6 +93,7 @@ BASE_SCRIPTS = [
|
||||
'p2p_segwit.py',
|
||||
'p2p_timeouts.py',
|
||||
'p2p_tx_download.py',
|
||||
'mempool_updatefromblock.py',
|
||||
'wallet_dump.py',
|
||||
'wallet_listtransactions.py',
|
||||
# vv Tests less than 60s vv
|
||||
|
Reference in New Issue
Block a user