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-04-30
prevector: Avoid unnamed struct, which is a GNU extension
DesWurstes
2020-04-30
Merge #18810: doc: update rest info on block size and json
Wladimir J. van der Laan
2020-04-30
Merge #18591: Add C++17 build to Travis
Wladimir J. van der Laan
2020-04-30
Merge #18437: util: Detect posix_fallocate() instead of assuming
Wladimir J. van der Laan
2020-04-29
Merge #18736: test: Add fuzzing harnesses for various classes/functions in util/
MarcoFalke
2020-04-29
Merge #18727: test: Add CreateWalletFromFile test
MarcoFalke
2020-04-29
Merge #18759: bench: Start nodes with -nodebuglogfile
MarcoFalke
2020-04-29
Merge #18785: Prevent valgrind false positive in rest_blockhash_by_height
MarcoFalke
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-28
fix: update rest info on block size and json
Chris Abrams
2020-04-28
Merge #18769: qt: remove bug fix for Qt < 5.5
fanquake
2020-04-27
Merge #18777: wallet: Recommend absolute path for dumpwallet
MarcoFalke
2020-04-26
test: Add CreateWalletFromFile test
Russell Yanofsky
2020-04-26
Prevent valgrind false positive in rest_blockhash_by_height
Russell Yanofsky
2020-04-27
Merge #16528: Native Descriptor Wallets using DescriptorScriptPubKeyMan
Samuel Dobson
2020-04-26
wallet: Recommned absolute path for dumpwallet
MarcoFalke
2020-04-26
Merge #18669: log: Use Join() helper when listing log categories
MarcoFalke
2020-04-26
tests: Sort fuzzing harnesses
practicalswift
2020-04-26
tests: Add fuzzing coverage for JSONRPCTransactionError(...) and RPCErrorFrom...
practicalswift
2020-04-26
tests: Add fuzzing coverage for TransactionErrorString(...)
practicalswift
2020-04-26
tests: Add fuzzing coverage for ParseFixedPoint(...)
practicalswift
2020-04-26
tests: Add fuzzing coverage for FormatHDKeypath(...) and WriteHDKeypath(...)
practicalswift
2020-04-26
tests: Add fuzzing coverage for CHECK_NONFATAL(...)
practicalswift
2020-04-26
tests: Add fuzzing coverage for StringForFeeReason(...)
practicalswift
2020-04-26
tests: Add fuzzing harness for functions in system.h (ArgsManager)
practicalswift
2020-04-26
qt: remove todo bug fix for old versions of Qt
10xcryptodev
2020-04-25
Merge #18744: test: Add fuzzing harnesses for various classes/functions in pr...
MarcoFalke
2020-04-25
Merge #18754: bench: add CAddrMan benchmarks
MarcoFalke
2020-04-25
Merge #17383: Refactor: Move consts to their correct translation units
MarcoFalke
2020-04-24
bench: Start nodes with -nodebuglogfile
MarcoFalke
2020-04-24
fuzz: Remove enumeration of expected deserialization exceptions in ProcessMes...
practicalswift
2020-04-24
tests: Add fuzzing harness for functions in primitives/transaction.h
practicalswift
2020-04-23
[mempool] Persist unbroadcast set to mempool.dat
Amiti Uttarwar
2020-04-23
[wallet] Update the rebroadcast frequency to be ~1/day.
Amiti Uttarwar
2020-04-23
[p2p] Reattempt initial send of unbroadcast transactions
Amiti Uttarwar
2020-04-23
[util] Add method that returns random time in milliseconds
Amiti Uttarwar
2020-04-23
[mempool] Track "unbroadcast" transactions
Amiti Uttarwar
2020-04-23
Correctly check for default wallet
Andrew Chow
2020-04-23
Implement CWallet::IsSpentKey for non-LegacySPKMans
Andrew Chow
2020-04-23
Return error when no ScriptPubKeyMan is available for specified type
Andrew Chow
2020-04-23
add importdescriptors RPC and tests for native descriptor wallets
Hugo Nguyen
2020-04-23
Add IsLegacy to CWallet so that the GUI knows whether to show watchonly
Andrew Chow
2020-04-23
Generate new descriptors when encrypting
Andrew Chow
2020-04-23
Be able to create new wallets with DescriptorScriptPubKeyMans as backing
Andrew Chow
2020-04-23
Implement GetMetadata in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Change GetMetadata to use unique_ptr<CKeyMetadata>
Andrew Chow
2020-04-23
Implement FillPSBT in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement SignMessage for descriptor wallets
Andrew Chow
2020-04-23
Implement SignTransaction in DescriptorScriptPubKeyMan
Andrew Chow
2020-04-23
Implement GetSolvingProvider for DescriptorScriptPubKeyMan
Andrew Chow
[next]