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
2022-01-11
bench: put addrman check ratio in a variable
Vasil Dimov
2022-01-11
test: parse the command line arguments in unit tests
Vasil Dimov
2022-01-06
Add src/wallet/* code to wallet:: namespace
Russell Yanofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-12-13
scripted-diff: Rename touched member variables
MarcoFalke
2021-12-13
refactor: Use type-safe std::chrono in net
MarcoFalke
2021-12-09
Merge bitcoin/bitcoin#22019: wallet: Introduce SelectionResult for encapsulat...
W. J. van der Laan
2021-12-07
Merge bitcoin/bitcoin#23693: Revert "Fixes Bug in Transaction generation in C...
MarcoFalke
2021-12-07
Revert "Fixes Bug in Transaction generation in ComplexMempool benchmark"
MarcoFalke
2021-12-07
Merge bitcoin/bitcoin#22856: test: Fix bug in transaction generation in Compl...
MarcoFalke
2021-12-05
Use SelectionResult in AttemptSelection
Andrew Chow
2021-12-05
Return SelectionResult from SelectCoinsBnB
Andrew Chow
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-04
Fixes Bug in Transaction generation in ComplexMempool benchmark
Shorya
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
[next]