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-11-18
Allow disabling BDB in configure with --without-bdb
Andrew Chow
2020-11-18
GUI: Force descriptor wallets when BDB is not compiled
Andrew Chow
2020-11-18
RPC: Require descriptors=True for createwallet when BDB is not compiled
Andrew Chow
2020-11-18
Enforce salvage is only for BDB wallets
Andrew Chow
2020-11-18
Do not compile BDB things when USE_BDB is defined
Andrew Chow
2020-11-18
Include wallet/bdb.h where it is actually being used
Andrew Chow
2020-11-18
Merge #20414: doc: Remove generated manual pages from master branch
MarcoFalke
2020-11-18
Merge #20418: doc: clean out release notes post branch-off
MarcoFalke
2020-11-18
build: Bump gitian descriptors to 0.22
fanquake
2020-11-18
doc: clean out release notes post branch-off
fanquake
2020-11-18
Merge #20408: CConnman: move initialization to declaration
fanquake
2020-11-18
Merge #19905: Remove dead CheckForkWarningConditionsOnNewFork
MarcoFalke
2020-11-18
Merge bitcoin-core/gui#109: wallet: Remove unused AskPassphraseDialog::Decrypt
MarcoFalke
2020-11-18
Merge bitcoin-core/gui#118: Remove BDB version from the Information tab
MarcoFalke
2020-11-18
doc: Remove generated manual pages from master branch
Wladimir J. van der Laan
2020-11-18
Merge #19504: Bump minimum python version to 3.6
MarcoFalke
2020-11-18
build: Bump master version to 0.21.99
Wladimir J. van der Laan
2020-11-18
CConnman: initialise at declaration rather than in Start()
Anthony Towns
2020-11-17
Merge #20401: qt: Pre-splitoff translations update
fanquake
2020-11-17
Merge #20305: wallet: introduce fee_rate sat/vB param/option
MarcoFalke
2020-11-17
Merge bitcoin-core/gui#96: Slight improve create wallet dialog
MarcoFalke
2020-11-17
Merge #20139: Wallet: do not return warnings from UpgradeWallet()
MarcoFalke
2020-11-17
Merge #20346: script: modify security-check.py to use "==" instead of "is" fo...
fanquake
2020-11-17
Merge #20405: p2p: avoid calculating onion address checksum when version is n...
fanquake
2020-11-16
[upgradewallet] removed unused warning param
Sishir Giri
2020-11-16
Break circuit earlier
lontivero
2020-11-16
qt: Pre-splitoff translations update
Wladimir J. van der Laan
2020-11-16
Merge #18836: wallet: upgradewallet fixes and additional tests
Wladimir J. van der Laan
2020-11-16
Merge #20238: doc: Missing comments for signet parameters
MarcoFalke
2020-11-16
Merge #20390: CI/Cirrus: Skip merge_base step for non-PRs
MarcoFalke
2020-11-16
Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...
MarcoFalke
2020-11-15
Merge #20386: Silence false positive GCC warning in wallet/rpcwallet.cpp
MarcoFalke
2020-11-15
Merge #20395: ci: Use the previous build worker image in AppVeyor
MarcoFalke
2020-11-15
ci: Use the previous build worker image in AppVeyor
Hennadii Stepanov
2020-11-14
CI/Cirrus: Skip merge_base step for non-PRs
Luke Dashjr
2020-11-14
gui: create wallet: add advanced section
Sjors Provoost
2020-11-14
gui: create wallet: name placeholder
Sjors Provoost
2020-11-14
Add missing optional.h include
Kristaps Kaupe
2020-11-14
Silence false positive GCC warning
Kristaps Kaupe
2020-11-13
Merge #20378: wallet: fix potential division by 0 in WalletLogPrintf
Jonas Schnelli
2020-11-13
Merge #19065: tests: Add fuzzing harness for CAddrMan
MarcoFalke
2020-11-13
Merge #20379: tests: Remove no longer needed UBSan suppression (float divide-...
MarcoFalke
2020-11-12
tests: Remove no longer needed UBSan suppression (float-divide-by-zero in val...
practicalswift
2020-11-12
fix potential devision by 0
Jonas Schnelli
2020-11-12
Merge #20284: addrman: ensure old versions don't parse peers.dat
Wladimir J. van der Laan
2020-11-12
fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...
practicalswift
2020-11-12
tests: Add fuzzing harness for CAddrMan
practicalswift
2020-11-12
Merge bitcoin-core/gui#120: Fix multiwallet transaction notifications
Jonas Schnelli
2020-11-12
wallet: override minfee checks (fOverrideFeeRate) for fee_rate
Jon Atack
2020-11-12
wallet: update sendtoaddress, send RPC examples with fee_rate
Jon Atack
[next]