0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00
bitcoin-bitcoin-core/src/bench
glozow d0b1f613c2
Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies
c8dc0e3eaa refactor: Inline `CTxMemPoolEntry` class's functions (Hennadii Stepanov)
75bbe594e5 refactor: Move `CTxMemPoolEntry` class to its own module (Hennadii Stepanov)

Pull request description:

  This PR:
  - gets rid of the `policy/fees` -> `txmempool` -> `policy/fees` circular dependency
  - is an alternative to #13949, which nukes only one circular dependency

ACKs for top commit:
  ryanofsky:
    Code review ACK c8dc0e3eaa. Just include and whitespace changes since last review, and there's a moveonly commit now so it's very easy to review
  theStack:
    Code-review ACK c8dc0e3eaa
  glozow:
    utACK c8dc0e3eaa, agree these changes are an improvement.

Tree-SHA512: 36ece824e6ed3ab1a1e198b30a906c8ac12de24545f840eb046958a17315ac9260c7de26e11e2fbab7208adc3d74918db7a7e389444130f8810548ca2e81af41
2022-11-18 17:04:49 -08:00
..
data Add deserialize + CheckBlock benchmarks, and a full block hex 2016-11-09 11:27:59 -08:00
.gitignore Ignore bench_bitcoin binary. 2015-10-06 17:46:12 +02:00
addrman.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
base58.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
bech32.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
bench.cpp bench: add "priority level" to the benchmark framework 2022-10-20 10:21:04 -03:00
bench.h bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
bench_bitcoin.cpp bench: surround main() execution with try/catch 2022-10-20 10:21:04 -03:00
block_assemble.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
ccoins_caching.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
chacha20.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
chacha_poly_aead.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
checkblock.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
checkqueue.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
coin_selection.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
crypto_hash.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
data.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
data.h bench: Move generated data to a dedicated translation unit 2019-07-02 18:11:15 +01:00
descriptors.cpp Merge bitcoin/bitcoin#26158: bench: add "priority level" to the benchmark framework 2022-10-20 11:05:03 -04:00
duplicate_inputs.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
examples.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
gcs_filter.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
hashpadding.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
load_external.cpp Add LoadExternalBlockFile() benchmark 2022-10-24 13:02:35 -06:00
lockedpool.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
logging.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
mempool_eviction.cpp Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2022-11-18 17:04:49 -08:00
mempool_stress.cpp Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2022-11-18 17:04:49 -08:00
merkle_root.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
nanobench.cpp Replace current benchmarking framework with nanobench 2020-06-13 12:24:18 +02:00
nanobench.h Fix issues identified by codespell 2.2.1 and update ignored words 2022-09-15 13:03:40 +02:00
peer_eviction.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
poly1305.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
prevector.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
rollingbloom.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
rpc_blockchain.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
rpc_mempool.cpp Merge bitcoin/bitcoin#17786: refactor: Nuke policy/fees->mempool circular dependencies 2022-11-18 17:04:49 -08:00
strencodings.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
util_time.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
verify_script.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
wallet_balance.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00
wallet_create_tx.cpp scripted-diff: wallet: rename AvailableCoinsParams members to snake_case 2022-10-29 08:51:34 -03:00
wallet_loading.cpp bench: explicitly make all current benchmarks "high" priority 2022-10-20 10:21:04 -03:00