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
/
mining_basic.py
Age
Commit message (
Expand
)
Author
2020-09-10
[refactor] clarify tests by referencing p2p objects directly
gzhao408
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-06-08
test: Remove leftover comment in mining_basic
MarcoFalke
2020-06-08
test: pep-8 mining_basic
MarcoFalke
2020-06-03
[test] CScriptNum Decode Check as Unit Tests
Gillian Chu
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-04
Merge #16681: Tests: Use self.chain instead of 'regtest' in all current tests
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-10-26
Tests: Use self.chain instead of 'regtest' in almost all current tests
Jorge Timón
2019-09-17
scripted-diff: test: Replace connect_nodes_bi with connect_nodes
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-02-19
tests: remove byte.hex() to keep compatibility
Akio Nakamura
2019-02-15
Merge #15383: [rpc] mining: Omit uninitialized currentblockweight, currentblo...
MarcoFalke
2019-02-12
[rpc] mining: Omit uninitialized currentblockweight, currentblocktx
MarcoFalke
2019-01-24
submitheader: more directly test missing prev block header
Gregory Sanders
2019-01-24
remove some magic mining constants in functional tests
Gregory Sanders
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
2018-11-29
Add CScriptNum decode python implementation in functional suite
Gregory Sanders
2018-11-13
rpc: Correctly name arguments
Jon Layton
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-13
Merge #13983: rpc: Return more specific reject reason for submitblock
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-29
qa: Use named args in some tests
MarcoFalke
2018-08-15
rpc: Return more specific reject reason for submitblock
MarcoFalke
2018-08-13
qa: Add tests for submitheader
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-25
[tests] Rename misc functional tests.
Anthony Towns