Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711141
D15529.id45543.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Subscribers
None
D15529.id45543.diff
View Options
diff --git a/test/functional/setup_scripts/chronik-client_mempool_conflicts.py b/test/functional/setup_scripts/chronik-client_mempool_conflicts.py
--- a/test/functional/setup_scripts/chronik-client_mempool_conflicts.py
+++ b/test/functional/setup_scripts/chronik-client_mempool_conflicts.py
@@ -96,7 +96,7 @@
assert_equal(node.getblockcount(), 101)
yield True
- self.log.info("Step 2: Mine a conflicting block")
+ self.log.info("Step 3: Mine a conflicting block")
block_height = 102
conflict_tx = CTransaction()
conflict_tx.vin = [CTxIn(COutPoint(int(cointx, 16), 0), SCRIPTSIG_OP_TRUE)]
diff --git a/test/functional/setup_scripts/chronik-client_token_alp.py b/test/functional/setup_scripts/chronik-client_token_alp.py
--- a/test/functional/setup_scripts/chronik-client_token_alp.py
+++ b/test/functional/setup_scripts/chronik-client_token_alp.py
@@ -304,7 +304,6 @@
block.hashMerkleRoot = block.calc_merkle_root()
block.solve()
peer.send_blocks_and_test([block], node)
- self.log.info(f"node.getblockcount(): {node.getblockcount()}")
assert_equal(node.getblockcount(), 102)
yield True
@@ -334,7 +333,6 @@
alp_send_two_tx_txid = node.sendrawtransaction(
alp_send_two_tx.serialize().hex()
)
- self.log.info(f"alp_send_two_tx_txid: {alp_send_two_tx_txid}")
send_ipc_message({"alp_send_two_txid": alp_send_two_tx_txid})
# Another ALP Mint tx
diff --git a/test/functional/setup_scripts/chronik-client_token_slp_mint_vault.py b/test/functional/setup_scripts/chronik-client_token_slp_mint_vault.py
--- a/test/functional/setup_scripts/chronik-client_token_slp_mint_vault.py
+++ b/test/functional/setup_scripts/chronik-client_token_slp_mint_vault.py
@@ -86,9 +86,6 @@
self.log.info("Step 2: Mine the mint vault tx")
# Mine VAULT setup txs
block_hashes += self.generatetoaddress(node, 1, ADDRESS_ECREG_UNSPENDABLE)
- self.log.info(
- f"node.getblockcount() after mine VAULT setup txs: {node.getblockcount()}"
- )
assert_equal(node.getblockcount(), 102)
yield True
@@ -120,7 +117,7 @@
send_ipc_message({"slp_vault_genesis_txid": slp_vault_genesis_tx_txid})
yield True
- self.log.info("Step 3: SLP V2 MINT VAULT MINT")
+ self.log.info("Step 4: SLP V2 MINT VAULT MINT")
# SLP V2 MINT VAULT MINT
# MINT tx, but invalid because the GENESIS tx isn't mined yet
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 10:35 (5 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5573290
Default Alt Text
D15529.id45543.diff (2 KB)
Attached To
D15529: [chronik-client test scripts] Remove debug logs and correct step orders
Event Timeline
Log In to Comment