Home
last modified time | relevance | path

Searched refs:rawtx (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Drpc_fundrawtransaction.py133 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
134 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
143 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
145 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
156 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
158 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
174 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
260 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
273 rawtx = rawtx[:82] + "0100" + rawtx[84:]
543 self.nodes[1].fundrawtransaction(rawtx)
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Drpc_fundrawtransaction.py133 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
134 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
143 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
145 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
156 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
158 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
174 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
260 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
273 rawtx = rawtx[:82] + "0100" + rawtx[84:]
543 self.nodes[1].fundrawtransaction(rawtx)
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Drpc_fundrawtransaction.py133 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
134 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
143 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
145 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
156 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
158 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
174 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
260 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
273 rawtx = rawtx[:82] + "0100" + rawtx[84:]
543 self.nodes[1].fundrawtransaction(rawtx)
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Drpc_fundrawtransaction.py139 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
140 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
149 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
151 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
162 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
164 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
180 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
266 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
279 rawtx = rawtx[:82] + "0100" + rawtx[84:]
549 self.nodes[1].fundrawtransaction(rawtx)
[all …]
H A Drpc_packages.py90 rawtx = node.createrawtransaction(inputs, outputs)
174 for rawtx in chain_hex:
175 testres = node.testmempoolaccept([rawtx])
178 node.sendrawtransaction(rawtx)
192 rawtx = node.createrawtransaction(inputs, outputs)
222 for rawtx in [parent_signed["hex"], tx_child_a_hex, tx_child_b_hex]:
223 testres = node.testmempoolaccept([rawtx])
226 node.sendrawtransaction(rawtx)
270 for rawtx in package_hex + [child_hex]:
271 testres_single.append(node.testmempoolaccept([rawtx])[0])
[all …]
H A Drpc_rawtransaction.py167 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
215 rawtx = self.nodes[2].createrawtransaction(inputs, outputs)
216 rawtx = self.nodes[2].signrawtransactionwithwallet(rawtx)
429 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
430 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
445 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
446 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
457 rawtx = tx.serialize().hex()
458 decrawtx = self.nodes[0].decoderawtransaction(rawtx)
464 rawtx = tx.serialize().hex()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Drpc_fundrawtransaction.py139 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
140 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
149 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
151 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
162 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
164 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
180 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
266 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
279 rawtx = rawtx[:82] + "0100" + rawtx[84:]
549 self.nodes[1].fundrawtransaction(rawtx)
[all …]
H A Drpc_packages.py90 rawtx = node.createrawtransaction(inputs, outputs)
174 for rawtx in chain_hex:
175 testres = node.testmempoolaccept([rawtx])
178 node.sendrawtransaction(rawtx)
192 rawtx = node.createrawtransaction(inputs, outputs)
222 for rawtx in [parent_signed["hex"], tx_child_a_hex, tx_child_b_hex]:
223 testres = node.testmempoolaccept([rawtx])
226 node.sendrawtransaction(rawtx)
270 for rawtx in package_hex + [child_hex]:
271 testres_single.append(node.testmempoolaccept([rawtx])[0])
[all …]
H A Drpc_rawtransaction.py167 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
215 rawtx = self.nodes[2].createrawtransaction(inputs, outputs)
216 rawtx = self.nodes[2].signrawtransactionwithwallet(rawtx)
429 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
430 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
445 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
446 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
457 rawtx = tx.serialize().hex()
458 decrawtx = self.nodes[0].decoderawtransaction(rawtx)
464 rawtx = tx.serialize().hex()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Drpc_fundrawtransaction.py139 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
140 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
149 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
151 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
162 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
164 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
180 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
266 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
279 rawtx = rawtx[:82] + "0100" + rawtx[84:]
549 self.nodes[1].fundrawtransaction(rawtx)
[all …]
H A Drpc_packages.py90 rawtx = node.createrawtransaction(inputs, outputs)
174 for rawtx in chain_hex:
175 testres = node.testmempoolaccept([rawtx])
178 node.sendrawtransaction(rawtx)
192 rawtx = node.createrawtransaction(inputs, outputs)
222 for rawtx in [parent_signed["hex"], tx_child_a_hex, tx_child_b_hex]:
223 testres = node.testmempoolaccept([rawtx])
226 node.sendrawtransaction(rawtx)
270 for rawtx in package_hex + [child_hex]:
271 testres_single.append(node.testmempoolaccept([rawtx])[0])
[all …]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Drpc_fundrawtransaction.py93 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
94 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
105 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
107 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
118 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
120 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
133 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
135 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
154 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
246 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
[all …]
H A Drpc_rawtransaction.py150 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
198 rawtx = self.nodes[2].createrawtransaction(inputs, outputs)
199 rawtx = self.nodes[2].signrawtransactionwithwallet(rawtx)
399 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
400 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
415 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
416 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
426 rawtx = ToHex(tx)
427 decrawtx = self.nodes[0].decoderawtransaction(rawtx)
433 rawtx = ToHex(tx)
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Drpc_fundrawtransaction.py93 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
94 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
105 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
107 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
118 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
120 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
133 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
135 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
154 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
246 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
[all …]
H A Drpc_rawtransaction.py150 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
198 rawtx = self.nodes[2].createrawtransaction(inputs, outputs)
199 rawtx = self.nodes[2].signrawtransactionwithwallet(rawtx)
399 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
400 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
415 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
416 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
426 rawtx = ToHex(tx)
427 decrawtx = self.nodes[0].decoderawtransaction(rawtx)
433 rawtx = ToHex(tx)
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Drpc_fundrawtransaction.py93 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
94 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
105 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
107 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
118 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
120 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
133 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
135 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
154 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
246 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
[all …]
H A Drpc_rawtransaction.py150 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
198 rawtx = self.nodes[2].createrawtransaction(inputs, outputs)
199 rawtx = self.nodes[2].signrawtransactionwithwallet(rawtx)
399 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
400 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
415 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
416 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
426 rawtx = ToHex(tx)
427 decrawtx = self.nodes[0].decoderawtransaction(rawtx)
433 rawtx = ToHex(tx)
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Drpc_fundrawtransaction.py129 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
130 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
139 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
141 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
152 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
154 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
170 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
173 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
190 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
256 rawtx = self.nodes[2].fundrawtransaction(rawtx, {'change_type': 'bech32'})
[all …]
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dfundrawtransaction.py77 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
78 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
89 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
91 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
102 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
104 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
117 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
119 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
138 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
141 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
[all …]
H A Drawtransactions.py57 rawtx = self.nodes[2].createrawtransaction(inputs, outputs)
58 rawtx = self.nodes[2].signrawtransaction(rawtx)
61 rawtx = self.nodes[2].sendrawtransaction(rawtx['hex'])
143 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
144 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
157 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
158 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dfundrawtransaction.py77 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
78 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
89 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
91 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
102 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
104 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
117 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
119 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
138 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
141 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
[all …]
H A Drawtransactions.py57 rawtx = self.nodes[2].createrawtransaction(inputs, outputs)
58 rawtx = self.nodes[2].signrawtransaction(rawtx)
61 rawtx = self.nodes[2].sendrawtransaction(rawtx['hex'])
143 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
144 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
157 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
158 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/qa/rpc-tests/
H A Dfundrawtransaction.py77 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
78 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
89 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
91 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
102 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
104 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
117 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
119 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
138 dec_tx = self.nodes[2].decoderawtransaction(rawtx)
141 rawtxfund = self.nodes[2].fundrawtransaction(rawtx)
[all …]
H A Drawtransactions.py57 rawtx = self.nodes[2].createrawtransaction(inputs, outputs)
58 rawtx = self.nodes[2].signrawtransaction(rawtx)
61 rawtx = self.nodes[2].sendrawtransaction(rawtx['hex'])
143 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
144 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
157 rawtx = self.nodes[0].createrawtransaction(inputs, outputs)
158 decrawtx= self.nodes[0].decoderawtransaction(rawtx)
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/patches/
H A Dhostap-kernel-2.6.18.patch3 +++ linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_80211_tx.c 2006-09-21 01:30:18.000…
31 Only in linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap: hostap_cs.c.orig
32 Only in linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap: hostap_cs.c.rej
35 +++ linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_hw.c 2006-09-21 01:30:18.000000000…
102 Only in linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap: hostap_hw.c.orig
105 +++ linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_ioctl.c 2006-09-21 01:30:18.000000…
162 Only in linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap: hostap_main.c.orig
165 +++ linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_pci.c 2006-09-21 01:30:18.00000000…
175 Only in linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap: hostap_pci.c.orig
178 +++ linux-2.6.18-gentoo-rawtx/drivers/net/wireless/hostap/hostap_plx.c 2006-09-21 01:30:18.00000000…
[all …]

12345678910>>...13