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
Age
Commit message (
Expand
)
Author
2022-08-12
Merge bitcoin/bitcoin#25677: refactor: make active_chain_tip a reference
MacroFake
2022-08-11
Merge bitcoin/bitcoin#25815: test: Use existing {Chainstate,Block}Man
MacroFake
2022-08-11
Merge bitcoin/bitcoin#25664: refactor: Redefine `IsSolvable()` using descriptors
Andrew Chow
2022-08-11
script/sign: remove needless IsSolvable() utility
Antoine Poinsot
2022-08-11
[test] make tx6 child of tx5, not tx3, in rbf_tests
glozow
2022-08-10
Merge bitcoin/bitcoin#25642: Don't wrap around when deriving an extended key ...
Andrew Chow
2022-08-10
validation tests: Use existing {Chainstate,Block}Man
Carl Dong
2022-08-05
Merge bitcoin/bitcoin#25721: refactor: Replace BResult with util::Result
MacroFake
2022-08-05
Merge bitcoin/bitcoin#24662: addrman: Use system time instead of adjusted net...
fanquake
2022-08-04
Merge bitcoin/bitcoin#25023: Remove unused SetTip(nullptr) code
fanquake
2022-08-04
extended keys: fail to derive too large depth instead of wrapping around
Antoine Poinsot
2022-08-04
descriptor: never ignore the return value when deriving an extended key
Antoine Poinsot
2022-08-03
validationcaches: Add and use ValidationCacheSizes
Carl Dong
2022-08-03
cuckoocache: Return approximate memory size
Carl Dong
2022-08-03
tests: Reduce calls to InitS*Cache()
Carl Dong
2022-08-03
refactor: Replace BResult with util::Result
Ryan Ofsky
2022-08-03
test: Add missing static to IsStandardTx helper
MacroFake
2022-08-03
Remove unused SetTip(nullptr) code
MacroFake
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
test: Remove unused cs_main
MacroFake
2022-08-02
Remove ::fRequireStandard global
MacroFake
2022-08-02
Return optional error from ApplyArgsManOptions
MacroFake
2022-08-02
Merge bitcoin/bitcoin#25736: univalue: Remove unused and confusing set*() ret...
MacroFake
2022-07-30
addrman: Use system time instead of adjusted network time
MarcoFalke
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-29
univalue: Remove unused and confusing set*() return value
MacroFake
2022-07-28
Merge bitcoin/bitcoin#25674: add unit tests for RBF rules in isolation
glozow
2022-07-28
[unit tests] individual RBF Rules in isolation
glozow
2022-07-28
refactor: log `nEvicted` message in `LimitOrphans` then return void
chinggg
2022-07-27
test: Drop unused boost workaround
Hennadii Stepanov
2022-07-27
Merge bitcoin/bitcoin#24697: refactor address relay time
fanquake
2022-07-26
Merge bitcoin/bitcoin#24974: refactor: Make FEELER_SLEEP_WINDOW type safe (st...
fanquake
2022-07-26
Merge bitcoin/bitcoin#25694: refactor: Make CTransaction constructor explicit
MacroFake
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-25
refactor: Make CTransaction constructor explicit
MacroFake
2022-07-24
fuzz: Remove no-op SetMempoolConstraints
MacroFake
2022-07-22
refactor: make active_chain_tip a reference
Aurèle Oulès
2022-07-22
CDiskBlockIndex: rename GetBlockHash() to ConstructBlockHash()
Jon Atack
[next]