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
2020-05-01
wallet: Remove trailing whitespace from potential translation strings
MarcoFalke
2020-05-01
wallet: Report full error message in wallettool
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when creating txs
MarcoFalke
2020-05-01
wallet: Avoid translating RPC errors when loading wallets
MarcoFalke
2020-05-01
Merge #16426: Reverse cs_main, cs_wallet lock order and reduce cs_main locking
MarcoFalke
2020-04-30
[wallet] Remove locked_chain from CWallet, its RPCs and tests
Antoine Riard
2020-04-30
[wallet] Move methods from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHash from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getBlockHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
[wallet] Move getHeight from Chain::Lock interface to simple Chain
Antoine Riard
2020-04-30
Merge #18829: ci: Merge C++17 build with one of the existing ones
MarcoFalke
2020-04-30
Merge #18775: tests: Add fuzzing harnesses for various classes/functions in p...
MarcoFalke
2020-04-30
ci: Merge C++17 build with one of the existing ones
MarcoFalke
2020-04-30
tests: Clarify how we avoid hitting the signed integer overflow in CFeeRate::...
practicalswift
2020-04-30
Merge #18576: test: use unittest for test_framework unit testing
MarcoFalke
2020-04-30
tests: Add fuzzing harness for IsRBFOptIn(...)
practicalswift
2020-04-30
tests: Add fuzzing harness for CBlockPolicyEstimator
practicalswift
2020-04-30
Merge #18809: rpc: Do not advertise dumptxoutset as a way to flush the chains...
MarcoFalke
2020-04-30
Merge #18825: test: fix message for ECC_InitSanityCheck test
MarcoFalke
2020-04-30
Merge #18780: validation: add const for minimum witness commitment size
fanquake
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
test: fix message for ECC_InitSanityCheck test
fanquake
2020-04-30
Merge #18437: util: Detect posix_fallocate() instead of assuming
Wladimir J. van der Laan
2020-04-29
Merge #18726: test: check misbehavior more independently in p2p_filter.py
MarcoFalke
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 #18485: test: Add mempool_updatefromblock.py
MarcoFalke
2020-04-29
Merge #18798: ci: Fix default retry script usage
MarcoFalke
2020-04-29
Merge #18774: test: added test for upgradewallet RPC
MarcoFalke
2020-04-29
test: added test for upgradewallet RPC
Harris
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-29
test: add test for witness commitment index
fanquake
2020-04-29
validation: Add minimum witness commitment size constant
fanquake
2020-04-28
fix: update rest info on block size and json
Chris Abrams
2020-04-28
rpc: Do not advertise dumptxoutset as a way to flush the chainstate
MarcoFalke
2020-04-28
Merge #18805: tests: Add missing sync_all to wallet_importdescriptors.py
MarcoFalke
2020-04-28
Merge #18765: test: Fix wallet_bumpfee intermittent error
MarcoFalke
2020-04-28
tests: Add missing sync_all to wallet_importdescriptors.py
Andrew Chow
2020-04-28
test: Fix wallet_bumpfee intermittent error
MarcoFalke
2020-04-28
Merge #18735: ci: Add and document BASE_BUILD_DIR
MarcoFalke
2020-04-28
Merge #18663: doc: mention build docs in README.md
MarcoFalke
2020-04-28
Merge #18799: ci: Document why tests can not be run on mac
MarcoFalke
2020-04-28
ci: Document why tests can not be run on mac
MarcoFalke
2020-04-28
Merge #18779: doc: Better explain GNU ld's dislike of ld64's options
fanquake
2020-04-28
Merge #18769: qt: remove bug fix for Qt < 5.5
fanquake
2020-04-28
Merge #18556: build: Drop make dist in gitian builds
fanquake
2020-04-28
ci: Fix default retry script usage
Hennadii Stepanov
[next]