bitcoin/src/bench
MarcoFalke 448bdff263
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
f9ee0f37c2 Add comments to CustomUintFormatter (Pieter Wuille)
4eb5643e35 Convert everything except wallet/qt to new serialization (Pieter Wuille)
2b1f85e8c5 Convert blockencodings_tests to new serialization (Pieter Wuille)
73747afbbe Convert merkleblock to new serialization (Pieter Wuille)
d06fedd1bc Add SER_READ and SER_WRITE for read/write-dependent statements (Russell Yanofsky)
6f9a1e5ad0 Extend CustomUintFormatter to support enums (Russell Yanofsky)
769ee5fa00 Merge BigEndian functionality into CustomUintFormatter (Pieter Wuille)

Pull request description:

  The next step of changes from #10785.

  This:
  * Adds support for enum serialization to `CustomUintFormatter`, used in `CAddress` for service flags.
  * Merges `BigEndian` into `CustomUintFormatter`, used in `CNetAddr` for port numbers.
  * Converts everything (except wallet and gui) to use the new serialization framework.

ACKs for top commit:
  MarcoFalke:
    re-ACK f9ee0f37c2, only change is new documentation commit for CustomUintFormatter 📂
  ryanofsky:
    Code review ACK f9ee0f37c2. Just new commit adding comment since last review
  jonatack:
    Code review re-ACK f9ee0f37c2 only change since last review is an additional commit adding Doxygen documentation for `CustomUintFormatter`.

Tree-SHA512: e7a0a36afae592d5a4ff8c81ae04d858ac409388e361f2bc197d9a78abca45134218497ab2dfd6d031e0cce0ca586cf857077b7c6ce17fccf67e2d367c1b6cd4
2020-05-20 07:30:29 -04: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: add CAddrMan benchmarks 2020-04-21 15:06:59 +02:00
base58.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
bech32.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
bench.cpp bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
bench.h bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
bench_bitcoin.cpp Merge #18673: scripted-diff: Sort test includes 2020-04-17 10:12:13 -04:00
block_assemble.cpp bench: Start nodes with -nodebuglogfile 2020-04-24 16:46:54 -04:00
ccoins_caching.cpp Remove CCoinsViewCache::GetValueIn(...) 2020-05-03 18:42:14 +00:00
chacha20.cpp Remove unused includes 2019-10-15 22:56:43 +00:00
chacha_poly_aead.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
checkblock.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
checkqueue.cpp bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
coin_selection.cpp Refactor: Allow LegacyScriptPubKeyMan to be null 2020-01-23 16:34:28 -05:00
crypto_hash.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
data.cpp bench: Move generated data to a dedicated translation unit 2019-07-02 18:11:15 +01:00
data.h bench: Move generated data to a dedicated translation unit 2019-07-02 18:11:15 +01:00
duplicate_inputs.cpp bench: Start nodes with -nodebuglogfile 2020-04-24 16:46:54 -04:00
examples.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
gcs_filter.cpp blockfilter: Refactor GCS params into struct. 2018-11-06 09:12:54 -08:00
lockedpool.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
mempool_eviction.cpp bench: Start nodes with -nodebuglogfile 2020-04-24 16:46:54 -04:00
mempool_stress.cpp bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
merkle_root.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
poly1305.cpp Remove unused includes 2019-10-15 22:56:43 +00:00
prevector.cpp Convert everything except wallet/qt to new serialization 2020-03-30 16:10:30 -07:00
rollingbloom.cpp scripted-diff: Bump copyright of files changed in 2019 2019-12-30 10:42:20 +13:00
rpc_blockchain.cpp scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
rpc_mempool.cpp Remove unused includes 2019-10-15 22:56:43 +00:00
util_time.cpp util: Add type safe GetTime 2019-05-23 14:12:32 -04:00
verify_script.cpp bench: Remove requirement that all benches use RegTestingSetup 2020-04-17 10:19:32 -04:00
wallet_balance.cpp bench: Start nodes with -nodebuglogfile 2020-04-24 16:46:54 -04:00