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-10
Merge bitcoin/bitcoin#22872: log: improve checkaddrman logging with duration ...
MarcoFalke
2021-11-10
Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction`
MarcoFalke
2021-11-10
Merge bitcoin/bitcoin#23398: rpc: add return message to savemempool RPC
W. J. van der Laan
2021-11-09
Merge bitcoin/bitcoin#23400: doc: fix `XOnlyPubKey::IsFullyValid` comment ref...
MarcoFalke
2021-11-09
Add filename to savemempool RPC result
lsilva01
2021-11-09
Merge bitcoin/bitcoin#23381: validation/refactor: refactoring for package sub...
W. J. van der Laan
2021-11-09
Merge bitcoin/bitcoin#22934: Add verification to `Sign`, `SignCompact` and `S...
W. J. van der Laan
2021-11-09
Merge bitcoin/bitcoin#23414: wallet: Fix comment grammar in bdb.h
W. J. van der Laan
2021-11-09
wallet: Fixed Grammatical error in bdb.h
zealsham
2021-11-09
fix `XOnlyPubKey::IsFullyValid` comment reference
Sebastian Falbesoner
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
[test] call CheckPackage for package sanitization checks
glozow
2021-11-04
MOVEONLY: move package unit tests to their own file
glozow
2021-11-04
MOVEONLY: mempool checks to their own functions
glozow
2021-11-04
scripted-diff: clean up MemPoolAccept aliases
glozow
2021-11-04
Open streams_test_tmp file in temporary folder
Martin Leitner-Ankerl
2021-11-04
document workspace members
glozow
2021-11-04
[validation] cache iterators to mempool conflicts
glozow
2021-11-05
Merge bitcoin/bitcoin#22949: fee: Round up fee calculation to avoid a lower t...
Samuel Dobson
2021-11-03
[validation] Always call mempool.check() after processing a new transaction
John Newbery
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-11-03
[validation] Add CChainState::ProcessTransaction()
John Newbery
2021-11-03
[logging/documentation] Remove reference to AcceptToMemoryPool from error string
John Newbery
2021-11-03
[validation] Remove comment about AcceptToMemoryPool()
John Newbery
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
[test] Don't set bypass_limits to true in txvalidation_tests.cpp
John Newbery
2021-11-03
[test] Don't set bypass_limits to true in txvalidationcache_tests.cpp
John Newbery
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
Adds verification step to Schnorr and ECDSA signing
amadeuszpawlik
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
[next]