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-07-12
Merge bitcoin/bitcoin#25218: refactor: introduce generic 'Result' class and c...
MacroFake
2022-07-08
Merge bitcoin/bitcoin#25481: wallet: unify max signature logic
Andrew Chow
2022-07-08
wallet: refactor GetNewDestination, use BResult
furszy
2022-07-07
Merge bitcoin/bitcoin#24832: index: Verify the block filter hash when reading...
fanquake
2022-06-28
Merge bitcoin/bitcoin#24924: bench: Make WalletLoading benchmark run faster
fanquake
2022-06-28
wallet: use CCoinControl to estimate signature size
S3RK
2022-06-28
wallet: replace GetTxSpendSize with CalculateMaximumSignedInputSize
S3RK
2022-06-16
Merge bitcoin/bitcoin#25215: [kernel 2d/n] Reduce CTxMemPool constructor call...
laanwj
2022-06-15
bench/rpc_mempool: Create ChainTestingSetup, use its CTxMemPool
Carl Dong
2022-06-15
bench: Use existing CTxMemPool in TestingSetup
Carl Dong
2022-06-02
Merge bitcoin/bitcoin#24927: Add test util to populate mempool with random tr...
laanwj
2022-05-30
use testing setup mempool in ComplexMemPool bench
glozow
2022-05-30
create and use mempool transactions using real coins in MempoolCheck
glozow
2022-05-25
Fixup option name in bench message
Ben Woosley
2022-05-22
Update GCSFilter benchmarks
Calvin Kim
2022-05-22
Add GCSFilterDecodeSkipCheck benchmark
Patrick Strateman
2022-05-22
Add GCSFilterDecode and GCSBlockFilterGetHash benchmarks.
Patrick Strateman
2022-05-21
Set effective_value when initializing a COutput
ishaanam
2022-05-17
refactor: use C++11 default initializers
fanquake
2022-05-17
bench: Make all arguments -kebab-case
laanwj
2022-05-17
bench: Add `--sanity-check` flag, use it in `make check`
laanwj
2022-05-10
bench: Enable loading benchmarks depending on what's compiled
Andrew Chow
2022-05-10
bench: Use mock wallet database for wallet loading benchmark
Andrew Chow
2022-05-04
Merge bitcoin/bitcoin#24852: util: optimize HexStr
laanwj
2022-04-28
test, bench: make prevector and checkqueue swap member functions noexcept
Jon Atack
2022-04-22
Merge bitcoin/bitcoin#22910: net: Encapsulate asmap in NetGroupManager
fanquake
2022-04-20
bench: reduce the number of txs in wallet for wallet loading bench
Andrew Chow
2022-04-20
bench: Add transactions directly instead of mining blocks
Andrew Chow
2022-04-20
bench: reduce number of epochs for wallet loading benchmark
Andrew Chow
2022-04-20
bench: use unsafesqlitesync in wallet loading benchmark
Andrew Chow
2022-04-20
[net] Move asmap into NetGroupManager
John Newbery
2022-04-20
Merge bitcoin/bitcoin#24909: refactor: Move and rename `pindexBestHeader`, `f...
MarcoFalke
2022-04-19
move-mostly: Make fHavePruned a BlockMan member
Carl Dong
2022-04-19
bench: Remove minEpochIterations from wallet loading benchmark
Andrew Chow
2022-04-18
bench: Add a benchmark for wallet loading
Andrew Chow
2022-04-17
bench: Adds a benchmark for HexStr
Martin Leitner-Ankerl
2022-04-06
refactor: Remove deduplication of data in rollingbloom bench
phyBrackets
2022-04-04
refactor: fix clang-tidy named args usage
fanquake
2022-03-25
bench: fix incorrect named args in coin_selection bench
fanquake
2022-03-25
[wallet] remove MIN_CHANGE
glozow
2022-03-25
refactor coin selection for parameterizable change target
glozow
2022-03-24
Merge bitcoin/bitcoin#24091: wallet: Consolidate CInputCoin and COutput
fanquake
2022-03-23
coinselection: Remove CInputCoin
Andrew Chow
2022-03-23
coinselection: Use COutput instead of CInputCoin
Andrew Chow
2022-03-23
wallet: Remove CWallet and CWalletTx from COutput's constructor
Andrew Chow
2022-03-23
wallet: Provide input bytes to COutput
Andrew Chow
2022-03-23
Merge bitcoin/bitcoin#24560: wallet: Use single FastRandomContext when creati...
Andrew Chow
2022-03-17
wallet: Store whether a COutput is from the wallet
Andrew Chow
2022-03-17
wallet: Store tx time in COutput
Andrew Chow
2022-03-17
wallet: Remove use_max_sig default value
Andrew Chow
[next]