MCPcopy Create free account

hub / github.com/citp/BlockSci / functions

Functions2,090 in github.com/citp/BlockSci

Methodserialize
src/internal/bitcoin_script.hpp:317
MethodserializeExistingOutput
tools/parser/address_writer.hpp:106
MethodserializeInput
tools/parser/address_writer.hpp:118
MethodserializeInputImp
tools/parser/address_writer.hpp:43
MethodserializeInputImp
tools/parser/address_writer.cpp:68
MethodserializeNewOutput
tools/parser/address_writer.hpp:87
MethodserializeOutputImp
tools/parser/address_writer.hpp:53
MethodserializeOutputImp
tools/parser/address_writer.cpp:38
MethodserializeWrappedScript
tools/parser/address_writer.hpp:65
FunctionserializedSize
include/blocksci/core/raw_transaction.hpp:70
FunctionsetDifference
include/blocksci/heuristics/change_address.hpp:108
FunctionsetIntersection
include/blocksci/heuristics/change_address.hpp:92
FunctionsetLinkedTxNum
include/blocksci/core/inout.hpp:70
FunctionsetUnion
include/blocksci/heuristics/change_address.hpp:100
Methodset_vch
src/internal/bitcoin_script.hpp:351
Methodsetup
src/internal/chain_access.hpp:132
Methodsetup
src/internal/mempool_index.hpp:116
Functionsize
include/blocksci/chain/transaction_range.hpp:146
Functionsize
include/blocksci/chain/output_range.hpp:87
Functionsize
include/blocksci/chain/input_range.hpp:96
Functionsize
include/blocksci/address/equiv_address.hpp:52
Methodsize
tools/parser/file_writer.hpp:124
Methodsize
tools/parser/file_writer.hpp:171
Methodsize
tools/parser/hash_index_creator.hpp:120
Methodsize
tools/parser/serializable_map.hpp:75
Methodsize
tools/mempool_recorder/file_writer.hpp:125
Methodsize
tools/mempool_recorder/file_writer.hpp:172
Methodsize
src/internal/file_mapper.hpp:117
Methodsize
src/internal/file_mapper.hpp:163
Methodsize
src/internal/file_mapper.hpp:343
Methodsize
src/internal/file_mapper.hpp:441
Methodsize
src/internal/file_mapper.hpp:560
Methodsize
blockscipy/src/sequence.hpp:57
Methodsize
blockscipy/src/sequence.hpp:83
FunctionsizeBytes
include/blocksci/chain/transaction.hpp:108
Functionsize_blocks
(chain)
test/benchmark/test_proxy_interface.py:34
Functionsize_txes
(chain)
test/benchmark/test_proxy_interface.py:43
Functionsize_txes_outputs
(chain)
test/benchmark/test_chain_access.py:72
MethodspendOutput
tools/parser/utxo_address_state.hpp:35
MethodspendOutput
tools/parser/utxo_address_state.hpp:76
FunctionspentTxIndex
Get the tx number of the tx that contains the output that is spent by this input */
include/blocksci/chain/input.hpp:91
MethodstorePath
tools/parser/bloom_filter.hpp:105
Methodswap
tools/parser/serializable_map.hpp:83
MethodtaggedAddresses
src/cluster/cluster.cpp:165
MethodtaggedAddressesUnsafe
src/cluster/cluster.cpp:154
Methodtake_while_range
blockscipy/src/proxy/proxy_flow_functions_impl.hpp:39
Functionterm
tools/mempool_recorder/main.cpp:44
Functiontest_address_references
(chain, json_data, chain_name)
test/blockscipy/test_references.py:63
Functiontest_address_regression
(chain, json_data, regtest, chain_name)
test/blockscipy/test_addresses.py:82
Functiontest_address_reuse_change
(chain, json_data)
test/blockscipy/test_change.py:70
Functiontest_address_type_change
(chain, json_data)
test/blockscipy/test_change.py:46
Functiontest_all
(chain, json_data)
test/blockscipy/test_proxy.py:91
Functiontest_any
(chain, json_data)
test/blockscipy/test_proxy.py:98
Functiontest_block_range
(chain)
test/blockscipy/test_ranges.py:1
Functiontest_block_references
(chain)
test/blockscipy/test_references.py:4
Functiontest_block_with_p2pkh_tx
(chain, json_data, regtest)
test/blockscipy/test_chain.py:26
Functiontest_block_with_p2wsh_tx
(chain, json_data, regtest)
test/blockscipy/test_chain.py:33
Functiontest_chain
(chain, regtest)
test/blockscipy/test_chain.py:11
Functiontest_chain_access_block
(chain, benchmark)
test/benchmark/test_chain_access.py:36
Functiontest_chain_access_txes
(chain, benchmark)
test/benchmark/test_chain_access.py:47
Functiontest_chain_iterate_outputs_legacy
(chain, benchmark)
test/benchmark/test_chain_access.py:59
Functiontest_chain_iterate_outputs_proxy
(chain, benchmark)
test/benchmark/test_chain_access.py:68
Functiontest_chain_length
(chain, benchmark)
test/benchmark/test_chain_access.py:9
Functiontest_chain_sanity
(chain)
test/blockscipy/test_chain.py:7
Functiontest_chain_size_blocks_outputs
(chain, benchmark)
test/benchmark/test_chain_access.py:84
Functiontest_chain_size_txes_outputs
(chain, benchmark)
test/benchmark/test_chain_access.py:76
Functiontest_chain_slice
(chain, benchmark)
test/benchmark/test_chain_access.py:27
Functiontest_change_regression
(chain, json_data, regtest)
test/blockscipy/test_change.py:143
Functiontest_client_behavior_change
(chain, json_data)
test/blockscipy/test_change.py:82
Functiontest_clustering_cluster_coinjoin
(chain, json_data, tmpdir_factory, regtest)
test/blockscipy/test_clustering.py:209
Functiontest_clustering_composability
(chain, tmpdir_factory)
test/blockscipy/test_clustering.py:146
Functiontest_clustering_default_heuristic
Tests that we can run create_clustering with path and chain only
test/blockscipy/test_clustering.py:5
Functiontest_clustering_ignore_coinjoin
(chain, json_data, tmpdir_factory, regtest)
test/blockscipy/test_clustering.py:167
Functiontest_clustering_no_change
(chain, json_data, regtest, tmpdir_factory)
test/blockscipy/test_clustering.py:50
Functiontest_clustering_proxy_heuristic
Tests that we can run create_clustering with a proxy heuristic
test/blockscipy/test_clustering.py:12
Functiontest_clustering_with_change
(chain, json_data, tmpdir_factory, regtest)
test/blockscipy/test_clustering.py:106
Functiontest_ctor
(chain, json_data)
test/blockscipy/test_cash.py:5
Functiontest_diff
(chain)
test/blockscipy/test_change.py:214
Functiontest_empty_block
(chain, regtest)
test/blockscipy/test_chain.py:21
Functiontest_fee_builtin
(chain, benchmark)
test/benchmark/test_compute_fee.py:25
Functiontest_fee_naive
(chain, benchmark)
test/benchmark/test_compute_fee.py:20
Functiontest_fee_proxy
(chain, benchmark)
test/benchmark/test_compute_fee.py:29
Functiontest_fees_not_claimed
(chain, json_data)
test/blockscipy/test_special.py:20
Functiontest_filter_blocks
(chain)
test/blockscipy/test_chain.py:83
Functiontest_filter_blocks_legacy
(chain)
test/blockscipy/test_chain.py:90
Functiontest_filter_txes
(chain)
test/blockscipy/test_chain.py:97
Functiontest_filter_txes_legacy
(chain)
test/blockscipy/test_chain.py:103
Methodtest_haircut_mapping
(self, chain, json_data)
test/blockscipy/test_taint.py:212
Methodtest_haircut_single_output_no_fee
(self, chain, json_data)
test/blockscipy/test_taint.py:139
Methodtest_haircut_single_output_with_fee
(self, chain, json_data)
test/blockscipy/test_taint.py:162
Methodtest_haircut_two_outputs_with_fee
(self, chain, json_data)
test/blockscipy/test_taint.py:190
Functiontest_input_output_mapping
(chain)
test/blockscipy/test_inputs.py:44
Functiontest_intersection
(chain)
test/blockscipy/test_change.py:199
Functiontest_is_peeling_chain
(chain, json_data)
test/blockscipy/test_heuristics.py:22
Functiontest_locktime_change
(chain, json_data)
test/blockscipy/test_change.py:58
Functiontest_map_outputs
(chain)
test/blockscipy/test_proxy.py:39
Functiontest_map_txes
(chain)
test/blockscipy/test_proxy.py:1
Functiontest_max
(chain)
test/blockscipy/test_proxy.py:71
Functiontest_min
(chain)
test/blockscipy/test_proxy.py:81
Functiontest_negative_testcase
(chain, json_data)
test/blockscipy/test_change.py:120
← previousnext →1,801–1,900 of 2,090, ranked by callers