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-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-03
tests: Reduce calls to InitS*Cache()
Carl Dong
2022-08-02
sort after scripted-diff
MacroFake
2022-08-02
scripted-diff: Move mempool_args to src/node
MacroFake
2022-08-02
Remove ::g_max_datacarrier_bytes global
MacroFake
2022-08-02
Pass datacarrier setting into IsStandard
MacroFake
2022-08-02
Remove ::GetVirtualTransactionSize() alias
MacroFake
2022-08-02
Remove ::IsStandardTx(tx, reason) alias
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-07-29
Merge bitcoin/bitcoin#25571: refactor: Make mapBlocksUnknownParent local, and...
fanquake
2022-07-29
Merge bitcoin/bitcoin#25683: refactor: log `nEvicted` message in `LimitOrphan...
MacroFake
2022-07-28
refactor: log `nEvicted` message in `LimitOrphans` then return void
chinggg
2022-07-27
Merge bitcoin/bitcoin#24697: refactor address relay time
fanquake
2022-07-26
Merge bitcoin/bitcoin#25689: fuzz: Remove no-op SetMempoolConstraints
glozow
2022-07-26
Merge bitcoin/bitcoin#25699: scripted-diff: Replace NullUniValue with UniValu...
fanquake
2022-07-26
refactor: Use type-safe std::chrono for addrman time
MarcoFalke
2022-07-26
scripted-diff: Rename addrman time symbols
MarcoFalke
2022-07-25
fix comment spellings from the codespell lint
Greg Weber
2022-07-25
fuzz: refactor: Replace NullUniValue with UniValue{}
MacroFake
2022-07-25
Merge bitcoin/bitcoin#25349: CBlockIndex/CDiskBlockIndex improvements for saf...
MacroFake
2022-07-24
fuzz: Remove no-op SetMempoolConstraints
MacroFake
2022-07-22
CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash()
Jon Atack
2022-07-22
CDiskBlockIndex: remove unused ToString() class member
Jon Atack
2022-07-20
refactor: move compat.h into compat/
fanquake
2022-07-20
Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version an...
fanquake
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
refactor: Make mapBlocksUnknownParent local, and rename it
Hennadii Stepanov
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
Use AutoFile where possible
MacroFake
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
[next]