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
2021-11-09
span: Add std::byte helpers
MarcoFalke
2021-11-09
refactor: Use ignore helper when unserializing an invalid pubkey
MarcoFalke
2021-11-09
Use value_type in CDataStream where possible
MarcoFalke
2021-11-08
Merge bitcoin/bitcoin#23077: Full CJDNS support
W. J. van der Laan
2021-11-08
Merge bitcoin/bitcoin#23409: refactor: Take Span in SetSeed
W. J. van der Laan
2021-11-08
Merge bitcoin/bitcoin#23439: test: Open streams_test_tmp file in temporary fo...
MarcoFalke
2021-11-08
build: Fix `make apk` if ccache enabled
Hennadii Stepanov
2021-11-05
Merge bitcoin/bitcoin#23334: fuzz: Descriptor wallet
MarcoFalke
2021-11-04
Open streams_test_tmp file in temporary folder
Martin Leitner-Ankerl
2021-11-05
Merge bitcoin/bitcoin#22949: fee: Round up fee calculation to avoid a lower t...
Samuel Dobson
2021-11-03
net: take the first 4 random bits from CJDNS addresses in GetGroup()
Vasil Dimov
2021-11-03
net: relay CJDNS addresses even if we are not connected to CJDNS
Vasil Dimov
2021-11-03
net: don't skip CJDNS from GetNetworkNames()
Vasil Dimov
2021-11-03
net: take CJDNS into account in CNetAddr::GetReachabilityFrom()
Vasil Dimov
2021-11-03
net: recognize CJDNS addresses as such
Vasil Dimov
2021-11-03
net: don't skip CJDNS from GetNetworksInfo()
Vasil Dimov
2021-11-03
net: introduce a new config option to enable CJDNS
Vasil Dimov
2021-11-03
net: recognize CJDNS from ParseNetwork()
Vasil Dimov
2021-11-03
net: use -proxy for connecting to the CJDNS network
Vasil Dimov
2021-11-03
net: make it possible to connect to CJDNS addresses
Vasil Dimov
2021-11-03
Merge bitcoin/bitcoin#23211: refactor: move `update_*` structs from txmempool...
MarcoFalke
2021-11-02
Merge bitcoin/bitcoin#23223: Disable lock contention logging in checkqueue_tests
MarcoFalke
2021-11-02
Merge bitcoin/bitcoin#22735: [net] Don't return an optional from TransportDes...
MarcoFalke
2021-11-01
Merge bitcoin/bitcoin#23403: test: Fix segfault in the psbt_wallet_tests/psbt...
MarcoFalke
2021-11-01
refactor: Take Span in SetSeed
MarcoFalke
2021-11-01
Merge bitcoin/bitcoin#22766: refactor: Clarify and disable unused ArgsManager...
fanquake
2021-11-01
Merge bitcoin/bitcoin#23380: addrman: Fix AddrMan::Add() return semantics and...
fanquake
2021-10-31
test: Avoid excessive locking of `cs_wallet`
Hennadii Stepanov
2021-10-31
test: Fix segfault in the psbt_wallet_tests/psbt_updater_test
Hennadii Stepanov
2021-10-30
Merge bitcoin/bitcoin#23385: refactor: get wallet path relative to wallet_dir
fanquake
2021-10-29
refactor: get wallet path relative to wallet_dir
Michael Dietz
2021-10-29
Merge bitcoin/bitcoin#23354: Introduce new V4 format addrman
MarcoFalke
2021-10-29
Merge bitcoin/bitcoin#22787: refactor: actual immutable pointing
MarcoFalke
2021-10-28
[MOVEONLY] reorder functions in addrman_impl.h and addrman.cpp
John Newbery
2021-10-28
[addrman] Add Add_() inner function, fix Add() return semantics
John Newbery
2021-10-28
[addrman] Rename Add_() to AddSingle()
John Newbery
2021-10-28
[addrman] Add doxygen comment to AddrMan::Add()
John Newbery
2021-10-26
Merge bitcoin/bitcoin#23006: multiprocess: Add new bitcoin-gui, bitcoin-qt, b...
MarcoFalke
2021-10-26
Merge bitcoin/bitcoin#23332: doc: Fix CWalletTx::Confirmation doc
MarcoFalke
2021-10-25
Introduce new V4 format addrman
Pieter Wuille
2021-10-25
scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
Russell Yanofsky
2021-10-25
Merge bitcoin/bitcoin#23306: Make AddrMan support multiple ports per IP
MarcoFalke
2021-10-25
refactor: Add explicit DISALLOW_NEGATION ArgsManager flag to clarify flag usage
Russell Yanofsky
2021-10-25
refactor: Split InterpretOption into Interpret{Key,Value} functions
Russell Yanofsky
2021-10-25
Merge bitcoin/bitcoin#23311: wallet: Use PACKAGE_NAME to mention our software
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...
MarcoFalke
2021-10-25
Merge bitcoin/bitcoin#23338: tests: speed up coinselector_tests
MarcoFalke
2021-10-25
refactor: use CWallet const shared pointers when possible
Karl-Johan Alm
2021-10-25
refactor: const shared_ptrs
Karl-Johan Alm
2021-10-22
walletdb: Use SQLiteDatabase for mock wallet databases
Andrew Chow
[next]