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-07-19
Fix `-Wparentheses` gcc warning
Hennadii Stepanov
2022-07-19
Merge bitcoin/bitcoin#25514: net processing: Move CNode::nServices and CNode:...
MacroFake
2022-07-18
Merge bitcoin/bitcoin#25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from...
glozow
2022-07-17
fuzz: Fix assert bug in txorphan target
chinggg
2022-07-15
Move {Load,Dump}Mempool to kernel namespace
Carl Dong
2022-07-15
LoadMempool: Pass in load_path, stop using gArgs
Carl Dong
2022-07-15
test/fuzz: Invoke LoadMempool via CChainState
Carl Dong
2022-07-15
DumpMempool: Pass in dump_path, stop using gArgs
Carl Dong
2022-07-14
[net processing] Remove CNode::nLocalServices
John Newbery
2022-07-12
move-only: InitializeNode to handshake helper
MacroFake
2022-07-12
move-only: Version handshake to libtest_util
MacroFake
2022-07-07
Merge bitcoin/bitcoin#25500: refactor: Move inbound eviction logic to its own...
fanquake
2022-07-07
Merge bitcoin/bitcoin#25447: fuzz: add low-level target for txorphanage
MacroFake
2022-07-06
fuzz: add low-level target for txorphanage
chinggg
2022-07-04
[net] Add connection type to NodeEvictionCandidate
dergoegge
2022-07-04
[net] Add NoBan status to NodeEvictionCandidate
dergoegge
2022-06-30
Merge bitcoin/bitcoin#24836: add RPC (-regtest only) for testing package policy
fanquake
2022-06-29
Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...
MacroFake
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2022-06-28
pool: Add and use MemPoolOptions, ApplyArgsManOptions
Carl Dong
2022-06-28
Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test...
laanwj
2022-06-28
Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra...
laanwj
2022-06-27
fuzz/rbf: Add missing TestingSetup
Carl Dong
2022-06-23
[rpc] add new submitpackage RPC
glozow
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-20
net: add new method Sock::GetSockName() that wraps getsockname()
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-18
net: add new method Sock::Listen() that wraps listen()
Vasil Dimov
2022-05-18
net: add new method Sock::Bind() that wraps bind()
Vasil Dimov
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
[next]