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
2019-10-30
Merge #17302: cli: Add "headers" and "verificationprogress" to -getinfo
Wladimir J. van der Laan
2019-10-30
Merge #16839: Replace Connman and BanMan globals with NodeContext local
Wladimir J. van der Laan
2019-10-30
Merge #17306: refactor: Use name constants in chainparams initialization
Wladimir J. van der Laan
2019-10-30
Merge #17282: contrib: remove accounts from bash completion
Wladimir J. van der Laan
2019-10-30
Merge #17280: refactor: Change occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-29
Merge #17299: test: add reason checks for non-standard txs in test_IsStandard
MarcoFalke
2019-10-29
Chainparams: Use name constants in chainparams initialization
Jorge Timón
2019-10-29
cli: Add "headers" and "verificationprogress" to -getinfo
Wladimir J. van der Laan
2019-10-29
test: add reason checks for non-standard txs in test_IsStandard
Sebastian Falbesoner
2019-10-29
Merge #17260: Split some CWallet functions into new LegacyScriptPubKeyMan
MarcoFalke
2019-10-28
Merge #17279: refactor: Remove redundant c_str() calls in formatting
MarcoFalke
2019-10-28
contrib: remove accounts from bash completion
fanquake
2019-10-28
Avoid using g_rpc_node global in wallet code
Russell Yanofsky
2019-10-28
Merge #17266: util: Rename DecodeDumpTime to ParseISO8601DateTime
MarcoFalke
2019-10-28
scripted-diff: Remove g_connman, g_banman globals
Russell Yanofsky
2019-10-28
Pass NodeContext, ConnMan, BanMan references more places
Russell Yanofsky
2019-10-28
MOVEONLY: Move NodeContext struct to node/context.h
Russell Yanofsky
2019-10-28
scripted-diff: Rename InitInterfaces to NodeContext
Russell Yanofsky
2019-10-28
Merge #16986: doc: Doxygen-friendly CuckooCache comments
fanquake
2019-10-28
Merge #16202: p2p: Refactor network message deserialization
fanquake
2019-10-28
Merge #17267: bench: Fix negative values and zero for -evals flag
Wladimir J. van der Laan
2019-10-28
Fix occurences of c_str() used with size() to data()
Wladimir J. van der Laan
2019-10-28
refactor: Remove redundant c_str() calls in formatting
Wladimir J. van der Laan
2019-10-28
bench: Fix negative values and zero for -evals flag
nijynot
2019-10-28
Merge #17250: Avoid unused call to GuessVerificationProgress in NotifyHeaderTip
Wladimir J. van der Laan
2019-10-28
Merge #17192: util: Add CHECK_NONFATAL and use it in src/rpc
Wladimir J. van der Laan
2019-10-27
Add roundtrip and more tests to ParseISO8601DateTime and FormatISO8601DateTime
Elichai Turkel
2019-10-27
Rename DecodeDumpTime to ParseISO8601DateTime and move to time.cpp
Elichai Turkel
2019-10-26
Merge #17257: gui: disable font antialiasing for QR image address
Wladimir J. van der Laan
2019-10-26
Merge #17120: gui: Fix start timer from non QThread
Wladimir J. van der Laan
2019-10-26
Merge #17249: rpc: Add missing deque include to fix build
Wladimir J. van der Laan
2019-10-26
Merge #17135: gui: Make polling in ClientModel asynchronous
Wladimir J. van der Laan
2019-10-26
Merge #17165: Remove BIP70 support
Wladimir J. van der Laan
2019-10-25
Refactor: Split up CWallet and LegacyScriptPubKeyMan and classes
Andrew Chow
2019-10-25
MOVEONLY: Move key handling code out of wallet to keyman file
Andrew Chow
2019-10-25
Move wallet enums to walletutil.h
Andrew Chow
2019-10-25
Merge #17251: net: SocketHandler logs peer id for close and disconnect
fanquake
2019-10-25
[net] SocketHandler: log peer id for close and disconnect
Sjors Provoost
2019-10-25
gui: disable font antialiasing for QR image address
fanquake
2019-10-25
Merge #17083: tests: Add fuzzing harness for various CScript related functions
MarcoFalke
2019-10-25
gui: Make polling in ClientModel asynchronous
João Barbosa
2019-10-25
Avoid unused call to GuessVerificationProgress in NotifyHeaderTip
MarcoFalke
2019-10-25
http: add missing header bootlegged by boost < 1.72
Jan Beich
2019-10-25
Merge #17242: refactor: Remove unused cacheSigStore from CheckInputsFromMempo...
fanquake
2019-10-25
Merge #17220: tests: Add unit testing for the CompressScript function
Wladimir J. van der Laan
2019-10-25
Merge #17080: consensus: Explain why fCheckDuplicateInputs can not be skipped...
Wladimir J. van der Laan
2019-10-25
Merge #17231: depends: fix boost mac cross build with clang 9+
Wladimir J. van der Laan
2019-10-25
tests: Add fuzzing harness for various CScript related functions
practicalswift
2019-10-24
Merge #16851: Continue relaying transactions after they expire from mapRelay
MarcoFalke
2019-10-24
Merge #17212: refactor: Remove unused CExt{Pub,}Key (de)serialization methods
MarcoFalke
[next]