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-08-23
Consolidate XOnlyPubKey lookup hack
Andrew Chow
2021-08-23
Merge bitcoin/bitcoin#20541: Move special CAddress-without-nTime logic to net...
MarcoFalke
2021-08-23
Merge bitcoin/bitcoin#22622: util: Check if specified config file cannot be o...
MarcoFalke
2021-08-23
Merge bitcoin/bitcoin#20769: net: fixes #20657 - Advertised address where nob...
MarcoFalke
2021-08-23
Merge bitcoin/bitcoin#22275: A few follow-ups for taproot signing
fanquake
2021-08-23
Merge bitcoin/bitcoin#22748: refactor: Avoid temporary vectors/uint256s in Ve...
fanquake
2021-08-21
Drop us=... message in net debug for sending version message
Pieter Wuille
2021-08-21
refactor: move CAddress-without-nTime logic to net_processing
Pieter Wuille
2021-08-21
Merge bitcoin/bitcoin#22633: refactor: Replace remaining binascii method calls
MarcoFalke
2021-08-20
Avoid temporary vectors/uint256s in VerifyTaprootCommitment
Pieter Wuille
2021-08-20
Assert that IsComplete() in GetSpendData()
Pieter Wuille
2021-08-20
Remove default nHashTypeIn arguments to MutableTransactionSignatureCreator
Pieter Wuille
2021-08-20
Simplify SignTransaction precomputation loop
Pieter Wuille
2021-08-20
Improve comments in taproot signing logic
Pieter Wuille
2021-08-20
Merge bitcoin/bitcoin#22697: addrman: Remove CAddrMan::Clear() function
fanquake
2021-08-19
[addrman] Clean up ctor
John Newbery
2021-08-19
[addrman] inline Clear() into CAddrMan ctor
John Newbery
2021-08-19
[addrman] Remove all public uses of CAddrMan.Clear() from the tests
John Newbery
2021-08-19
Merge bitcoin/bitcoin#19101: refactor: remove ::vpwallets and related global ...
fanquake
2021-08-19
Merge bitcoin/bitcoin#22331: crypto: Fix K1/K2 use in ChaCha20-Poly1305 AEAD
fanquake
2021-08-19
Merge bitcoin/bitcoin#22724: windres: use PACKAGE_VERSION rather than buildin...
fanquake
2021-08-19
Merge bitcoin/bitcoin#22217: refactor: Avoid wallet code writing node setting...
Samuel Dobson
2021-08-18
[tests] Remove CAddrMan.Clear() call from CAddrDB::Read()
John Newbery
2021-08-18
[addrman] Don't call Clear() if parsing peers.dat fails
John Newbery
2021-08-18
[addrman] Move peers.dat parsing to init.cpp
John Newbery
2021-08-18
scripted-diff: replace clientInterface with m_client_interface in net
fanquake
2021-08-18
net: use clientInterface rather than uiInterface
fanquake
2021-08-18
Merge bitcoin/bitcoin#22725: MOVEONLY: tests: Move addrman ser/deser tests to...
fanquake
2021-08-18
Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found member
fanquake
2021-08-17
[MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cpp
John Newbery
2021-08-17
windres: use PACKAGE_VERSION rather than building more version numbers
fanquake
2021-08-17
refactor: remove ::vpwallets and related global variables
Russell Yanofsky
2021-08-17
Merge bitcoin/bitcoin#22627: [addrman] De-duplicate Add() function
fanquake
2021-08-17
Merge bitcoin/bitcoin#22715: wallet: use `FormatFullVersion()` & `PACKAGE_NAM...
fanquake
2021-08-16
refactor: replace remaining binascii method calls
Zero-1729
2021-08-16
Merge bitcoin/bitcoin#22649: fuzz: Avoid OOM in system fuzz target
MarcoFalke
2021-08-16
wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdump
fanquake
2021-08-16
wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
fanquake
2021-08-15
[addrman] Merge the two Add() functions
Amiti Uttarwar
2021-08-16
Merge bitcoin/bitcoin#22685: clientversion: No suffix #if CLIENT_VERSION_IS_R...
fanquake
2021-08-16
Merge bitcoin/bitcoin#22686: wallet: Use GetSelectionAmount in ApproximateBes...
fanquake
2021-08-15
Merge bitcoin/bitcoin#22541: Add a new RPC command: restorewallet
Samuel Dobson
2021-08-14
Merge bitcoin/bitcoin#22696: p2p: log addrman consistency checks
fanquake
2021-08-14
Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-ups
fanquake
2021-08-13
p2p: log addrman consistency checks
Jon Atack
2021-08-13
Merge bitcoin/bitcoin#20233: addrman: Make consistency checks a runtime option
fanquake
2021-08-13
wallet: Assert that enough was selected to cover the fees
Andrew Chow
2021-08-13
wallet: Use GetSelectionAmount for target value calculations
Andrew Chow
2021-08-12
Merge bitcoin-core/gui#360: Unregister wallet notifications before unloading ...
Hennadii Stepanov
2021-08-12
[addrman] Make addrman consistency checks a runtime option
John Newbery
[next]