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
2018-07-21
trivial: Replace CPubKey::operator[] with CPubKey::vch where possible
Nikolay Mitev
2018-07-18
Merge #13672: Modified in_addr6 cast in CConman class to work with msvc
Wladimir J. van der Laan
2018-07-17
Extract MakeUnique into utilmemory.h
Ben Woosley
2018-07-17
Merge #13680: [doc] Remove outdated comment about miner ignoring CPFP
Wladimir J. van der Laan
2018-07-17
Merge #12196: Add scantxoutset RPC method
Wladimir J. van der Laan
2018-07-17
Merge #13682: bench: Remove unused variable
MarcoFalke
2018-07-17
Merge #13663: tests: Avoid read/write to default datadir
MarcoFalke
2018-07-17
bench: Remove unused variable
practicalswift
2018-07-16
[doc] Remove outdated comment about mining code ignoring CPFP
James O'Beirne
2018-07-16
Initialize m_next_send_inv_to_incoming
Pieter Wuille
2018-07-16
Merge #13298: Net: Bucketing INV delays (1 bucket) for incoming connections t...
Pieter Wuille
2018-07-16
Merge #13652: rpc: Fix that CWallet::AbandonTransaction would leave the grand...
Wladimir J. van der Laan
2018-07-16
Modified in_addr6 cast in CConman class to work with msvc.
Aaron Clauson
2018-07-15
scripted-diff: Fix references to share/rpcuser (now share/rpcauth)
Mason Simon
2018-07-15
scantxoutset: mention that scanning by address will miss P2PK txouts
Jonas Schnelli
2018-07-15
scantxoutset: support legacy P2PK script type
Jonas Schnelli
2018-07-15
scantxoutset: add support for scripts
Jonas Schnelli
2018-07-15
Blockchain/RPC: Add scantxoutset method to scan UTXO set
Jonas Schnelli
2018-07-14
bench_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-07-14
test_bitcoin: Avoid read/write to default datadir
MarcoFalke
2018-07-13
Bucket for inbound when scheduling invs to hide tx time
Gleb
2018-07-13
Merge #13072: Update createmultisig RPC to support segwit
Pieter Wuille
2018-07-13
Merge #13651: [moveonly] Extract CWallet::MarkInputsDirty, and privatize AddT...
Pieter Wuille
2018-07-13
Merge #11658: During IBD, when doing pruning, prune 10% extra to avoid prunin...
Pieter Wuille
2018-07-13
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-13
Merge #13566: Fix get balance
Pieter Wuille
2018-07-13
Merge #13630: Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
Pieter Wuille
2018-07-13
Privatize CWallet::AddToWalletIfInvolvingMe
Ben Woosley
2018-07-13
Extract CWallet::MarkInputsDirty
Ben Woosley
2018-07-13
Merge #12944: [wallet] ScanforWalletTransactions should mark input txns as dirty
Jonas Schnelli
2018-07-13
Fix that CWallet::AbandonTransaction would only traverse one level
Ben Woosley
2018-07-12
Add FindScriptPubKey() to search the UTXO set
Jonas Schnelli
2018-07-12
Merge #13177: GCC-7 and glibc-2.27 back compat code
Wladimir J. van der Laan
2018-07-12
Merge #13627: Free keystore.h from file scope level type aliases
Wladimir J. van der Laan
2018-07-12
Merge #13145: Use common getPath method to create temp directory in tests.
MarcoFalke
2018-07-11
Use common SetDataDir method to create temp directory in tests.
winder
2018-07-12
Refactors `keystore.h` type aliases.
251
2018-07-11
Merge #13114: wallet/keystore: Add Clang thread safety annotations for variab...
MarcoFalke
2018-07-11
Merge #13622: Remove mapRequest tracking that just effects Qt display.
Wladimir J. van der Laan
2018-07-11
Merge #13586: refactor: add benchmarks to bech32::Encode/Decode
Wladimir J. van der Laan
2018-07-11
Drop unused pindexRet arg to CMerkleTx::GetDepthInMainChain
Ben Woosley
2018-07-10
Merge #13547: Make signrawtransaction* give an error when amount is needed bu...
Wladimir J. van der Laan
2018-07-10
Merge #13565: test: Fix AreInputsStandard test to reference the proper script...
MarcoFalke
2018-07-10
Merge #13118: RPCAuth Detection in Logs
Wladimir J. van der Laan
2018-07-09
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-07-09
Remove useless mapRequest tracking that just effects Qt display.
Matt Corallo
2018-07-09
Merge #13481: doc: Rewrite some validation docs as lock annotations
Wladimir J. van der Laan
2018-07-09
Merge #13386: SHA256 implementations based on Intel SHA Extensions
Wladimir J. van der Laan
2018-07-09
Merge #13452: rpc: have verifytxoutproof check the number of txns in proof st...
Wladimir J. van der Laan
2018-07-09
Merge #13603: bitcoin-tx: Stricter check for valid integers
Wladimir J. van der Laan
[next]