index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_block.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace consensus values with Dogecoin equivalents
Ross Nicoll
2021-06-02
1
-1
/
+4
*
Add Dogecoin block subsidies
Ross Nicoll
2021-05-30
1
-1
/
+1
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
1
-3
/
+9
*
test: Default blockversion to 4 in feature_block
MarcoFalke
2020-10-16
1
-7
/
+7
*
[refactor] clarify tests by referencing p2p objects directly
gzhao408
2020-09-10
1
-3
/
+3
*
[test] Remove final references to mininode
John Newbery
2020-08-25
1
-1
/
+1
*
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-21
1
-1
/
+1
*
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-08-06
1
-1
/
+1
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
ci: Run feature_block and feature_abortnode in valgrind
MarcoFalke
2020-03-22
1
-3
/
+3
*
tests: simplify next_block() function in feature_block
John Newbery
2020-03-17
1
-7
/
+7
*
Merge #18350: test: Fix mining to an invalid target + ensure that a new block...
MarcoFalke
2020-03-16
1
-1
/
+3
|
\
|
*
Fix mining to an invalid target + ensure that a new block has the
Samer Afach
2020-03-14
1
-1
/
+3
*
|
test: Bump timeouts to accomodate really slow disks
MarcoFalke
2020-03-02
1
-3
/
+3
|
/
*
bump test timeouts so that functional tests run in valgrind
Micky Yun Chan
2020-01-25
1
-1
/
+1
*
[test] rename SegwitVersion1SignatureHash()
John Newbery
2019-10-14
1
-3
/
+3
*
Merge #14696: qa: Add explicit references to related CVE's in p2p_invalid_blo...
Wladimir J. van der Laan
2019-09-18
1
-1
/
+1
|
\
|
*
Added comments referencing multiple CVEs in tests and production code.
lucash-dev
2019-06-02
1
-1
/
+1
*
|
test: Bump timeouts in slow running tests
MarcoFalke
2019-09-16
1
-3
/
+3
*
|
Merge #16363: test: Add test for BIP30 duplicate tx
MarcoFalke
2019-08-05
1
-32
/
+67
|
\
\
|
*
|
test: Add test for BIP30 duplicate tx
MarcoFalke
2019-07-09
1
-32
/
+67
|
|
/
*
|
[qa] Ensure we don't generate a too-big block in p2sh sigops test
Suhas Daftuar
2019-07-25
1
-0
/
+8
*
|
test: Require standard txs in regtest
MarcoFalke
2019-06-21
1
-1
/
+1
|
/
*
Merge #15141: Rewrite DoS interface between validation and net_processing
Wladimir J. van der Laan
2019-05-04
1
-7
/
+7
|
\
|
*
[refactor] Add useful-for-dos "reason" field to CValidationState
Matt Corallo
2019-05-02
1
-2
/
+2
|
*
Clean up banning levels
Matt Corallo
2019-05-02
1
-5
/
+5
*
|
Fix missing input template by making minimal tx
Gregory Sanders
2019-04-25
1
-14
/
+0
*
|
Pure python EC
Pieter Wuille
2019-04-18
1
-6
/
+6
|
/
*
scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and...
MarcoFalke
2019-04-08
1
-99
/
+99
*
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-03-02
1
-4
/
+4
*
Merge #15059: test: Add basic test for BIP34
Wladimir J. van der Laan
2019-01-08
1
-9
/
+21
|
\
|
*
test: Add basic test for BIP34
MarcoFalke
2018-12-29
1
-9
/
+21
*
|
test: Run invalid_txs.InputMissing test in feature_block
MarcoFalke
2019-01-05
1
-8
/
+17
*
|
Merge #14457: test: add invalid tx templates for use in functional tests
Wladimir J. van der Laan
2019-01-02
1
-12
/
+54
|
\
\
|
|
/
|
/
|
|
*
test: add invalid tx templates for use in functional tests
James O'Beirne
2018-11-27
1
-12
/
+54
*
|
test: Bump timeout to run tests in travis thread sanitizer
MarcoFalke
2018-12-20
1
-3
/
+3
|
/
*
qa: Check specific reject reasons in feature_block
MarcoFalke
2018-11-13
1
-10
/
+11
*
tests: Make feature_block pass on centos
MarcoFalke
2018-11-09
1
-1
/
+1
*
Merge #14007: tests: Run functional test on Windows and enable it on Appveyor
MarcoFalke
2018-09-24
1
-1
/
+1
|
\
|
*
tests: Make it possible to run functional tests on Windows
Chun Kuan Lee
2018-09-17
1
-1
/
+1
*
|
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-17
1
-3
/
+0
|
/
*
Merge #14180: qa: Run all tests even if wallet is not compiled
Wladimir J. van der Laan
2018-09-13
1
-0
/
+3
|
\
|
*
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-10
1
-0
/
+3
*
|
Merge #14119: qa: Read reject reasons from debug log, not p2p messages
Wladimir J. van der Laan
2018-09-08
1
-40
/
+40
|
\
\
|
|
/
|
/
|
|
*
qa: Read reject reasons from debug log, not p2p messages
MarcoFalke
2018-08-31
1
-40
/
+40
*
|
Fix typos reported by codespell
practicalswift
2018-09-04
1
-1
/
+1
|
/
*
scripted-diff: Use named arguments in feature_block
MarcoFalke
2018-08-29
1
-38
/
+38
*
[Tests] Cleanup feature_block.py, remove unnecessary PreviousSpendableOutput ...
Conor Scott
2018-08-09
1
-50
/
+44
*
[Tests] Cleanup extra instances of create_transaction
Conor Scott
2018-08-09
1
-3
/
+3
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
[next]