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
/
bench
Age
Commit message (
Expand
)
Author
2021-11-25
Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe
W. J. van der Laan
2021-11-25
Merge bitcoin/bitcoin#23512: policy: Treat taproot as always active
MarcoFalke
2021-11-17
doc: Fix incorrect C++ named args
MarcoFalke
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-11-15
refactor: Make CWalletTx sync state type-safe
Russell Yanofsky
2021-11-10
Merge bitcoin/bitcoin#22928: refactor: Remove `gArgs` from `wallet.h` and `wa...
MarcoFalke
2021-11-10
Merge bitcoin/bitcoin#23173: Add `ChainstateManager::ProcessTransaction`
MarcoFalke
2021-11-09
Remove `gArgs` from `wallet.h` and `wallet.cpp`
Kiminuo
2021-11-03
[refactor] Don't call AcceptToMemoryPool() from outside validation.cpp
John Newbery
2021-10-25
scripted-diff: disable unimplemented ArgsManager BOOL/INT/STRING flags
Russell Yanofsky
2021-10-25
Merge bitcoin/bitcoin#23157: txmempool -/-> validation 1/2: improve performan...
MarcoFalke
2021-10-22
Merge bitcoin/bitcoin#23288: tests: remove usage of LegacyScriptPubKeyMan fro...
W. J. van der Laan
2021-10-21
Merge bitcoin/bitcoin#23137: Move-only: bloom to src/common
fanquake
2021-10-19
Merge bitcoin/bitcoin#22918: rpc: Add level 3 verbosity to getblock RPC call ...
W. J. van der Laan
2021-10-15
bench: Use DescriptorScriptPubKeyMan for wallet things
Andrew Chow
2021-10-15
bench: remove global testWallet from CoinSelection benchmark
Andrew Chow
2021-10-05
scripted-diff: Move bloom to src/common
MarcoFalke
2021-10-05
rpc: Add level 3 verbosity to getblock RPC call.
fyquah
2021-10-05
rpc: Replace boolean argument for tx details with enum class.
fyquah
2021-10-04
[refactor] pass coinsview and height to check()
glozow
2021-10-04
[bench] Benchmark CTxMemPool::check()
glozow
2021-10-01
[refactor/bench] make mempool_stress bench reusable and parameterizable
glozow
2021-09-28
scripted-diff: Rename CAddrMan to AddrMan
Amiti Uttarwar
2021-09-28
[net, addrman] Remove external dependencies on CAddrInfo objects
Amiti Uttarwar
2021-09-27
scripted-diff: Rename overloaded int GetArg to GetIntArg
Russell Yanofsky
2021-09-21
bench: fixed ubsan implicit conversion
Martin Ankerl
2021-09-21
bench: various args improvements
Jon Atack
2021-09-21
bench: clean up includes
Jon Atack
2021-09-21
bench: add usage description and documentation
Martin Ankerl
2021-09-21
bench: introduce -min_time argument
Martin Ankerl
2021-09-21
bench: make EvictionProtection.* work with any number of iterations
Martin Ankerl
2021-09-21
bench: change AddrManGood to AddrManAddThenGood
Martin Ankerl
2021-09-21
bench: remove unnecessary & incorrect multiplication in MuHashDiv
Martin Ankerl
2021-09-21
bench: update nanobench from 4.3.4 to 4.3.6
Martin Ankerl
2021-09-09
Merge bitcoin/bitcoin#22923: test: Switch multiprocess to clang i686 build
W. J. van der Laan
2021-09-09
bench: Fix 32-bit compilation failure in addrman bench
MarcoFalke
2021-09-07
Enable clang-tidy bugprone-argument-comment and fix violations
MarcoFalke
2021-09-06
Merge bitcoin/bitcoin#22791: init: Fix asmap/addrman initialization order bug
MarcoFalke
2021-09-01
refactor: Detach wallet transaction methods (followup for move-only)
Russell Yanofsky
2021-08-27
[addrman] Set m_asmap in CAddrMan initializer list
John Newbery
2021-08-19
[addrman] Remove all public uses of CAddrMan.Clear() from the tests
John Newbery
2021-08-12
[addrman] Make addrman consistency checks a runtime option
John Newbery
2021-08-05
[addrman] Add deterministic argument to CAddrMan ctor
John Newbery
2021-07-20
Merge bitcoin/bitcoin#22232: refactor: Pass interpreter flags as uint32_t ins...
MarcoFalke
2021-07-15
bench: fix 32-bit narrowing warning in bench/peer_eviction.cpp
Jon Atack
2021-07-08
bench: add peer eviction protection benchmarks
Jon Atack
2021-06-24
bench: bench_bitcoin.cpp help fixups
Jon Atack
2021-06-24
bench: bench.h fixes and improvements
Jon Atack
2021-06-14
refactor: Pass script verify flags as uint32_t
MarcoFalke
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
[next]