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
/
src
Age
Commit message (
Expand
)
Author
2020-10-06
refactor: Extract ParseOpCode from ParseScript
João Barbosa
2020-08-31
Merge #19717: rpc: Assert that RPCArg names are equal to CRPCCommand ones (mi...
MarcoFalke
2020-08-31
Merge #18244: rpc: fundrawtransaction and walletcreatefundedpsbt also lock ma...
Samuel Dobson
2020-08-31
Merge #19773: wallet: Avoid recursive lock in IsTrusted
Samuel Dobson
2020-08-31
Merge #19379: tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signat...
MarcoFalke
2020-08-31
Merge #19099: refactor: Move wallet methods out of chain.h and node.h
MarcoFalke
2020-08-31
Merge #19710: bench: Prevent thread oversubscription and decreases the varian...
MarcoFalke
2020-08-31
Merge #19826: Pass mempool reference to chainstate constructor
MarcoFalke
2020-08-31
Merge #19803: Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB
fanquake
2020-08-31
Merge #19828: wallet, refactor: Remove duplicate map lookups in GetAddressBal...
fanquake
2020-08-29
Merge #18817: doc: Document differences in bitcoind and bitcoin-qt locale han...
MarcoFalke
2020-08-29
doc: Document differences in bitcoind and bitcoin-qt locale handling
practicalswift
2020-08-28
Merge #19607: [p2p] Add Peer struct for per-peer data in net processing
Wladimir J. van der Laan
2020-08-28
wallet, refactor: Remove duplicate map lookups in GetAddressBalances
João Barbosa
2020-08-28
Merge bitcoin-core/gui#39: Add visual accenting for the 'Create new receiving...
MarcoFalke
2020-08-28
Merge #19797: net: Remove old check for 3-byte shifted IP addresses from pre-...
MarcoFalke
2020-08-28
Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check}
Wladimir J. van der Laan
2020-08-28
Merge #19646: doc: Updated outdated help command for getblocktemplate
Wladimir J. van der Laan
2020-08-28
Merge #19758: Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annot...
fanquake
2020-08-28
Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node messages
Raúl Martínez (RME)
2020-08-28
Merge #19822: chain: Fix CChain comparison UB by removing it (it was unused)
fanquake
2020-08-28
wallet: Avoid recursive lock in IsTrusted
João Barbosa
2020-08-28
wallet, refactor: Immutable CWalletTx::pwallet
João Barbosa
2020-08-28
Pass mempool reference to chainstate constructor
MarcoFalke
2020-08-28
Merge #19067: tests: Add fuzzing harness for CNode
MarcoFalke
2020-08-27
chain: Remove UB CChain comparison
Carl Dong
2020-08-27
gui refactor: Inline SplashScreen::ConnectWallet
Russell Yanofsky
2020-08-27
Merge bitcoin-core/gui#40: Clarify block height label
MarcoFalke
2020-08-27
refactor: Move wallet methods out of chain.h and node.h
Russell Yanofsky
2020-08-27
refactor: Create interfaces earlier during initialization
Russell Yanofsky
2020-08-27
Merge #19169: rpc: Validate provided keys for query_options parameter in list...
MarcoFalke
2020-08-27
tests: Add fuzzing harness for CNode
practicalswift
2020-08-27
Merge #19289: wallet: GetWalletTx and IsMine require cs_wallet lock
Wladimir J. van der Laan
2020-08-26
bench: Prevent thread oversubscription
Hennadii Stepanov
2020-08-26
gui: Delay interfaces::Node initialization
Russell Yanofsky
2020-08-26
gui: Replace interface::Node references with pointers
Russell Yanofsky
2020-08-26
gui: Remove unused interfaces::Node references
Russell Yanofsky
2020-08-26
gui: Partially revert #10244 gArgs and Params changes
Russell Yanofsky
2020-08-26
Merge #19687: refactor: make EncodeBase{32,64} consume Spans
MarcoFalke
2020-08-26
Merge #19779: Remove gArgs global from init
fanquake
2020-08-26
Merge #19775: test: Activate segwit in TestChain100Setup
fanquake
2020-08-25
util: make EncodeBase64 consume Spans
Sebastian Falbesoner
2020-08-25
util: make EncodeBase32 consume Spans
Sebastian Falbesoner
2020-08-25
Bugfix: Define and use HAVE_FDATASYNC correctly outside LevelDB
Luke Dashjr
2020-08-25
Merge #19628: net: change CNetAddr::ip to have flexible size
MarcoFalke
2020-08-25
Merge #19601: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to...
fanquake
2020-08-25
Merge #15704: Move Win32 defines to configure.ac to ensure they are globally ...
fanquake
2020-08-24
net: change CNetAddr::ip to have flexible size
Vasil Dimov
2020-08-24
net: don't accept non-left-contiguous netmasks
Vasil Dimov
2020-08-24
Merge #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_...
Wladimir J. van der Laan
[next]