mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge dc90542a9e into merged_master (Bitcoin PR bitcoin/bitcoin#30716)
This commit is contained in:
commit
5ecd939837
48 changed files with 332 additions and 82 deletions
|
|
@ -3,13 +3,20 @@
|
|||
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
#include <bench/bench.h>
|
||||
#include <hash.h>
|
||||
#include <key.h>
|
||||
#include <script/script.h>
|
||||
#include <primitives/transaction.h>
|
||||
#include <pubkey.h>
|
||||
#include <script/interpreter.h>
|
||||
#include <streams.h>
|
||||
#include <script/script.h>
|
||||
#include <span.h>
|
||||
#include <test/util/transaction_utils.h>
|
||||
#include <uint256.h>
|
||||
|
||||
#include <array>
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
// Microbenchmark for verification of a basic P2WPKH script. Can be easily
|
||||
// modified to measure performance of other types of scripts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue