index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_taproot.py
Age
Commit message (
Expand
)
Author
2024-07-31
test: Make leaf_script mandatory when scriptpath is set in TaprootSignatureMsg
MarcoFalke
2024-07-16
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
Hennadii Stepanov
2024-06-07
refactor: Rename CTransaction::nVersion to version
Ava Chow
2024-06-07
consensus: Store transaction nVersion as uint32_t
Ava Chow
2024-05-03
[test]: remove duplicate WITNESS_SCALE_FACTOR
ismaelsadeeq
2023-11-07
Merge bitcoin/bitcoin#28374: test: python cryptography required for BIP 324 f...
Andrew Chow
2023-10-25
test: replace random_bytes with randbytes #28720
ns-xvrn
2023-09-10
[test] Move test framework crypto functions to crypto/
stratospher
2023-06-27
test: add secp256k1 module with FE (field element) and GE (group element) cla...
Pieter Wuille
2023-06-23
Merge bitcoin/bitcoin#27631: test: avoid sporadic MINIMALDATA failure in feat...
Andrew Chow
2023-06-19
test: refactor: introduce `generate_keypair` helper with WIF support
Sebastian Falbesoner
2023-06-04
test: avoid sporadic MINIMALDATA failure in feature_taproot.py (fixes #27595)
Sebastian Falbesoner
2023-04-01
test: refactor: replace unnecessary `BytesIO` uses
Sebastian Falbesoner
2023-02-22
test: Replace 0xC0 constant
roconnor-blockstream
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-09
tests: Initialize sigops draining script with bytes in feature_taproot
Andrew Chow
2022-11-28
Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet tests
Andrew Chow
2022-11-21
Add feature_taproot case involved invalid internal pubkey
Pieter Wuille
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2022-09-15
Fix issues identified by codespell 2.2.1 and update ignored words
Jon Atack
2022-08-01
Merge bitcoin/bitcoin#24799: Add test case mimicking issue 24765
MacroFake
2022-07-19
refactor: move helper `random_bytes` to util library
Sebastian Falbesoner
2022-04-21
test: Remove previous release check
MarcoFalke
2022-04-07
Add test case mimicking issue 24765
Pieter Wuille
2022-03-25
Merge bitcoin/bitcoin#23536: Enforce Taproot script flags whenever WITNESS is...
laanwj
2022-01-29
Enforce Taproot script flags whenever WITNESS is set
MarcoFalke
2022-01-11
test: refactor: add constant for sequence number `SEQUENCE_FINAL`
Sebastian Falbesoner
2021-11-25
Merge bitcoin/bitcoin#23512: policy: Treat taproot as always active
MarcoFalke
2021-11-17
test: refactor: take use of `create_block` txlist parameter
Sebastian Falbesoner
2021-11-17
test: refactor: take use of `create_block` version parameter (or use default)
Sebastian Falbesoner
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-15
Merge bitcoin/bitcoin#23394: Taproot wallet test vectors (generation+tests)
W. J. van der Laan
2021-11-12
test: remove unnecessary block rehashing prior to solving
Sebastian Falbesoner
2021-11-12
tests: BIP341 test vector generation
Pieter Wuille
2021-11-12
tests: add deterministic signing mode to ECDSA
Pieter Wuille
2021-11-12
tests: give feature_taproot access to sighash preimages
Pieter Wuille
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-29
test: introduce script_util helper for creating P2PK scripts
Sebastian Falbesoner
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-07-14
Merge bitcoin/bitcoin#20354: test: Add feature_taproot.py --previous_release
MarcoFalke
2021-07-05
test: use script_util helpers for creating P2W{PKH,SH} scripts
Sebastian Falbesoner
2021-07-05
test: use script_util helpers for creating P2SH scripts
Sebastian Falbesoner
2021-06-28
test: use script_util helpers for creating P2PKH scripts
Sebastian Falbesoner
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-03-01
Correction for VerifyTaprootCommitment comments
Russell O'Connor
2021-02-25
test: Add feature_taproot.py --previous_release
MarcoFalke
2021-02-04
fix the unreachable code at feature_taproot
Bruno Garcia
2020-12-07
Merge #20535: test: Fix intermittent feature_taproot issue
Wladimir J. van der Laan
[next]