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-23
Remove unused CDataStream methods
MarcoFalke
2020-11-23
Merge #20419: build: set minimum supported macOS to 10.14
Wladimir J. van der Laan
2020-11-23
Merge #20449: build: Fix Windows installer build
Wladimir J. van der Laan
2020-11-23
Merge #20202: wallet: Make BDB support optional
Wladimir J. van der Laan
2020-11-23
Merge #20432: net: Treat raw message bytes as uint8_t
Wladimir J. van der Laan
2020-11-22
Merge #19867: build: document and cleanup Qt hacks
fanquake
2020-11-21
Fix version string in Windows and Mac installers
Andrew Chow
2020-11-21
Merge #20426: wallet: allow zero-fee fundrawtransaction/walletcreatefundedpsb...
MarcoFalke
2020-11-20
Merge #20223: build: Drop the leading 0 from the version number
MarcoFalke
2020-11-20
net: Treat raw message bytes as uint8_t
MarcoFalke
2020-11-20
Merge #20430: sanitizers: Add suppression for unsigned-integer-overflow in li...
fanquake
2020-11-20
Merge #20424: build: Update univalue subtree
fanquake
2020-11-20
Use the correct incremental fee constant in bumpfee help
Jon Atack
2020-11-20
Update feeRate (BTC/kvB) to fee_rate (sat/vB) in wallet_bumpfee
Jon Atack
2020-11-20
Allow zero-fee fundrawtxn and walletcreatefundedpsbt calls
Jon Atack
2020-11-20
Merge bitcoin-core/gui#13: Hide peer detail view if multiple are selected
Jonas Schnelli
2020-11-20
Merge bitcoin-core/gui#21: Update pruning tooltip, original author BitcoinErr...
Jonas Schnelli
2020-11-20
Merge #20428: tests: shrink feature_taproot transfer of funds tx
MarcoFalke
2020-11-20
sanitizers: Add suppression for unsigned-integer-overflow in libstdc++ basic_...
Jonas Schnelli
2020-11-20
Merge #20056: net: Use Span in ReceiveMsgBytes
Wladimir J. van der Laan
2020-11-20
Merge #19851: refactor: Extract ParseOpCode from ParseScript
Wladimir J. van der Laan
2020-11-20
Merge #20000: test: fix creation of "std::string"s with \0s
Wladimir J. van der Laan
2020-11-20
tests: shrink feature_taproot transfer of funds tx
Anthony Towns
2020-11-19
Merge bitcoin-core/gui#46: refactor: Fix deprecation warnings when building a...
MarcoFalke
2020-11-19
Merge #20329: docs/descriptors.md: Remove hardened marker in the path after xpub
MarcoFalke
2020-11-19
Merge #20385: test: run mempool_spend_coinbase.py even with wallet disabled
Wladimir J. van der Laan
2020-11-19
Merge #20054: Remove confusing and useless "unexpected version" warning
Wladimir J. van der Laan
2020-11-19
Merge #20291: [net] Consolidate logic around calling CAddrMan::Connected()
MarcoFalke
2020-11-19
Update univalue subtree
MarcoFalke
2020-11-19
Squashed 'src/univalue/' changes from 98261b1e7b..98fadc0909
MarcoFalke
2020-11-19
Merge #20047: test: use wait_for_{block,header} helpers in p2p_fingerprint.py
Wladimir J. van der Laan
2020-11-19
Merge #20024: init: Fix incorrect warning "Reducing -maxconnections from N to...
Wladimir J. van der Laan
2020-11-19
Merge #18531: rpc: remove deprecated CRPCCommand constructor
MarcoFalke
2020-11-19
Merge #15710: wallet: Catch ios_base::failure specifically
Wladimir J. van der Laan
2020-11-19
Merge #20145: contrib: add getcoins.py script to get coins from (signet) faucet
Wladimir J. van der Laan
2020-11-19
Merge #20358: src/randomenv.cpp: fix build on uclibc
Wladimir J. van der Laan
2020-11-19
Merge #20067: refactor: remove use of boost::algorithm::replace_first
Wladimir J. van der Laan
2020-11-19
Merge #19968: doc: clarify CRollingBloomFilter size estimate
Wladimir J. van der Laan
2020-11-19
Merge #20333: build: remove native_biplist dependency
Wladimir J. van der Laan
2020-11-19
Merge #20359: depends: Various config.site.in improvements and linting
Wladimir J. van der Laan
2020-11-19
Merge #20288: script, doc: contrib/seeds updates
Wladimir J. van der Laan
2020-11-19
Merge #20413: build: Require C++17 compiler
fanquake
2020-11-18
Drop the leading 0 from the version number
Andrew Chow
2020-11-18
Fix mock SQLiteDatabases
Andrew Chow
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
[next]