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
2021-07-05
test: use script_util helpers for creating P2SH scripts
Sebastian Falbesoner
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
2018-12-29
test: Add basic test for BIP34
MarcoFalke
2018-12-20
test: Bump timeout to run tests in travis thread sanitizer
MarcoFalke
2018-11-27
test: add invalid tx templates for use in functional tests
James O'Beirne
2018-11-13
qa: Check specific reject reasons in feature_block
MarcoFalke
2018-11-09
tests: Make feature_block pass on centos
MarcoFalke
2018-09-24
Merge #14007: tests: Run functional test on Windows and enable it on Appveyor
MarcoFalke
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-17
tests: Make it possible to run functional tests on Windows
Chun Kuan Lee
2018-09-13
Merge #14180: qa: Run all tests even if wallet is not compiled
Wladimir J. van der Laan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-08
Merge #14119: qa: Read reject reasons from debug log, not p2p messages
Wladimir J. van der Laan
2018-09-04
Fix typos reported by codespell
practicalswift
2018-08-31
qa: Read reject reasons from debug log, not p2p messages
MarcoFalke
2018-08-29
scripted-diff: Use named arguments in feature_block
MarcoFalke
2018-08-09
[Tests] Cleanup feature_block.py, remove unnecessary PreviousSpendableOutput ...
Conor Scott
2018-08-09
[Tests] Cleanup extra instances of create_transaction
Conor Scott
[next]