aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorAva Chow <github@achow101.com>2024-08-12 15:03:35 -0400
committerAva Chow <github@achow101.com>2024-08-12 15:03:35 -0400
commitba5fdd1a686fd0884db19d1bf841dca268228cbd (patch)
treef91ce6ff04babf41e5b77a003d3161c568d1362d /test/functional
parent5c5a298f6da183ab2dda95e8318b3cbde11b172f (diff)
parent77ff0ec1f185b818b30877de2bedc1750319e6c4 (diff)
Merge bitcoin/bitcoin#30607: contrib: support reading XORed blocks in linearize-data.py script
77ff0ec1f185b818b30877de2bedc1750319e6c4 contrib: support reading XORed blocks in linearize-data.py script (Sebastian Falbesoner) Pull request description: This PR is a small follow-up for #28052, adding support for the block linearization script to handle XORed blocksdir *.dat files. Note that if no xor.dat file exists, the XOR pattern is set to all-zeros, in order to still support blockdirs that have been created with versions earlier than 28.x. Partly fixes issue #30599. ACKs for top commit: achow101: ACK 77ff0ec1f185b818b30877de2bedc1750319e6c4 tdb3: ACK 77ff0ec1f185b818b30877de2bedc1750319e6c4 hodlinator: ACK 77ff0ec1f185b818b30877de2bedc1750319e6c4 Tree-SHA512: 011eb02e2411de373cbbf4b26db4640fc693a20be8c2430529fba6e36a3a3abfdfdc3b005d330f9ec2846bfad9bfbf34231c574ba99289ef37dd51a68e6e7f3d
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/feature_loadblock.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/functional/feature_loadblock.py b/test/functional/feature_loadblock.py
index 824308ac95..1519c132b9 100755
--- a/test/functional/feature_loadblock.py
+++ b/test/functional/feature_loadblock.py
@@ -26,10 +26,6 @@ class LoadblockTest(BitcoinTestFramework):
self.setup_clean_chain = True
self.num_nodes = 2
self.supports_cli = False
- self.extra_args = [
- ["-blocksxor=0"], # TODO: The linearize scripts should be adjusted to apply any XOR
- [],
- ]
def run_test(self):
self.nodes[1].setnetworkactive(state=False)