index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-09-06
Introduce wrappers around CBitcoinAddress
Pieter Wuille
2017-09-06
Merge #10596: Add vConnect to CConnman::Options
Wladimir J. van der Laan
2017-09-06
Merge #10825: net: set regtest JSON-RPC port to 18443 to avoid conflict with ...
Wladimir J. van der Laan
2017-09-05
Merge #11247: qt: Use IsMine to validate custom change address
MarcoFalke
2017-09-05
qt: Use IsMine to validate custom change address
Chris Moore
2017-09-05
Merge #11246: github-merge: Coalesce git fetches
MarcoFalke
2017-09-05
Merge #11173: RPC: Fix currency unit string in the help text
MarcoFalke
2017-09-05
github-merge: Coalesce git fetches
Wladimir J. van der Laan
2017-09-05
Merge #11234: Remove redundant testutil.cpp|h files
Wladimir J. van der Laan
2017-09-05
Merge #11143: Fix include path for bitcoin-config.h
Wladimir J. van der Laan
2017-09-05
Merge #11241: [tests] Improve signmessages functional test
Wladimir J. van der Laan
2017-09-05
Merge #11164: Fix boost headers included as user instead of system headers
Wladimir J. van der Laan
2017-09-05
Merge #11176: build: Rename --enable-experimental-asm to --enable-asm and ena...
Wladimir J. van der Laan
2017-09-05
Merge #11236: Add note on translations to CONTRIBUTING.md
Wladimir J. van der Laan
2017-09-05
Merge #11179: rpc: Push down safe mode checks
Wladimir J. van der Laan
2017-09-05
Improve signmessages functional test
Cristian Mircea Messel
2017-09-05
Add translation note to CONTRIBUTING.md
MeshCollider
2017-09-05
Remove redundant testutil files
MeshCollider
2017-09-05
Fix currency/fee-rate unit string in the help text
Akio Nakamura
2017-09-04
Merge #10701: Remove the virtual specifier for functions with the override sp...
MarcoFalke
2017-09-02
Merge #11198: [Qt] Fix display of package name on 'open config file' tooltip
MarcoFalke
2017-09-02
Merge #11216: Update hmac_sha256.h
MarcoFalke
2017-09-02
Merge #11136: Docs: Add python3 to list of dependencies on some platforms
MarcoFalke
2017-09-02
Update hmac_sha256.h
Utsav Gupta
2017-09-01
Merge #11215: [tests] fixups from set_test_params()
Pieter Wuille
2017-09-01
[tests] fixups from set_test_params()
John Newbery
2017-09-01
Merge #11121: TestNode tidyups
MarcoFalke
2017-09-01
[tests] Functional tests must explicitly set num_nodes
John Newbery
2017-09-01
[tests] don't override __init__() in individual tests
John Newbery
2017-09-01
[tests] Avoid passing around member variables in test_framework
John Newbery
2017-09-01
[tests] TestNode: separate add_node from start_node
John Newbery
2017-09-01
[tests] fix - use rpc_timeout as rpc timeout
John Newbery
2017-08-31
Fix include path for bitcoin-config.h in crypto/common.h
danra
2017-08-30
Add python3 to list of dependencies on some platforms
danra
2017-08-30
[Qt] Fix display of package name on 'open config file' tooltip
Daniel Edgecumbe
2017-08-30
Merge #10777: [tests] Avoid redundant assignments. Remove unused variables
MarcoFalke
2017-08-29
Merge #11150: [tests] Add getmininginfo test
MarcoFalke
2017-08-29
rpc: Push down safe mode checks
Andrew Chow
2017-08-28
Merge #10859: RPC: gettxout: Slightly improve doc and tests
MarcoFalke
2017-08-29
RPC: gettxout: Slightly improve doc and tests
Jorge Timón
2017-08-29
Merge #10781: Python cleanups
MarcoFalke
2017-08-28
Add getmininginfo functional test
Cristian Mircea Messel
2017-08-28
Merge #11144: Move local include to before system includes
Wladimir J. van der Laan
2017-08-28
Use for-loop instead of list comprehension
practicalswift
2017-08-28
Use the variable name _ for unused return values
practicalswift
2017-08-28
Remove unused variables and/or function calls
practicalswift
2017-08-28
Avoid reference to undefined name: stderr does not exist, sys.stderr does
practicalswift
2017-08-28
Use print(...) instead of undefined printf(...)
practicalswift
2017-08-28
Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs
practicalswift
2017-08-28
Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks.
Wladimir J. van der Laan
[next]