Skip to main content

module testing.database


function format_block_numbers

format_block_numbers(block_num: int, evm_block_num: int) → str

function get_suffix

get_suffix(block_num, docs_per_index)

function index_to_suffix_num

index_to_suffix_num(index: str) → int

class StorageEosioDelta

method __init__

__init__(obj: dict)

method block_nums_to_string

block_nums_to_string()

class InternalEvmTransaction

method __init__

__init__(obj: dict)

class StorageEvmTransaction

method __init__

__init__(obj: dict)

class StorageEosioAction

method __init__

__init__(obj: dict)

class ElasticDataIntegrityError


class ESDuplicatesFound

method __init__

__init__(message: str, delta_dups: list[int], action_dups: list[int])

class ESGapFound

method __init__

__init__(message: str, start: int)

class ElasticDriver

method __init__

__init__(config: dict)

method block_from_evm_num

block_from_evm_num(num: int)

method check_gaps

check_gaps(lower_bound: int, upper_bound: int, interval: int) → Optional[int]

method find_duplicate_actions

find_duplicate_actions(lower: int, upper: int)

method find_duplicate_deltas

find_duplicate_deltas(lower: int, upper: int)

method find_gap_in_indices

find_gap_in_indices()

method full_integrity_check

full_integrity_check()

method get_first_indexed_block

get_first_indexed_block()

method get_last_indexed_block

get_last_indexed_block()

method get_ordered_delta_indices

get_ordered_delta_indices()

method purge_newer_than

purge_newer_than(block_num, evm_block_num)

method repair_data

repair_data()

method run_histogram_gap_check

run_histogram_gap_check(lower: int, upper: int, interval: int)

method tx_from_hash

tx_from_hash(h: str)

This file was automatically generated via lazydocs.