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
/
test
/
fuzz
Age
Commit message (
Expand
)
Author
2022-06-22
net: rename Sock::Reset() to Sock::Close() and make it private
Vasil Dimov
2022-06-20
net: remove CloseSocket()
Vasil Dimov
2022-06-16
Merge bitcoin/bitcoin#24356: refactor: replace CConnman::SocketEvents() with ...
laanwj
2022-06-15
Merge bitcoin/bitcoin#25223: [kernel 2e/n] miner: Make `mempool` optional, st...
fanquake
2022-06-09
net: introduce Sock::WaitMany()
Vasil Dimov
2022-06-07
Merge bitcoin/bitcoin#25254: Move minRelayTxFee to policy/settings
MacroFake
2022-06-06
miner: Make mempool optional for BlockAssembler
Carl Dong
2022-06-04
Merge bitcoin/bitcoin#24860: Miniscript integration follow-ups
fanquake
2022-05-31
Move minRelayTxFee to policy/settings
MacroFake
2022-05-30
miniscript: mark nodes with duplicate keys as insane
Antoine Poinsot
2022-05-27
Merge bitcoin/bitcoin#24408: rpc: add rpc to get mempool txs spending specifi...
MacroFake
2022-05-24
Merge bitcoin/bitcoin#24410: [kernel 2a/n] Split hashing/index `GetUTXOStats`...
laanwj
2022-05-21
refactor: Remove defunct attributes.h includes
Ben Woosley
2022-05-20
fuzz: Remove useless GetUTXOStats fuzz case
Carl Dong
2022-05-20
Merge bitcoin/bitcoin#25168: refactor: Avoid passing params where not needed
MacroFake
2022-05-20
Merge bitcoin/bitcoin#23595: util: Add ParseHex<std::byte>() helper
laanwj
2022-05-19
Merge bitcoin/bitcoin#25153: scripted-diff: Use getInt<T> over get_int/get_int64
fanquake
2022-05-18
scripted-diff: Use getInt<T> over get_int/get_int64
MacroFake
2022-05-18
Do not pass CChainParams& to BlockAssembler constructor
MacroFake
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-13
Merge bitcoin/bitcoin#24595: deploymentstatus: move g_versionbitscache global...
MacroFake
2022-05-11
Remove unused GetTimeSeconds
MacroFake
2022-05-10
validation: remove redundant CChainParams params from ChainstateManager methods
Anthony Towns
2022-05-06
Merge bitcoin/bitcoin#19426: refactor: Change * to & in MutableTransactionSig...
MacroFake
2022-05-05
Add RPC to get mempool txs spending outputs
t-bast
2022-05-04
refactor: Change * to & in MutableTransactionSignatureCreator
MarcoFalke
2022-05-04
fuzz: SplitString with multiple separators
Martin Leitner-Ankerl
2022-04-28
test, bench: make prevector and checkqueue swap member functions noexcept
Jon Atack
2022-04-28
fuzz: add a Miniscript target for string representation roundtripping
Antoine Poinsot
2022-04-28
fuzz: rename and improve the Miniscript Script roundtrip target
Antoine Poinsot
2022-04-28
miniscript: use optional instead of bool/outarg
Antoine Poinsot
2022-04-27
util: Add ParseHex<std::byte>() helper
MarcoFalke
2022-04-27
scripted-diff: Rename ValidAsCString to ContainsNoNUL
MacroFake
2022-04-27
Use std::string_view throughout util strencodings/string
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} return optional instead of taking bool*
Pieter Wuille
2022-04-27
Make DecodeBase{32,64} always return vector, not string
Pieter Wuille
2022-04-26
Don't use zero as null pointer constant (-Wzero-as-null-pointer-constant)
practicalswift
2022-04-26
Merge bitcoin/bitcoin#22953: refactor: introduce single-separator split helpe...
fanquake
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-20
[netgroupman] Add GetMappedAS() and GetGroup()
John Newbery
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-04-15
net: add new method Sock::SetSockOpt() that wraps setsockopt()
Vasil Dimov
2022-04-11
fuzz: add `SplitString` fuzz target
MarcoFalke
2022-04-11
refactor: introduce single-separator split helper `SplitString`
Sebastian Falbesoner
2022-04-07
Merge bitcoin/bitcoin#24152: policy / validation: CPFP fee bumping within pac...
fanquake
2022-04-06
Merge bitcoin/bitcoin#24681: build: Bump libevent minimum version up to 2.1.8
fanquake
2022-04-05
[packages/policy] use package feerate in package validation
glozow
2022-04-05
Merge bitcoin/bitcoin#24147: Miniscript integration
laanwj
2022-03-30
refactor: use named args when ScriptToUniv or TxToUniv are invoked
Michael Dietz
2022-03-30
refactor: merge ScriptPubKeyToUniv & ScriptToUniv into one function
Michael Dietz
[next]