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_block.py
Age
Commit message (
Expand
)
Author
2023-07-03
test: refactor: deduplicate legacy ECDSA signing for tx inputs
Sebastian Falbesoner
2023-06-19
test: refactor: introduce `generate_keypair` helper with WIF support
Sebastian Falbesoner
2023-02-08
Merge bitcoin/bitcoin#26507: test: remove unused vars in `feature_block`
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-17
test: remove unused vars in `feature_block`
brunoerg
2022-08-29
Require callers of AcceptBlockHeader() to perform anti-dos checks
Suhas Daftuar
2022-01-11
test: refactor: add constant for sequence number `SEQUENCE_FINAL`
Sebastian Falbesoner
2021-11-17
test: refactor: take use of `create_block` txlist parameter
Sebastian Falbesoner
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-12
test: remove unnecessary block rehashing prior to solving
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-16
test: Activate all regtest softforks at height 1, unless overridden
MarcoFalke
2021-08-03
Merge bitcoin/bitcoin#16333: test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-08-02
Merge bitcoin/bitcoin#22378: test: remove confusing `MAX_BLOCK_BASE_SIZE`
MarcoFalke
2021-07-05
test: use script_util helpers for creating P2SH scripts
Sebastian Falbesoner
2021-07-03
test: remove confusing `MAX_BLOCK_BASE_SIZE`
Sebastian Falbesoner
2021-06-18
test: Set BIP34Height = 2 for regtest
MarcoFalke
2021-06-16
Added new test for future blocks reacceptance
sanket1729
2021-06-16
Fixed inconsistencies between code and comments
sanket1729
2020-11-09
[tests] Recommend f-strings for formatting, update feature_block to use them
Anthony Towns
2020-10-16
test: Default blockversion to 4 in feature_block
MarcoFalke
2020-09-10
[refactor] clarify tests by referencing p2p objects directly
gzhao408
2020-08-25
[test] Remove final references to mininode
John Newbery
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-22
ci: Run feature_block and feature_abortnode in valgrind
MarcoFalke
2020-03-17
tests: simplify next_block() function in feature_block
John Newbery
2020-03-16
Merge #18350: test: Fix mining to an invalid target + ensure that a new block...
MarcoFalke
2020-03-14
Fix mining to an invalid target + ensure that a new block has the
Samer Afach
2020-03-02
test: Bump timeouts to accomodate really slow disks
MarcoFalke
2020-01-25
bump test timeouts so that functional tests run in valgrind
Micky Yun Chan
2019-10-14
[test] rename SegwitVersion1SignatureHash()
John Newbery
2019-09-18
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...
Wladimir J. van der Laan
2019-09-16
test: Bump timeouts in slow running tests
MarcoFalke
2019-08-05
Merge #16363: test: Add test for BIP30 duplicate tx
MarcoFalke
2019-07-25
[qa] Ensure we don't generate a too-big block in p2sh sigops test
Suhas Daftuar
2019-07-09
test: Add test for BIP30 duplicate tx
MarcoFalke
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-06-02
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-05-04
Merge #15141: Rewrite DoS interface between validation and net_processing
Wladimir J. van der Laan
2019-05-02
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
Clean up banning levels
Matt Corallo
2019-04-25
Fix missing input template by making minimal tx
Gregory Sanders
2019-04-18
Pure python EC
Pieter Wuille
2019-04-08
scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and...
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-01-08
Merge #15059: test: Add basic test for BIP34
Wladimir J. van der Laan
2019-01-05
test: Run invalid_txs.InputMissing test in feature_block
MarcoFalke
2019-01-02
Merge #14457: test: add invalid tx templates for use in functional tests
Wladimir J. van der Laan
[next]