diff --git "a/graph_py-evm.json" "b/graph_py-evm.json" new file mode 100644--- /dev/null +++ "b/graph_py-evm.json" @@ -0,0 +1,103259 @@ +{ + "repo_root": "C:\\repos\\v3\\py-evm", + "files_scanned": 424, + "modules_parsed": 424, + "function_graph": { + "setup": [], + ".project-template.fill_template_vars": [ + { + "id": ".project-template.fill_template_vars._find_files", + "name": "_find_files", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": ".project-template.fill_template_vars._replace", + "name": "_replace", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": ".project-template.fill_template_vars.main", + "name": "main", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + ".project-template.refill_template_vars": [ + { + "id": ".project-template.refill_template_vars.main", + "name": "main", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "docs.conf": [ + { + "id": "docs.conf.setup", + "name": "setup", + "lineno": 122, + "scope": null, + "is_async": false + } + ], + "eth.abc": [ + { + "id": "eth.abc.MiningHeaderAPI.hash", + "name": "hash", + "lineno": 84, + "scope": "MiningHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningHeaderAPI.mining_hash", + "name": "mining_hash", + "lineno": 92, + "scope": "MiningHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningHeaderAPI.hex_hash", + "name": "hex_hash", + "lineno": 99, + "scope": "MiningHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningHeaderAPI.is_genesis", + "name": "is_genesis", + "lineno": 107, + "scope": "MiningHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningHeaderAPI.build_changeset", + "name": "build_changeset", + "lineno": 116, + "scope": "MiningHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningHeaderAPI.as_dict", + "name": "as_dict", + "lineno": 124, + "scope": "MiningHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningHeaderAPI.base_fee_per_gas", + "name": "base_fee_per_gas", + "lineno": 132, + "scope": "MiningHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningHeaderAPI.withdrawals_root", + "name": "withdrawals_root", + "lineno": 142, + "scope": "MiningHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockHeaderSedesAPI.deserialize", + "name": "deserialize", + "lineno": 161, + "scope": "BlockHeaderSedesAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockHeaderSedesAPI.serialize", + "name": "serialize", + "lineno": 171, + "scope": "BlockHeaderSedesAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockHeaderAPI.copy", + "name": "copy", + "lineno": 191, + "scope": "BlockHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockHeaderAPI.parent_beacon_block_root", + "name": "parent_beacon_block_root", + "lineno": 199, + "scope": "BlockHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockHeaderAPI.blob_gas_used", + "name": "blob_gas_used", + "lineno": 207, + "scope": "BlockHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockHeaderAPI.excess_blob_gas", + "name": "excess_blob_gas", + "lineno": 215, + "scope": "BlockHeaderAPI", + "is_async": false + }, + { + "id": "eth.abc.LogAPI.bloomables", + "name": "bloomables", + "lineno": 233, + "scope": "LogAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptAPI.state_root", + "name": "state_root", + "lineno": 244, + "scope": "ReceiptAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptAPI.gas_used", + "name": "gas_used", + "lineno": 249, + "scope": "ReceiptAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptAPI.bloom", + "name": "bloom", + "lineno": 254, + "scope": "ReceiptAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptAPI.logs", + "name": "logs", + "lineno": 259, + "scope": "ReceiptAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptAPI.bloom_filter", + "name": "bloom_filter", + "lineno": 264, + "scope": "ReceiptAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptAPI.copy", + "name": "copy", + "lineno": 268, + "scope": "ReceiptAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptAPI.encode", + "name": "encode", + "lineno": 277, + "scope": "ReceiptAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptDecoderAPI.decode", + "name": "decode", + "lineno": 293, + "scope": "ReceiptDecoderAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptBuilderAPI.deserialize", + "name": "deserialize", + "lineno": 328, + "scope": "ReceiptBuilderAPI", + "is_async": false + }, + { + "id": "eth.abc.ReceiptBuilderAPI.serialize", + "name": "serialize", + "lineno": 338, + "scope": "ReceiptBuilderAPI", + "is_async": false + }, + { + "id": "eth.abc.BaseTransactionAPI.validate", + "name": "validate", + "lineno": 357, + "scope": "BaseTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.BaseTransactionAPI.intrinsic_gas", + "name": "intrinsic_gas", + "lineno": 366, + "scope": "BaseTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.BaseTransactionAPI.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 373, + "scope": "BaseTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.BaseTransactionAPI.gas_used_by", + "name": "gas_used_by", + "lineno": 381, + "scope": "BaseTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.BaseTransactionAPI.copy", + "name": "copy", + "lineno": 391, + "scope": "BaseTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.BaseTransactionAPI.access_list", + "name": "access_list", + "lineno": 399, + "scope": "BaseTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SetCodeAuthorizationAPI.validate_for_transaction", + "name": "validate_for_transaction", + "lineno": 415, + "scope": "SetCodeAuthorizationAPI", + "is_async": false + }, + { + "id": "eth.abc.SetCodeAuthorizationAPI.validate", + "name": "validate", + "lineno": 423, + "scope": "SetCodeAuthorizationAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.nonce", + "name": "nonce", + "lineno": 438, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.gas_price", + "name": "gas_price", + "lineno": 443, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.max_fee_per_gas", + "name": "max_fee_per_gas", + "lineno": 451, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.max_priority_fee_per_gas", + "name": "max_priority_fee_per_gas", + "lineno": 459, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.max_fee_per_blob_gas", + "name": "max_fee_per_blob_gas", + "lineno": 467, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 475, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.authorization_list", + "name": "authorization_list", + "lineno": 483, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.gas", + "name": "gas", + "lineno": 491, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.to", + "name": "to", + "lineno": 496, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.value", + "name": "value", + "lineno": 501, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.data", + "name": "data", + "lineno": 506, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.r", + "name": "r", + "lineno": 511, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.s", + "name": "s", + "lineno": 516, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.hash", + "name": "hash", + "lineno": 521, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionFieldsAPI.chain_id", + "name": "chain_id", + "lineno": 529, + "scope": "TransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.LegacyTransactionFieldsAPI.v", + "name": "v", + "lineno": 536, + "scope": "LegacyTransactionFieldsAPI", + "is_async": false + }, + { + "id": "eth.abc.UnsignedTransactionAPI.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 562, + "scope": "UnsignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionDecoderAPI.decode", + "name": "decode", + "lineno": 582, + "scope": "TransactionDecoderAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionBuilderAPI.deserialize", + "name": "deserialize", + "lineno": 620, + "scope": "TransactionBuilderAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionBuilderAPI.serialize", + "name": "serialize", + "lineno": 630, + "scope": "TransactionBuilderAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionBuilderAPI.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 644, + "scope": "TransactionBuilderAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionBuilderAPI.new_transaction", + "name": "new_transaction", + "lineno": 661, + "scope": "TransactionBuilderAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.__init__", + "name": "__init__", + "lineno": 680, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.sender", + "name": "sender", + "lineno": 689, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.y_parity", + "name": "y_parity", + "lineno": 697, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.validate", + "name": "validate", + "lineno": 724, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.is_signature_valid", + "name": "is_signature_valid", + "lineno": 736, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.check_signature_validity", + "name": "check_signature_validity", + "lineno": 743, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.get_sender", + "name": "get_sender", + "lineno": 751, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 763, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.as_dict", + "name": "as_dict", + "lineno": 771, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.make_receipt", + "name": "make_receipt", + "lineno": 778, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.SignedTransactionAPI.encode", + "name": "encode", + "lineno": 799, + "scope": "SignedTransactionAPI", + "is_async": false + }, + { + "id": "eth.abc.WithdrawalAPI.index", + "name": "index", + "lineno": 815, + "scope": "WithdrawalAPI", + "is_async": false + }, + { + "id": "eth.abc.WithdrawalAPI.validator_index", + "name": "validator_index", + "lineno": 824, + "scope": "WithdrawalAPI", + "is_async": false + }, + { + "id": "eth.abc.WithdrawalAPI.address", + "name": "address", + "lineno": 833, + "scope": "WithdrawalAPI", + "is_async": false + }, + { + "id": "eth.abc.WithdrawalAPI.amount", + "name": "amount", + "lineno": 841, + "scope": "WithdrawalAPI", + "is_async": false + }, + { + "id": "eth.abc.WithdrawalAPI.hash", + "name": "hash", + "lineno": 849, + "scope": "WithdrawalAPI", + "is_async": false + }, + { + "id": "eth.abc.WithdrawalAPI.validate", + "name": "validate", + "lineno": 856, + "scope": "WithdrawalAPI", + "is_async": false + }, + { + "id": "eth.abc.WithdrawalAPI.encode", + "name": "encode", + "lineno": 863, + "scope": "WithdrawalAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.__init__", + "name": "__init__", + "lineno": 885, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.get_transaction_builder", + "name": "get_transaction_builder", + "lineno": 898, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.get_receipt_builder", + "name": "get_receipt_builder", + "lineno": 906, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.from_header", + "name": "from_header", + "lineno": 914, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.get_receipts", + "name": "get_receipts", + "lineno": 923, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.hash", + "name": "hash", + "lineno": 931, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.number", + "name": "number", + "lineno": 939, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.is_genesis", + "name": "is_genesis", + "lineno": 947, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.BlockAPI.copy", + "name": "copy", + "lineno": 955, + "scope": "BlockAPI", + "is_async": false + }, + { + "id": "eth.abc.MetaWitnessAPI.hashes", + "name": "hashes", + "lineno": 967, + "scope": "MetaWitnessAPI", + "is_async": false + }, + { + "id": "eth.abc.MetaWitnessAPI.accounts_queried", + "name": "accounts_queried", + "lineno": 972, + "scope": "MetaWitnessAPI", + "is_async": false + }, + { + "id": "eth.abc.MetaWitnessAPI.account_bytecodes_queried", + "name": "account_bytecodes_queried", + "lineno": 977, + "scope": "MetaWitnessAPI", + "is_async": false + }, + { + "id": "eth.abc.MetaWitnessAPI.get_slots_queried", + "name": "get_slots_queried", + "lineno": 981, + "scope": "MetaWitnessAPI", + "is_async": false + }, + { + "id": "eth.abc.MetaWitnessAPI.total_slots_queried", + "name": "total_slots_queried", + "lineno": 986, + "scope": "MetaWitnessAPI", + "is_async": false + }, + { + "id": "eth.abc.SchemaAPI.make_header_chain_gaps_lookup_key", + "name": "make_header_chain_gaps_lookup_key", + "lineno": 1033, + "scope": "SchemaAPI", + "is_async": false + }, + { + "id": "eth.abc.SchemaAPI.make_canonical_head_hash_lookup_key", + "name": "make_canonical_head_hash_lookup_key", + "lineno": 1042, + "scope": "SchemaAPI", + "is_async": false + }, + { + "id": "eth.abc.SchemaAPI.make_block_number_to_hash_lookup_key", + "name": "make_block_number_to_hash_lookup_key", + "lineno": 1050, + "scope": "SchemaAPI", + "is_async": false + }, + { + "id": "eth.abc.SchemaAPI.make_block_hash_to_score_lookup_key", + "name": "make_block_hash_to_score_lookup_key", + "lineno": 1058, + "scope": "SchemaAPI", + "is_async": false + }, + { + "id": "eth.abc.SchemaAPI.make_transaction_hash_to_block_lookup_key", + "name": "make_transaction_hash_to_block_lookup_key", + "lineno": 1066, + "scope": "SchemaAPI", + "is_async": false + }, + { + "id": "eth.abc.SchemaAPI.make_withdrawal_hash_to_block_lookup_key", + "name": "make_withdrawal_hash_to_block_lookup_key", + "lineno": 1074, + "scope": "SchemaAPI", + "is_async": false + }, + { + "id": "eth.abc.DatabaseAPI.set", + "name": "set", + "lineno": 1087, + "scope": "DatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.DatabaseAPI.exists", + "name": "exists", + "lineno": 1094, + "scope": "DatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.DatabaseAPI.delete", + "name": "delete", + "lineno": 1101, + "scope": "DatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AtomicDatabaseAPI.atomic_batch", + "name": "atomic_batch", + "lineno": 1125, + "scope": "AtomicDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.__init__", + "name": "__init__", + "lineno": 1141, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.get_header_chain_gaps", + "name": "get_header_chain_gaps", + "lineno": 1148, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.get_canonical_block_hash", + "name": "get_canonical_block_hash", + "lineno": 1166, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.get_canonical_block_header_by_number", + "name": "get_canonical_block_header_by_number", + "lineno": 1176, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.get_canonical_head", + "name": "get_canonical_head", + "lineno": 1188, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.get_block_header_by_hash", + "name": "get_block_header_by_hash", + "lineno": 1198, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.get_score", + "name": "get_score", + "lineno": 1207, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.header_exists", + "name": "header_exists", + "lineno": 1214, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.persist_checkpoint_header", + "name": "persist_checkpoint_header", + "lineno": 1222, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.persist_header", + "name": "persist_header", + "lineno": 1230, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderDatabaseAPI.persist_header_chain", + "name": "persist_header_chain", + "lineno": 1241, + "scope": "HeaderDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get_block_uncles", + "name": "get_block_uncles", + "lineno": 1269, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.persist_block", + "name": "persist_block", + "lineno": 1279, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.persist_unexecuted_block", + "name": "persist_unexecuted_block", + "lineno": 1300, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.persist_uncles", + "name": "persist_uncles", + "lineno": 1323, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.add_receipt", + "name": "add_receipt", + "lineno": 1335, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.add_transaction", + "name": "add_transaction", + "lineno": 1346, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get_block_transactions", + "name": "get_block_transactions", + "lineno": 1360, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get_block_transaction_hashes", + "name": "get_block_transaction_hashes", + "lineno": 1372, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get_receipt_by_index", + "name": "get_receipt_by_index", + "lineno": 1382, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get_receipts", + "name": "get_receipts", + "lineno": 1395, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get_transaction_by_index", + "name": "get_transaction_by_index", + "lineno": 1405, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get_transaction_index", + "name": "get_transaction_index", + "lineno": 1420, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get_block_withdrawals", + "name": "get_block_withdrawals", + "lineno": 1438, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.exists", + "name": "exists", + "lineno": 1452, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.get", + "name": "get", + "lineno": 1459, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainDatabaseAPI.persist_trie_data_dict", + "name": "persist_trie_data_dict", + "lineno": 1467, + "scope": "ChainDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.GasMeterAPI.consume_gas", + "name": "consume_gas", + "lineno": 1487, + "scope": "GasMeterAPI", + "is_async": false + }, + { + "id": "eth.abc.GasMeterAPI.return_gas", + "name": "return_gas", + "lineno": 1494, + "scope": "GasMeterAPI", + "is_async": false + }, + { + "id": "eth.abc.GasMeterAPI.refund_gas", + "name": "refund_gas", + "lineno": 1501, + "scope": "GasMeterAPI", + "is_async": false + }, + { + "id": "eth.abc.MessageAPI.code_address", + "name": "code_address", + "lineno": 1546, + "scope": "MessageAPI", + "is_async": false + }, + { + "id": "eth.abc.MessageAPI.storage_address", + "name": "storage_address", + "lineno": 1551, + "scope": "MessageAPI", + "is_async": false + }, + { + "id": "eth.abc.MessageAPI.is_create", + "name": "is_create", + "lineno": 1556, + "scope": "MessageAPI", + "is_async": false + }, + { + "id": "eth.abc.MessageAPI.data_as_bytes", + "name": "data_as_bytes", + "lineno": 1561, + "scope": "MessageAPI", + "is_async": false + }, + { + "id": "eth.abc.OpcodeAPI.__call__", + "name": "__call__", + "lineno": 1573, + "scope": "OpcodeAPI", + "is_async": false + }, + { + "id": "eth.abc.OpcodeAPI.as_opcode", + "name": "as_opcode", + "lineno": 1581, + "scope": "OpcodeAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainContextAPI.__init__", + "name": "__init__", + "lineno": 1599, + "scope": "ChainContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainContextAPI.chain_id", + "name": "chain_id", + "lineno": 1607, + "scope": "ChainContextAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionContextAPI.__init__", + "name": "__init__", + "lineno": 1621, + "scope": "TransactionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionContextAPI.get_next_log_counter", + "name": "get_next_log_counter", + "lineno": 1629, + "scope": "TransactionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionContextAPI.gas_price", + "name": "gas_price", + "lineno": 1637, + "scope": "TransactionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionContextAPI.origin", + "name": "origin", + "lineno": 1645, + "scope": "TransactionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionContextAPI.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 1653, + "scope": "TransactionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionContextAPI.authorization_list", + "name": "authorization_list", + "lineno": 1661, + "scope": "TransactionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.MemoryAPI.extend", + "name": "extend", + "lineno": 1671, + "scope": "MemoryAPI", + "is_async": false + }, + { + "id": "eth.abc.MemoryAPI.__len__", + "name": "__len__", + "lineno": 1678, + "scope": "MemoryAPI", + "is_async": false + }, + { + "id": "eth.abc.MemoryAPI.write", + "name": "write", + "lineno": 1685, + "scope": "MemoryAPI", + "is_async": false + }, + { + "id": "eth.abc.MemoryAPI.read", + "name": "read", + "lineno": 1692, + "scope": "MemoryAPI", + "is_async": false + }, + { + "id": "eth.abc.MemoryAPI.read_bytes", + "name": "read_bytes", + "lineno": 1699, + "scope": "MemoryAPI", + "is_async": false + }, + { + "id": "eth.abc.MemoryAPI.copy", + "name": "copy", + "lineno": 1706, + "scope": "MemoryAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.push_int", + "name": "push_int", + "lineno": 1719, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.push_bytes", + "name": "push_bytes", + "lineno": 1726, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.pop1_bytes", + "name": "pop1_bytes", + "lineno": 1733, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.pop1_int", + "name": "pop1_int", + "lineno": 1742, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.pop1_any", + "name": "pop1_any", + "lineno": 1751, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.pop_any", + "name": "pop_any", + "lineno": 1762, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.pop_ints", + "name": "pop_ints", + "lineno": 1776, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.pop_bytes", + "name": "pop_bytes", + "lineno": 1788, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.swap", + "name": "swap", + "lineno": 1800, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.StackAPI.dup", + "name": "dup", + "lineno": 1807, + "scope": "StackAPI", + "is_async": false + }, + { + "id": "eth.abc.CodeStreamAPI.read", + "name": "read", + "lineno": 1822, + "scope": "CodeStreamAPI", + "is_async": false + }, + { + "id": "eth.abc.CodeStreamAPI.__len__", + "name": "__len__", + "lineno": 1829, + "scope": "CodeStreamAPI", + "is_async": false + }, + { + "id": "eth.abc.CodeStreamAPI.__getitem__", + "name": "__getitem__", + "lineno": 1836, + "scope": "CodeStreamAPI", + "is_async": false + }, + { + "id": "eth.abc.CodeStreamAPI.__iter__", + "name": "__iter__", + "lineno": 1843, + "scope": "CodeStreamAPI", + "is_async": false + }, + { + "id": "eth.abc.CodeStreamAPI.peek", + "name": "peek", + "lineno": 1850, + "scope": "CodeStreamAPI", + "is_async": false + }, + { + "id": "eth.abc.CodeStreamAPI.seek", + "name": "seek", + "lineno": 1857, + "scope": "CodeStreamAPI", + "is_async": false + }, + { + "id": "eth.abc.CodeStreamAPI.is_valid_opcode", + "name": "is_valid_opcode", + "lineno": 1865, + "scope": "CodeStreamAPI", + "is_async": false + }, + { + "id": "eth.abc.StackManipulationAPI.stack_pop_ints", + "name": "stack_pop_ints", + "lineno": 1874, + "scope": "StackManipulationAPI", + "is_async": false + }, + { + "id": "eth.abc.StackManipulationAPI.stack_pop_bytes", + "name": "stack_pop_bytes", + "lineno": 1882, + "scope": "StackManipulationAPI", + "is_async": false + }, + { + "id": "eth.abc.StackManipulationAPI.stack_pop_any", + "name": "stack_pop_any", + "lineno": 1889, + "scope": "StackManipulationAPI", + "is_async": false + }, + { + "id": "eth.abc.StackManipulationAPI.stack_pop1_int", + "name": "stack_pop1_int", + "lineno": 1897, + "scope": "StackManipulationAPI", + "is_async": false + }, + { + "id": "eth.abc.StackManipulationAPI.stack_pop1_bytes", + "name": "stack_pop1_bytes", + "lineno": 1905, + "scope": "StackManipulationAPI", + "is_async": false + }, + { + "id": "eth.abc.StackManipulationAPI.stack_pop1_any", + "name": "stack_pop1_any", + "lineno": 1912, + "scope": "StackManipulationAPI", + "is_async": false + }, + { + "id": "eth.abc.StackManipulationAPI.stack_push_int", + "name": "stack_push_int", + "lineno": 1920, + "scope": "StackManipulationAPI", + "is_async": false + }, + { + "id": "eth.abc.StackManipulationAPI.stack_push_bytes", + "name": "stack_push_bytes", + "lineno": 1927, + "scope": "StackManipulationAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.coinbase", + "name": "coinbase", + "lineno": 1942, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.timestamp", + "name": "timestamp", + "lineno": 1950, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.block_number", + "name": "block_number", + "lineno": 1958, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.difficulty", + "name": "difficulty", + "lineno": 1966, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.mix_hash", + "name": "mix_hash", + "lineno": 1974, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.gas_limit", + "name": "gas_limit", + "lineno": 1982, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.prev_hashes", + "name": "prev_hashes", + "lineno": 1990, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.chain_id", + "name": "chain_id", + "lineno": 1998, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.base_fee_per_gas", + "name": "base_fee_per_gas", + "lineno": 2006, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ExecutionContextAPI.excess_blob_gas", + "name": "excess_blob_gas", + "lineno": 2014, + "scope": "ExecutionContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.__init__", + "name": "__init__", + "lineno": 2054, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI._configure_gas_meter", + "name": "_configure_gas_meter", + "lineno": 2066, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.is_origin_computation", + "name": "is_origin_computation", + "lineno": 2075, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.is_success", + "name": "is_success", + "lineno": 2085, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.is_error", + "name": "is_error", + "lineno": 2093, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.error", + "name": "error", + "lineno": 2101, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.error", + "name": "error", + "lineno": 2109, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.raise_if_error", + "name": "raise_if_error", + "lineno": 2119, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.should_burn_gas", + "name": "should_burn_gas", + "lineno": 2129, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.should_return_gas", + "name": "should_return_gas", + "lineno": 2137, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.should_erase_return_data", + "name": "should_erase_return_data", + "lineno": 2145, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.extend_memory", + "name": "extend_memory", + "lineno": 2153, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.memory_write", + "name": "memory_write", + "lineno": 2162, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.memory_read_bytes", + "name": "memory_read_bytes", + "lineno": 2170, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.memory_copy", + "name": "memory_copy", + "lineno": 2177, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_gas_meter", + "name": "get_gas_meter", + "lineno": 2185, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.consume_gas", + "name": "consume_gas", + "lineno": 2192, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.return_gas", + "name": "return_gas", + "lineno": 2200, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.refund_gas", + "name": "refund_gas", + "lineno": 2207, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_gas_used", + "name": "get_gas_used", + "lineno": 2214, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_gas_remaining", + "name": "get_gas_remaining", + "lineno": 2221, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.stack_swap", + "name": "stack_swap", + "lineno": 2229, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.stack_dup", + "name": "stack_dup", + "lineno": 2236, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.output", + "name": "output", + "lineno": 2245, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.output", + "name": "output", + "lineno": 2252, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.precompiles", + "name": "precompiles", + "lineno": 2264, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_precompiles", + "name": "get_precompiles", + "lineno": 2273, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_opcode_fn", + "name": "get_opcode_fn", + "lineno": 2281, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.prepare_child_message", + "name": "prepare_child_message", + "lineno": 2289, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.apply_child_computation", + "name": "apply_child_computation", + "lineno": 2304, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.generate_child_computation", + "name": "generate_child_computation", + "lineno": 2314, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.add_child_computation", + "name": "add_child_computation", + "lineno": 2324, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_gas_refund", + "name": "get_gas_refund", + "lineno": 2335, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.register_account_for_deletion", + "name": "register_account_for_deletion", + "lineno": 2343, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_accounts_for_deletion", + "name": "get_accounts_for_deletion", + "lineno": 2350, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_self_destruct_beneficiaries", + "name": "get_self_destruct_beneficiaries", + "lineno": 2357, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.add_log_entry", + "name": "add_log_entry", + "lineno": 2366, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_raw_log_entries", + "name": "get_raw_log_entries", + "lineno": 2375, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.get_log_entries", + "name": "get_log_entries", + "lineno": 2384, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.apply_message", + "name": "apply_message", + "lineno": 2397, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.apply_create_message", + "name": "apply_create_message", + "lineno": 2411, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.ComputationAPI.apply_computation", + "name": "apply_computation", + "lineno": 2426, + "scope": "ComputationAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.get", + "name": "get", + "lineno": 2452, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.set", + "name": "set", + "lineno": 2460, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.delete", + "name": "delete", + "lineno": 2467, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.record", + "name": "record", + "lineno": 2474, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.discard", + "name": "discard", + "lineno": 2481, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.commit", + "name": "commit", + "lineno": 2488, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.lock_changes", + "name": "lock_changes", + "lineno": 2495, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.make_storage_root", + "name": "make_storage_root", + "lineno": 2505, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.has_changed_root", + "name": "has_changed_root", + "lineno": 2513, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.get_changed_root", + "name": "get_changed_root", + "lineno": 2520, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.persist", + "name": "persist", + "lineno": 2528, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI.get_accessed_slots", + "name": "get_accessed_slots", + "lineno": 2535, + "scope": "AccountStorageDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.TransientStorageAPI.record", + "name": "record", + "lineno": 2555, + "scope": "TransientStorageAPI", + "is_async": false + }, + { + "id": "eth.abc.TransientStorageAPI.commit", + "name": "commit", + "lineno": 2562, + "scope": "TransientStorageAPI", + "is_async": false + }, + { + "id": "eth.abc.TransientStorageAPI.discard", + "name": "discard", + "lineno": 2569, + "scope": "TransientStorageAPI", + "is_async": false + }, + { + "id": "eth.abc.TransientStorageAPI.clear", + "name": "clear", + "lineno": 2576, + "scope": "TransientStorageAPI", + "is_async": false + }, + { + "id": "eth.abc.TransientStorageAPI.get_transient_storage", + "name": "get_transient_storage", + "lineno": 2583, + "scope": "TransientStorageAPI", + "is_async": false + }, + { + "id": "eth.abc.TransientStorageAPI.set_transient_storage", + "name": "set_transient_storage", + "lineno": 2590, + "scope": "TransientStorageAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.__init__", + "name": "__init__", + "lineno": 2603, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.state_root", + "name": "state_root", + "lineno": 2613, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.state_root", + "name": "state_root", + "lineno": 2620, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.has_root", + "name": "has_root", + "lineno": 2630, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.get_storage", + "name": "get_storage", + "lineno": 2640, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.set_storage", + "name": "set_storage", + "lineno": 2650, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.delete_storage", + "name": "delete_storage", + "lineno": 2657, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.is_storage_warm", + "name": "is_storage_warm", + "lineno": 2664, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.mark_storage_warm", + "name": "mark_storage_warm", + "lineno": 2673, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.get_balance", + "name": "get_balance", + "lineno": 2685, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.set_balance", + "name": "set_balance", + "lineno": 2692, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.get_nonce", + "name": "get_nonce", + "lineno": 2702, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.set_nonce", + "name": "set_nonce", + "lineno": 2709, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.increment_nonce", + "name": "increment_nonce", + "lineno": 2716, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.set_code", + "name": "set_code", + "lineno": 2726, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.get_code", + "name": "get_code", + "lineno": 2733, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.get_code_hash", + "name": "get_code_hash", + "lineno": 2740, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.delete_code", + "name": "delete_code", + "lineno": 2747, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.account_has_code_or_nonce", + "name": "account_has_code_or_nonce", + "lineno": 2757, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.delete_account", + "name": "delete_account", + "lineno": 2764, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.account_exists", + "name": "account_exists", + "lineno": 2771, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.touch_account", + "name": "touch_account", + "lineno": 2778, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.account_is_empty", + "name": "account_is_empty", + "lineno": 2785, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.is_address_warm", + "name": "is_address_warm", + "lineno": 2792, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.mark_address_warm", + "name": "mark_address_warm", + "lineno": 2801, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.record", + "name": "record", + "lineno": 2813, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.discard", + "name": "discard", + "lineno": 2820, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.commit", + "name": "commit", + "lineno": 2827, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.lock_changes", + "name": "lock_changes", + "lineno": 2834, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.make_state_root", + "name": "make_state_root", + "lineno": 2850, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.AccountDatabaseAPI.persist", + "name": "persist", + "lineno": 2868, + "scope": "AccountDatabaseAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionExecutorAPI.__init__", + "name": "__init__", + "lineno": 2885, + "scope": "TransactionExecutorAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionExecutorAPI.__call__", + "name": "__call__", + "lineno": 2892, + "scope": "TransactionExecutorAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionExecutorAPI.validate_transaction", + "name": "validate_transaction", + "lineno": 2899, + "scope": "TransactionExecutorAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionExecutorAPI.build_evm_message", + "name": "build_evm_message", + "lineno": 2907, + "scope": "TransactionExecutorAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionExecutorAPI.build_computation", + "name": "build_computation", + "lineno": 2914, + "scope": "TransactionExecutorAPI", + "is_async": false + }, + { + "id": "eth.abc.TransactionExecutorAPI.finalize_computation", + "name": "finalize_computation", + "lineno": 2924, + "scope": "TransactionExecutorAPI", + "is_async": false + }, + { + "id": "eth.abc.ConfigurableAPI.configure", + "name": "configure", + "lineno": 2940, + "scope": "ConfigurableAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.__init__", + "name": "__init__", + "lineno": 2972, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.logger", + "name": "logger", + "lineno": 2985, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.coinbase", + "name": "coinbase", + "lineno": 2996, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.timestamp", + "name": "timestamp", + "lineno": 3004, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.block_number", + "name": "block_number", + "lineno": 3012, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.difficulty", + "name": "difficulty", + "lineno": 3020, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.mix_hash", + "name": "mix_hash", + "lineno": 3028, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.gas_limit", + "name": "gas_limit", + "lineno": 3036, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.base_fee", + "name": "base_fee", + "lineno": 3044, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_gas_price", + "name": "get_gas_price", + "lineno": 3054, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_tip", + "name": "get_tip", + "lineno": 3063, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.blob_base_fee", + "name": "blob_base_fee", + "lineno": 3076, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_account_db_class", + "name": "get_account_db_class", + "lineno": 3090, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.state_root", + "name": "state_root", + "lineno": 3099, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.make_state_root", + "name": "make_state_root", + "lineno": 3106, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_storage", + "name": "get_storage", + "lineno": 3113, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.set_storage", + "name": "set_storage", + "lineno": 3122, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.delete_storage", + "name": "delete_storage", + "lineno": 3129, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.delete_account", + "name": "delete_account", + "lineno": 3136, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_balance", + "name": "get_balance", + "lineno": 3143, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.set_balance", + "name": "set_balance", + "lineno": 3150, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.delta_balance", + "name": "delta_balance", + "lineno": 3157, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_nonce", + "name": "get_nonce", + "lineno": 3164, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.set_nonce", + "name": "set_nonce", + "lineno": 3171, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.increment_nonce", + "name": "increment_nonce", + "lineno": 3178, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_code", + "name": "get_code", + "lineno": 3185, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.set_code", + "name": "set_code", + "lineno": 3192, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_code_hash", + "name": "get_code_hash", + "lineno": 3199, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.delete_code", + "name": "delete_code", + "lineno": 3206, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.has_code_or_nonce", + "name": "has_code_or_nonce", + "lineno": 3213, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.account_exists", + "name": "account_exists", + "lineno": 3220, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.touch_account", + "name": "touch_account", + "lineno": 3227, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.account_is_empty", + "name": "account_is_empty", + "lineno": 3234, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.is_storage_warm", + "name": "is_storage_warm", + "lineno": 3241, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.mark_storage_warm", + "name": "mark_storage_warm", + "lineno": 3250, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.is_address_warm", + "name": "is_address_warm", + "lineno": 3259, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.mark_address_warm", + "name": "mark_address_warm", + "lineno": 3268, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_transient_storage", + "name": "get_transient_storage", + "lineno": 3280, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.set_transient_storage", + "name": "set_transient_storage", + "lineno": 3287, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.clear_transient_storage", + "name": "clear_transient_storage", + "lineno": 3294, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.snapshot", + "name": "snapshot", + "lineno": 3304, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.revert", + "name": "revert", + "lineno": 3314, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.commit", + "name": "commit", + "lineno": 3321, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.lock_changes", + "name": "lock_changes", + "lineno": 3329, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.persist", + "name": "persist", + "lineno": 3339, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_ancestor_hash", + "name": "get_ancestor_hash", + "lineno": 3349, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_computation", + "name": "get_computation", + "lineno": 3361, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_transaction_context_class", + "name": "get_transaction_context_class", + "lineno": 3374, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.apply_transaction", + "name": "apply_transaction", + "lineno": 3385, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_transaction_executor", + "name": "get_transaction_executor", + "lineno": 3398, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.costless_execute_transaction", + "name": "costless_execute_transaction", + "lineno": 3405, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.override_transaction_context", + "name": "override_transaction_context", + "lineno": 3415, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.validate_transaction", + "name": "validate_transaction", + "lineno": 3423, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.get_transaction_context", + "name": "get_transaction_context", + "lineno": 3430, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.apply_withdrawal", + "name": "apply_withdrawal", + "lineno": 3441, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.apply_all_withdrawals", + "name": "apply_all_withdrawals", + "lineno": 3444, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.StateAPI.process_set_code_authorizations", + "name": "process_set_code_authorizations", + "lineno": 3448, + "scope": "StateAPI", + "is_async": false + }, + { + "id": "eth.abc.ConsensusContextAPI.__init__", + "name": "__init__", + "lineno": 3462, + "scope": "ConsensusContextAPI", + "is_async": false + }, + { + "id": "eth.abc.ConsensusAPI.__init__", + "name": "__init__", + "lineno": 3477, + "scope": "ConsensusAPI", + "is_async": false + }, + { + "id": "eth.abc.ConsensusAPI.validate_seal", + "name": "validate_seal", + "lineno": 3484, + "scope": "ConsensusAPI", + "is_async": false + }, + { + "id": "eth.abc.ConsensusAPI.validate_seal_extension", + "name": "validate_seal_extension", + "lineno": 3491, + "scope": "ConsensusAPI", + "is_async": false + }, + { + "id": "eth.abc.ConsensusAPI.get_fee_recipient", + "name": "get_fee_recipient", + "lineno": 3502, + "scope": "ConsensusAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.__init__", + "name": "__init__", + "lineno": 3532, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.state", + "name": "state", + "lineno": 3546, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.build_state", + "name": "build_state", + "lineno": 3554, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_header", + "name": "get_header", + "lineno": 3571, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_block", + "name": "get_block", + "lineno": 3578, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.transaction_applied_hook", + "name": "transaction_applied_hook", + "lineno": 3588, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.apply_transaction", + "name": "apply_transaction", + "lineno": 3607, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.create_execution_context", + "name": "create_execution_context", + "lineno": 3622, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.execute_bytecode", + "name": "execute_bytecode", + "lineno": 3635, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.apply_all_transactions", + "name": "apply_all_transactions", + "lineno": 3664, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.apply_all_withdrawals", + "name": "apply_all_withdrawals", + "lineno": 3679, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.make_receipt", + "name": "make_receipt", + "lineno": 3689, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.import_block", + "name": "import_block", + "lineno": 3712, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.mine_block", + "name": "mine_block", + "lineno": 3719, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.set_block_transactions_and_withdrawals", + "name": "set_block_transactions_and_withdrawals", + "lineno": 3728, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.finalize_block", + "name": "finalize_block", + "lineno": 3745, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.pack_block", + "name": "pack_block", + "lineno": 3753, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.add_receipt_to_header", + "name": "add_receipt_to_header", + "lineno": 3774, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.increment_blob_gas_used", + "name": "increment_blob_gas_used", + "lineno": 3786, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.compute_difficulty", + "name": "compute_difficulty", + "lineno": 3796, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.configure_header", + "name": "configure_header", + "lineno": 3806, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.create_header_from_parent", + "name": "create_header_from_parent", + "lineno": 3816, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.generate_block_from_parent_header_and_coinbase", + "name": "generate_block_from_parent_header_and_coinbase", + "lineno": 3830, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.create_genesis_header", + "name": "create_genesis_header", + "lineno": 3840, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_block_class", + "name": "get_block_class", + "lineno": 3851, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_block_reward", + "name": "get_block_reward", + "lineno": 3859, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_nephew_reward", + "name": "get_nephew_reward", + "lineno": 3871, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_prev_hashes", + "name": "get_prev_hashes", + "lineno": 3882, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.previous_hashes", + "name": "previous_hashes", + "lineno": 3893, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_uncle_reward", + "name": "get_uncle_reward", + "lineno": 3901, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.create_transaction", + "name": "create_transaction", + "lineno": 3914, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 3922, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_transaction_builder", + "name": "get_transaction_builder", + "lineno": 3939, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_receipt_builder", + "name": "get_receipt_builder", + "lineno": 3947, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.validate_receipt", + "name": "validate_receipt", + "lineno": 3958, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.validate_block", + "name": "validate_block", + "lineno": 3965, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.validate_header", + "name": "validate_header", + "lineno": 3973, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.validate_transaction_against_header", + "name": "validate_transaction_against_header", + "lineno": 3982, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.validate_seal", + "name": "validate_seal", + "lineno": 3996, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.validate_seal_extension", + "name": "validate_seal_extension", + "lineno": 4003, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.validate_uncle", + "name": "validate_uncle", + "lineno": 4014, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.get_state_class", + "name": "get_state_class", + "lineno": 4027, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineAPI.in_costless_state", + "name": "in_costless_state", + "lineno": 4034, + "scope": "VirtualMachineAPI", + "is_async": false + }, + { + "id": "eth.abc.VirtualMachineModifierAPI.amend_vm_configuration", + "name": "amend_vm_configuration", + "lineno": 4049, + "scope": "VirtualMachineModifierAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.__init__", + "name": "__init__", + "lineno": 4067, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.from_genesis_header", + "name": "from_genesis_header", + "lineno": 4080, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.get_headerdb_class", + "name": "get_headerdb_class", + "lineno": 4093, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.get_canonical_block_hash", + "name": "get_canonical_block_hash", + "lineno": 4102, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.get_canonical_block_header_by_number", + "name": "get_canonical_block_header_by_number", + "lineno": 4110, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.get_canonical_head", + "name": "get_canonical_head", + "lineno": 4119, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.get_block_header_by_hash", + "name": "get_block_header_by_hash", + "lineno": 4129, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.header_exists", + "name": "header_exists", + "lineno": 4136, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.HeaderChainAPI.import_header", + "name": "import_header", + "lineno": 4143, + "scope": "HeaderChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_chaindb_class", + "name": "get_chaindb_class", + "lineno": 4184, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.from_genesis", + "name": "from_genesis", + "lineno": 4195, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.from_genesis_header", + "name": "from_genesis_header", + "lineno": 4208, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_vm_class", + "name": "get_vm_class", + "lineno": 4221, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_vm", + "name": "get_vm", + "lineno": 4228, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_vm_class_for_block_number", + "name": "get_vm_class_for_block_number", + "lineno": 4235, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.create_header_from_parent", + "name": "create_header_from_parent", + "lineno": 4247, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_block_header_by_hash", + "name": "get_block_header_by_hash", + "lineno": 4257, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_canonical_block_header_by_number", + "name": "get_canonical_block_header_by_number", + "lineno": 4265, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_canonical_head", + "name": "get_canonical_head", + "lineno": 4277, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_score", + "name": "get_score", + "lineno": 4287, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_ancestors", + "name": "get_ancestors", + "lineno": 4299, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_block", + "name": "get_block", + "lineno": 4306, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_block_by_hash", + "name": "get_block_by_hash", + "lineno": 4313, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_block_by_header", + "name": "get_block_by_header", + "lineno": 4323, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_canonical_block_by_number", + "name": "get_canonical_block_by_number", + "lineno": 4332, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_canonical_block_hash", + "name": "get_canonical_block_hash", + "lineno": 4342, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.build_block_with_transactions_and_withdrawals", + "name": "build_block_with_transactions_and_withdrawals", + "lineno": 4352, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.create_transaction", + "name": "create_transaction", + "lineno": 4374, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 4381, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_canonical_transaction_index", + "name": "get_canonical_transaction_index", + "lineno": 4397, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_canonical_transaction", + "name": "get_canonical_transaction", + "lineno": 4410, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_canonical_transaction_by_index", + "name": "get_canonical_transaction_by_index", + "lineno": 4423, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_transaction_receipt", + "name": "get_transaction_receipt", + "lineno": 4436, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_transaction_receipt_by_index", + "name": "get_transaction_receipt_by_index", + "lineno": 4447, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.get_transaction_result", + "name": "get_transaction_result", + "lineno": 4463, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.estimate_gas", + "name": "estimate_gas", + "lineno": 4473, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.import_block", + "name": "import_block", + "lineno": 4483, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.validate_receipt", + "name": "validate_receipt", + "lineno": 4501, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.validate_block", + "name": "validate_block", + "lineno": 4508, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.validate_seal", + "name": "validate_seal", + "lineno": 4521, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.validate_uncles", + "name": "validate_uncles", + "lineno": 4528, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.validate_chain", + "name": "validate_chain", + "lineno": 4535, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.ChainAPI.validate_chain_extension", + "name": "validate_chain_extension", + "lineno": 4552, + "scope": "ChainAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningChainAPI.__init__", + "name": "__init__", + "lineno": 4572, + "scope": "MiningChainAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningChainAPI.set_header_timestamp", + "name": "set_header_timestamp", + "lineno": 4581, + "scope": "MiningChainAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningChainAPI.mine_all", + "name": "mine_all", + "lineno": 4591, + "scope": "MiningChainAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningChainAPI.apply_transaction", + "name": "apply_transaction", + "lineno": 4609, + "scope": "MiningChainAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningChainAPI.mine_block", + "name": "mine_block", + "lineno": 4621, + "scope": "MiningChainAPI", + "is_async": false + }, + { + "id": "eth.abc.MiningChainAPI.mine_block_extended", + "name": "mine_block_extended", + "lineno": 4629, + "scope": "MiningChainAPI", + "is_async": false + } + ], + "eth.constants": [], + "eth.exceptions": [ + { + "id": "eth.exceptions.StateRootNotFound.missing_state_root", + "name": "missing_state_root", + "lineno": 24, + "scope": "StateRootNotFound", + "is_async": false + }, + { + "id": "eth.exceptions.UnrecognizedTransactionType.type_int", + "name": "type_int", + "lineno": 57, + "scope": "UnrecognizedTransactionType", + "is_async": false + } + ], + "eth.typing": [ + { + "id": "eth.typing.StaticMethod.__get__", + "name": "__get__", + "lineno": 123, + "scope": "StaticMethod", + "is_async": false + }, + { + "id": "eth.typing.StaticMethod.__set__", + "name": "__set__", + "lineno": 126, + "scope": "StaticMethod", + "is_async": false + } + ], + "eth.validation": [ + { + "id": "eth.validation.validate_is_bytes", + "name": "validate_is_bytes", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_is_bytes_or_view", + "name": "validate_is_bytes_or_view", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_is_integer", + "name": "validate_is_integer", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_length", + "name": "validate_length", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_length_lte", + "name": "validate_length_lte", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_gte", + "name": "validate_gte", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_gt", + "name": "validate_gt", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_lte", + "name": "validate_lte", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_lt", + "name": "validate_lt", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_canonical_address", + "name": "validate_canonical_address", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_multiple_of", + "name": "validate_multiple_of", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_is_boolean", + "name": "validate_is_boolean", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_word", + "name": "validate_word", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_uint8", + "name": "validate_uint8", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_uint64", + "name": "validate_uint64", + "lineno": 142, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_uint256", + "name": "validate_uint256", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_stack_int", + "name": "validate_stack_int", + "lineno": 160, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_stack_bytes", + "name": "validate_stack_bytes", + "lineno": 168, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_unique", + "name": "validate_unique", + "lineno": 180, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_is_transaction_access_list", + "name": "validate_is_transaction_access_list", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_is_list_like", + "name": "validate_is_list_like", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_block_number", + "name": "validate_block_number", + "lineno": 227, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_vm_block_numbers", + "name": "validate_vm_block_numbers", + "lineno": 232, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_vm_configuration", + "name": "validate_vm_configuration", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_gas_limit", + "name": "validate_gas_limit", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_nonce", + "name": "validate_nonce", + "lineno": 259, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_header_params_for_configuration", + "name": "validate_header_params_for_configuration", + "lineno": 281, + "scope": null, + "is_async": false + }, + { + "id": "eth.validation.validate_chain_id_is_current_or_zero", + "name": "validate_chain_id_is_current_or_zero", + "lineno": 292, + "scope": null, + "is_async": false + } + ], + "eth": [], + "eth.chains.base": [ + { + "id": "eth.chains.base.BaseChain.get_vm_class_for_block_number", + "name": "get_vm_class_for_block_number", + "lineno": 115, + "scope": "BaseChain", + "is_async": false + }, + { + "id": "eth.chains.base.BaseChain.get_vm_class", + "name": "get_vm_class", + "lineno": 131, + "scope": "BaseChain", + "is_async": false + }, + { + "id": "eth.chains.base.BaseChain.validate_chain", + "name": "validate_chain", + "lineno": 137, + "scope": "BaseChain", + "is_async": false + }, + { + "id": "eth.chains.base.BaseChain.validate_chain_extension", + "name": "validate_chain_extension", + "lineno": 172, + "scope": "BaseChain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.__init__", + "name": "__init__", + "lineno": 188, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_chaindb_class", + "name": "get_chaindb_class", + "lineno": 207, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.from_genesis", + "name": "from_genesis", + "lineno": 216, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.from_genesis_header", + "name": "from_genesis_header", + "lineno": 252, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_vm", + "name": "get_vm", + "lineno": 262, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.create_header_from_parent", + "name": "create_header_from_parent", + "lineno": 277, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_block_header_by_hash", + "name": "get_block_header_by_hash", + "lineno": 284, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_canonical_block_header_by_number", + "name": "get_canonical_block_header_by_number", + "lineno": 288, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_canonical_head", + "name": "get_canonical_head", + "lineno": 293, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_score", + "name": "get_score", + "lineno": 296, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.ensure_header", + "name": "ensure_header", + "lineno": 299, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_ancestors", + "name": "get_ancestors", + "lineno": 313, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_block", + "name": "get_block", + "lineno": 335, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_block_by_hash", + "name": "get_block_by_hash", + "lineno": 338, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_block_by_header", + "name": "get_block_by_header", + "lineno": 343, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_canonical_block_by_number", + "name": "get_canonical_block_by_number", + "lineno": 347, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_canonical_block_hash", + "name": "get_canonical_block_hash", + "lineno": 353, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.build_block_with_transactions_and_withdrawals", + "name": "build_block_with_transactions_and_withdrawals", + "lineno": 356, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_canonical_transaction_index", + "name": "get_canonical_transaction_index", + "lineno": 386, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_canonical_transaction", + "name": "get_canonical_transaction", + "lineno": 391, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_canonical_transaction_by_index", + "name": "get_canonical_transaction_by_index", + "lineno": 407, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.create_transaction", + "name": "create_transaction", + "lineno": 418, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 421, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_transaction_receipt", + "name": "get_transaction_receipt", + "lineno": 440, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_transaction_receipt_by_index", + "name": "get_transaction_receipt_by_index", + "lineno": 451, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.get_transaction_result", + "name": "get_transaction_result", + "lineno": 467, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.estimate_gas", + "name": "estimate_gas", + "lineno": 476, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.import_block", + "name": "import_block", + "lineno": 484, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.persist_block", + "name": "persist_block", + "lineno": 516, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.validate_receipt", + "name": "validate_receipt", + "lineno": 549, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.validate_block", + "name": "validate_block", + "lineno": 553, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.validate_seal", + "name": "validate_seal", + "lineno": 563, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base.Chain.validate_uncles", + "name": "validate_uncles", + "lineno": 567, + "scope": "Chain", + "is_async": false + }, + { + "id": "eth.chains.base._extract_uncle_hashes", + "name": "_extract_uncle_hashes", + "lineno": 642, + "scope": null, + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain.__init__", + "name": "__init__", + "lineno": 651, + "scope": "MiningChain", + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain.apply_transaction", + "name": "apply_transaction", + "lineno": 657, + "scope": "MiningChain", + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain.import_block", + "name": "import_block", + "lineno": 688, + "scope": "MiningChain", + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain.set_header_timestamp", + "name": "set_header_timestamp", + "lineno": 696, + "scope": "MiningChain", + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain._custom_header", + "name": "_custom_header", + "lineno": 700, + "scope": "MiningChain", + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain.mine_all", + "name": "mine_all", + "lineno": 705, + "scope": "MiningChain", + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain.mine_block", + "name": "mine_block", + "lineno": 748, + "scope": "MiningChain", + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain.mine_block_extended", + "name": "mine_block_extended", + "lineno": 754, + "scope": "MiningChain", + "is_async": false + }, + { + "id": "eth.chains.base.MiningChain.get_vm", + "name": "get_vm", + "lineno": 767, + "scope": "MiningChain", + "is_async": false + } + ], + "eth.chains.header": [ + { + "id": "eth.chains.header.HeaderChain.__init__", + "name": "__init__", + "lineno": 35, + "scope": "HeaderChain", + "is_async": false + }, + { + "id": "eth.chains.header.HeaderChain.from_genesis_header", + "name": "from_genesis_header", + "lineno": 50, + "scope": "HeaderChain", + "is_async": false + }, + { + "id": "eth.chains.header.HeaderChain.get_headerdb_class", + "name": "get_headerdb_class", + "lineno": 61, + "scope": "HeaderChain", + "is_async": false + }, + { + "id": "eth.chains.header.HeaderChain.get_canonical_block_hash", + "name": "get_canonical_block_hash", + "lineno": 69, + "scope": "HeaderChain", + "is_async": false + }, + { + "id": "eth.chains.header.HeaderChain.get_canonical_block_header_by_number", + "name": "get_canonical_block_header_by_number", + "lineno": 72, + "scope": "HeaderChain", + "is_async": false + }, + { + "id": "eth.chains.header.HeaderChain.get_canonical_head", + "name": "get_canonical_head", + "lineno": 77, + "scope": "HeaderChain", + "is_async": false + }, + { + "id": "eth.chains.header.HeaderChain.get_block_header_by_hash", + "name": "get_block_header_by_hash", + "lineno": 83, + "scope": "HeaderChain", + "is_async": false + }, + { + "id": "eth.chains.header.HeaderChain.header_exists", + "name": "header_exists", + "lineno": 86, + "scope": "HeaderChain", + "is_async": false + }, + { + "id": "eth.chains.header.HeaderChain.import_header", + "name": "import_header", + "lineno": 89, + "scope": "HeaderChain", + "is_async": false + } + ], + "eth.chains": [], + "eth.chains.goerli.constants": [], + "eth.chains.goerli": [], + "eth.chains.mainnet.constants": [], + "eth.chains.mainnet": [ + { + "id": "eth.chains.mainnet.validate_header_is_on_intended_dao_fork", + "name": "validate_header_is_on_intended_dao_fork", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "eth.chains.mainnet.MainnetDAOValidatorVM.validate_header", + "name": "validate_header", + "lineno": 90, + "scope": "MainnetDAOValidatorVM", + "is_async": false + } + ], + "eth.chains.ropsten.constants": [], + "eth.chains.ropsten": [], + "eth.chains.tester": [ + { + "id": "eth.chains.tester.MaintainGasLimitMixin.create_header_from_parent", + "name": "create_header_from_parent", + "lineno": 39, + "scope": "MaintainGasLimitMixin", + "is_async": false + }, + { + "id": "eth.chains.tester._generate_vm_configuration", + "name": "_generate_vm_configuration", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "eth.chains.tester.MainnetTesterChain.validate_seal", + "name": "validate_seal", + "lineno": 153, + "scope": "MainnetTesterChain", + "is_async": false + }, + { + "id": "eth.chains.tester.MainnetTesterChain.configure_forks", + "name": "configure_forks", + "lineno": 159, + "scope": "MainnetTesterChain", + "is_async": false + } + ], + "eth.consensus.applier": [ + { + "id": "eth.consensus.applier.ConsensusApplier.__init__", + "name": "__init__", + "lineno": 28, + "scope": "ConsensusApplier", + "is_async": false + }, + { + "id": "eth.consensus.applier.ConsensusApplier.amend_vm_configuration", + "name": "amend_vm_configuration", + "lineno": 32, + "scope": "ConsensusApplier", + "is_async": false + } + ], + "eth.consensus.context": [ + { + "id": "eth.consensus.context.ConsensusContext.__init__", + "name": "__init__", + "lineno": 8, + "scope": "ConsensusContext", + "is_async": false + } + ], + "eth.consensus.ethash": [ + { + "id": "eth.consensus.ethash.fnv", + "name": "fnv", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.encode_int", + "name": "encode_int", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.zpad", + "name": "zpad", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.keccak_256", + "name": "keccak_256", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.keccak_512", + "name": "keccak_512", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.get_cache_size", + "name": "get_cache_size", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.get_dataset_full_size", + "name": "get_dataset_full_size", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.isprime", + "name": "isprime", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.serialize_hash", + "name": "serialize_hash", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.generate_seed_hash", + "name": "generate_seed_hash", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.xor", + "name": "xor", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.mkcache", + "name": "mkcache", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.int_to_le_bytes", + "name": "int_to_le_bytes", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.bytes_to_int", + "name": "bytes_to_int", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.le_bytes_to_uint32_sequence", + "name": "le_bytes_to_uint32_sequence", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.le_uint32_sequence_to_bytes", + "name": "le_uint32_sequence_to_bytes", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.from_le_bytes", + "name": "from_le_bytes", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.le_uint32_sequence_to_uint", + "name": "le_uint32_sequence_to_uint", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.fnv_hash", + "name": "fnv_hash", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.calc_dataset_item", + "name": "calc_dataset_item", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash._hashimoto", + "name": "_hashimoto", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.hashimoto_light", + "name": "hashimoto_light", + "lineno": 216, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.ethash.hashimoto", + "name": "hashimoto", + "lineno": 227, + "scope": null, + "is_async": false + } + ], + "eth.consensus.noproof": [ + { + "id": "eth.consensus.noproof.NoProofConsensus.__init__", + "name": "__init__", + "lineno": 20, + "scope": "NoProofConsensus", + "is_async": false + }, + { + "id": "eth.consensus.noproof.NoProofConsensus.validate_seal", + "name": "validate_seal", + "lineno": 23, + "scope": "NoProofConsensus", + "is_async": false + }, + { + "id": "eth.consensus.noproof.NoProofConsensus.validate_seal_extension", + "name": "validate_seal_extension", + "lineno": 26, + "scope": "NoProofConsensus", + "is_async": false + }, + { + "id": "eth.consensus.noproof.NoProofConsensus.get_fee_recipient", + "name": "get_fee_recipient", + "lineno": 32, + "scope": "NoProofConsensus", + "is_async": false + } + ], + "eth.consensus.pos": [ + { + "id": "eth.consensus.pos.PosConsensus.__init__", + "name": "__init__", + "lineno": 22, + "scope": "PosConsensus", + "is_async": false + }, + { + "id": "eth.consensus.pos.PosConsensus.validate_seal", + "name": "validate_seal", + "lineno": 25, + "scope": "PosConsensus", + "is_async": false + }, + { + "id": "eth.consensus.pos.PosConsensus.validate_seal_extension", + "name": "validate_seal_extension", + "lineno": 28, + "scope": "PosConsensus", + "is_async": false + }, + { + "id": "eth.consensus.pos.PosConsensus.get_fee_recipient", + "name": "get_fee_recipient", + "lineno": 34, + "scope": "PosConsensus", + "is_async": false + } + ], + "eth.consensus.pow": [ + { + "id": "eth.consensus.pow.get_cache", + "name": "get_cache", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.pow.check_pow", + "name": "check_pow", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.pow.mine_pow_nonce", + "name": "mine_pow_nonce", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.pow.PowConsensus.__init__", + "name": "__init__", + "lineno": 123, + "scope": "PowConsensus", + "is_async": false + }, + { + "id": "eth.consensus.pow.PowConsensus.validate_seal", + "name": "validate_seal", + "lineno": 126, + "scope": "PowConsensus", + "is_async": false + }, + { + "id": "eth.consensus.pow.PowConsensus.validate_seal_extension", + "name": "validate_seal_extension", + "lineno": 138, + "scope": "PowConsensus", + "is_async": false + }, + { + "id": "eth.consensus.pow.PowConsensus.get_fee_recipient", + "name": "get_fee_recipient", + "lineno": 144, + "scope": "PowConsensus", + "is_async": false + } + ], + "eth.consensus": [], + "eth.consensus.clique.clique": [ + { + "id": "eth.consensus.clique.clique.configure_header", + "name": "configure_header", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.clique._construct_turn_error_message", + "name": "_construct_turn_error_message", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.clique.CliqueConsensusContext.__init__", + "name": "__init__", + "lineno": 77, + "scope": "CliqueConsensusContext", + "is_async": false + }, + { + "id": "eth.consensus.clique.clique.CliqueConsensus.__init__", + "name": "__init__", + "lineno": 90, + "scope": "CliqueConsensus", + "is_async": false + }, + { + "id": "eth.consensus.clique.clique.CliqueConsensus.get_fee_recipient", + "name": "get_fee_recipient", + "lineno": 97, + "scope": "CliqueConsensus", + "is_async": false + }, + { + "id": "eth.consensus.clique.clique.CliqueConsensus.get_snapshot", + "name": "get_snapshot", + "lineno": 107, + "scope": "CliqueConsensus", + "is_async": false + }, + { + "id": "eth.consensus.clique.clique.CliqueConsensus.validate_seal", + "name": "validate_seal", + "lineno": 115, + "scope": "CliqueConsensus", + "is_async": false + }, + { + "id": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "name": "validate_seal_extension", + "lineno": 122, + "scope": "CliqueConsensus", + "is_async": false + }, + { + "id": "eth.consensus.clique.clique.CliqueApplier.amend_vm_configuration", + "name": "amend_vm_configuration", + "lineno": 167, + "scope": "CliqueApplier", + "is_async": false + } + ], + "eth.consensus.clique.constants": [], + "eth.consensus.clique.datatypes": [ + { + "id": "eth.consensus.clique.datatypes.VoteAction.validate_for", + "name": "validate_for", + "lineno": 36, + "scope": "VoteAction", + "is_async": false + }, + { + "id": "eth.consensus.clique.datatypes.Tally.upvote", + "name": "upvote", + "lineno": 61, + "scope": "Tally", + "is_async": false + }, + { + "id": "eth.consensus.clique.datatypes.Tally.downvote", + "name": "downvote", + "lineno": 64, + "scope": "Tally", + "is_async": false + }, + { + "id": "eth.consensus.clique.datatypes.Snapshot.get_mutable_clone", + "name": "get_mutable_clone", + "lineno": 92, + "scope": "Snapshot", + "is_async": false + }, + { + "id": "eth.consensus.clique.datatypes.Snapshot.get_sorted_signers", + "name": "get_sorted_signers", + "lineno": 104, + "scope": "Snapshot", + "is_async": false + }, + { + "id": "eth.consensus.clique.datatypes.MutableSnapshot.get_immutable_clone", + "name": "get_immutable_clone", + "lineno": 121, + "scope": "MutableSnapshot", + "is_async": false + } + ], + "eth.consensus.clique.encoding": [ + { + "id": "eth.consensus.clique.encoding.encode_address_tally_pair", + "name": "encode_address_tally_pair", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.encoding.decode_address_tally_pair", + "name": "decode_address_tally_pair", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.encoding.encode_vote", + "name": "encode_vote", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.encoding.decode_vote", + "name": "decode_vote", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.encoding.encode_snapshot", + "name": "encode_snapshot", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.encoding.decode_snapshot", + "name": "decode_snapshot", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.encoding.encode_tally", + "name": "encode_tally", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.encoding.decode_tally", + "name": "decode_tally", + "lineno": 127, + "scope": null, + "is_async": false + } + ], + "eth.consensus.clique.exceptions": [], + "eth.consensus.clique.snapshot_manager": [ + { + "id": "eth.consensus.clique.snapshot_manager.make_snapshot_lookup_key", + "name": "make_snapshot_lookup_key", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.__init__", + "name": "__init__", + "lineno": 66, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager._lookup_header", + "name": "_lookup_header", + "lineno": 71, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager._create_snapshot_from_checkpoint_header", + "name": "_create_snapshot_from_checkpoint_header", + "lineno": 82, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "name": "apply", + "lineno": 93, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_or_create_snapshot", + "name": "get_or_create_snapshot", + "lineno": 150, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "name": "create_snapshot_for", + "lineno": 167, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot", + "name": "get_snapshot", + "lineno": 217, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.add_snapshot", + "name": "add_snapshot", + "lineno": 253, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.persist_snapshot", + "name": "persist_snapshot", + "lineno": 262, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot_from_db", + "name": "get_snapshot_from_db", + "lineno": 270, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.cast_vote", + "name": "cast_vote", + "lineno": 285, + "scope": "SnapshotManager", + "is_async": false + }, + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager.retract_vote", + "name": "retract_vote", + "lineno": 302, + "scope": "SnapshotManager", + "is_async": false + } + ], + "eth.consensus.clique._utils": [ + { + "id": "eth.consensus.clique._utils.get_signers_at_checkpoint", + "name": "get_signers_at_checkpoint", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique._utils.get_signature_hash", + "name": "get_signature_hash", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique._utils.get_block_signer", + "name": "get_block_signer", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique._utils.is_in_turn", + "name": "is_in_turn", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique._utils.sign_block_header", + "name": "sign_block_header", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique._utils.is_checkpoint", + "name": "is_checkpoint", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "eth.consensus.clique._utils.validate_header_integrity", + "name": "validate_header_integrity", + "lineno": 142, + "scope": null, + "is_async": false + } + ], + "eth.consensus.clique": [], + "eth.db.accesslog": [ + { + "id": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "name": "__init__", + "lineno": 31, + "scope": "KeyAccessLoggerDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerDB.keys_read", + "name": "keys_read", + "lineno": 41, + "scope": "KeyAccessLoggerDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerDB.__getitem__", + "name": "__getitem__", + "lineno": 45, + "scope": "KeyAccessLoggerDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerDB.__setitem__", + "name": "__setitem__", + "lineno": 56, + "scope": "KeyAccessLoggerDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerDB.__delitem__", + "name": "__delitem__", + "lineno": 59, + "scope": "KeyAccessLoggerDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerDB._exists", + "name": "_exists", + "lineno": 62, + "scope": "KeyAccessLoggerDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "name": "__init__", + "lineno": 77, + "scope": "KeyAccessLoggerAtomicDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerAtomicDB.keys_read", + "name": "keys_read", + "lineno": 89, + "scope": "KeyAccessLoggerAtomicDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__getitem__", + "name": "__getitem__", + "lineno": 93, + "scope": "KeyAccessLoggerAtomicDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__setitem__", + "name": "__setitem__", + "lineno": 104, + "scope": "KeyAccessLoggerAtomicDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__delitem__", + "name": "__delitem__", + "lineno": 107, + "scope": "KeyAccessLoggerAtomicDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerAtomicDB._exists", + "name": "_exists", + "lineno": 110, + "scope": "KeyAccessLoggerAtomicDB", + "is_async": false + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerAtomicDB.atomic_batch", + "name": "atomic_batch", + "lineno": 117, + "scope": "KeyAccessLoggerAtomicDB", + "is_async": false + } + ], + "eth.db.account": [ + { + "id": "eth.db.account.AccountDB.__init__", + "name": "__init__", + "lineno": 98, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.state_root", + "name": "state_root", + "lineno": 157, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.state_root", + "name": "state_root", + "lineno": 161, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.has_root", + "name": "has_root", + "lineno": 166, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.get_storage", + "name": "get_storage", + "lineno": 172, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.set_storage", + "name": "set_storage", + "lineno": 181, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.delete_storage", + "name": "delete_storage", + "lineno": 190, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.is_storage_warm", + "name": "is_storage_warm", + "lineno": 196, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.mark_storage_warm", + "name": "mark_storage_warm", + "lineno": 200, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_storage_tracker_key", + "name": "_get_storage_tracker_key", + "lineno": 205, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._wipe_storage", + "name": "_wipe_storage", + "lineno": 212, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_address_store", + "name": "_get_address_store", + "lineno": 220, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._dirty_account_stores", + "name": "_dirty_account_stores", + "lineno": 229, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_changed_roots", + "name": "_get_changed_roots", + "lineno": 237, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_storage_root", + "name": "_get_storage_root", + "lineno": 243, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._set_storage_root", + "name": "_set_storage_root", + "lineno": 247, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._validate_flushed_storage", + "name": "_validate_flushed_storage", + "lineno": 251, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.get_balance", + "name": "get_balance", + "lineno": 267, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.set_balance", + "name": "set_balance", + "lineno": 273, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.get_nonce", + "name": "get_nonce", + "lineno": 283, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.set_nonce", + "name": "set_nonce", + "lineno": 289, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.increment_nonce", + "name": "increment_nonce", + "lineno": 298, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.get_code", + "name": "get_code", + "lineno": 305, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.set_code", + "name": "set_code", + "lineno": 320, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.get_code_hash", + "name": "get_code_hash", + "lineno": 330, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.delete_code", + "name": "delete_code", + "lineno": 336, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.account_has_code_or_nonce", + "name": "account_has_code_or_nonce", + "lineno": 345, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.delete_account", + "name": "delete_account", + "lineno": 348, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.account_exists", + "name": "account_exists", + "lineno": 361, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.touch_account", + "name": "touch_account", + "lineno": 366, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.account_is_empty", + "name": "account_is_empty", + "lineno": 372, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.is_address_warm", + "name": "is_address_warm", + "lineno": 378, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.mark_address_warm", + "name": "mark_address_warm", + "lineno": 381, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_encoded_account", + "name": "_get_encoded_account", + "lineno": 388, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_account", + "name": "_get_account", + "lineno": 402, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._set_account", + "name": "_set_account", + "lineno": 416, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._reset_access_counters", + "name": "_reset_access_counters", + "lineno": 421, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.record", + "name": "record", + "lineno": 431, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.discard", + "name": "discard", + "lineno": 440, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.commit", + "name": "commit", + "lineno": 448, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.lock_changes", + "name": "lock_changes", + "lineno": 455, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.make_state_root", + "name": "make_state_root", + "lineno": 460, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB.persist", + "name": "persist", + "lineno": 486, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_accessed_node_hashes", + "name": "_get_accessed_node_hashes", + "lineno": 532, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_access_list", + "name": "_get_access_list", + "lineno": 536, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._get_meta_witness", + "name": "_get_meta_witness", + "lineno": 553, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._validate_generated_root", + "name": "_validate_generated_root", + "lineno": 562, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._log_pending_accounts", + "name": "_log_pending_accounts", + "lineno": 574, + "scope": "AccountDB", + "is_async": false + }, + { + "id": "eth.db.account.AccountDB._apply_account_diff_without_proof", + "name": "_apply_account_diff_without_proof", + "lineno": 604, + "scope": "AccountDB", + "is_async": false + } + ], + "eth.db.atomic": [ + { + "id": "eth.db.atomic.AtomicDB.__init__", + "name": "__init__", + "lineno": 37, + "scope": "AtomicDB", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDB.__getitem__", + "name": "__getitem__", + "lineno": 43, + "scope": "AtomicDB", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDB.__setitem__", + "name": "__setitem__", + "lineno": 46, + "scope": "AtomicDB", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDB.__delitem__", + "name": "__delitem__", + "lineno": 49, + "scope": "AtomicDB", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDB._exists", + "name": "_exists", + "lineno": 52, + "scope": "AtomicDB", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDB.atomic_batch", + "name": "atomic_batch", + "lineno": 56, + "scope": "AtomicDB", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch.__init__", + "name": "__init__", + "lineno": 72, + "scope": "AtomicDBWriteBatch", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch.__getitem__", + "name": "__getitem__", + "lineno": 76, + "scope": "AtomicDBWriteBatch", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch.__setitem__", + "name": "__setitem__", + "lineno": 90, + "scope": "AtomicDBWriteBatch", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch.__delitem__", + "name": "__delitem__", + "lineno": 96, + "scope": "AtomicDBWriteBatch", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch._diff", + "name": "_diff", + "lineno": 106, + "scope": "AtomicDBWriteBatch", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch._commit", + "name": "_commit", + "lineno": 109, + "scope": "AtomicDBWriteBatch", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch._exists", + "name": "_exists", + "lineno": 112, + "scope": "AtomicDBWriteBatch", + "is_async": false + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch._commit_unless_raises", + "name": "_commit_unless_raises", + "lineno": 127, + "scope": "AtomicDBWriteBatch", + "is_async": false + } + ], + "eth.db.batch": [ + { + "id": "eth.db.batch.BatchDB.__init__", + "name": "__init__", + "lineno": 35, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.__enter__", + "name": "__enter__", + "lineno": 42, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.__exit__", + "name": "__exit__", + "lineno": 45, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.clear", + "name": "clear", + "lineno": 53, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.commit", + "name": "commit", + "lineno": 56, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.commit_to", + "name": "commit_to", + "lineno": 59, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB._exists", + "name": "_exists", + "lineno": 68, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.__getitem__", + "name": "__getitem__", + "lineno": 76, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.__setitem__", + "name": "__setitem__", + "lineno": 87, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.__delitem__", + "name": "__delitem__", + "lineno": 90, + "scope": "BatchDB", + "is_async": false + }, + { + "id": "eth.db.batch.BatchDB.diff", + "name": "diff", + "lineno": 95, + "scope": "BatchDB", + "is_async": false + } + ], + "eth.db.cache": [ + { + "id": "eth.db.cache.CacheDB.__init__", + "name": "__init__", + "lineno": 19, + "scope": "CacheDB", + "is_async": false + }, + { + "id": "eth.db.cache.CacheDB.reset_cache", + "name": "reset_cache", + "lineno": 25, + "scope": "CacheDB", + "is_async": false + }, + { + "id": "eth.db.cache.CacheDB.__getitem__", + "name": "__getitem__", + "lineno": 28, + "scope": "CacheDB", + "is_async": false + }, + { + "id": "eth.db.cache.CacheDB.__setitem__", + "name": "__setitem__", + "lineno": 33, + "scope": "CacheDB", + "is_async": false + }, + { + "id": "eth.db.cache.CacheDB.__delitem__", + "name": "__delitem__", + "lineno": 37, + "scope": "CacheDB", + "is_async": false + } + ], + "eth.db.chain": [ + { + "id": "eth.db.chain.ChainDB.__init__", + "name": "__init__", + "lineno": 96, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_chain_gaps", + "name": "get_chain_gaps", + "lineno": 99, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._get_chain_gaps", + "name": "_get_chain_gaps", + "lineno": 103, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._update_chain_gaps", + "name": "_update_chain_gaps", + "lineno": 112, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._update_header_chain_gaps", + "name": "_update_header_chain_gaps", + "lineno": 130, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_block_uncles", + "name": "get_block_uncles", + "lineno": 167, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._decanonicalize_old_headers", + "name": "_decanonicalize_old_headers", + "lineno": 181, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.persist_block", + "name": "persist_block", + "lineno": 217, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.persist_unexecuted_block", + "name": "persist_unexecuted_block", + "lineno": 223, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._persist_block", + "name": "_persist_block", + "lineno": 252, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.persist_uncles", + "name": "persist_uncles", + "lineno": 302, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._persist_uncles", + "name": "_persist_uncles", + "lineno": 306, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._get_block_data_from_root_hash", + "name": "_get_block_data_from_root_hash", + "lineno": 318, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.add_receipt", + "name": "add_receipt", + "lineno": 339, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.add_transaction", + "name": "add_transaction", + "lineno": 346, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_block_transactions", + "name": "get_block_transactions", + "lineno": 356, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_block_transaction_hashes", + "name": "get_block_transaction_hashes", + "lineno": 363, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._get_block_transaction_hashes", + "name": "_get_block_transaction_hashes", + "lineno": 374, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_receipts", + "name": "get_receipts", + "lineno": 385, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_transaction_by_index", + "name": "get_transaction_by_index", + "lineno": 397, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_transaction_index", + "name": "get_transaction_index", + "lineno": 420, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_receipt_by_index", + "name": "get_receipt_by_index", + "lineno": 435, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._get_block_transactions", + "name": "_get_block_transactions", + "lineno": 458, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._remove_transaction_from_canonical_chain", + "name": "_remove_transaction_from_canonical_chain", + "lineno": 470, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._add_transaction_to_canonical_chain", + "name": "_add_transaction_to_canonical_chain", + "lineno": 480, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get_block_withdrawals", + "name": "get_block_withdrawals", + "lineno": 504, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._get_block_withdrawals", + "name": "_get_block_withdrawals", + "lineno": 512, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._add_withdrawal_to_canonical_chain", + "name": "_add_withdrawal_to_canonical_chain", + "lineno": 526, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.exists", + "name": "exists", + "lineno": 541, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.get", + "name": "get", + "lineno": 544, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB.persist_trie_data_dict", + "name": "persist_trie_data_dict", + "lineno": 547, + "scope": "ChainDB", + "is_async": false + }, + { + "id": "eth.db.chain.ChainDB._persist_trie_data_dict", + "name": "_persist_trie_data_dict", + "lineno": 552, + "scope": "ChainDB", + "is_async": false + } + ], + "eth.db.chain_gaps": [ + { + "id": "eth.db.chain_gaps._join_overlapping_gaps", + "name": "_join_overlapping_gaps", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "eth.db.chain_gaps.reopen_gap", + "name": "reopen_gap", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "eth.db.chain_gaps.is_block_number_in_gap", + "name": "is_block_number_in_gap", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "eth.db.chain_gaps.fill_gap", + "name": "fill_gap", + "lineno": 108, + "scope": null, + "is_async": false + } + ], + "eth.db.diff": [ + { + "id": "eth.db.diff.DiffMissingError.__init__", + "name": "__init__", + "lineno": 51, + "scope": "DiffMissingError", + "is_async": false + }, + { + "id": "eth.db.diff.DiffMissingError.is_deleted", + "name": "is_deleted", + "lineno": 56, + "scope": "DiffMissingError", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiffTracker.__init__", + "name": "__init__", + "lineno": 77, + "scope": "DBDiffTracker", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiffTracker.__contains__", + "name": "__contains__", + "lineno": 80, + "scope": "DBDiffTracker", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiffTracker.__getitem__", + "name": "__getitem__", + "lineno": 84, + "scope": "DBDiffTracker", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiffTracker.__setitem__", + "name": "__setitem__", + "lineno": 91, + "scope": "DBDiffTracker", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiffTracker.__delitem__", + "name": "__delitem__", + "lineno": 94, + "scope": "DBDiffTracker", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiffTracker.__iter__", + "name": "__iter__", + "lineno": 99, + "scope": "DBDiffTracker", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiffTracker.__len__", + "name": "__len__", + "lineno": 105, + "scope": "DBDiffTracker", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiffTracker.diff", + "name": "diff", + "lineno": 108, + "scope": "DBDiffTracker", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.__init__", + "name": "__init__", + "lineno": 123, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.__getitem__", + "name": "__getitem__", + "lineno": 131, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.__iter__", + "name": "__iter__", + "lineno": 138, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.__eq__", + "name": "__eq__", + "lineno": 145, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.__repr__", + "name": "__repr__", + "lineno": 151, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.__len__", + "name": "__len__", + "lineno": 164, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.deleted_keys", + "name": "deleted_keys", + "lineno": 168, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.pending_keys", + "name": "pending_keys", + "lineno": 177, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.pending_items", + "name": "pending_items", + "lineno": 187, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.apply_to", + "name": "apply_to", + "lineno": 196, + "scope": "DBDiff", + "is_async": false + }, + { + "id": "eth.db.diff.DBDiff.join", + "name": "join", + "lineno": 221, + "scope": "DBDiff", + "is_async": false + } + ], + "eth.db.hash_trie": [ + { + "id": "eth.db.hash_trie.HashTrie.squash_changes", + "name": "squash_changes", + "lineno": 23, + "scope": "HashTrie", + "is_async": false + } + ], + "eth.db.header": [ + { + "id": "eth.db.header.HeaderDB.__init__", + "name": "__init__", + "lineno": 67, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.get_header_chain_gaps", + "name": "get_header_chain_gaps", + "lineno": 70, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._get_header_chain_gaps", + "name": "_get_header_chain_gaps", + "lineno": 74, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._update_header_chain_gaps", + "name": "_update_header_chain_gaps", + "lineno": 83, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.get_canonical_block_hash", + "name": "get_canonical_block_hash", + "lineno": 107, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._get_canonical_block_hash", + "name": "_get_canonical_block_hash", + "lineno": 111, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.get_canonical_block_header_by_number", + "name": "get_canonical_block_header_by_number", + "lineno": 124, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._get_canonical_block_header_by_number", + "name": "_get_canonical_block_header_by_number", + "lineno": 130, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.get_canonical_head", + "name": "get_canonical_head", + "lineno": 137, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._get_canonical_head", + "name": "_get_canonical_head", + "lineno": 141, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._get_canonical_head_hash", + "name": "_get_canonical_head_hash", + "lineno": 146, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.get_block_header_by_hash", + "name": "get_block_header_by_hash", + "lineno": 155, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._get_block_header_by_hash", + "name": "_get_block_header_by_hash", + "lineno": 159, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.get_score", + "name": "get_score", + "lineno": 174, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._get_score", + "name": "_get_score", + "lineno": 178, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.header_exists", + "name": "header_exists", + "lineno": 185, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._header_exists", + "name": "_header_exists", + "lineno": 189, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.persist_header", + "name": "persist_header", + "lineno": 193, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.persist_header_chain", + "name": "persist_header_chain", + "lineno": 198, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB.persist_checkpoint_header", + "name": "persist_checkpoint_header", + "lineno": 206, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._set_hash_scores_to_db", + "name": "_set_hash_scores_to_db", + "lineno": 211, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._persist_checkpoint_header", + "name": "_persist_checkpoint_header", + "lineno": 230, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._decanonicalize_descendant_orphans", + "name": "_decanonicalize_descendant_orphans", + "lineno": 288, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._decanonicalize_single", + "name": "_decanonicalize_single", + "lineno": 342, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._persist_header_chain", + "name": "_persist_header_chain", + "lineno": 362, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._handle_gap_change", + "name": "_handle_gap_change", + "lineno": 436, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._canonicalize_header", + "name": "_canonicalize_header", + "lineno": 480, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._set_as_canonical_chain_head", + "name": "_set_as_canonical_chain_head", + "lineno": 525, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._get_checkpoints", + "name": "_get_checkpoints", + "lineno": 566, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._find_headers_to_decanonicalize", + "name": "_find_headers_to_decanonicalize", + "lineno": 578, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._find_new_ancestors", + "name": "_find_new_ancestors", + "lineno": 592, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header.HeaderDB._add_block_number_to_hash_lookup", + "name": "_add_block_number_to_hash_lookup", + "lineno": 631, + "scope": "HeaderDB", + "is_async": false + }, + { + "id": "eth.db.header._decode_block_header", + "name": "_decode_block_header", + "lineno": 652, + "scope": null, + "is_async": false + } + ], + "eth.db.journal": [ + { + "id": "eth.db.journal.Journal.__init__", + "name": "__init__", + "lineno": 88, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.root_checkpoint", + "name": "root_checkpoint", + "lineno": 114, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.is_flattened", + "name": "is_flattened", + "lineno": 121, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.last_checkpoint", + "name": "last_checkpoint", + "lineno": 128, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.has_checkpoint", + "name": "has_checkpoint", + "lineno": 136, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.record_checkpoint", + "name": "record_checkpoint", + "lineno": 143, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.discard", + "name": "discard", + "lineno": 165, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.clear", + "name": "clear", + "lineno": 205, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.has_clear", + "name": "has_clear", + "lineno": 217, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.commit_checkpoint", + "name": "commit_checkpoint", + "lineno": 225, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.pop_all", + "name": "pop_all", + "lineno": 255, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.flatten", + "name": "flatten", + "lineno": 265, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.__getitem__", + "name": "__getitem__", + "lineno": 275, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.__setitem__", + "name": "__setitem__", + "lineno": 288, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal._exists", + "name": "_exists", + "lineno": 296, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.__delitem__", + "name": "__delitem__", + "lineno": 300, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.delete_wrapped", + "name": "delete_wrapped", + "lineno": 305, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.delete_local", + "name": "delete_local", + "lineno": 311, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.Journal.diff", + "name": "diff", + "lineno": 317, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.__init__", + "name": "__init__", + "lineno": 352, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.__getitem__", + "name": "__getitem__", + "lineno": 359, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.__setitem__", + "name": "__setitem__", + "lineno": 379, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB._exists", + "name": "_exists", + "lineno": 386, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.clear", + "name": "clear", + "lineno": 395, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.has_clear", + "name": "has_clear", + "lineno": 411, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.__delitem__", + "name": "__delitem__", + "lineno": 414, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.has_checkpoint", + "name": "has_checkpoint", + "lineno": 428, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.discard", + "name": "discard", + "lineno": 431, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB._reapply_checkpoint_to_journal", + "name": "_reapply_checkpoint_to_journal", + "lineno": 437, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.persist", + "name": "persist", + "lineno": 446, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.flatten", + "name": "flatten", + "lineno": 465, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.reset", + "name": "reset", + "lineno": 471, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.journal.JournalDB.diff", + "name": "diff", + "lineno": 477, + "scope": "JournalDB", + "is_async": false + } + ], + "eth.db.keymap": [ + { + "id": "eth.db.keymap.KeyMapDB.__init__", + "name": "__init__", + "lineno": 22, + "scope": "KeyMapDB", + "is_async": false + }, + { + "id": "eth.db.keymap.KeyMapDB.keymap", + "name": "keymap", + "lineno": 27, + "scope": "KeyMapDB", + "is_async": false + }, + { + "id": "eth.db.keymap.KeyMapDB.__getitem__", + "name": "__getitem__", + "lineno": 30, + "scope": "KeyMapDB", + "is_async": false + }, + { + "id": "eth.db.keymap.KeyMapDB.__setitem__", + "name": "__setitem__", + "lineno": 34, + "scope": "KeyMapDB", + "is_async": false + }, + { + "id": "eth.db.keymap.KeyMapDB.__delitem__", + "name": "__delitem__", + "lineno": 38, + "scope": "KeyMapDB", + "is_async": false + }, + { + "id": "eth.db.keymap.KeyMapDB.__contains__", + "name": "__contains__", + "lineno": 42, + "scope": "KeyMapDB", + "is_async": false + }, + { + "id": "eth.db.keymap.KeyMapDB.__getattr__", + "name": "__getattr__", + "lineno": 46, + "scope": "KeyMapDB", + "is_async": false + }, + { + "id": "eth.db.keymap.KeyMapDB.__setattr__", + "name": "__setattr__", + "lineno": 49, + "scope": "KeyMapDB", + "is_async": false + } + ], + "eth.db.schema": [ + { + "id": "eth.db.schema.SchemaV1.make_canonical_head_hash_lookup_key", + "name": "make_canonical_head_hash_lookup_key", + "lineno": 13, + "scope": "SchemaV1", + "is_async": false + }, + { + "id": "eth.db.schema.SchemaV1.make_block_number_to_hash_lookup_key", + "name": "make_block_number_to_hash_lookup_key", + "lineno": 17, + "scope": "SchemaV1", + "is_async": false + }, + { + "id": "eth.db.schema.SchemaV1.make_block_hash_to_score_lookup_key", + "name": "make_block_hash_to_score_lookup_key", + "lineno": 22, + "scope": "SchemaV1", + "is_async": false + }, + { + "id": "eth.db.schema.SchemaV1.make_header_chain_gaps_lookup_key", + "name": "make_header_chain_gaps_lookup_key", + "lineno": 26, + "scope": "SchemaV1", + "is_async": false + }, + { + "id": "eth.db.schema.SchemaV1.make_chain_gaps_lookup_key", + "name": "make_chain_gaps_lookup_key", + "lineno": 30, + "scope": "SchemaV1", + "is_async": false + }, + { + "id": "eth.db.schema.SchemaV1.make_checkpoint_headers_key", + "name": "make_checkpoint_headers_key", + "lineno": 34, + "scope": "SchemaV1", + "is_async": false + }, + { + "id": "eth.db.schema.SchemaV1.make_transaction_hash_to_block_lookup_key", + "name": "make_transaction_hash_to_block_lookup_key", + "lineno": 41, + "scope": "SchemaV1", + "is_async": false + }, + { + "id": "eth.db.schema.SchemaV1.make_withdrawal_hash_to_block_lookup_key", + "name": "make_withdrawal_hash_to_block_lookup_key", + "lineno": 45, + "scope": "SchemaV1", + "is_async": false + } + ], + "eth.db.slow_journal": [ + { + "id": "eth.db.slow_journal.Journal.__init__", + "name": "__init__", + "lineno": 57, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.root_changeset_id", + "name": "root_changeset_id", + "lineno": 67, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.is_flattened", + "name": "is_flattened", + "lineno": 74, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.latest_id", + "name": "latest_id", + "lineno": 81, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.latest", + "name": "latest", + "lineno": 90, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.latest", + "name": "latest", + "lineno": 97, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.is_empty", + "name": "is_empty", + "lineno": 103, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.has_changeset", + "name": "has_changeset", + "lineno": 106, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.record_changeset", + "name": "record_changeset", + "lineno": 109, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.pop_changeset", + "name": "pop_changeset", + "lineno": 128, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.clear", + "name": "clear", + "lineno": 168, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.has_clear", + "name": "has_clear", + "lineno": 180, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.commit_changeset", + "name": "commit_changeset", + "lineno": 190, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.flatten", + "name": "flatten", + "lineno": 217, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.__getitem__", + "name": "__getitem__", + "lineno": 227, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.__setitem__", + "name": "__setitem__", + "lineno": 243, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal._exists", + "name": "_exists", + "lineno": 246, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.__delitem__", + "name": "__delitem__", + "lineno": 250, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.delete_wrapped", + "name": "delete_wrapped", + "lineno": 255, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.delete_local", + "name": "delete_local", + "lineno": 258, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.Journal.diff", + "name": "diff", + "lineno": 261, + "scope": "Journal", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.__init__", + "name": "__init__", + "lineno": 312, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.__getitem__", + "name": "__getitem__", + "lineno": 316, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.__setitem__", + "name": "__setitem__", + "lineno": 336, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB._exists", + "name": "_exists", + "lineno": 343, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.clear", + "name": "clear", + "lineno": 352, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.has_clear", + "name": "has_clear", + "lineno": 368, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.__delitem__", + "name": "__delitem__", + "lineno": 371, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB._validate_changeset", + "name": "_validate_changeset", + "lineno": 385, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.has_changeset", + "name": "has_changeset", + "lineno": 394, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.record", + "name": "record", + "lineno": 397, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.discard", + "name": "discard", + "lineno": 403, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.commit", + "name": "commit", + "lineno": 410, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB._reapply_changeset_to_journal", + "name": "_reapply_changeset_to_journal", + "lineno": 424, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.persist", + "name": "persist", + "lineno": 438, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.flatten", + "name": "flatten", + "lineno": 462, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.reset", + "name": "reset", + "lineno": 468, + "scope": "JournalDB", + "is_async": false + }, + { + "id": "eth.db.slow_journal.JournalDB.diff", + "name": "diff", + "lineno": 475, + "scope": "JournalDB", + "is_async": false + } + ], + "eth.db.storage": [ + { + "id": "eth.db.storage.StorageLookup.__init__", + "name": "__init__", + "lineno": 96, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup._get_write_trie", + "name": "_get_write_trie", + "lineno": 104, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup._get_read_trie", + "name": "_get_read_trie", + "lineno": 116, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup._decode_key", + "name": "_decode_key", + "lineno": 125, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup.__getitem__", + "name": "__getitem__", + "lineno": 129, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup.__setitem__", + "name": "__setitem__", + "lineno": 143, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup._exists", + "name": "_exists", + "lineno": 148, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup.__delitem__", + "name": "__delitem__", + "lineno": 154, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup.has_changed_root", + "name": "has_changed_root", + "lineno": 169, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup.get_changed_root", + "name": "get_changed_root", + "lineno": 172, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup._initialize_to_root_hash", + "name": "_initialize_to_root_hash", + "lineno": 180, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup.commit_to", + "name": "commit_to", + "lineno": 188, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup.new_trie", + "name": "new_trie", + "lineno": 208, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.StorageLookup.rollback_trie", + "name": "rollback_trie", + "lineno": 233, + "scope": "StorageLookup", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.__init__", + "name": "__init__", + "lineno": 265, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.get", + "name": "get", + "lineno": 314, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.set", + "name": "set", + "lineno": 330, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.delete", + "name": "delete", + "lineno": 345, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.record", + "name": "record", + "lineno": 370, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.discard", + "name": "discard", + "lineno": 374, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.commit", + "name": "commit", + "lineno": 408, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.lock_changes", + "name": "lock_changes", + "lineno": 418, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.make_storage_root", + "name": "make_storage_root", + "lineno": 423, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB._validate_flushed", + "name": "_validate_flushed", + "lineno": 427, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.get_accessed_slots", + "name": "get_accessed_slots", + "lineno": 438, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.has_changed_root", + "name": "has_changed_root", + "lineno": 442, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.get_changed_root", + "name": "get_changed_root", + "lineno": 445, + "scope": "AccountStorageDB", + "is_async": false + }, + { + "id": "eth.db.storage.AccountStorageDB.persist", + "name": "persist", + "lineno": 448, + "scope": "AccountStorageDB", + "is_async": false + } + ], + "eth.db.trie": [ + { + "id": "eth.db.trie.make_trie_root_and_nodes", + "name": "make_trie_root_and_nodes", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "eth.db.trie._make_trie_root_and_nodes", + "name": "_make_trie_root_and_nodes", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "eth.db.witness": [ + { + "id": "eth.db.witness.MetaWitness.__init__", + "name": "__init__", + "lineno": 24, + "scope": "MetaWitness", + "is_async": false + }, + { + "id": "eth.db.witness.MetaWitness.hashes", + "name": "hashes", + "lineno": 33, + "scope": "MetaWitness", + "is_async": false + }, + { + "id": "eth.db.witness.MetaWitness.accounts_queried", + "name": "accounts_queried", + "lineno": 37, + "scope": "MetaWitness", + "is_async": false + }, + { + "id": "eth.db.witness.MetaWitness.account_bytecodes_queried", + "name": "account_bytecodes_queried", + "lineno": 41, + "scope": "MetaWitness", + "is_async": false + }, + { + "id": "eth.db.witness.MetaWitness.get_slots_queried", + "name": "get_slots_queried", + "lineno": 48, + "scope": "MetaWitness", + "is_async": false + }, + { + "id": "eth.db.witness.MetaWitness.total_slots_queried", + "name": "total_slots_queried", + "lineno": 57, + "scope": "MetaWitness", + "is_async": false + } + ], + "eth.db": [ + { + "id": "eth.db.get_db_backend_class", + "name": "get_db_backend_class", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "eth.db.get_db_backend", + "name": "get_db_backend", + "lineno": 21, + "scope": null, + "is_async": false + } + ], + "eth.db.backends.base": [ + { + "id": "eth.db.backends.base.BaseDB.set", + "name": "set", + "lineno": 27, + "scope": "BaseDB", + "is_async": false + }, + { + "id": "eth.db.backends.base.BaseDB.exists", + "name": "exists", + "lineno": 30, + "scope": "BaseDB", + "is_async": false + }, + { + "id": "eth.db.backends.base.BaseDB.__contains__", + "name": "__contains__", + "lineno": 33, + "scope": "BaseDB", + "is_async": false + }, + { + "id": "eth.db.backends.base.BaseDB.delete", + "name": "delete", + "lineno": 40, + "scope": "BaseDB", + "is_async": false + }, + { + "id": "eth.db.backends.base.BaseDB.__iter__", + "name": "__iter__", + "lineno": 46, + "scope": "BaseDB", + "is_async": false + }, + { + "id": "eth.db.backends.base.BaseDB.__len__", + "name": "__len__", + "lineno": 49, + "scope": "BaseDB", + "is_async": false + } + ], + "eth.db.backends.memory": [ + { + "id": "eth.db.backends.memory.MemoryDB.__init__", + "name": "__init__", + "lineno": 14, + "scope": "MemoryDB", + "is_async": false + }, + { + "id": "eth.db.backends.memory.MemoryDB.__getitem__", + "name": "__getitem__", + "lineno": 20, + "scope": "MemoryDB", + "is_async": false + }, + { + "id": "eth.db.backends.memory.MemoryDB.__setitem__", + "name": "__setitem__", + "lineno": 23, + "scope": "MemoryDB", + "is_async": false + }, + { + "id": "eth.db.backends.memory.MemoryDB._exists", + "name": "_exists", + "lineno": 26, + "scope": "MemoryDB", + "is_async": false + }, + { + "id": "eth.db.backends.memory.MemoryDB.__delitem__", + "name": "__delitem__", + "lineno": 29, + "scope": "MemoryDB", + "is_async": false + }, + { + "id": "eth.db.backends.memory.MemoryDB.__iter__", + "name": "__iter__", + "lineno": 32, + "scope": "MemoryDB", + "is_async": false + }, + { + "id": "eth.db.backends.memory.MemoryDB.__len__", + "name": "__len__", + "lineno": 35, + "scope": "MemoryDB", + "is_async": false + }, + { + "id": "eth.db.backends.memory.MemoryDB.__repr__", + "name": "__repr__", + "lineno": 38, + "scope": "MemoryDB", + "is_async": false + } + ], + "eth.db.backends": [], + "eth.estimators.gas": [ + { + "id": "eth.estimators.gas._get_computation_error", + "name": "_get_computation_error", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "eth.estimators.gas.binary_gas_search", + "name": "binary_gas_search", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "eth.estimators": [ + { + "id": "eth.estimators.get_gas_estimator", + "name": "get_gas_estimator", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.blake2": [ + { + "id": "eth.precompiles.blake2.blake2b_fcompress", + "name": "blake2b_fcompress", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.ecadd": [ + { + "id": "eth.precompiles.ecadd.ecadd", + "name": "ecadd", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.ecadd._ecadd", + "name": "_ecadd", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.ecmul": [ + { + "id": "eth.precompiles.ecmul.ecmul", + "name": "ecmul", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.ecmul._ecmull", + "name": "_ecmull", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.ecpairing": [ + { + "id": "eth.precompiles.ecpairing.ecpairing", + "name": "ecpairing", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.ecpairing._ecpairing", + "name": "_ecpairing", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.ecpairing._process_point", + "name": "_process_point", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.ecpairing._extract_point", + "name": "_extract_point", + "lineno": 109, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.ecrecover": [ + { + "id": "eth.precompiles.ecrecover.ecrecover", + "name": "ecrecover", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.identity": [ + { + "id": "eth.precompiles.identity.identity", + "name": "identity", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.modexp": [ + { + "id": "eth.precompiles.modexp._compute_adjusted_exponent_length", + "name": "_compute_adjusted_exponent_length", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.modexp._compute_complexity", + "name": "_compute_complexity", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.modexp.extract_lengths", + "name": "extract_lengths", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.modexp._compute_modexp_gas_fee_eip_198", + "name": "_compute_modexp_gas_fee_eip_198", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.modexp._modexp", + "name": "_modexp", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.modexp.modexp", + "name": "modexp", + "lineno": 125, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.point_evaluation": [ + { + "id": "eth.precompiles.point_evaluation.kzg_to_versioned_hash", + "name": "kzg_to_versioned_hash", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.point_evaluation.point_evaluation_precompile", + "name": "point_evaluation_precompile", + "lineno": 40, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.ripemd160": [ + { + "id": "eth.precompiles.ripemd160.ripemd160", + "name": "ripemd160", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.sha256": [ + { + "id": "eth.precompiles.sha256.sha256", + "name": "sha256", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "eth.precompiles": [], + "eth.precompiles.bls12_381.bls12_381_g1": [ + { + "id": "eth.precompiles.bls12_381.bls12_381_g1.bytes_to_g1_optimized_point3D", + "name": "bytes_to_g1_optimized_point3D", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g1.g1_optimized_3d_to_bytes", + "name": "g1_optimized_3d_to_bytes", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g1.decode_g1_scalar_pair", + "name": "decode_g1_scalar_pair", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g1.bls12_g1_add", + "name": "bls12_g1_add", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g1.bls12_g1_msm", + "name": "bls12_g1_msm", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g1.bls12_map_fp_to_g1", + "name": "bls12_map_fp_to_g1", + "lineno": 147, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.bls12_381.bls12_381_g2": [ + { + "id": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_fq2", + "name": "bytes_to_fq2", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g2.fq2_to_bytes", + "name": "fq2_to_bytes", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "name": "bytes_to_g2_optimized_point3D", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g2.g2_optimized_3d_to_bytes", + "name": "g2_optimized_3d_to_bytes", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g2.decode_G2_scalar_pair", + "name": "decode_G2_scalar_pair", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g2.bls12_g2_add", + "name": "bls12_g2_add", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g2.bls12_g2_msm", + "name": "bls12_g2_msm", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "eth.precompiles.bls12_381.bls12_381_g2.bls12_map_fp2_to_g2", + "name": "bls12_map_fp2_to_g2", + "lineno": 165, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.bls12_381.bls12_381_pairing": [ + { + "id": "eth.precompiles.bls12_381.bls12_381_pairing.bls12_pairing_check", + "name": "bls12_pairing_check", + "lineno": 31, + "scope": null, + "is_async": false + } + ], + "eth.precompiles.bls12_381.constants": [], + "eth.precompiles.bls12_381": [], + "eth.rlp.accounts": [ + { + "id": "eth.rlp.accounts.Account.__init__", + "name": "__init__", + "lineno": 36, + "scope": "Account", + "is_async": false + }, + { + "id": "eth.rlp.accounts.Account.__repr__", + "name": "__repr__", + "lineno": 46, + "scope": "Account", + "is_async": false + } + ], + "eth.rlp.blocks": [ + { + "id": "eth.rlp.blocks.BaseBlock.__init__", + "name": "__init__", + "lineno": 27, + "scope": "BaseBlock", + "is_async": false + }, + { + "id": "eth.rlp.blocks.BaseBlock.get_transaction_builder", + "name": "get_transaction_builder", + "lineno": 52, + "scope": "BaseBlock", + "is_async": false + }, + { + "id": "eth.rlp.blocks.BaseBlock.is_genesis", + "name": "is_genesis", + "lineno": 58, + "scope": "BaseBlock", + "is_async": false + }, + { + "id": "eth.rlp.blocks.BaseBlock.__repr__", + "name": "__repr__", + "lineno": 61, + "scope": "BaseBlock", + "is_async": false + }, + { + "id": "eth.rlp.blocks.BaseBlock.__str__", + "name": "__str__", + "lineno": 64, + "scope": "BaseBlock", + "is_async": false + } + ], + "eth.rlp.headers": [ + { + "id": "eth.rlp.headers.BlockHeader.__init__", + "name": "__init__", + "lineno": 90, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.__init__", + "name": "__init__", + "lineno": 94, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.__init__", + "name": "__init__", + "lineno": 114, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.__str__", + "name": "__str__", + "lineno": 160, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.hash", + "name": "hash", + "lineno": 166, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.mining_hash", + "name": "mining_hash", + "lineno": 172, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.hex_hash", + "name": "hex_hash", + "lineno": 177, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.is_genesis", + "name": "is_genesis", + "lineno": 181, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.base_fee_per_gas", + "name": "base_fee_per_gas", + "lineno": 189, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.withdrawals_root", + "name": "withdrawals_root", + "lineno": 193, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.blob_gas_used", + "name": "blob_gas_used", + "lineno": 197, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.excess_blob_gas", + "name": "excess_blob_gas", + "lineno": 201, + "scope": "BlockHeader", + "is_async": false + }, + { + "id": "eth.rlp.headers.BlockHeader.parent_beacon_block_root", + "name": "parent_beacon_block_root", + "lineno": 205, + "scope": "BlockHeader", + "is_async": false + } + ], + "eth.rlp.logs": [ + { + "id": "eth.rlp.logs.Log.__init__", + "name": "__init__", + "lineno": 24, + "scope": "Log", + "is_async": false + }, + { + "id": "eth.rlp.logs.Log.bloomables", + "name": "bloomables", + "lineno": 28, + "scope": "Log", + "is_async": false + } + ], + "eth.rlp.receipts": [ + { + "id": "eth.rlp.receipts.Receipt.__init__", + "name": "__init__", + "lineno": 39, + "scope": "Receipt", + "is_async": false + }, + { + "id": "eth.rlp.receipts.Receipt.bloom_filter", + "name": "bloom_filter", + "lineno": 54, + "scope": "Receipt", + "is_async": false + }, + { + "id": "eth.rlp.receipts.Receipt.decode", + "name": "decode", + "lineno": 58, + "scope": "Receipt", + "is_async": false + }, + { + "id": "eth.rlp.receipts.Receipt.encode", + "name": "encode", + "lineno": 61, + "scope": "Receipt", + "is_async": false + } + ], + "eth.rlp.sedes": [], + "eth.rlp.transactions": [ + { + "id": "eth.rlp.transactions.BaseTransactionMethods.validate", + "name": "validate", + "lineno": 43, + "scope": "BaseTransactionMethods", + "is_async": false + }, + { + "id": "eth.rlp.transactions.BaseTransactionMethods.intrinsic_gas", + "name": "intrinsic_gas", + "lineno": 47, + "scope": "BaseTransactionMethods", + "is_async": false + }, + { + "id": "eth.rlp.transactions.BaseTransactionMethods.gas_used_by", + "name": "gas_used_by", + "lineno": 50, + "scope": "BaseTransactionMethods", + "is_async": false + }, + { + "id": "eth.rlp.transactions.BaseTransactionMethods.chain_id", + "name": "chain_id", + "lineno": 54, + "scope": "BaseTransactionMethods", + "is_async": false + }, + { + "id": "eth.rlp.transactions.BaseTransactionMethods.access_list", + "name": "access_list", + "lineno": 58, + "scope": "BaseTransactionMethods", + "is_async": false + }, + { + "id": "eth.rlp.transactions.BaseTransactionFields.hash", + "name": "hash", + "lineno": 79, + "scope": "BaseTransactionFields", + "is_async": false + }, + { + "id": "eth.rlp.transactions.SignedTransactionMethods.sender", + "name": "sender", + "lineno": 87, + "scope": "SignedTransactionMethods", + "is_async": false + }, + { + "id": "eth.rlp.transactions.SignedTransactionMethods.validate", + "name": "validate", + "lineno": 93, + "scope": "SignedTransactionMethods", + "is_async": false + }, + { + "id": "eth.rlp.transactions.SignedTransactionMethods.is_signature_valid", + "name": "is_signature_valid", + "lineno": 102, + "scope": "SignedTransactionMethods", + "is_async": false + }, + { + "id": "eth.rlp.transactions.BaseTransaction.decode", + "name": "decode", + "lineno": 133, + "scope": "BaseTransaction", + "is_async": false + }, + { + "id": "eth.rlp.transactions.BaseTransaction.encode", + "name": "encode", + "lineno": 136, + "scope": "BaseTransaction", + "is_async": false + } + ], + "eth.rlp": [], + "eth.tools.mining": [ + { + "id": "eth.tools.mining.POWMiningMixin.finalize_block", + "name": "finalize_block", + "lineno": 17, + "scope": "POWMiningMixin", + "is_async": false + } + ], + "eth.tools.rlp": [], + "eth.tools": [], + "eth.tools.builder": [], + "eth.tools.builder.chain.builders": [ + { + "id": "eth.tools.builder.chain.builders.build", + "name": "build", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.name", + "name": "name", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.chain_id", + "name": "chain_id", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.fork_at", + "name": "fork_at", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders._is_homestead", + "name": "_is_homestead", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders._set_vm_dao_support_false", + "name": "_set_vm_dao_support_false", + "lineno": 195, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.disable_dao_fork", + "name": "disable_dao_fork", + "lineno": 204, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders._set_vm_dao_fork_block_number", + "name": "_set_vm_dao_fork_block_number", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.dao_fork_at", + "name": "dao_fork_at", + "lineno": 236, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders._get_default_genesis_params", + "name": "_get_default_genesis_params", + "lineno": 300, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders._mix_in_pow_mining", + "name": "_mix_in_pow_mining", + "lineno": 313, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.enable_pow_mining", + "name": "enable_pow_mining", + "lineno": 322, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.disable_pow_check", + "name": "disable_pow_check", + "lineno": 335, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders._fill_and_normalize_state", + "name": "_fill_and_normalize_state", + "lineno": 354, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.genesis", + "name": "genesis", + "lineno": 370, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.mine_block", + "name": "mine_block", + "lineno": 404, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.mine_blocks", + "name": "mine_blocks", + "lineno": 419, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.import_block", + "name": "import_block", + "lineno": 431, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.import_blocks", + "name": "import_blocks", + "lineno": 439, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.import_blocks._import_blocks", + "name": "_import_blocks", + "lineno": 445, + "scope": "import_blocks", + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.copy", + "name": "copy", + "lineno": 454, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.chain_split", + "name": "chain_split", + "lineno": 476, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.chain_split._chain_split", + "name": "_chain_split", + "lineno": 505, + "scope": "chain_split", + "is_async": false + }, + { + "id": "eth.tools.builder.chain.builders.at_block_number", + "name": "at_block_number", + "lineno": 517, + "scope": null, + "is_async": false + } + ], + "eth.tools.builder.chain": [], + "eth.tools.db.atomic": [ + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_batch_set_and_get", + "name": "test_atomic_batch_set_and_get", + "lineno": 13, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_db_cannot_recursively_batch", + "name": "test_atomic_db_cannot_recursively_batch", + "lineno": 20, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_db_with_set_and_delete_batch", + "name": "test_atomic_db_with_set_and_delete_batch", + "lineno": 26, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_db_unbatched_sets_are_immediate", + "name": "test_atomic_db_unbatched_sets_are_immediate", + "lineno": 41, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_db_unbatched_deletes_are_immediate", + "name": "test_atomic_db_unbatched_deletes_are_immediate", + "lineno": 61, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_db_cannot_use_batch_after_context", + "name": "test_atomic_db_cannot_use_batch_after_context", + "lineno": 84, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_db_with_reverted_delete_batch", + "name": "test_atomic_db_with_reverted_delete_batch", + "lineno": 123, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_db_temporary_state_dropped_across_batches", + "name": "test_atomic_db_temporary_state_dropped_across_batches", + "lineno": 143, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.test_atomic_db_with_exception_batch", + "name": "test_atomic_db_with_exception_batch", + "lineno": 161, + "scope": "AtomicDatabaseBatchAPITestSuite", + "is_async": false + } + ], + "eth.tools.db.base": [ + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_get", + "name": "test_database_api_get", + "lineno": 9, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_item_getter", + "name": "test_database_api_item_getter", + "lineno": 13, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_get_missing_key", + "name": "test_database_api_get_missing_key", + "lineno": 17, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_item_getter_missing_key", + "name": "test_database_api_item_getter_missing_key", + "lineno": 21, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_set", + "name": "test_database_api_set", + "lineno": 26, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_item_setter", + "name": "test_database_api_item_setter", + "lineno": 32, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_exists", + "name": "test_database_api_exists", + "lineno": 38, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_contains_checking", + "name": "test_database_api_contains_checking", + "lineno": 45, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_delete", + "name": "test_database_api_delete", + "lineno": 52, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_item_delete", + "name": "test_database_api_item_delete", + "lineno": 62, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_delete_missing_key", + "name": "test_database_api_delete_missing_key", + "lineno": 71, + "scope": "DatabaseAPITestSuite", + "is_async": false + }, + { + "id": "eth.tools.db.base.DatabaseAPITestSuite.test_database_api_item_delete_missing_key", + "name": "test_database_api_item_delete_missing_key", + "lineno": 75, + "scope": "DatabaseAPITestSuite", + "is_async": false + } + ], + "eth.tools.db": [], + "eth.tools.fixtures.generation": [ + { + "id": "eth.tools.fixtures.generation.idfn", + "name": "idfn", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.generation.get_fixtures_file_hash", + "name": "get_fixtures_file_hash", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.generation.generate_fixture_tests", + "name": "generate_fixture_tests", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "eth.tools.fixtures.helpers": [ + { + "id": "eth.tools.fixtures.helpers.setup_state", + "name": "setup_state", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.verify_state", + "name": "verify_state", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers._block_at_timestamp", + "name": "_block_at_timestamp", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.transition_test_at_timestamp", + "name": "transition_test_at_timestamp", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.chain_vm_configuration", + "name": "chain_vm_configuration", + "lineno": 148, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.genesis_fields_from_fixture", + "name": "genesis_fields_from_fixture", + "lineno": 266, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.genesis_params_from_fixture", + "name": "genesis_params_from_fixture", + "lineno": 309, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.new_chain_from_fixture", + "name": "new_chain_from_fixture", + "lineno": 338, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.apply_fixture_block_to_chain", + "name": "apply_fixture_block_to_chain", + "lineno": 360, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.should_run_slow_tests", + "name": "should_run_slow_tests", + "lineno": 387, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.helpers.get_test_name", + "name": "get_test_name", + "lineno": 393, + "scope": null, + "is_async": false + } + ], + "eth.tools.fixtures.loading": [ + { + "id": "eth.tools.fixtures.loading.find_fixture_files", + "name": "find_fixture_files", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.loading.find_fixtures", + "name": "find_fixtures", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.loading.load_json_fixture", + "name": "load_json_fixture", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.loading.load_fixture", + "name": "load_fixture", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.loading.filter_fixtures", + "name": "filter_fixtures", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "eth.tools.fixtures._utils": [ + { + "id": "eth.tools.fixtures._utils.recursive_find_files", + "name": "recursive_find_files", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures._utils.require_pytest", + "name": "require_pytest", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures._utils.require_pytest.inner", + "name": "inner", + "lineno": 25, + "scope": "require_pytest", + "is_async": false + } + ], + "eth.tools.fixtures": [], + "eth.tools.fixtures.fillers.common": [ + { + "id": "eth.tools.fixtures.fillers.common.get_default_transaction", + "name": "get_default_transaction", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers.common.setup_filler", + "name": "setup_filler", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers.common.setup_main_filler", + "name": "setup_main_filler", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers.common.pre_state", + "name": "pre_state", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers.common.pre_state._pre_state", + "name": "_pre_state", + "lineno": 183, + "scope": "pre_state", + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers.common._expect", + "name": "_expect", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers.common.expect", + "name": "expect", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers.common.execution", + "name": "execution", + "lineno": 319, + "scope": null, + "is_async": false + } + ], + "eth.tools.fixtures.fillers.formatters": [], + "eth.tools.fixtures.fillers.main": [ + { + "id": "eth.tools.fixtures.fillers.main.fill_test", + "name": "fill_test", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "eth.tools.fixtures.fillers.state": [ + { + "id": "eth.tools.fixtures.fillers.state.fill_state_test", + "name": "fill_state_test", + "lineno": 81, + "scope": null, + "is_async": false + } + ], + "eth.tools.fixtures.fillers.vm": [ + { + "id": "eth.tools.fixtures.fillers.vm.fill_vm_test", + "name": "fill_vm_test", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "eth.tools.fixtures.fillers._utils": [ + { + "id": "eth.tools.fixtures.fillers._utils.wrap_in_list", + "name": "wrap_in_list", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers._utils.add_transaction_to_group", + "name": "add_transaction_to_group", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers._utils.calc_state_root", + "name": "calc_state_root", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers._utils.generate_random_keypair", + "name": "generate_random_keypair", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools.fixtures.fillers._utils.generate_random_address", + "name": "generate_random_address", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "eth.tools.fixtures.fillers": [], + "eth.tools._utils.deprecation": [ + { + "id": "eth.tools._utils.deprecation.deprecate_method", + "name": "deprecate_method", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.deprecation.deprecate_method.deprecated_func", + "name": "deprecated_func", + "lineno": 15, + "scope": "deprecate_method", + "is_async": false + } + ], + "eth.tools._utils.git": [ + { + "id": "eth.tools._utils.git.get_version_from_git", + "name": "get_version_from_git", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "eth.tools._utils.hashing": [ + { + "id": "eth.tools._utils.hashing.hash_log_entries", + "name": "hash_log_entries", + "lineno": 20, + "scope": null, + "is_async": false + } + ], + "eth.tools._utils.mappings": [ + { + "id": "eth.tools._utils.mappings.merge_if_dicts", + "name": "merge_if_dicts", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.mappings.deep_merge", + "name": "deep_merge", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.mappings.is_cleanly_mergable", + "name": "is_cleanly_mergable", + "lineno": 27, + "scope": null, + "is_async": false + } + ], + "eth.tools._utils.normalization": [ + { + "id": "eth.tools._utils.normalization.normalize_int", + "name": "normalize_int", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_bytes", + "name": "normalize_bytes", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.to_int", + "name": "to_int", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_to_address", + "name": "normalize_to_address", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.dict_normalizer", + "name": "dict_normalizer", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.dict_normalizer.normalizer", + "name": "normalizer", + "lineno": 149, + "scope": "dict_normalizer", + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.dict_options_normalizer", + "name": "dict_options_normalizer", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.dict_options_normalizer.normalize", + "name": "normalize", + "lineno": 164, + "scope": "dict_options_normalizer", + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.state_definition_to_dict", + "name": "state_definition_to_dict", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_unsigned_transaction", + "name": "normalize_unsigned_transaction", + "lineno": 364, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_account_state", + "name": "normalize_account_state", + "lineno": 394, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_post_state", + "name": "normalize_post_state", + "lineno": 409, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_post_state_hash", + "name": "normalize_post_state_hash", + "lineno": 419, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_statetest_fixture", + "name": "normalize_statetest_fixture", + "lineno": 428, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_exec", + "name": "normalize_exec", + "lineno": 446, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_callcreates", + "name": "normalize_callcreates", + "lineno": 458, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "name": "normalize_vmtest_fixture", + "lineno": 477, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_signed_transaction", + "name": "normalize_signed_transaction", + "lineno": 498, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_transactiontest_fixture", + "name": "normalize_transactiontest_fixture", + "lineno": 546, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_block_header", + "name": "normalize_block_header", + "lineno": 578, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_block", + "name": "normalize_block", + "lineno": 617, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "name": "normalize_blockchain_fixtures", + "lineno": 637, + "scope": null, + "is_async": false + } + ], + "eth.tools._utils.slow_code_stream": [ + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.__init__", + "name": "__init__", + "lineno": 33, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.read", + "name": "read", + "lineno": 43, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.__len__", + "name": "__len__", + "lineno": 46, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.__getitem__", + "name": "__getitem__", + "lineno": 49, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.__iter__", + "name": "__iter__", + "lineno": 52, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.__next__", + "name": "__next__", + "lineno": 61, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.peek", + "name": "peek", + "lineno": 70, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.program_counter", + "name": "program_counter", + "lineno": 77, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.program_counter", + "name": "program_counter", + "lineno": 81, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.seek", + "name": "seek", + "lineno": 85, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream._potentially_disqualifying_opcode_positions", + "name": "_potentially_disqualifying_opcode_positions", + "lineno": 93, + "scope": "SlowCodeStream", + "is_async": false + }, + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream.is_valid_opcode", + "name": "is_valid_opcode", + "lineno": 108, + "scope": "SlowCodeStream", + "is_async": false + } + ], + "eth.tools._utils.vyper": [ + { + "id": "eth.tools._utils.vyper.require_vyper", + "name": "require_vyper", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "eth.tools._utils.vyper.require_vyper.inner", + "name": "inner", + "lineno": 26, + "scope": "require_vyper", + "is_async": false + }, + { + "id": "eth.tools._utils.vyper.compile_vyper_lll", + "name": "compile_vyper_lll", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "eth.tools._utils": [], + "eth.vm.base": [ + { + "id": "eth.vm.base.VM.__init__", + "name": "__init__", + "lineno": 112, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.get_header", + "name": "get_header", + "lineno": 124, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.get_block", + "name": "get_block", + "lineno": 130, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.state", + "name": "state", + "lineno": 139, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.build_state", + "name": "build_state", + "lineno": 150, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM._consensus", + "name": "_consensus", + "lineno": 163, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.logger", + "name": "logger", + "lineno": 170, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.apply_transaction", + "name": "apply_transaction", + "lineno": 176, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.create_execution_context", + "name": "create_execution_context", + "lineno": 191, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.execute_bytecode", + "name": "execute_bytecode", + "lineno": 215, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.apply_all_transactions", + "name": "apply_all_transactions", + "lineno": 254, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.apply_withdrawal", + "name": "apply_withdrawal", + "lineno": 305, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.apply_all_withdrawals", + "name": "apply_all_withdrawals", + "lineno": 311, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.compute_requests_hash", + "name": "compute_requests_hash", + "lineno": 331, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.import_block", + "name": "import_block", + "lineno": 336, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.block_preprocessing", + "name": "block_preprocessing", + "lineno": 409, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.block_postprocessing", + "name": "block_postprocessing", + "lineno": 415, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.mine_block", + "name": "mine_block", + "lineno": 422, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.set_block_transactions_and_withdrawals", + "name": "set_block_transactions_and_withdrawals", + "lineno": 433, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM._assign_block_rewards", + "name": "_assign_block_rewards", + "lineno": 469, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.finalize_block", + "name": "finalize_block", + "lineno": 491, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.pack_block", + "name": "pack_block", + "lineno": 519, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.generate_block_from_parent_header_and_coinbase", + "name": "generate_block_from_parent_header_and_coinbase", + "lineno": 547, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.create_genesis_header", + "name": "create_genesis_header", + "lineno": 559, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.get_block_class", + "name": "get_block_class", + "lineno": 564, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.get_prev_hashes", + "name": "get_prev_hashes", + "lineno": 571, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.previous_hashes", + "name": "previous_hashes", + "lineno": 587, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.create_transaction", + "name": "create_transaction", + "lineno": 593, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 597, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.get_transaction_builder", + "name": "get_transaction_builder", + "lineno": 612, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.get_receipt_builder", + "name": "get_receipt_builder", + "lineno": 616, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.validate_receipt", + "name": "validate_receipt", + "lineno": 623, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.validate_block", + "name": "validate_block", + "lineno": 647, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.validate_header", + "name": "validate_header", + "lineno": 694, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.validate_gas", + "name": "validate_gas", + "lineno": 729, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.validate_seal", + "name": "validate_seal", + "lineno": 734, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.validate_seal_extension", + "name": "validate_seal_extension", + "lineno": 744, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.validate_uncle", + "name": "validate_uncle", + "lineno": 750, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.get_state_class", + "name": "get_state_class", + "lineno": 787, + "scope": "VM", + "is_async": false + }, + { + "id": "eth.vm.base.VM.in_costless_state", + "name": "in_costless_state", + "lineno": 794, + "scope": "VM", + "is_async": false + } + ], + "eth.vm.chain_context": [ + { + "id": "eth.vm.chain_context.ChainContext.__init__", + "name": "__init__", + "lineno": 16, + "scope": "ChainContext", + "is_async": false + }, + { + "id": "eth.vm.chain_context.ChainContext.chain_id", + "name": "chain_id", + "lineno": 25, + "scope": "ChainContext", + "is_async": false + } + ], + "eth.vm.code_stream": [ + { + "id": "eth.vm.code_stream.CodeStream.__init__", + "name": "__init__", + "lineno": 32, + "scope": "CodeStream", + "is_async": false + }, + { + "id": "eth.vm.code_stream.CodeStream.read", + "name": "read", + "lineno": 44, + "scope": "CodeStream", + "is_async": false + }, + { + "id": "eth.vm.code_stream.CodeStream.__len__", + "name": "__len__", + "lineno": 50, + "scope": "CodeStream", + "is_async": false + }, + { + "id": "eth.vm.code_stream.CodeStream.__getitem__", + "name": "__getitem__", + "lineno": 53, + "scope": "CodeStream", + "is_async": false + }, + { + "id": "eth.vm.code_stream.CodeStream.__iter__", + "name": "__iter__", + "lineno": 56, + "scope": "CodeStream", + "is_async": false + }, + { + "id": "eth.vm.code_stream.CodeStream.peek", + "name": "peek", + "lineno": 70, + "scope": "CodeStream", + "is_async": false + }, + { + "id": "eth.vm.code_stream.CodeStream.seek", + "name": "seek", + "lineno": 78, + "scope": "CodeStream", + "is_async": false + }, + { + "id": "eth.vm.code_stream.CodeStream._potentially_disqualifying_opcode_positions", + "name": "_potentially_disqualifying_opcode_positions", + "lineno": 86, + "scope": "CodeStream", + "is_async": false + }, + { + "id": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "name": "is_valid_opcode", + "lineno": 101, + "scope": "CodeStream", + "is_async": false + } + ], + "eth.vm.computation": [ + { + "id": "eth.vm.computation.NO_RESULT", + "name": "NO_RESULT", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.computation.memory_gas_cost", + "name": "memory_gas_cost", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.__init__", + "name": "__init__", + "lineno": 135, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation._configure_gas_meter", + "name": "_configure_gas_meter", + "lineno": 156, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.apply_message", + "name": "apply_message", + "lineno": 161, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.apply_create_message", + "name": "apply_create_message", + "lineno": 171, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.is_origin_computation", + "name": "is_origin_computation", + "lineno": 182, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.prepare_child_message", + "name": "prepare_child_message", + "lineno": 186, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.apply_child_computation", + "name": "apply_child_computation", + "lineno": 208, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.generate_child_computation", + "name": "generate_child_computation", + "lineno": 216, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.add_child_computation", + "name": "add_child_computation", + "lineno": 236, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_gas_refund", + "name": "get_gas_refund", + "lineno": 256, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.register_account_for_deletion", + "name": "register_account_for_deletion", + "lineno": 268, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_accounts_for_deletion", + "name": "get_accounts_for_deletion", + "lineno": 284, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_self_destruct_beneficiaries", + "name": "get_self_destruct_beneficiaries", + "lineno": 300, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.add_log_entry", + "name": "add_log_entry", + "lineno": 320, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_raw_log_entries", + "name": "get_raw_log_entries", + "lineno": 334, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_log_entries", + "name": "get_log_entries", + "lineno": 349, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.apply_computation", + "name": "apply_computation", + "lineno": 354, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.is_success", + "name": "is_success", + "lineno": 422, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.is_error", + "name": "is_error", + "lineno": 426, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.error", + "name": "error", + "lineno": 430, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.error", + "name": "error", + "lineno": 436, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.raise_if_error", + "name": "raise_if_error", + "lineno": 441, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.should_burn_gas", + "name": "should_burn_gas", + "lineno": 446, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.should_return_gas", + "name": "should_return_gas", + "lineno": 450, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.should_erase_return_data", + "name": "should_erase_return_data", + "lineno": 454, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.extend_memory", + "name": "extend_memory", + "lineno": 458, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.memory_write", + "name": "memory_write", + "lineno": 491, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.memory_read_bytes", + "name": "memory_read_bytes", + "lineno": 494, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.memory_copy", + "name": "memory_copy", + "lineno": 497, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_gas_meter", + "name": "get_gas_meter", + "lineno": 501, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.consume_gas", + "name": "consume_gas", + "lineno": 504, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.return_gas", + "name": "return_gas", + "lineno": 507, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.refund_gas", + "name": "refund_gas", + "lineno": 510, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_gas_used", + "name": "get_gas_used", + "lineno": 513, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_gas_remaining", + "name": "get_gas_remaining", + "lineno": 522, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.consume_initcode_gas_cost", + "name": "consume_initcode_gas_cost", + "lineno": 529, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_swap", + "name": "stack_swap", + "lineno": 536, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_dup", + "name": "stack_dup", + "lineno": 539, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_pop_ints", + "name": "stack_pop_ints", + "lineno": 546, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_pop_bytes", + "name": "stack_pop_bytes", + "lineno": 550, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_pop_any", + "name": "stack_pop_any", + "lineno": 554, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_pop1_int", + "name": "stack_pop1_int", + "lineno": 558, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_pop1_bytes", + "name": "stack_pop1_bytes", + "lineno": 562, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_pop1_any", + "name": "stack_pop1_any", + "lineno": 566, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_push_int", + "name": "stack_push_int", + "lineno": 570, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.stack_push_bytes", + "name": "stack_push_bytes", + "lineno": 574, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.output", + "name": "output", + "lineno": 579, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.output", + "name": "output", + "lineno": 586, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.precompiles", + "name": "precompiles", + "lineno": 592, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_precompiles", + "name": "get_precompiles", + "lineno": 599, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.get_opcode_fn", + "name": "get_opcode_fn", + "lineno": 605, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.__enter__", + "name": "__enter__", + "lineno": 612, + "scope": "BaseComputation", + "is_async": false + }, + { + "id": "eth.vm.computation.BaseComputation.__exit__", + "name": "__exit__", + "lineno": 627, + "scope": "BaseComputation", + "is_async": false + } + ], + "eth.vm.execution_context": [ + { + "id": "eth.vm.execution_context.ExecutionContext.__init__", + "name": "__init__", + "lineno": 32, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.coinbase", + "name": "coinbase", + "lineno": 57, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.timestamp", + "name": "timestamp", + "lineno": 61, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.block_number", + "name": "block_number", + "lineno": 65, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.difficulty", + "name": "difficulty", + "lineno": 69, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.mix_hash", + "name": "mix_hash", + "lineno": 73, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.gas_limit", + "name": "gas_limit", + "lineno": 77, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.prev_hashes", + "name": "prev_hashes", + "lineno": 81, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.chain_id", + "name": "chain_id", + "lineno": 85, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.base_fee_per_gas", + "name": "base_fee_per_gas", + "lineno": 89, + "scope": "ExecutionContext", + "is_async": false + }, + { + "id": "eth.vm.execution_context.ExecutionContext.excess_blob_gas", + "name": "excess_blob_gas", + "lineno": 99, + "scope": "ExecutionContext", + "is_async": false + } + ], + "eth.vm.gas_meter": [ + { + "id": "eth.vm.gas_meter.default_refund_strategy", + "name": "default_refund_strategy", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.gas_meter.allow_negative_refund_strategy", + "name": "allow_negative_refund_strategy", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.gas_meter.GasMeter.__init__", + "name": "__init__", + "lineno": 43, + "scope": "GasMeter", + "is_async": false + }, + { + "id": "eth.vm.gas_meter.GasMeter.consume_gas", + "name": "consume_gas", + "lineno": 57, + "scope": "GasMeter", + "is_async": false + }, + { + "id": "eth.vm.gas_meter.GasMeter.return_gas", + "name": "return_gas", + "lineno": 76, + "scope": "GasMeter", + "is_async": false + }, + { + "id": "eth.vm.gas_meter.GasMeter.refund_gas", + "name": "refund_gas", + "lineno": 88, + "scope": "GasMeter", + "is_async": false + } + ], + "eth.vm.header": [], + "eth.vm.interrupt": [ + { + "id": "eth.vm.interrupt.MissingAccountTrieNode.state_root_hash", + "name": "state_root_hash", + "lineno": 34, + "scope": "MissingAccountTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingAccountTrieNode.address_hash", + "name": "address_hash", + "lineno": 38, + "scope": "MissingAccountTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingAccountTrieNode.__repr__", + "name": "__repr__", + "lineno": 41, + "scope": "MissingAccountTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingAccountTrieNode.__str__", + "name": "__str__", + "lineno": 44, + "scope": "MissingAccountTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingStorageTrieNode.__init__", + "name": "__init__", + "lineno": 60, + "scope": "MissingStorageTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingStorageTrieNode.storage_root_hash", + "name": "storage_root_hash", + "lineno": 82, + "scope": "MissingStorageTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingStorageTrieNode.account_address", + "name": "account_address", + "lineno": 86, + "scope": "MissingStorageTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingStorageTrieNode.__repr__", + "name": "__repr__", + "lineno": 89, + "scope": "MissingStorageTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingStorageTrieNode.__str__", + "name": "__str__", + "lineno": 92, + "scope": "MissingStorageTrieNode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingBytecode.__init__", + "name": "__init__", + "lineno": 109, + "scope": "MissingBytecode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingBytecode.missing_code_hash", + "name": "missing_code_hash", + "lineno": 118, + "scope": "MissingBytecode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingBytecode.__repr__", + "name": "__repr__", + "lineno": 121, + "scope": "MissingBytecode", + "is_async": false + }, + { + "id": "eth.vm.interrupt.MissingBytecode.__str__", + "name": "__str__", + "lineno": 124, + "scope": "MissingBytecode", + "is_async": false + } + ], + "eth.vm.memory": [ + { + "id": "eth.vm.memory.Memory.__init__", + "name": "__init__", + "lineno": 21, + "scope": "Memory", + "is_async": false + }, + { + "id": "eth.vm.memory.Memory.extend", + "name": "extend", + "lineno": 24, + "scope": "Memory", + "is_async": false + }, + { + "id": "eth.vm.memory.Memory.__len__", + "name": "__len__", + "lineno": 44, + "scope": "Memory", + "is_async": false + }, + { + "id": "eth.vm.memory.Memory.write", + "name": "write", + "lineno": 47, + "scope": "Memory", + "is_async": false + }, + { + "id": "eth.vm.memory.Memory.read", + "name": "read", + "lineno": 57, + "scope": "Memory", + "is_async": false + }, + { + "id": "eth.vm.memory.Memory.read_bytes", + "name": "read_bytes", + "lineno": 60, + "scope": "Memory", + "is_async": false + }, + { + "id": "eth.vm.memory.Memory.copy", + "name": "copy", + "lineno": 63, + "scope": "Memory", + "is_async": false + } + ], + "eth.vm.message": [ + { + "id": "eth.vm.message.Message.__init__", + "name": "__init__", + "lineno": 47, + "scope": "Message", + "is_async": false + }, + { + "id": "eth.vm.message.Message.code_address", + "name": "code_address", + "lineno": 108, + "scope": "Message", + "is_async": false + }, + { + "id": "eth.vm.message.Message.code_address", + "name": "code_address", + "lineno": 115, + "scope": "Message", + "is_async": false + }, + { + "id": "eth.vm.message.Message.storage_address", + "name": "storage_address", + "lineno": 119, + "scope": "Message", + "is_async": false + }, + { + "id": "eth.vm.message.Message.storage_address", + "name": "storage_address", + "lineno": 126, + "scope": "Message", + "is_async": false + }, + { + "id": "eth.vm.message.Message.is_create", + "name": "is_create", + "lineno": 130, + "scope": "Message", + "is_async": false + }, + { + "id": "eth.vm.message.Message.data_as_bytes", + "name": "data_as_bytes", + "lineno": 134, + "scope": "Message", + "is_async": false + }, + { + "id": "eth.vm.message.Message.is_delegation", + "name": "is_delegation", + "lineno": 138, + "scope": "Message", + "is_async": false + }, + { + "id": "eth.vm.message.Message.is_delegation", + "name": "is_delegation", + "lineno": 142, + "scope": "Message", + "is_async": false + } + ], + "eth.vm.mnemonics": [], + "eth.vm.opcode": [ + { + "id": "eth.vm.opcode._FastOpcode.__init__", + "name": "__init__", + "lineno": 27, + "scope": "_FastOpcode", + "is_async": false + }, + { + "id": "eth.vm.opcode._FastOpcode.__call__", + "name": "__call__", + "lineno": 34, + "scope": "_FastOpcode", + "is_async": false + }, + { + "id": "eth.vm.opcode._FastOpcode.as_opcode", + "name": "as_opcode", + "lineno": 39, + "scope": "_FastOpcode", + "is_async": false + }, + { + "id": "eth.vm.opcode.Opcode.__init__", + "name": "__init__", + "lineno": 52, + "scope": "Opcode", + "is_async": false + }, + { + "id": "eth.vm.opcode.Opcode.logger", + "name": "logger", + "lineno": 59, + "scope": "Opcode", + "is_async": false + }, + { + "id": "eth.vm.opcode.Opcode.as_opcode", + "name": "as_opcode", + "lineno": 63, + "scope": "Opcode", + "is_async": false + } + ], + "eth.vm.opcode_values": [], + "eth.vm.spoof": [ + { + "id": "eth.vm.spoof.SpoofTransaction.__init__", + "name": "__init__", + "lineno": 16, + "scope": "SpoofTransaction", + "is_async": false + } + ], + "eth.vm.stack": [ + { + "id": "eth.vm.stack._busted_type", + "name": "_busted_type", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.__init__", + "name": "__init__", + "lineno": 52, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.push_int", + "name": "push_int", + "lineno": 61, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.push_bytes", + "name": "push_bytes", + "lineno": 69, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.pop1_bytes", + "name": "pop1_bytes", + "lineno": 77, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.pop1_int", + "name": "pop1_int", + "lineno": 85, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.pop1_any", + "name": "pop1_any", + "lineno": 91, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.pop_any", + "name": "pop_any", + "lineno": 100, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.pop_ints", + "name": "pop_ints", + "lineno": 115, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.pop_bytes", + "name": "pop_bytes", + "lineno": 118, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.swap", + "name": "swap", + "lineno": 121, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.dup", + "name": "dup", + "lineno": 128, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack._stack_items_str", + "name": "_stack_items_str", + "lineno": 137, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.Stack.__str__", + "name": "__str__", + "lineno": 148, + "scope": "Stack", + "is_async": false + }, + { + "id": "eth.vm.stack.to_int", + "name": "to_int", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.stack.to_bytes", + "name": "to_bytes", + "lineno": 160, + "scope": null, + "is_async": false + } + ], + "eth.vm.state": [ + { + "id": "eth.vm.state.BaseState.__init__", + "name": "__init__", + "lineno": 57, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.logger", + "name": "logger", + "lineno": 72, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.coinbase", + "name": "coinbase", + "lineno": 80, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.timestamp", + "name": "timestamp", + "lineno": 84, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.block_number", + "name": "block_number", + "lineno": 88, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.difficulty", + "name": "difficulty", + "lineno": 92, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.mix_hash", + "name": "mix_hash", + "lineno": 96, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.gas_limit", + "name": "gas_limit", + "lineno": 100, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.base_fee", + "name": "base_fee", + "lineno": 104, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_tip", + "name": "get_tip", + "lineno": 109, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_gas_price", + "name": "get_gas_price", + "lineno": 112, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.blob_base_fee", + "name": "blob_base_fee", + "lineno": 116, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_account_db_class", + "name": "get_account_db_class", + "lineno": 125, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.state_root", + "name": "state_root", + "lineno": 131, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.make_state_root", + "name": "make_state_root", + "lineno": 134, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_storage", + "name": "get_storage", + "lineno": 137, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.set_storage", + "name": "set_storage", + "lineno": 142, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.delete_storage", + "name": "delete_storage", + "lineno": 145, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.delete_account", + "name": "delete_account", + "lineno": 148, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_balance", + "name": "get_balance", + "lineno": 151, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.set_balance", + "name": "set_balance", + "lineno": 154, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.delta_balance", + "name": "delta_balance", + "lineno": 157, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_nonce", + "name": "get_nonce", + "lineno": 160, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.set_nonce", + "name": "set_nonce", + "lineno": 163, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.increment_nonce", + "name": "increment_nonce", + "lineno": 166, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_code", + "name": "get_code", + "lineno": 169, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.set_code", + "name": "set_code", + "lineno": 172, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_code_hash", + "name": "get_code_hash", + "lineno": 175, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.delete_code", + "name": "delete_code", + "lineno": 178, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.has_code_or_nonce", + "name": "has_code_or_nonce", + "lineno": 181, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.account_exists", + "name": "account_exists", + "lineno": 184, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.touch_account", + "name": "touch_account", + "lineno": 187, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.account_is_empty", + "name": "account_is_empty", + "lineno": 190, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.is_storage_warm", + "name": "is_storage_warm", + "lineno": 193, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.mark_storage_warm", + "name": "mark_storage_warm", + "lineno": 196, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.is_address_warm", + "name": "is_address_warm", + "lineno": 199, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.mark_address_warm", + "name": "mark_address_warm", + "lineno": 210, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_transient_storage", + "name": "get_transient_storage", + "lineno": 213, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.set_transient_storage", + "name": "set_transient_storage", + "lineno": 216, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.clear_transient_storage", + "name": "clear_transient_storage", + "lineno": 219, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.snapshot", + "name": "snapshot", + "lineno": 225, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.revert", + "name": "revert", + "lineno": 228, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.commit", + "name": "commit", + "lineno": 236, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.lock_changes", + "name": "lock_changes", + "lineno": 240, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.persist", + "name": "persist", + "lineno": 243, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_ancestor_hash", + "name": "get_ancestor_hash", + "lineno": 249, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_computation", + "name": "get_computation", + "lineno": 268, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_transaction_context_class", + "name": "get_transaction_context_class", + "lineno": 281, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_transaction_executor", + "name": "get_transaction_executor", + "lineno": 289, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.costless_execute_transaction", + "name": "costless_execute_transaction", + "lineno": 292, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.override_transaction_context", + "name": "override_transaction_context", + "lineno": 300, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.override_transaction_context.get_custom_transaction_context", + "name": "get_custom_transaction_context", + "lineno": 303, + "scope": "BaseState.override_transaction_context", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.get_transaction_context", + "name": "get_transaction_context", + "lineno": 316, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.apply_withdrawal", + "name": "apply_withdrawal", + "lineno": 325, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.apply_all_withdrawals", + "name": "apply_all_withdrawals", + "lineno": 329, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseState.set_system_contracts", + "name": "set_system_contracts", + "lineno": 334, + "scope": "BaseState", + "is_async": false + }, + { + "id": "eth.vm.state.BaseTransactionExecutor.__init__", + "name": "__init__", + "lineno": 342, + "scope": "BaseTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.state.BaseTransactionExecutor.__call__", + "name": "__call__", + "lineno": 345, + "scope": "BaseTransactionExecutor", + "is_async": false + } + ], + "eth.vm.transaction_context": [ + { + "id": "eth.vm.transaction_context.BaseTransactionContext.__init__", + "name": "__init__", + "lineno": 25, + "scope": "BaseTransactionContext", + "is_async": false + }, + { + "id": "eth.vm.transaction_context.BaseTransactionContext.get_next_log_counter", + "name": "get_next_log_counter", + "lineno": 43, + "scope": "BaseTransactionContext", + "is_async": false + }, + { + "id": "eth.vm.transaction_context.BaseTransactionContext.gas_price", + "name": "gas_price", + "lineno": 47, + "scope": "BaseTransactionContext", + "is_async": false + }, + { + "id": "eth.vm.transaction_context.BaseTransactionContext.origin", + "name": "origin", + "lineno": 51, + "scope": "BaseTransactionContext", + "is_async": false + }, + { + "id": "eth.vm.transaction_context.BaseTransactionContext.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 55, + "scope": "BaseTransactionContext", + "is_async": false + }, + { + "id": "eth.vm.transaction_context.BaseTransactionContext.authorization_list", + "name": "authorization_list", + "lineno": 59, + "scope": "BaseTransactionContext", + "is_async": false + } + ], + "eth.vm.transient_storage": [ + { + "id": "eth.vm.transient_storage.TransientStorage.__init__", + "name": "__init__", + "lineno": 28, + "scope": "TransientStorage", + "is_async": false + }, + { + "id": "eth.vm.transient_storage.TransientStorage._get_key", + "name": "_get_key", + "lineno": 32, + "scope": "TransientStorage", + "is_async": false + }, + { + "id": "eth.vm.transient_storage.TransientStorage.get_transient_storage", + "name": "get_transient_storage", + "lineno": 35, + "scope": "TransientStorage", + "is_async": false + }, + { + "id": "eth.vm.transient_storage.TransientStorage.set_transient_storage", + "name": "set_transient_storage", + "lineno": 42, + "scope": "TransientStorage", + "is_async": false + }, + { + "id": "eth.vm.transient_storage.TransientStorage.record", + "name": "record", + "lineno": 50, + "scope": "TransientStorage", + "is_async": false + }, + { + "id": "eth.vm.transient_storage.TransientStorage.commit", + "name": "commit", + "lineno": 53, + "scope": "TransientStorage", + "is_async": false + }, + { + "id": "eth.vm.transient_storage.TransientStorage.discard", + "name": "discard", + "lineno": 56, + "scope": "TransientStorage", + "is_async": false + }, + { + "id": "eth.vm.transient_storage.TransientStorage.clear", + "name": "clear", + "lineno": 59, + "scope": "TransientStorage", + "is_async": false + } + ], + "eth.vm": [], + "eth.vm.forks": [], + "eth.vm.forks.arrow_glacier.blocks": [ + { + "id": "eth.vm.forks.arrow_glacier.blocks.ArrowGlacierBlockHeader.__str__", + "name": "__str__", + "lineno": 37, + "scope": "ArrowGlacierBlockHeader", + "is_async": false + } + ], + "eth.vm.forks.arrow_glacier.computation": [], + "eth.vm.forks.arrow_glacier.headers": [ + { + "id": "eth.vm.forks.arrow_glacier.headers.create_arrow_glacier_header_from_parent", + "name": "create_arrow_glacier_header_from_parent", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.arrow_glacier.state": [], + "eth.vm.forks.arrow_glacier.transactions": [ + { + "id": "eth.vm.forks.arrow_glacier.transactions.ArrowGlacierUnsignedLegacyTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 24, + "scope": "ArrowGlacierUnsignedLegacyTransaction", + "is_async": false + } + ], + "eth.vm.forks.arrow_glacier": [], + "eth.vm.forks.berlin.blocks": [], + "eth.vm.forks.berlin.computation": [ + { + "id": "eth.vm.forks.berlin.computation._calculate_multiplication_complexity", + "name": "_calculate_multiplication_complexity", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.computation._calculate_iteration_count", + "name": "_calculate_iteration_count", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.computation._compute_modexp_gas_fee_eip_2565", + "name": "_compute_modexp_gas_fee_eip_2565", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.berlin.constants": [], + "eth.vm.forks.berlin.headers": [], + "eth.vm.forks.berlin.logic": [ + { + "id": "eth.vm.forks.berlin.logic._mark_address_warm", + "name": "_mark_address_warm", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic._account_load_cost", + "name": "_account_load_cost", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic._consume_gas_for_account_load", + "name": "_consume_gas_for_account_load", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic._mark_storage_warm", + "name": "_mark_storage_warm", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.balance_eip2929", + "name": "balance_eip2929", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.extcodesize_eip2929", + "name": "extcodesize_eip2929", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.extcodecopy_eip2929", + "name": "extcodecopy_eip2929", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.extcodehash_eip2929", + "name": "extcodehash_eip2929", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.sload_eip2929", + "name": "sload_eip2929", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.sstore_eip2929_generic", + "name": "sstore_eip2929_generic", + "lineno": 160, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.BaseCallEIP2929.get_code_at_address", + "name": "get_code_at_address", + "lineno": 179, + "scope": "BaseCallEIP2929", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.BaseCallEIP2929.consume_account_load_gas", + "name": "consume_account_load_gas", + "lineno": 189, + "scope": "BaseCallEIP2929", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.selfdestruct_eip2929", + "name": "selfdestruct_eip2929", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.CreateEIP2929.generate_contract_address", + "name": "generate_contract_address", + "lineno": 239, + "scope": "CreateEIP2929", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.logic.Create2EIP2929.generate_contract_address", + "name": "generate_contract_address", + "lineno": 251, + "scope": "Create2EIP2929", + "is_async": false + } + ], + "eth.vm.forks.berlin.opcodes": [], + "eth.vm.forks.berlin.receipts": [ + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.__init__", + "name": "__init__", + "lineno": 55, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.decode", + "name": "decode", + "lineno": 68, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.encode", + "name": "encode", + "lineno": 76, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.get_payload_codec", + "name": "get_payload_codec", + "lineno": 80, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.deserialize", + "name": "deserialize", + "lineno": 91, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.serialize", + "name": "serialize", + "lineno": 97, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt._type_byte", + "name": "_type_byte", + "lineno": 102, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.state_root", + "name": "state_root", + "lineno": 106, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.gas_used", + "name": "gas_used", + "lineno": 110, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.bloom", + "name": "bloom", + "lineno": 114, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.logs", + "name": "logs", + "lineno": 118, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.bloom_filter", + "name": "bloom_filter", + "lineno": 122, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.copy", + "name": "copy", + "lineno": 125, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt.__eq__", + "name": "__eq__", + "lineno": 129, + "scope": "TypedReceipt", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.BerlinReceiptBuilder.decode", + "name": "decode", + "lineno": 141, + "scope": "BerlinReceiptBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.BerlinReceiptBuilder.deserialize", + "name": "deserialize", + "lineno": 152, + "scope": "BerlinReceiptBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.receipts.BerlinReceiptBuilder.serialize", + "name": "serialize", + "lineno": 159, + "scope": "BerlinReceiptBuilder", + "is_async": false + } + ], + "eth.vm.forks.berlin.state": [ + { + "id": "eth.vm.forks.berlin.state.BerlinTransactionExecutor.build_computation", + "name": "build_computation", + "lineno": 24, + "scope": "BerlinTransactionExecutor", + "is_async": false + } + ], + "eth.vm.forks.berlin.transactions": [ + { + "id": "eth.vm.forks.berlin.transactions.BerlinUnsignedLegacyTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 103, + "scope": "BerlinUnsignedLegacyTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction._type_byte", + "name": "_type_byte", + "lineno": 144, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 147, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 151, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "name": "validate", + "lineno": 173, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.gas_used_by", + "name": "gas_used_by", + "lineno": 184, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 187, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.intrinsic_gas", + "name": "intrinsic_gas", + "lineno": 191, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.max_priority_fee_per_gas", + "name": "max_priority_fee_per_gas", + "lineno": 196, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.max_fee_per_gas", + "name": "max_fee_per_gas", + "lineno": 200, + "scope": "UnsignedAccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.get_sender", + "name": "get_sender", + "lineno": 222, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 225, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.check_signature_validity", + "name": "check_signature_validity", + "lineno": 239, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction._type_byte", + "name": "_type_byte", + "lineno": 243, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.hash", + "name": "hash", + "lineno": 247, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 250, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.encode", + "name": "encode", + "lineno": 253, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.make_receipt", + "name": "make_receipt", + "lineno": 256, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.max_priority_fee_per_gas", + "name": "max_priority_fee_per_gas", + "lineno": 272, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.max_fee_per_gas", + "name": "max_fee_per_gas", + "lineno": 276, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.max_fee_per_blob_gas", + "name": "max_fee_per_blob_gas", + "lineno": 280, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 286, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction.authorization_list", + "name": "authorization_list", + "lineno": 292, + "scope": "AccessListTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListPayloadDecoder.decode", + "name": "decode", + "lineno": 298, + "scope": "AccessListPayloadDecoder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.__init__", + "name": "__init__", + "lineno": 313, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.get_payload_codec", + "name": "get_payload_codec", + "lineno": 318, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.encode", + "name": "encode", + "lineno": 328, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.decode", + "name": "decode", + "lineno": 332, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.serialize", + "name": "serialize", + "lineno": 341, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.deserialize", + "name": "deserialize", + "lineno": 346, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction._type_byte", + "name": "_type_byte", + "lineno": 354, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.chain_id", + "name": "chain_id", + "lineno": 358, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.nonce", + "name": "nonce", + "lineno": 362, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.gas_price", + "name": "gas_price", + "lineno": 366, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.max_priority_fee_per_gas", + "name": "max_priority_fee_per_gas", + "lineno": 370, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.max_fee_per_gas", + "name": "max_fee_per_gas", + "lineno": 374, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.max_fee_per_blob_gas", + "name": "max_fee_per_blob_gas", + "lineno": 378, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 382, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.authorization_list", + "name": "authorization_list", + "lineno": 386, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.gas", + "name": "gas", + "lineno": 390, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.to", + "name": "to", + "lineno": 394, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.value", + "name": "value", + "lineno": 398, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.data", + "name": "data", + "lineno": 402, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.y_parity", + "name": "y_parity", + "lineno": 406, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.r", + "name": "r", + "lineno": 410, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.s", + "name": "s", + "lineno": 414, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.access_list", + "name": "access_list", + "lineno": 418, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.get_sender", + "name": "get_sender", + "lineno": 421, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 424, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.check_signature_validity", + "name": "check_signature_validity", + "lineno": 427, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.validate", + "name": "validate", + "lineno": 430, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.hash", + "name": "hash", + "lineno": 434, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 437, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.copy", + "name": "copy", + "lineno": 440, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.__eq__", + "name": "__eq__", + "lineno": 444, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.make_receipt", + "name": "make_receipt", + "lineno": 450, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction.__hash__", + "name": "__hash__", + "lineno": 460, + "scope": "TypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.decode", + "name": "decode", + "lineno": 477, + "scope": "BerlinTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.deserialize", + "name": "deserialize", + "lineno": 490, + "scope": "BerlinTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.serialize", + "name": "serialize", + "lineno": 497, + "scope": "BerlinTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 504, + "scope": "BerlinTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.new_transaction", + "name": "new_transaction", + "lineno": 517, + "scope": "BerlinTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.new_unsigned_access_list_transaction", + "name": "new_unsigned_access_list_transaction", + "lineno": 532, + "scope": "BerlinTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.new_access_list_transaction", + "name": "new_access_list_transaction", + "lineno": 556, + "scope": "BerlinTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "name": "calculate_txn_intrinsic_gas_berlin", + "lineno": 586, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.berlin": [], + "eth.vm.forks.byzantium.blocks": [], + "eth.vm.forks.byzantium.computation": [], + "eth.vm.forks.byzantium.constants": [], + "eth.vm.forks.byzantium.headers": [ + { + "id": "eth.vm.forks.byzantium.headers.compute_difficulty", + "name": "compute_difficulty", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.byzantium.headers.create_header_from_parent", + "name": "create_header_from_parent", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.byzantium.headers.configure_header", + "name": "configure_header", + "lineno": 95, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.byzantium.opcodes": [ + { + "id": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "name": "ensure_no_static", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.byzantium.opcodes.ensure_no_static.inner", + "name": "inner", + "lineno": 48, + "scope": "ensure_no_static", + "is_async": false + } + ], + "eth.vm.forks.byzantium.state": [], + "eth.vm.forks.byzantium.transactions": [ + { + "id": "eth.vm.forks.byzantium.transactions.ByzantiumTransaction.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 19, + "scope": "ByzantiumTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.byzantium.transactions.ByzantiumUnsignedTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 33, + "scope": "ByzantiumUnsignedTransaction", + "is_async": false + } + ], + "eth.vm.forks.byzantium": [ + { + "id": "eth.vm.forks.byzantium.get_uncle_reward", + "name": "get_uncle_reward", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.byzantium.ByzantiumVM.validate_receipt", + "name": "validate_receipt", + "lineno": 79, + "scope": "ByzantiumVM", + "is_async": false + }, + { + "id": "eth.vm.forks.byzantium.ByzantiumVM.get_block_reward", + "name": "get_block_reward", + "lineno": 90, + "scope": "ByzantiumVM", + "is_async": false + }, + { + "id": "eth.vm.forks.byzantium.ByzantiumVM.add_receipt_to_header", + "name": "add_receipt_to_header", + "lineno": 93, + "scope": "ByzantiumVM", + "is_async": false + }, + { + "id": "eth.vm.forks.byzantium.ByzantiumVM.make_receipt", + "name": "make_receipt", + "lineno": 105, + "scope": "ByzantiumVM", + "is_async": false + } + ], + "eth.vm.forks.cancun.blocks": [ + { + "id": "eth.vm.forks.cancun.blocks.CancunBlockHeader.__init__", + "name": "__init__", + "lineno": 97, + "scope": "CancunBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.blocks.CancunBlockHeader.__str__", + "name": "__str__", + "lineno": 153, + "scope": "CancunBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.blocks.CancunBlockHeader.hash", + "name": "hash", + "lineno": 159, + "scope": "CancunBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.blocks.CancunBlockHeader.mining_hash", + "name": "mining_hash", + "lineno": 165, + "scope": "CancunBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.blocks.CancunBlockHeader.hex_hash", + "name": "hex_hash", + "lineno": 169, + "scope": "CancunBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.blocks.CancunBlockHeader.is_genesis", + "name": "is_genesis", + "lineno": 173, + "scope": "CancunBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.blocks.CancunBackwardsHeader.deserialize", + "name": "deserialize", + "lineno": 184, + "scope": "CancunBackwardsHeader", + "is_async": false + } + ], + "eth.vm.forks.cancun.computation": [], + "eth.vm.forks.cancun.constants": [], + "eth.vm.forks.cancun.headers": [ + { + "id": "eth.vm.forks.cancun.headers.calc_excess_blob_gas_cancun", + "name": "calc_excess_blob_gas_cancun", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.headers.create_cancun_header_from_parent", + "name": "create_cancun_header_from_parent", + "lineno": 48, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.cancun.logic": [ + { + "id": "eth.vm.forks.cancun.logic.tstore", + "name": "tstore", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.logic.tload", + "name": "tload", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.logic.selfdestruct_eip6780", + "name": "selfdestruct_eip6780", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.cancun.opcodes": [], + "eth.vm.forks.cancun.receipts": [], + "eth.vm.forks.cancun.state": [ + { + "id": "eth.vm.forks.cancun.state.get_total_blob_gas", + "name": "get_total_blob_gas", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunTransactionExecutor.__call__", + "name": "__call__", + "lineno": 82, + "scope": "CancunTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunTransactionExecutor.calc_data_fee", + "name": "calc_data_fee", + "lineno": 87, + "scope": "CancunTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "name": "build_evm_message", + "lineno": 90, + "scope": "CancunTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunTransactionExecutor.calc_message_refund", + "name": "calc_message_refund", + "lineno": 144, + "scope": "CancunTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunTransactionExecutor.get_code_at_address", + "name": "get_code_at_address", + "lineno": 151, + "scope": "CancunTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.set_system_contracts", + "name": "set_system_contracts", + "lineno": 169, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.transient_storage", + "name": "transient_storage", + "lineno": 175, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.clear_transient_storage", + "name": "clear_transient_storage", + "lineno": 181, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.get_transient_storage", + "name": "get_transient_storage", + "lineno": 184, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.set_transient_storage", + "name": "set_transient_storage", + "lineno": 187, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.snapshot", + "name": "snapshot", + "lineno": 190, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.commit", + "name": "commit", + "lineno": 195, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.revert", + "name": "revert", + "lineno": 200, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.get_transaction_context", + "name": "get_transaction_context", + "lineno": 205, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.blob_base_fee", + "name": "blob_base_fee", + "lineno": 216, + "scope": "CancunState", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.state.CancunState.validate_transaction", + "name": "validate_transaction", + "lineno": 222, + "scope": "CancunState", + "is_async": false + } + ], + "eth.vm.forks.cancun.transactions": [ + { + "id": "eth.vm.forks.cancun.transactions.CancunUnsignedLegacyTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 98, + "scope": "CancunUnsignedLegacyTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 139, + "scope": "UnsignedBlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "name": "validate", + "lineno": 165, + "scope": "UnsignedBlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction._type_byte", + "name": "_type_byte", + "lineno": 189, + "scope": "UnsignedBlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 192, + "scope": "UnsignedBlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.gas_used_by", + "name": "gas_used_by", + "lineno": 196, + "scope": "UnsignedBlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 199, + "scope": "UnsignedBlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.intrinsic_gas", + "name": "intrinsic_gas", + "lineno": 204, + "scope": "UnsignedBlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.gas_price", + "name": "gas_price", + "lineno": 228, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.authorization_list", + "name": "authorization_list", + "lineno": 235, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.get_sender", + "name": "get_sender", + "lineno": 238, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 241, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.check_signature_validity", + "name": "check_signature_validity", + "lineno": 258, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction._type_byte", + "name": "_type_byte", + "lineno": 262, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.hash", + "name": "hash", + "lineno": 266, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 269, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.encode", + "name": "encode", + "lineno": 273, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction.make_receipt", + "name": "make_receipt", + "lineno": 276, + "scope": "BlobTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobPayloadDecoder.decode", + "name": "decode", + "lineno": 293, + "scope": "BlobPayloadDecoder", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.CancunTransactionBuilder.new_unsigned_blob_transaction", + "name": "new_unsigned_blob_transaction", + "lineno": 312, + "scope": "CancunTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.transactions.CancunTransactionBuilder.new_blob_transaction", + "name": "new_blob_transaction", + "lineno": 342, + "scope": "CancunTransactionBuilder", + "is_async": false + } + ], + "eth.vm.forks.cancun.transaction_context": [ + { + "id": "eth.vm.forks.cancun.transaction_context.CancunTransactionContext.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 16, + "scope": "CancunTransactionContext", + "is_async": false + } + ], + "eth.vm.forks.cancun": [ + { + "id": "eth.vm.forks.cancun.CancunVM.increment_blob_gas_used", + "name": "increment_blob_gas_used", + "lineno": 63, + "scope": "CancunVM", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.CancunVM.block_preprocessing", + "name": "block_preprocessing", + "lineno": 70, + "scope": "CancunVM", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.CancunVM.validate_block", + "name": "validate_block", + "lineno": 89, + "scope": "CancunVM", + "is_async": false + }, + { + "id": "eth.vm.forks.cancun.CancunVM.validate_block_blobs", + "name": "validate_block_blobs", + "lineno": 93, + "scope": "CancunVM", + "is_async": false + } + ], + "eth.vm.forks.constantinople.blocks": [], + "eth.vm.forks.constantinople.computation": [ + { + "id": "eth.vm.forks.constantinople.computation.ConstantinopleComputation._configure_gas_meter", + "name": "_configure_gas_meter", + "lineno": 28, + "scope": "ConstantinopleComputation", + "is_async": false + } + ], + "eth.vm.forks.constantinople.constants": [], + "eth.vm.forks.constantinople.headers": [], + "eth.vm.forks.constantinople.opcodes": [], + "eth.vm.forks.constantinople.state": [], + "eth.vm.forks.constantinople.storage": [], + "eth.vm.forks.constantinople.transactions": [ + { + "id": "eth.vm.forks.constantinople.transactions.ConstantinopleTransaction.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 19, + "scope": "ConstantinopleTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.constantinople.transactions.ConstantinopleUnsignedTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 33, + "scope": "ConstantinopleUnsignedTransaction", + "is_async": false + } + ], + "eth.vm.forks.constantinople": [ + { + "id": "eth.vm.forks.constantinople.ConstantinopleVM.get_block_reward", + "name": "get_block_reward", + "lineno": 37, + "scope": "ConstantinopleVM", + "is_async": false + } + ], + "eth.vm.forks.frontier.blocks": [ + { + "id": "eth.vm.forks.frontier.blocks.FrontierBlock.__init__", + "name": "__init__", + "lineno": 62, + "scope": "FrontierBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.blocks.FrontierBlock.number", + "name": "number", + "lineno": 86, + "scope": "FrontierBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.blocks.FrontierBlock.hash", + "name": "hash", + "lineno": 90, + "scope": "FrontierBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.blocks.FrontierBlock.get_transaction_builder", + "name": "get_transaction_builder", + "lineno": 97, + "scope": "FrontierBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.blocks.FrontierBlock.get_receipt_builder", + "name": "get_receipt_builder", + "lineno": 101, + "scope": "FrontierBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.blocks.FrontierBlock.get_receipts", + "name": "get_receipts", + "lineno": 107, + "scope": "FrontierBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.blocks.FrontierBlock.from_header", + "name": "from_header", + "lineno": 114, + "scope": "FrontierBlock", + "is_async": false + } + ], + "eth.vm.forks.frontier.computation": [ + { + "id": "eth.vm.forks.frontier.computation.FrontierComputation.apply_message", + "name": "apply_message", + "lineno": 60, + "scope": "FrontierComputation", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.computation.FrontierComputation.apply_create_message", + "name": "apply_create_message", + "lineno": 105, + "scope": "FrontierComputation", + "is_async": false + } + ], + "eth.vm.forks.frontier.constants": [], + "eth.vm.forks.frontier.headers": [ + { + "id": "eth.vm.forks.frontier.headers.compute_frontier_difficulty", + "name": "compute_frontier_difficulty", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "name": "create_frontier_header_from_parent", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.headers.configure_frontier_header", + "name": "configure_frontier_header", + "lineno": 103, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.frontier.opcodes": [], + "eth.vm.forks.frontier.state": [ + { + "id": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.validate_transaction", + "name": "validate_transaction", + "lineno": 56, + "scope": "FrontierTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_evm_message", + "name": "build_evm_message", + "lineno": 61, + "scope": "FrontierTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_computation", + "name": "build_computation", + "lineno": 115, + "scope": "FrontierTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.calculate_gas_refund", + "name": "calculate_gas_refund", + "lineno": 152, + "scope": "FrontierTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.finalize_computation", + "name": "finalize_computation", + "lineno": 163, + "scope": "FrontierTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.calc_data_floor_gas", + "name": "calc_data_floor_gas", + "lineno": 213, + "scope": "FrontierTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.state.FrontierState.apply_transaction", + "name": "apply_transaction", + "lineno": 228, + "scope": "FrontierState", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.state.FrontierState.validate_transaction", + "name": "validate_transaction", + "lineno": 232, + "scope": "FrontierState", + "is_async": false + } + ], + "eth.vm.forks.frontier.transactions": [ + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.y_parity", + "name": "y_parity", + "lineno": 71, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.v_min", + "name": "v_min", + "lineno": 75, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.v_max", + "name": "v_max", + "lineno": 79, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "name": "validate", + "lineno": 82, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.check_signature_validity", + "name": "check_signature_validity", + "lineno": 105, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.get_sender", + "name": "get_sender", + "lineno": 108, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 111, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 114, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 127, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.new_transaction", + "name": "new_transaction", + "lineno": 140, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.make_receipt", + "name": "make_receipt", + "lineno": 154, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.max_priority_fee_per_gas", + "name": "max_priority_fee_per_gas", + "lineno": 173, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.max_fee_per_gas", + "name": "max_fee_per_gas", + "lineno": 177, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.max_fee_per_blob_gas", + "name": "max_fee_per_blob_gas", + "lineno": 181, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 187, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction.authorization_list", + "name": "authorization_list", + "lineno": 193, + "scope": "FrontierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.validate", + "name": "validate", + "lineno": 198, + "scope": "FrontierUnsignedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 208, + "scope": "FrontierUnsignedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 226, + "scope": "FrontierUnsignedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.max_priority_fee_per_gas", + "name": "max_priority_fee_per_gas", + "lineno": 231, + "scope": "FrontierUnsignedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.max_fee_per_gas", + "name": "max_fee_per_gas", + "lineno": 235, + "scope": "FrontierUnsignedTransaction", + "is_async": false + } + ], + "eth.vm.forks.frontier.transaction_context": [], + "eth.vm.forks.frontier.validation": [ + { + "id": "eth.vm.forks.frontier.validation.validate_frontier_transaction", + "name": "validate_frontier_transaction", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.validation.validate_frontier_transaction_against_header", + "name": "validate_frontier_transaction_against_header", + "lineno": 41, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.frontier": [ + { + "id": "eth.vm.forks.frontier.make_frontier_receipt", + "name": "make_frontier_receipt", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.FrontierVM.get_block_reward", + "name": "get_block_reward", + "lineno": 76, + "scope": "FrontierVM", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.FrontierVM.get_uncle_reward", + "name": "get_uncle_reward", + "lineno": 80, + "scope": "FrontierVM", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.FrontierVM.get_nephew_reward", + "name": "get_nephew_reward", + "lineno": 88, + "scope": "FrontierVM", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.FrontierVM.add_receipt_to_header", + "name": "add_receipt_to_header", + "lineno": 91, + "scope": "FrontierVM", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.FrontierVM.increment_blob_gas_used", + "name": "increment_blob_gas_used", + "lineno": 100, + "scope": "FrontierVM", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.FrontierVM.calculate_net_gas_refund", + "name": "calculate_net_gas_refund", + "lineno": 107, + "scope": "FrontierVM", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.FrontierVM.finalize_gas_used", + "name": "finalize_gas_used", + "lineno": 112, + "scope": "FrontierVM", + "is_async": false + }, + { + "id": "eth.vm.forks.frontier.FrontierVM.make_receipt", + "name": "make_receipt", + "lineno": 124, + "scope": "FrontierVM", + "is_async": false + } + ], + "eth.vm.forks.gray_glacier.blocks": [ + { + "id": "eth.vm.forks.gray_glacier.blocks.GrayGlacierBlockHeader.__str__", + "name": "__str__", + "lineno": 39, + "scope": "GrayGlacierBlockHeader", + "is_async": false + } + ], + "eth.vm.forks.gray_glacier.computation": [], + "eth.vm.forks.gray_glacier.headers": [ + { + "id": "eth.vm.forks.gray_glacier.headers.create_gray_glacier_header_from_parent", + "name": "create_gray_glacier_header_from_parent", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.gray_glacier.state": [], + "eth.vm.forks.gray_glacier.transactions": [ + { + "id": "eth.vm.forks.gray_glacier.transactions.GrayGlacierUnsignedLegacyTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 24, + "scope": "GrayGlacierUnsignedLegacyTransaction", + "is_async": false + } + ], + "eth.vm.forks.gray_glacier": [], + "eth.vm.forks.homestead.blocks": [], + "eth.vm.forks.homestead.computation": [ + { + "id": "eth.vm.forks.homestead.computation.HomesteadComputation.apply_create_message", + "name": "apply_create_message", + "lineno": 43, + "scope": "HomesteadComputation", + "is_async": false + } + ], + "eth.vm.forks.homestead.constants": [], + "eth.vm.forks.homestead.headers": [ + { + "id": "eth.vm.forks.homestead.headers.compute_homestead_difficulty", + "name": "compute_homestead_difficulty", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.homestead.headers.create_homestead_header_from_parent", + "name": "create_homestead_header_from_parent", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.homestead.headers.configure_homestead_header", + "name": "configure_homestead_header", + "lineno": 80, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.homestead.opcodes": [], + "eth.vm.forks.homestead.state": [ + { + "id": "eth.vm.forks.homestead.state.HomesteadState.validate_transaction", + "name": "validate_transaction", + "lineno": 25, + "scope": "HomesteadState", + "is_async": false + } + ], + "eth.vm.forks.homestead.transactions": [ + { + "id": "eth.vm.forks.homestead.transactions.HomesteadTransaction.validate", + "name": "validate", + "lineno": 41, + "scope": "HomesteadTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.homestead.transactions.HomesteadTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 45, + "scope": "HomesteadTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.homestead.transactions.HomesteadTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 48, + "scope": "HomesteadTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.homestead.transactions.HomesteadTransaction.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 61, + "scope": "HomesteadTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.homestead.transactions.HomesteadUnsignedTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 75, + "scope": "HomesteadUnsignedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.homestead.transactions.HomesteadUnsignedTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 93, + "scope": "HomesteadUnsignedTransaction", + "is_async": false + } + ], + "eth.vm.forks.homestead.validation": [ + { + "id": "eth.vm.forks.homestead.validation.validate_homestead_transaction", + "name": "validate_homestead_transaction", + "lineno": 17, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.homestead": [ + { + "id": "eth.vm.forks.homestead.MetaHomesteadVM.get_dao_fork_block_number", + "name": "get_dao_fork_block_number", + "lineno": 25, + "scope": "MetaHomesteadVM", + "is_async": false + } + ], + "eth.vm.forks.istanbul.blocks": [], + "eth.vm.forks.istanbul.computation": [ + { + "id": "eth.vm.forks.istanbul.computation.IstanbulComputation._configure_gas_meter", + "name": "_configure_gas_meter", + "lineno": 55, + "scope": "IstanbulComputation", + "is_async": false + } + ], + "eth.vm.forks.istanbul.constants": [], + "eth.vm.forks.istanbul.headers": [], + "eth.vm.forks.istanbul.opcodes": [], + "eth.vm.forks.istanbul.state": [], + "eth.vm.forks.istanbul.storage": [ + { + "id": "eth.vm.forks.istanbul.storage.sstore_eip2200_generic", + "name": "sstore_eip2200_generic", + "lineno": 28, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.istanbul.transactions": [ + { + "id": "eth.vm.forks.istanbul.transactions.IstanbulTransaction.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 38, + "scope": "IstanbulTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.istanbul.transactions.IstanbulTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 50, + "scope": "IstanbulTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.istanbul.transactions.IstanbulUnsignedTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 55, + "scope": "IstanbulUnsignedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.istanbul.transactions.IstanbulUnsignedTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 71, + "scope": "IstanbulUnsignedTransaction", + "is_async": false + } + ], + "eth.vm.forks.istanbul": [], + "eth.vm.forks.london.blocks": [ + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.__init__", + "name": "__init__", + "lineno": 99, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.__str__", + "name": "__str__", + "lineno": 146, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.hash", + "name": "hash", + "lineno": 152, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.mining_hash", + "name": "mining_hash", + "lineno": 158, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.hex_hash", + "name": "hex_hash", + "lineno": 164, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.is_genesis", + "name": "is_genesis", + "lineno": 168, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.withdrawals_root", + "name": "withdrawals_root", + "lineno": 176, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.blob_gas_used", + "name": "blob_gas_used", + "lineno": 180, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.excess_blob_gas", + "name": "excess_blob_gas", + "lineno": 184, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader.parent_beacon_block_root", + "name": "parent_beacon_block_root", + "lineno": 188, + "scope": "LondonBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBackwardsHeader.serialize", + "name": "serialize", + "lineno": 200, + "scope": "LondonBackwardsHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.blocks.LondonBackwardsHeader.deserialize", + "name": "deserialize", + "lineno": 204, + "scope": "LondonBackwardsHeader", + "is_async": false + } + ], + "eth.vm.forks.london.computation": [ + { + "id": "eth.vm.forks.london.computation.LondonComputation.validate_contract_code", + "name": "validate_contract_code", + "lineno": 25, + "scope": "LondonComputation", + "is_async": false + } + ], + "eth.vm.forks.london.constants": [], + "eth.vm.forks.london.headers": [ + { + "id": "eth.vm.forks.london.headers.calculate_expected_base_fee_per_gas", + "name": "calculate_expected_base_fee_per_gas", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.london.headers.create_london_header_from_parent", + "name": "create_london_header_from_parent", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.london.headers.LondonBackwardsHeader.serialize", + "name": "serialize", + "lineno": 154, + "scope": "LondonBackwardsHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.london.headers.LondonBackwardsHeader.deserialize", + "name": "deserialize", + "lineno": 161, + "scope": "LondonBackwardsHeader", + "is_async": false + } + ], + "eth.vm.forks.london.opcodes": [], + "eth.vm.forks.london.receipts": [], + "eth.vm.forks.london.state": [ + { + "id": "eth.vm.forks.london.state.LondonTransactionExecutor.build_evm_message", + "name": "build_evm_message", + "lineno": 46, + "scope": "LondonTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.london.state.LondonTransactionExecutor.calculate_gas_refund", + "name": "calculate_gas_refund", + "lineno": 96, + "scope": "LondonTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.london.state.LondonState.get_tip", + "name": "get_tip", + "lineno": 108, + "scope": "LondonState", + "is_async": false + }, + { + "id": "eth.vm.forks.london.state.LondonState.get_gas_price", + "name": "get_gas_price", + "lineno": 114, + "scope": "LondonState", + "is_async": false + }, + { + "id": "eth.vm.forks.london.state.LondonState.validate_transaction", + "name": "validate_transaction", + "lineno": 121, + "scope": "LondonState", + "is_async": false + }, + { + "id": "eth.vm.forks.london.state.LondonState.get_transaction_context", + "name": "get_transaction_context", + "lineno": 127, + "scope": "LondonState", + "is_async": false + }, + { + "id": "eth.vm.forks.london.state.LondonState.base_fee", + "name": "base_fee", + "lineno": 152, + "scope": "LondonState", + "is_async": false + } + ], + "eth.vm.forks.london.storage": [], + "eth.vm.forks.london.transactions": [ + { + "id": "eth.vm.forks.london.transactions.LondonUnsignedLegacyTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 91, + "scope": "LondonUnsignedLegacyTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction._type_byte", + "name": "_type_byte", + "lineno": 129, + "scope": "UnsignedDynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 132, + "scope": "UnsignedDynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 136, + "scope": "UnsignedDynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.validate", + "name": "validate", + "lineno": 159, + "scope": "UnsignedDynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.gas_used_by", + "name": "gas_used_by", + "lineno": 162, + "scope": "UnsignedDynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 165, + "scope": "UnsignedDynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.intrinsic_gas", + "name": "intrinsic_gas", + "lineno": 170, + "scope": "UnsignedDynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.gas_price", + "name": "gas_price", + "lineno": 194, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.max_fee_per_blob_gas", + "name": "max_fee_per_blob_gas", + "lineno": 201, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 207, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.authorization_list", + "name": "authorization_list", + "lineno": 213, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.get_sender", + "name": "get_sender", + "lineno": 216, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 219, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.check_signature_validity", + "name": "check_signature_validity", + "lineno": 234, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.validate", + "name": "validate", + "lineno": 237, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction._type_byte", + "name": "_type_byte", + "lineno": 241, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.hash", + "name": "hash", + "lineno": 245, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 248, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.encode", + "name": "encode", + "lineno": 252, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction.make_receipt", + "name": "make_receipt", + "lineno": 255, + "scope": "DynamicFeeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeePayloadDecoder.decode", + "name": "decode", + "lineno": 272, + "scope": "DynamicFeePayloadDecoder", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.LondonTransactionBuilder.new_unsigned_dynamic_fee_transaction", + "name": "new_unsigned_dynamic_fee_transaction", + "lineno": 290, + "scope": "LondonTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.LondonTransactionBuilder.new_dynamic_fee_transaction", + "name": "new_dynamic_fee_transaction", + "lineno": 316, + "scope": "LondonTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "name": "validate_dynamic_fee_tx", + "lineno": 348, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.london.validation": [ + { + "id": "eth.vm.forks.london.validation.validate_london_normalized_transaction", + "name": "validate_london_normalized_transaction", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.london": [ + { + "id": "eth.vm.forks.london.LondonVM.validate_gas", + "name": "validate_gas", + "lineno": 43, + "scope": "LondonVM", + "is_async": false + }, + { + "id": "eth.vm.forks.london.LondonVM.calculate_net_gas_refund", + "name": "calculate_net_gas_refund", + "lineno": 65, + "scope": "LondonVM", + "is_async": false + } + ], + "eth.vm.forks.muir_glacier.blocks": [], + "eth.vm.forks.muir_glacier.computation": [], + "eth.vm.forks.muir_glacier.headers": [], + "eth.vm.forks.muir_glacier.opcodes": [], + "eth.vm.forks.muir_glacier.state": [], + "eth.vm.forks.muir_glacier.transactions": [ + { + "id": "eth.vm.forks.muir_glacier.transactions.MuirGlacierTransaction.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 19, + "scope": "MuirGlacierTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.muir_glacier.transactions.MuirGlacierUnsignedTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 33, + "scope": "MuirGlacierUnsignedTransaction", + "is_async": false + } + ], + "eth.vm.forks.muir_glacier": [], + "eth.vm.forks.paris.blocks": [ + { + "id": "eth.vm.forks.paris.blocks.ParisBlockHeader.__str__", + "name": "__str__", + "lineno": 35, + "scope": "ParisBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.paris.blocks.ParisBlockHeader.mining_hash", + "name": "mining_hash", + "lineno": 39, + "scope": "ParisBlockHeader", + "is_async": false + } + ], + "eth.vm.forks.paris.computation": [], + "eth.vm.forks.paris.headers": [ + { + "id": "eth.vm.forks.paris.headers._validate_and_return_paris_header_param", + "name": "_validate_and_return_paris_header_param", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.paris.headers.create_paris_header_from_parent", + "name": "create_paris_header_from_parent", + "lineno": 50, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.paris.opcodes": [], + "eth.vm.forks.paris.state": [ + { + "id": "eth.vm.forks.paris.state.ParisState.mix_hash", + "name": "mix_hash", + "lineno": 34, + "scope": "ParisState", + "is_async": false + } + ], + "eth.vm.forks.paris.transactions": [ + { + "id": "eth.vm.forks.paris.transactions.ParisUnsignedLegacyTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 24, + "scope": "ParisUnsignedLegacyTransaction", + "is_async": false + } + ], + "eth.vm.forks.paris": [ + { + "id": "eth.vm.forks.paris.ParisVM.get_block_reward", + "name": "get_block_reward", + "lineno": 43, + "scope": "ParisVM", + "is_async": false + }, + { + "id": "eth.vm.forks.paris.ParisVM.get_nephew_reward", + "name": "get_nephew_reward", + "lineno": 47, + "scope": "ParisVM", + "is_async": false + }, + { + "id": "eth.vm.forks.paris.ParisVM._assign_block_rewards", + "name": "_assign_block_rewards", + "lineno": 50, + "scope": "ParisVM", + "is_async": false + }, + { + "id": "eth.vm.forks.paris.ParisVM.validate_header", + "name": "validate_header", + "lineno": 55, + "scope": "ParisVM", + "is_async": false + } + ], + "eth.vm.forks.petersburg.blocks": [], + "eth.vm.forks.petersburg.computation": [], + "eth.vm.forks.petersburg.constants": [], + "eth.vm.forks.petersburg.headers": [], + "eth.vm.forks.petersburg.opcodes": [], + "eth.vm.forks.petersburg.state": [], + "eth.vm.forks.petersburg.transactions": [ + { + "id": "eth.vm.forks.petersburg.transactions.PetersburgTransaction.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 19, + "scope": "PetersburgTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.petersburg.transactions.PetersburgUnsignedTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 33, + "scope": "PetersburgUnsignedTransaction", + "is_async": false + } + ], + "eth.vm.forks.petersburg": [ + { + "id": "eth.vm.forks.petersburg.PetersburgVM.get_block_reward", + "name": "get_block_reward", + "lineno": 39, + "scope": "PetersburgVM", + "is_async": false + } + ], + "eth.vm.forks.prague.blocks": [ + { + "id": "eth.vm.forks.prague.blocks.PragueBlockHeader.__init__", + "name": "__init__", + "lineno": 102, + "scope": "PragueBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.blocks.PragueBlockHeader.__str__", + "name": "__str__", + "lineno": 160, + "scope": "PragueBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.blocks.PragueBlockHeader.hash", + "name": "hash", + "lineno": 166, + "scope": "PragueBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.blocks.PragueBlockHeader.mining_hash", + "name": "mining_hash", + "lineno": 172, + "scope": "PragueBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.blocks.PragueBlockHeader.hex_hash", + "name": "hex_hash", + "lineno": 176, + "scope": "PragueBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.blocks.PragueBlockHeader.is_genesis", + "name": "is_genesis", + "lineno": 180, + "scope": "PragueBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.blocks.PragueBackwardsHeader.deserialize", + "name": "deserialize", + "lineno": 191, + "scope": "PragueBackwardsHeader", + "is_async": false + } + ], + "eth.vm.forks.prague.computation": [], + "eth.vm.forks.prague.constants": [], + "eth.vm.forks.prague.headers": [ + { + "id": "eth.vm.forks.prague.headers.calc_excess_blob_gas_prague", + "name": "calc_excess_blob_gas_prague", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.forks.prague.headers.create_prague_header_from_parent", + "name": "create_prague_header_from_parent", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.prague.logic": [ + { + "id": "eth.vm.forks.prague.logic.BaseCallEIP7702.get_code_at_address", + "name": "get_code_at_address", + "lineno": 33, + "scope": "BaseCallEIP7702", + "is_async": false + } + ], + "eth.vm.forks.prague.opcodes": [], + "eth.vm.forks.prague.receipts": [], + "eth.vm.forks.prague.state": [ + { + "id": "eth.vm.forks.prague.state.PragueTransactionExecutor.calc_message_refund", + "name": "calc_message_refund", + "lineno": 60, + "scope": "PragueTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.state.PragueTransactionExecutor.get_code_at_address", + "name": "get_code_at_address", + "lineno": 69, + "scope": "PragueTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.state.PragueTransactionExecutor.calc_data_floor_gas", + "name": "calc_data_floor_gas", + "lineno": 86, + "scope": "PragueTransactionExecutor", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.state.PragueState.set_system_contracts", + "name": "set_system_contracts", + "lineno": 107, + "scope": "PragueState", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.state.PragueState.blob_base_fee", + "name": "blob_base_fee", + "lineno": 113, + "scope": "PragueState", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.state.PragueState.process_set_code_authorizations", + "name": "process_set_code_authorizations", + "lineno": 121, + "scope": "PragueState", + "is_async": false + } + ], + "eth.vm.forks.prague.transactions": [ + { + "id": "eth.vm.forks.prague.transactions.PragueUnsignedLegacyTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 112, + "scope": "PragueUnsignedLegacyTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.Authorization.validate_for_transaction", + "name": "validate_for_transaction", + "lineno": 146, + "scope": "Authorization", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.Authorization.validate", + "name": "validate", + "lineno": 154, + "scope": "Authorization", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.validate", + "name": "validate", + "lineno": 183, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.gas_price", + "name": "gas_price", + "lineno": 209, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.get_sender", + "name": "get_sender", + "lineno": 215, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 218, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.check_signature_validity", + "name": "check_signature_validity", + "lineno": 234, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction._type_byte", + "name": "_type_byte", + "lineno": 238, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.hash", + "name": "hash", + "lineno": 242, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 245, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.encode", + "name": "encode", + "lineno": 250, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.make_receipt", + "name": "make_receipt", + "lineno": 253, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.max_fee_per_blob_gas", + "name": "max_fee_per_blob_gas", + "lineno": 268, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 274, + "scope": "SetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 302, + "scope": "UnsignedSetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.validate", + "name": "validate", + "lineno": 327, + "scope": "UnsignedSetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction._type_byte", + "name": "_type_byte", + "lineno": 348, + "scope": "UnsignedSetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 351, + "scope": "UnsignedSetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.gas_used_by", + "name": "gas_used_by", + "lineno": 355, + "scope": "UnsignedSetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 358, + "scope": "UnsignedSetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.intrinsic_gas", + "name": "intrinsic_gas", + "lineno": 366, + "scope": "UnsignedSetCodeTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodePayloadDecoder.decode", + "name": "decode", + "lineno": 372, + "scope": "SetCodePayloadDecoder", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.PragueTypedTransaction.max_fee_per_blob_gas", + "name": "max_fee_per_blob_gas", + "lineno": 386, + "scope": "PragueTypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.PragueTypedTransaction.blob_versioned_hashes", + "name": "blob_versioned_hashes", + "lineno": 390, + "scope": "PragueTypedTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_unsigned_set_code_transaction", + "name": "new_unsigned_set_code_transaction", + "lineno": 409, + "scope": "PragueTransactionBuilder", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_set_code_transaction", + "name": "new_set_code_transaction", + "lineno": 439, + "scope": "PragueTransactionBuilder", + "is_async": false + } + ], + "eth.vm.forks.prague": [ + { + "id": "eth.vm.forks.prague.PragueVM.block_preprocessing", + "name": "block_preprocessing", + "lineno": 69, + "scope": "PragueVM", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.PragueVM.process_deposit_request_data", + "name": "process_deposit_request_data", + "lineno": 83, + "scope": "PragueVM", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.PragueVM.process_withdrawal_request_data", + "name": "process_withdrawal_request_data", + "lineno": 103, + "scope": "PragueVM", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.PragueVM.process_consolidation_request_data", + "name": "process_consolidation_request_data", + "lineno": 127, + "scope": "PragueVM", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.PragueVM.compute_requests_hash", + "name": "compute_requests_hash", + "lineno": 152, + "scope": "PragueVM", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.PragueVM.block_postprocessing", + "name": "block_postprocessing", + "lineno": 161, + "scope": "PragueVM", + "is_async": false + }, + { + "id": "eth.vm.forks.prague.PragueVM.validate_block_blobs", + "name": "validate_block_blobs", + "lineno": 168, + "scope": "PragueVM", + "is_async": false + } + ], + "eth.vm.forks.shanghai.blocks": [ + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.__init__", + "name": "__init__", + "lineno": 109, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.__str__", + "name": "__str__", + "lineno": 159, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.hash", + "name": "hash", + "lineno": 168, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.mining_hash", + "name": "mining_hash", + "lineno": 174, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.hex_hash", + "name": "hex_hash", + "lineno": 178, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.is_genesis", + "name": "is_genesis", + "lineno": 182, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.blob_gas_used", + "name": "blob_gas_used", + "lineno": 186, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.excess_blob_gas", + "name": "excess_blob_gas", + "lineno": 190, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.parent_beacon_block_root", + "name": "parent_beacon_block_root", + "lineno": 194, + "scope": "ShanghaiBlockHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBackwardsHeader.serialize", + "name": "serialize", + "lineno": 205, + "scope": "ShanghaiBackwardsHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBackwardsHeader.deserialize", + "name": "deserialize", + "lineno": 209, + "scope": "ShanghaiBackwardsHeader", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.__init__", + "name": "__init__", + "lineno": 239, + "scope": "ShanghaiBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.number", + "name": "number", + "lineno": 263, + "scope": "ShanghaiBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.hash", + "name": "hash", + "lineno": 267, + "scope": "ShanghaiBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.get_transaction_builder", + "name": "get_transaction_builder", + "lineno": 271, + "scope": "ShanghaiBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.get_receipt_builder", + "name": "get_receipt_builder", + "lineno": 275, + "scope": "ShanghaiBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.get_receipts", + "name": "get_receipts", + "lineno": 278, + "scope": "ShanghaiBlock", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.from_header", + "name": "from_header", + "lineno": 282, + "scope": "ShanghaiBlock", + "is_async": false + } + ], + "eth.vm.forks.shanghai.computation": [ + { + "id": "eth.vm.forks.shanghai.computation.ShanghaiComputation.__init__", + "name": "__init__", + "lineno": 33, + "scope": "ShanghaiComputation", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.computation.ShanghaiComputation.validate_create_message", + "name": "validate_create_message", + "lineno": 45, + "scope": "ShanghaiComputation", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.computation.ShanghaiComputation.consume_initcode_gas_cost", + "name": "consume_initcode_gas_cost", + "lineno": 56, + "scope": "ShanghaiComputation", + "is_async": false + } + ], + "eth.vm.forks.shanghai.constants": [], + "eth.vm.forks.shanghai.headers": [ + { + "id": "eth.vm.forks.shanghai.headers.create_shanghai_header_from_parent", + "name": "create_shanghai_header_from_parent", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.shanghai.logic": [ + { + "id": "eth.vm.forks.shanghai.logic.CreateEIP3860.get_gas_cost", + "name": "get_gas_cost", + "lineno": 18, + "scope": "CreateEIP3860", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.logic.Create2EIP3860.get_gas_cost", + "name": "get_gas_cost", + "lineno": 25, + "scope": "Create2EIP3860", + "is_async": false + } + ], + "eth.vm.forks.shanghai.opcodes": [], + "eth.vm.forks.shanghai.state": [ + { + "id": "eth.vm.forks.shanghai.state.ShanghaiState.apply_withdrawal", + "name": "apply_withdrawal", + "lineno": 31, + "scope": "ShanghaiState", + "is_async": false + } + ], + "eth.vm.forks.shanghai.transactions": [ + { + "id": "eth.vm.forks.shanghai.transactions.ShanghaiUnsignedLegacyTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 24, + "scope": "ShanghaiUnsignedLegacyTransaction", + "is_async": false + } + ], + "eth.vm.forks.shanghai.withdrawals": [ + { + "id": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "name": "__init__", + "lineno": 40, + "scope": "Withdrawal", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.withdrawals.Withdrawal.validate", + "name": "validate", + "lineno": 54, + "scope": "Withdrawal", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.withdrawals.Withdrawal.decode", + "name": "decode", + "lineno": 61, + "scope": "Withdrawal", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.withdrawals.Withdrawal.encode", + "name": "encode", + "lineno": 64, + "scope": "Withdrawal", + "is_async": false + }, + { + "id": "eth.vm.forks.shanghai.withdrawals.Withdrawal.hash", + "name": "hash", + "lineno": 68, + "scope": "Withdrawal", + "is_async": false + } + ], + "eth.vm.forks.shanghai": [], + "eth.vm.forks.spurious_dragon.blocks": [], + "eth.vm.forks.spurious_dragon.computation": [ + { + "id": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation.apply_create_message", + "name": "apply_create_message", + "lineno": 48, + "scope": "SpuriousDragonComputation", + "is_async": false + }, + { + "id": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation.validate_create_message", + "name": "validate_create_message", + "lineno": 104, + "scope": "SpuriousDragonComputation", + "is_async": false + }, + { + "id": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation.validate_contract_code", + "name": "validate_contract_code", + "lineno": 111, + "scope": "SpuriousDragonComputation", + "is_async": false + } + ], + "eth.vm.forks.spurious_dragon.constants": [], + "eth.vm.forks.spurious_dragon.opcodes": [], + "eth.vm.forks.spurious_dragon.state": [ + { + "id": "eth.vm.forks.spurious_dragon.state.SpuriousDragonTransactionExecutor.finalize_computation", + "name": "finalize_computation", + "lineno": 28, + "scope": "SpuriousDragonTransactionExecutor", + "is_async": false + } + ], + "eth.vm.forks.spurious_dragon.transactions": [ + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.y_parity", + "name": "y_parity", + "lineno": 32, + "scope": "SpuriousDragonTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.get_message_for_signing", + "name": "get_message_for_signing", + "lineno": 38, + "scope": "SpuriousDragonTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.create_unsigned_transaction", + "name": "create_unsigned_transaction", + "lineno": 60, + "scope": "SpuriousDragonTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.chain_id", + "name": "chain_id", + "lineno": 73, + "scope": "SpuriousDragonTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.v_min", + "name": "v_min", + "lineno": 80, + "scope": "SpuriousDragonTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.v_max", + "name": "v_max", + "lineno": 87, + "scope": "SpuriousDragonTransaction", + "is_async": false + }, + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonUnsignedTransaction.as_signed_transaction", + "name": "as_signed_transaction", + "lineno": 95, + "scope": "SpuriousDragonUnsignedTransaction", + "is_async": false + } + ], + "eth.vm.forks.spurious_dragon._utils": [ + { + "id": "eth.vm.forks.spurious_dragon._utils.collect_touched_accounts", + "name": "collect_touched_accounts", + "lineno": 26, + "scope": null, + "is_async": false + } + ], + "eth.vm.forks.spurious_dragon": [], + "eth.vm.forks.tangerine_whistle.computation": [], + "eth.vm.forks.tangerine_whistle.constants": [], + "eth.vm.forks.tangerine_whistle.opcodes": [], + "eth.vm.forks.tangerine_whistle.state": [], + "eth.vm.forks.tangerine_whistle": [], + "eth.vm.logic.arithmetic": [ + { + "id": "eth.vm.logic.arithmetic.add", + "name": "add", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.addmod", + "name": "addmod", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.sub", + "name": "sub", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.mod", + "name": "mod", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.smod", + "name": "smod", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.mul", + "name": "mul", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.mulmod", + "name": "mulmod", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.div", + "name": "div", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.sdiv", + "name": "sdiv", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.exp", + "name": "exp", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.signextend", + "name": "signextend", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.shl", + "name": "shl", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.shr", + "name": "shr", + "lineno": 202, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.arithmetic.sar", + "name": "sar", + "lineno": 216, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.block": [ + { + "id": "eth.vm.logic.block.blockhash", + "name": "blockhash", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.block.coinbase", + "name": "coinbase", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.block.timestamp", + "name": "timestamp", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.block.number", + "name": "number", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.block.difficulty", + "name": "difficulty", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.block.gaslimit", + "name": "gaslimit", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.block.basefee", + "name": "basefee", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.block.mixhash", + "name": "mixhash", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.block.blob_base_fee", + "name": "blob_base_fee", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.call": [ + { + "id": "eth.vm.logic.call.BaseCall.compute_msg_extra_gas", + "name": "compute_msg_extra_gas", + "lineno": 48, + "scope": "BaseCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.BaseCall.get_call_params", + "name": "get_call_params", + "lineno": 54, + "scope": "BaseCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.BaseCall.compute_msg_gas", + "name": "compute_msg_gas", + "lineno": 57, + "scope": "BaseCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.BaseCall.__call__", + "name": "__call__", + "lineno": 65, + "scope": "BaseCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.BaseCall.get_code_at_address", + "name": "get_code_at_address", + "lineno": 156, + "scope": "BaseCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.Call.compute_msg_extra_gas", + "name": "compute_msg_extra_gas", + "lineno": 167, + "scope": "Call", + "is_async": false + }, + { + "id": "eth.vm.logic.call.Call.get_call_params", + "name": "get_call_params", + "lineno": 176, + "scope": "Call", + "is_async": false + }, + { + "id": "eth.vm.logic.call.CallCode.compute_msg_extra_gas", + "name": "compute_msg_extra_gas", + "lineno": 203, + "scope": "CallCode", + "is_async": false + }, + { + "id": "eth.vm.logic.call.CallCode.get_call_params", + "name": "get_call_params", + "lineno": 208, + "scope": "CallCode", + "is_async": false + }, + { + "id": "eth.vm.logic.call.DelegateCall.compute_msg_gas", + "name": "compute_msg_gas", + "lineno": 238, + "scope": "DelegateCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.DelegateCall.compute_msg_extra_gas", + "name": "compute_msg_extra_gas", + "lineno": 243, + "scope": "DelegateCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.DelegateCall.get_call_params", + "name": "get_call_params", + "lineno": 248, + "scope": "DelegateCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.CallEIP150.compute_msg_gas", + "name": "compute_msg_gas", + "lineno": 282, + "scope": "CallEIP150", + "is_async": false + }, + { + "id": "eth.vm.logic.call.CallCodeEIP150.compute_msg_gas", + "name": "compute_msg_gas", + "lineno": 297, + "scope": "CallCodeEIP150", + "is_async": false + }, + { + "id": "eth.vm.logic.call.DelegateCallEIP150.compute_msg_gas", + "name": "compute_msg_gas", + "lineno": 312, + "scope": "DelegateCallEIP150", + "is_async": false + }, + { + "id": "eth.vm.logic.call.max_child_gas_eip150", + "name": "max_child_gas_eip150", + "lineno": 327, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.call.compute_eip150_msg_gas", + "name": "compute_eip150_msg_gas", + "lineno": 331, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.call.CallEIP161.compute_msg_extra_gas", + "name": "compute_msg_extra_gas", + "lineno": 358, + "scope": "CallEIP161", + "is_async": false + }, + { + "id": "eth.vm.logic.call.StaticCall.get_call_params", + "name": "get_call_params", + "lineno": 374, + "scope": "StaticCall", + "is_async": false + }, + { + "id": "eth.vm.logic.call.CallByzantium.get_call_params", + "name": "get_call_params", + "lineno": 400, + "scope": "CallByzantium", + "is_async": false + } + ], + "eth.vm.logic.comparison": [ + { + "id": "eth.vm.logic.comparison.lt", + "name": "lt", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.gt", + "name": "gt", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.slt", + "name": "slt", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.sgt", + "name": "sgt", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.eq", + "name": "eq", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.iszero", + "name": "iszero", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.and_op", + "name": "and_op", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.or_op", + "name": "or_op", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.xor", + "name": "xor", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.not_op", + "name": "not_op", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.comparison.byte_op", + "name": "byte_op", + "lineno": 147, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.context": [ + { + "id": "eth.vm.logic.context.balance", + "name": "balance", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.selfbalance", + "name": "selfbalance", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.push_balance_of_address", + "name": "push_balance_of_address", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.origin", + "name": "origin", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.address", + "name": "address", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.caller", + "name": "caller", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.callvalue", + "name": "callvalue", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.calldataload", + "name": "calldataload", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.calldatasize", + "name": "calldatasize", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.calldatacopy", + "name": "calldatacopy", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.chain_id", + "name": "chain_id", + "lineno": 96, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.codesize", + "name": "codesize", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.codecopy", + "name": "codecopy", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.gasprice", + "name": "gasprice", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.extcodesize", + "name": "extcodesize", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.extcodecopy_execute", + "name": "extcodecopy_execute", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.consume_extcodecopy_word_cost", + "name": "consume_extcodecopy_word_cost", + "lineno": 166, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.extcodecopy", + "name": "extcodecopy", + "lineno": 175, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.extcodehash", + "name": "extcodehash", + "lineno": 180, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.returndatasize", + "name": "returndatasize", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.returndatacopy", + "name": "returndatacopy", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.context.blob_hash", + "name": "blob_hash", + "lineno": 228, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.duplication": [ + { + "id": "eth.vm.logic.duplication.dup1", + "name": "dup1", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup2", + "name": "dup2", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup3", + "name": "dup3", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup4", + "name": "dup4", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup5", + "name": "dup5", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup6", + "name": "dup6", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup7", + "name": "dup7", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup8", + "name": "dup8", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup9", + "name": "dup9", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup10", + "name": "dup10", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup11", + "name": "dup11", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup12", + "name": "dup12", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup13", + "name": "dup13", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup14", + "name": "dup14", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup15", + "name": "dup15", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.duplication.dup16", + "name": "dup16", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.flow": [ + { + "id": "eth.vm.logic.flow.stop", + "name": "stop", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.flow.jump", + "name": "jump", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.flow.jumpi", + "name": "jumpi", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.flow.jumpdest", + "name": "jumpdest", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.flow.program_counter", + "name": "program_counter", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.flow.gas", + "name": "gas", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.invalid": [ + { + "id": "eth.vm.logic.invalid.InvalidOpcode.__init__", + "name": "__init__", + "lineno": 16, + "scope": "InvalidOpcode", + "is_async": false + }, + { + "id": "eth.vm.logic.invalid.InvalidOpcode.__call__", + "name": "__call__", + "lineno": 20, + "scope": "InvalidOpcode", + "is_async": false + } + ], + "eth.vm.logic.logging": [ + { + "id": "eth.vm.logic.logging.log_XX", + "name": "log_XX", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.memory": [ + { + "id": "eth.vm.logic.memory.mstore", + "name": "mstore", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.memory.mstore8", + "name": "mstore8", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.memory.mload", + "name": "mload", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.memory.msize", + "name": "msize", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.memory.mcopy", + "name": "mcopy", + "lineno": 49, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.sha3": [ + { + "id": "eth.vm.logic.sha3.sha3", + "name": "sha3", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.stack": [ + { + "id": "eth.vm.logic.stack.pop", + "name": "pop", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push_XX", + "name": "push_XX", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push0", + "name": "push0", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push1", + "name": "push1", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push2", + "name": "push2", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push3", + "name": "push3", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push4", + "name": "push4", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push5", + "name": "push5", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push6", + "name": "push6", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push7", + "name": "push7", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push8", + "name": "push8", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push9", + "name": "push9", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push10", + "name": "push10", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push11", + "name": "push11", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push12", + "name": "push12", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push13", + "name": "push13", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push14", + "name": "push14", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push15", + "name": "push15", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push16", + "name": "push16", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push17", + "name": "push17", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push18", + "name": "push18", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push19", + "name": "push19", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push20", + "name": "push20", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push21", + "name": "push21", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push22", + "name": "push22", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push23", + "name": "push23", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push24", + "name": "push24", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push25", + "name": "push25", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push26", + "name": "push26", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push27", + "name": "push27", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push28", + "name": "push28", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push29", + "name": "push29", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push30", + "name": "push30", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push31", + "name": "push31", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.stack.push32", + "name": "push32", + "lineno": 153, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.storage": [ + { + "id": "eth.vm.logic.storage.sstore", + "name": "sstore", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.storage.sload", + "name": "sload", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.storage.net_sstore", + "name": "net_sstore", + "lineno": 86, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.swap": [ + { + "id": "eth.vm.logic.swap.swap1", + "name": "swap1", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap2", + "name": "swap2", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap3", + "name": "swap3", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap4", + "name": "swap4", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap5", + "name": "swap5", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap6", + "name": "swap6", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap7", + "name": "swap7", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap8", + "name": "swap8", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap9", + "name": "swap9", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap10", + "name": "swap10", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap11", + "name": "swap11", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap12", + "name": "swap12", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap13", + "name": "swap13", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap14", + "name": "swap14", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap15", + "name": "swap15", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.swap.swap16", + "name": "swap16", + "lineno": 66, + "scope": null, + "is_async": false + } + ], + "eth.vm.logic.system": [ + { + "id": "eth.vm.logic.system.return_op", + "name": "return_op", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.system.revert", + "name": "revert", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.system.selfdestruct", + "name": "selfdestruct", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.system.selfdestruct_eip150", + "name": "selfdestruct_eip150", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.system.selfdestruct_eip161_on_address", + "name": "selfdestruct_eip161_on_address", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.system.selfdestruct_eip161", + "name": "selfdestruct_eip161", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.system._selfdestruct", + "name": "_selfdestruct", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "eth.vm.logic.system.CreateOpcodeStackData.__init__", + "name": "__init__", + "lineno": 119, + "scope": "CreateOpcodeStackData", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create.max_child_gas_modifier", + "name": "max_child_gas_modifier", + "lineno": 133, + "scope": "Create", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create.get_gas_cost", + "name": "get_gas_cost", + "lineno": 136, + "scope": "Create", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create.generate_contract_address", + "name": "generate_contract_address", + "lineno": 139, + "scope": "Create", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create.get_stack_data", + "name": "get_stack_data", + "lineno": 153, + "scope": "Create", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create.__call__", + "name": "__call__", + "lineno": 158, + "scope": "Create", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create.apply_create_message", + "name": "apply_create_message", + "lineno": 224, + "scope": "Create", + "is_async": false + }, + { + "id": "eth.vm.logic.system.CreateEIP150.max_child_gas_modifier", + "name": "max_child_gas_modifier", + "lineno": 240, + "scope": "CreateEIP150", + "is_async": false + }, + { + "id": "eth.vm.logic.system.CreateByzantium.__call__", + "name": "__call__", + "lineno": 245, + "scope": "CreateByzantium", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create2.get_stack_data", + "name": "get_stack_data", + "lineno": 254, + "scope": "Create2", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create2.get_gas_cost", + "name": "get_gas_cost", + "lineno": 259, + "scope": "Create2", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create2.generate_contract_address", + "name": "generate_contract_address", + "lineno": 265, + "scope": "Create2", + "is_async": false + }, + { + "id": "eth.vm.logic.system.Create2.apply_create_message", + "name": "apply_create_message", + "lineno": 276, + "scope": "Create2", + "is_async": false + } + ], + "eth.vm.logic": [], + "eth._utils.address": [ + { + "id": "eth._utils.address.force_bytes_to_address", + "name": "force_bytes_to_address", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.address.generate_contract_address", + "name": "generate_contract_address", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.address.generate_safe_contract_address", + "name": "generate_safe_contract_address", + "lineno": 24, + "scope": null, + "is_async": false + } + ], + "eth._utils.bn128": [ + { + "id": "eth._utils.bn128.validate_point", + "name": "validate_point", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.bn128.FQP_point_to_FQ2_point", + "name": "FQP_point_to_FQ2_point", + "lineno": 35, + "scope": null, + "is_async": false + } + ], + "eth._utils.calculations": [ + { + "id": "eth._utils.calculations.fake_exponential", + "name": "fake_exponential", + "lineno": 5, + "scope": null, + "is_async": false + } + ], + "eth._utils.datatypes": [ + { + "id": "eth._utils.datatypes._is_local_prop", + "name": "_is_local_prop", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.datatypes._extract_top_level_key", + "name": "_extract_top_level_key", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.datatypes._extract_tail_key", + "name": "_extract_tail_key", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.datatypes._get_local_overrides", + "name": "_get_local_overrides", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.datatypes._get_sub_overrides", + "name": "_get_sub_overrides", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.datatypes._get_sub_overrides_by_prop", + "name": "_get_sub_overrides_by_prop", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.datatypes._get_top_level_keys", + "name": "_get_top_level_keys", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.datatypes.Configurable.configure", + "name": "configure", + "lineno": 87, + "scope": "Configurable", + "is_async": false + } + ], + "eth._utils.db": [ + { + "id": "eth._utils.db.get_parent_header", + "name": "get_parent_header", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.db.get_block_header_by_hash", + "name": "get_block_header_by_hash", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.db.apply_state_dict", + "name": "apply_state_dict", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "eth._utils.empty": [], + "eth._utils.env": [ + { + "id": "eth._utils.env.get_env_value", + "name": "get_env_value", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.env.env_int", + "name": "env_int", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.env.env_float", + "name": "env_float", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.env.env_bool", + "name": "env_bool", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.env.env_string", + "name": "env_string", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.env.env_list", + "name": "env_list", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.env.get", + "name": "get", + "lineno": 213, + "scope": null, + "is_async": false + } + ], + "eth._utils.generator": [ + { + "id": "eth._utils.generator.CachedIterable.__init__", + "name": "__init__", + "lineno": 14, + "scope": "CachedIterable", + "is_async": false + }, + { + "id": "eth._utils.generator.CachedIterable.__iter__", + "name": "__iter__", + "lineno": 18, + "scope": "CachedIterable", + "is_async": false + }, + { + "id": "eth._utils.generator.CachedIterable._cache_and_yield", + "name": "_cache_and_yield", + "lineno": 21, + "scope": "CachedIterable", + "is_async": false + } + ], + "eth._utils.headers": [ + { + "id": "eth._utils.headers.eth_now", + "name": "eth_now", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.headers.new_timestamp_from_parent", + "name": "new_timestamp_from_parent", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.headers.fill_header_params_from_parent", + "name": "fill_header_params_from_parent", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.headers.compute_gas_limit_bounds", + "name": "compute_gas_limit_bounds", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.headers.compute_gas_limit", + "name": "compute_gas_limit", + "lineno": 119, + "scope": null, + "is_async": false + } + ], + "eth._utils.logging": [], + "eth._utils.module_loading": [ + { + "id": "eth._utils.module_loading.import_string", + "name": "import_string", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.module_loading.split_at_longest_importable_path", + "name": "split_at_longest_importable_path", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "eth._utils.numeric": [ + { + "id": "eth._utils.numeric.int_to_bytes32", + "name": "int_to_bytes32", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.ceil32", + "name": "ceil32", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.ceil8", + "name": "ceil8", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.unsigned_to_signed", + "name": "unsigned_to_signed", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.signed_to_unsigned", + "name": "signed_to_unsigned", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.is_even", + "name": "is_even", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.is_odd", + "name": "is_odd", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.get_highest_bit_index", + "name": "get_highest_bit_index", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.clamp", + "name": "clamp", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.numeric.integer_squareroot", + "name": "integer_squareroot", + "lineno": 87, + "scope": null, + "is_async": false + } + ], + "eth._utils.padding": [ + { + "id": "eth._utils.padding.zpad_right", + "name": "zpad_right", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.padding.zpad_left", + "name": "zpad_left", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "eth._utils.rlp": [ + { + "id": "eth._utils.rlp.diff_rlp_object", + "name": "diff_rlp_object", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.rlp._humanized_diff_elements", + "name": "_humanized_diff_elements", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.rlp.validate_rlp_equal", + "name": "validate_rlp_equal", + "lineno": 81, + "scope": null, + "is_async": false + } + ], + "eth._utils.spoof": [ + { + "id": "eth._utils.spoof.SpoofAttributes.__init__", + "name": "__init__", + "lineno": 32, + "scope": "SpoofAttributes", + "is_async": false + }, + { + "id": "eth._utils.spoof.SpoofAttributes.__getattr__", + "name": "__getattr__", + "lineno": 58, + "scope": "SpoofAttributes", + "is_async": false + }, + { + "id": "eth._utils.spoof.SpoofAttributes.copy", + "name": "copy", + "lineno": 64, + "scope": "SpoofAttributes", + "is_async": false + } + ], + "eth._utils.state": [ + { + "id": "eth._utils.state.diff_state", + "name": "diff_state", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.state.code_is_delegation_designation", + "name": "code_is_delegation_designation", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "eth._utils.transactions": [ + { + "id": "eth._utils.transactions.is_eip_155_signed_transaction", + "name": "is_eip_155_signed_transaction", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.transactions.extract_chain_id", + "name": "extract_chain_id", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.transactions.extract_signature_v", + "name": "extract_signature_v", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.transactions.create_transaction_signature", + "name": "create_transaction_signature", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.transactions.validate_transaction_signature", + "name": "validate_transaction_signature", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.transactions.extract_transaction_sender", + "name": "extract_transaction_sender", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.transactions.calculate_intrinsic_gas", + "name": "calculate_intrinsic_gas", + "lineno": 118, + "scope": null, + "is_async": false + } + ], + "eth._utils.version": [ + { + "id": "eth._utils.version.construct_evm_runtime_identifier", + "name": "construct_evm_runtime_identifier", + "lineno": 8, + "scope": null, + "is_async": false + } + ], + "eth._utils": [], + "eth._utils.blake2.coders": [ + { + "id": "eth._utils.blake2.coders.extract_blake2b_parameters", + "name": "extract_blake2b_parameters", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.blake2.coders._get_64_bit_little_endian_words", + "name": "_get_64_bit_little_endian_words", + "lineno": 56, + "scope": null, + "is_async": false + } + ], + "eth._utils.blake2.compression": [ + { + "id": "eth._utils.blake2.compression.blake2b_compress", + "name": "blake2b_compress", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "eth._utils.blake2.compression.blake2b_compress.G", + "name": "G", + "lineno": 132, + "scope": "blake2b_compress", + "is_async": false + } + ], + "eth._utils.blake2": [], + "newsfragments.validate_files": [], + "scripts.benchmark.run": [ + { + "id": "scripts.benchmark.run.run", + "name": "run", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "scripts.benchmark": [], + "scripts.benchmark.checks.base_benchmark": [ + { + "id": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.execute", + "name": "execute", + "lineno": 28, + "scope": "BaseBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.name", + "name": "name", + "lineno": 33, + "scope": "BaseBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_result_header", + "name": "print_result_header", + "lineno": 36, + "scope": "BaseBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_stat_line", + "name": "print_stat_line", + "lineno": 39, + "scope": "BaseBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_total_line", + "name": "print_total_line", + "lineno": 42, + "scope": "BaseBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.run", + "name": "run", + "lineno": 45, + "scope": "BaseBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.as_timed_result", + "name": "as_timed_result", + "lineno": 52, + "scope": "BaseBenchmark", + "is_async": false + } + ], + "scripts.benchmark.checks.deploy_dos": [ + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.__init__", + "name": "__init__", + "lineno": 59, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 71, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark._apply_transaction", + "name": "_apply_transaction", + "lineno": 78, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.execute", + "name": "execute", + "lineno": 81, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.mine_blocks", + "name": "mine_blocks", + "lineno": 107, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.mine_block", + "name": "mine_block", + "lineno": 121, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "name": "deploy_dos_contract", + "lineno": 129, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.sstore_uint64", + "name": "sstore_uint64", + "lineno": 161, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.create_empty_contract", + "name": "create_empty_contract", + "lineno": 180, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.sstore_uint64_revert", + "name": "sstore_uint64_revert", + "lineno": 199, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.create_empty_contract_revert", + "name": "create_empty_contract_revert", + "lineno": 216, + "scope": "BaseDOSContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractDeployBenchmark.name", + "name": "name", + "lineno": 238, + "scope": "DOSContractDeployBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractDeployBenchmark._apply_transaction", + "name": "_apply_transaction", + "lineno": 241, + "scope": "DOSContractDeployBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractSstoreUint64Benchmark.name", + "name": "name", + "lineno": 247, + "scope": "DOSContractSstoreUint64Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractSstoreUint64Benchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 250, + "scope": "DOSContractSstoreUint64Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractSstoreUint64Benchmark._apply_transaction", + "name": "_apply_transaction", + "lineno": 254, + "scope": "DOSContractSstoreUint64Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractCreateEmptyContractBenchmark.name", + "name": "name", + "lineno": 260, + "scope": "DOSContractCreateEmptyContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractCreateEmptyContractBenchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 263, + "scope": "DOSContractCreateEmptyContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractCreateEmptyContractBenchmark._apply_transaction", + "name": "_apply_transaction", + "lineno": 267, + "scope": "DOSContractCreateEmptyContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractRevertSstoreUint64Benchmark.name", + "name": "name", + "lineno": 273, + "scope": "DOSContractRevertSstoreUint64Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractRevertSstoreUint64Benchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 276, + "scope": "DOSContractRevertSstoreUint64Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractRevertSstoreUint64Benchmark._apply_transaction", + "name": "_apply_transaction", + "lineno": 280, + "scope": "DOSContractRevertSstoreUint64Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractRevertCreateEmptyContractBenchmark.name", + "name": "name", + "lineno": 286, + "scope": "DOSContractRevertCreateEmptyContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractRevertCreateEmptyContractBenchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 289, + "scope": "DOSContractRevertCreateEmptyContractBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractRevertCreateEmptyContractBenchmark._apply_transaction", + "name": "_apply_transaction", + "lineno": 293, + "scope": "DOSContractRevertCreateEmptyContractBenchmark", + "is_async": false + } + ], + "scripts.benchmark.checks.erc20_interact": [ + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.__init__", + "name": "__init__", + "lineno": 59, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 71, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._next_transaction", + "name": "_next_transaction", + "lineno": 78, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.execute", + "name": "execute", + "lineno": 81, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.mine_blocks", + "name": "mine_blocks", + "lineno": 106, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.mine_block", + "name": "mine_block", + "lineno": 118, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token", + "name": "_deploy_simple_token", + "lineno": 132, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token.callback", + "name": "callback", + "lineno": 150, + "scope": "BaseERC20Benchmark._deploy_simple_token", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer", + "name": "_erc_transfer", + "lineno": 166, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer.callback", + "name": "callback", + "lineno": 182, + "scope": "BaseERC20Benchmark._erc_transfer", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_approve", + "name": "_erc_approve", + "lineno": 188, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_approve.callback", + "name": "callback", + "lineno": 204, + "scope": "BaseERC20Benchmark._erc_approve", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer_from", + "name": "_erc_transfer_from", + "lineno": 210, + "scope": "BaseERC20Benchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer_from.callback", + "name": "callback", + "lineno": 228, + "scope": "BaseERC20Benchmark._erc_transfer_from", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20DeployBenchmark.__init__", + "name": "__init__", + "lineno": 236, + "scope": "ERC20DeployBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20DeployBenchmark.name", + "name": "name", + "lineno": 242, + "scope": "ERC20DeployBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20DeployBenchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 245, + "scope": "ERC20DeployBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20DeployBenchmark._next_transaction", + "name": "_next_transaction", + "lineno": 248, + "scope": "ERC20DeployBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferBenchmark.__init__", + "name": "__init__", + "lineno": 256, + "scope": "ERC20TransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferBenchmark.name", + "name": "name", + "lineno": 261, + "scope": "ERC20TransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferBenchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 264, + "scope": "ERC20TransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferBenchmark._next_transaction", + "name": "_next_transaction", + "lineno": 273, + "scope": "ERC20TransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20ApproveBenchmark.__init__", + "name": "__init__", + "lineno": 281, + "scope": "ERC20ApproveBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20ApproveBenchmark.name", + "name": "name", + "lineno": 285, + "scope": "ERC20ApproveBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20ApproveBenchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 288, + "scope": "ERC20ApproveBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20ApproveBenchmark._next_transaction", + "name": "_next_transaction", + "lineno": 296, + "scope": "ERC20ApproveBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark.__init__", + "name": "__init__", + "lineno": 304, + "scope": "ERC20TransferFromBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark.name", + "name": "name", + "lineno": 308, + "scope": "ERC20TransferFromBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark._setup_benchmark", + "name": "_setup_benchmark", + "lineno": 311, + "scope": "ERC20TransferFromBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark._next_transaction", + "name": "_next_transaction", + "lineno": 329, + "scope": "ERC20TransferFromBenchmark", + "is_async": false + } + ], + "scripts.benchmark.checks.import_empty_blocks": [ + { + "id": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.__init__", + "name": "__init__", + "lineno": 22, + "scope": "ImportEmptyBlocksBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.name", + "name": "name", + "lineno": 26, + "scope": "ImportEmptyBlocksBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.execute", + "name": "execute", + "lineno": 29, + "scope": "ImportEmptyBlocksBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.import_empty_blocks", + "name": "import_empty_blocks", + "lineno": 46, + "scope": "ImportEmptyBlocksBenchmark", + "is_async": false + } + ], + "scripts.benchmark.checks.mine_empty_blocks": [ + { + "id": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.__init__", + "name": "__init__", + "lineno": 22, + "scope": "MineEmptyBlocksBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.name", + "name": "name", + "lineno": 26, + "scope": "MineEmptyBlocksBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.execute", + "name": "execute", + "lineno": 29, + "scope": "MineEmptyBlocksBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.mine_empty_blocks", + "name": "mine_empty_blocks", + "lineno": 47, + "scope": "MineEmptyBlocksBenchmark", + "is_async": false + } + ], + "scripts.benchmark.checks.simple_value_transfers": [ + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.__init__", + "name": "__init__", + "lineno": 61, + "scope": "SimpleValueTransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.name", + "name": "name", + "lineno": 66, + "scope": "SimpleValueTransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.print_result_header", + "name": "print_result_header", + "lineno": 69, + "scope": "SimpleValueTransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.execute", + "name": "execute", + "lineno": 73, + "scope": "SimpleValueTransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.mine_blocks", + "name": "mine_blocks", + "lineno": 98, + "scope": "SimpleValueTransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.mine_block", + "name": "mine_block", + "lineno": 112, + "scope": "SimpleValueTransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.next_transaction", + "name": "next_transaction", + "lineno": 126, + "scope": "SimpleValueTransferBenchmark", + "is_async": false + }, + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.next_transaction.callback", + "name": "callback", + "lineno": 145, + "scope": "SimpleValueTransferBenchmark.next_transaction", + "is_async": false + } + ], + "scripts.benchmark.checks": [], + "scripts.benchmark.contract_data": [ + { + "id": "scripts.benchmark.contract_data.get_contracts", + "name": "get_contracts", + "lineno": 9, + "scope": null, + "is_async": false + } + ], + "scripts.benchmark._utils.address": [ + { + "id": "scripts.benchmark._utils.address.generate_random_keypair_and_address", + "name": "generate_random_keypair_and_address", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.address.generate_random_address", + "name": "generate_random_address", + "lineno": 34, + "scope": null, + "is_async": false + } + ], + "scripts.benchmark._utils.chain_plumbing": [], + "scripts.benchmark._utils.compile": [ + { + "id": "scripts.benchmark._utils.compile.derive_compile_path", + "name": "derive_compile_path", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.compile.compile_contract", + "name": "compile_contract", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.compile.compile_contracts", + "name": "compile_contracts", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.compile.get_compiled_contract", + "name": "get_compiled_contract", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "scripts.benchmark._utils.format": [ + { + "id": "scripts.benchmark._utils.format.format_block", + "name": "format_block", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "scripts.benchmark._utils.meters": [ + { + "id": "scripts.benchmark._utils.meters.time_call", + "name": "time_call", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "scripts.benchmark._utils.reporting": [ + { + "id": "scripts.benchmark._utils.reporting.DefaultStat.tx_per_second", + "name": "tx_per_second", + "lineno": 20, + "scope": "DefaultStat", + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.DefaultStat.blocks_per_second", + "name": "blocks_per_second", + "lineno": 24, + "scope": "DefaultStat", + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.DefaultStat.gas_per_second", + "name": "gas_per_second", + "lineno": 28, + "scope": "DefaultStat", + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.DefaultStat.avg_total_tx", + "name": "avg_total_tx", + "lineno": 32, + "scope": "DefaultStat", + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.DefaultStat.avg_total_blocks", + "name": "avg_total_blocks", + "lineno": 36, + "scope": "DefaultStat", + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.DefaultStat.avg_total_seconds", + "name": "avg_total_seconds", + "lineno": 40, + "scope": "DefaultStat", + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.DefaultStat.avg_total_gas", + "name": "avg_total_gas", + "lineno": 44, + "scope": "DefaultStat", + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.DefaultStat.cumulate", + "name": "cumulate", + "lineno": 47, + "scope": "DefaultStat", + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.print_default_benchmark_result_header", + "name": "print_default_benchmark_result_header", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.print_default_benchmark_stat_line", + "name": "print_default_benchmark_stat_line", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.print_default_benchmark_total_line", + "name": "print_default_benchmark_total_line", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.reporting.print_final_benchmark_total_line", + "name": "print_final_benchmark_total_line", + "lineno": 120, + "scope": null, + "is_async": false + } + ], + "scripts.benchmark._utils.shellart": [ + { + "id": "scripts.benchmark._utils.shellart.bold_green", + "name": "bold_green", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.shellart.bold_red", + "name": "bold_red", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.shellart.bold_yellow", + "name": "bold_yellow", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "scripts.benchmark._utils.shellart.bold_white", + "name": "bold_white", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "scripts.benchmark._utils": [], + "scripts.release.test_package": [ + { + "id": "scripts.release.test_package.create_venv", + "name": "create_venv", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "scripts.release.test_package.find_wheel", + "name": "find_wheel", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "scripts.release.test_package.install_wheel", + "name": "install_wheel", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "scripts.release.test_package.test_install_local_wheel", + "name": "test_install_local_wheel", + "lineno": 44, + "scope": null, + "is_async": false + } + ], + "tests.conftest": [ + { + "id": "tests.conftest.VM", + "name": "VM", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.base_db", + "name": "base_db", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.funded_address_private_key", + "name": "funded_address_private_key", + "lineno": 126, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.funded_address", + "name": "funded_address", + "lineno": 133, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.funded_address_initial_balance", + "name": "funded_address_initial_balance", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest._get_genesis_defaults", + "name": "_get_genesis_defaults", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest._chain_with_block_validation", + "name": "_chain_with_block_validation", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.chain_with_block_validation", + "name": "chain_with_block_validation", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.chain_from_vm", + "name": "chain_from_vm", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.chain_from_vm.get_chain_from_vm", + "name": "get_chain_from_vm", + "lineno": 204, + "scope": "chain_from_vm", + "is_async": false + }, + { + "id": "tests.conftest.import_block_without_validation", + "name": "import_block_without_validation", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.base_genesis_state", + "name": "base_genesis_state", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.genesis_state", + "name": "genesis_state", + "lineno": 227, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest._chain_without_block_validation", + "name": "_chain_without_block_validation", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.chain_without_block_validation", + "name": "chain_without_block_validation", + "lineno": 263, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.chain_without_block_validation_factory", + "name": "chain_without_block_validation_factory", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.chain_without_block_validation_from_vm", + "name": "chain_without_block_validation_from_vm", + "lineno": 273, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.chain_without_block_validation_from_vm.get_chain_from_vm", + "name": "get_chain_from_vm", + "lineno": 280, + "scope": "chain_without_block_validation_from_vm", + "is_async": false + }, + { + "id": "tests.conftest.pytest_addoption", + "name": "pytest_addoption", + "lineno": 286, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.load_bytes_from_file", + "name": "load_bytes_from_file", + "lineno": 291, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.deserialize_rlp_objects", + "name": "deserialize_rlp_objects", + "lineno": 301, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.ropsten_epoch_headers", + "name": "ropsten_epoch_headers", + "lineno": 308, + "scope": null, + "is_async": false + } + ], + "tests": [], + "tests.core.fixtures": [], + "tests.core.helpers": [ + { + "id": "tests.core.helpers.fill_block", + "name": "fill_block", + "lineno": 16, + "scope": null, + "is_async": false + } + ], + "tests.core.test_import_and_version": [ + { + "id": "tests.core.test_import_and_version.test_import_and_version", + "name": "test_import_and_version", + "lineno": 1, + "scope": null, + "is_async": false + } + ], + "tests.core.address-utils.test_address_generation": [ + { + "id": "tests.core.address-utils.test_address_generation.test_generate_safe_contract_address", + "name": "test_generate_safe_contract_address", + "lineno": 62, + "scope": null, + "is_async": false + } + ], + "tests.core.builder-tools.test_chain_builder": [ + { + "id": "tests.core.builder-tools.test_chain_builder.mining_chain_params", + "name": "mining_chain_params", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.mining_chain", + "name": "mining_chain", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.regular_chain", + "name": "regular_chain", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_build_single_default_block", + "name": "test_chain_builder_build_single_default_block", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_build_two_default_blocks", + "name": "test_chain_builder_build_two_default_blocks", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_build_mine_multiple_blocks", + "name": "test_chain_builder_build_mine_multiple_blocks", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_mine_block_with_parameters", + "name": "test_chain_builder_mine_block_with_parameters", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_mine_block_with_transactions", + "name": "test_chain_builder_mine_block_with_transactions", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_mine_block_only_on_mining_chain", + "name": "test_chain_builder_mine_block_only_on_mining_chain", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_mine_multiple_blocks_only_on_mining_chain", + "name": "test_chain_builder_mine_multiple_blocks_only_on_mining_chain", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_at_block_number", + "name": "test_chain_builder_at_block_number", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_build_uncle_fork", + "name": "test_chain_builder_build_uncle_fork", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_import_block_single", + "name": "test_chain_import_block_single", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_import_blocks_many", + "name": "test_chain_import_blocks_many", + "lineno": 221, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_builder.test_chain_builder_chain_split", + "name": "test_chain_builder_chain_split", + "lineno": 241, + "scope": null, + "is_async": false + } + ], + "tests.core.builder-tools.test_chain_construction": [ + { + "id": "tests.core.builder-tools.test_chain_construction.test_chain_builder_construct_chain_name", + "name": "test_chain_builder_construct_chain_name", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_construction.test_chain_builder_construct_chain_vm_configuration_single_fork", + "name": "test_chain_builder_construct_chain_vm_configuration_single_fork", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_construction.test_chain_builder_construct_chain_vm_configuration_multiple_forks", + "name": "test_chain_builder_construct_chain_vm_configuration_multiple_forks", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_construction.test_chain_builder_construct_chain_fork_specific_helpers", + "name": "test_chain_builder_construct_chain_fork_specific_helpers", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_construction.test_chain_builder_enable_pow_mining", + "name": "test_chain_builder_enable_pow_mining", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_construction.test_chain_builder_without_any_mining_config", + "name": "test_chain_builder_without_any_mining_config", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_construction.test_chain_builder_disable_pow_check", + "name": "test_chain_builder_disable_pow_check", + "lineno": 171, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_construction.test_chain_builder_chain_id", + "name": "test_chain_builder_chain_id", + "lineno": 189, + "scope": null, + "is_async": false + } + ], + "tests.core.builder-tools.test_chain_initializer": [ + { + "id": "tests.core.builder-tools.test_chain_initializer.chain_class", + "name": "chain_class", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_default", + "name": "test_chain_builder_initialize_chain_default", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_with_state_simple", + "name": "test_chain_builder_initialize_chain_with_state_simple", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_with_state_multiple", + "name": "test_chain_builder_initialize_chain_with_state_multiple", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_with_params", + "name": "test_chain_builder_initialize_chain_with_params", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_with_params_and_state", + "name": "test_chain_builder_initialize_chain_with_params_and_state", + "lineno": 106, + "scope": null, + "is_async": false + } + ], + "tests.core.chain-object.test_build_block_incrementally": [ + { + "id": "tests.core.chain-object.test_build_block_incrementally.chain", + "name": "chain", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_build_block_incrementally.test_building_block_incrementally_with_single_transaction", + "name": "test_building_block_incrementally_with_single_transaction", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_build_block_incrementally.test_building_block_incrementally_with_multiple_transactions", + "name": "test_building_block_incrementally_with_multiple_transactions", + "lineno": 47, + "scope": null, + "is_async": false + } + ], + "tests.core.chain-object.test_chain": [ + { + "id": "tests.core.chain-object.test_chain.chain", + "name": "chain", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.vm_crossover_chain", + "name": "vm_crossover_chain", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.valid_chain", + "name": "valid_chain", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.tx", + "name": "tx", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.tx2", + "name": "tx2", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_import_block_validation", + "name": "test_import_block_validation", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_import_block", + "name": "test_import_block", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_mine_all", + "name": "test_mine_all", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_mine_all_uncle", + "name": "test_mine_all_uncle", + "lineno": 169, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_empty_transaction_lookups", + "name": "test_empty_transaction_lookups", + "lineno": 191, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_canonical_chain", + "name": "test_canonical_chain", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_mainnet_genesis_hash", + "name": "test_mainnet_genesis_hash", + "lineno": 218, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_ropsten_genesis_hash", + "name": "test_ropsten_genesis_hash", + "lineno": 224, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_get_canonical_transaction_by_index", + "name": "test_get_canonical_transaction_by_index", + "lineno": 230, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_get_transaction_receipt", + "name": "test_get_transaction_receipt", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain._mine_result_to_header", + "name": "_mine_result_to_header", + "lineno": 280, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain.test_uncles_across_VMs", + "name": "test_uncles_across_VMs", + "lineno": 285, + "scope": null, + "is_async": false + } + ], + "tests.core.chain-object.test_chain_get_ancestors": [ + { + "id": "tests.core.chain-object.test_chain_get_ancestors.chain", + "name": "chain", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_get_ancestors.fork_chain", + "name": "fork_chain", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_get_ancestors.test_chain_get_ancestors_from_genesis_block", + "name": "test_chain_get_ancestors_from_genesis_block", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_get_ancestors.test_chain_get_ancestors_from_block_1", + "name": "test_chain_get_ancestors_from_block_1", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_get_ancestors.test_chain_get_ancestors_from_block_5", + "name": "test_chain_get_ancestors_from_block_5", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_get_ancestors.test_chain_get_ancestors_for_fork_chains", + "name": "test_chain_get_ancestors_for_fork_chains", + "lineno": 95, + "scope": null, + "is_async": false + } + ], + "tests.core.chain-object.test_chain_reorganization": [ + { + "id": "tests.core.chain-object.test_chain_reorganization.mining_base_chain", + "name": "mining_base_chain", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_reorganization.mining_chain", + "name": "mining_chain", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_reorganization.test_import_block_with_reorg", + "name": "test_import_block_with_reorg", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_reorganization.test_import_block_with_reorg_with_current_head_as_uncle", + "name": "test_import_block_with_reorg_with_current_head_as_uncle", + "lineno": 83, + "scope": null, + "is_async": false + } + ], + "tests.core.chain-object.test_chain_retrieval_of_vm_class": [ + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.genesis_header", + "name": "genesis_header", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.BaseVMForTesting.create_header_from_parent", + "name": "create_header_from_parent", + "lineno": 37, + "scope": "BaseVMForTesting", + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.chaindb", + "name": "chaindb", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.test_header_chain_get_vm_class_for_block_number", + "name": "test_header_chain_get_vm_class_for_block_number", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.test_header_chain_get_vm_class_using_block_header", + "name": "test_header_chain_get_vm_class_using_block_header", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.test_header_chain_invalid_if_no_vm_configuration", + "name": "test_header_chain_invalid_if_no_vm_configuration", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.test_vm_not_found_if_no_matching_block_number", + "name": "test_vm_not_found_if_no_matching_block_number", + "lineno": 92, + "scope": null, + "is_async": false + } + ], + "tests.core.chain-object.test_contract_call": [ + { + "id": "tests.core.chain-object.test_contract_call.chain", + "name": "chain", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_contract_call.simple_contract_address", + "name": "simple_contract_address", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_contract_call.genesis_state", + "name": "genesis_state", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_contract_call.uint256_to_bytes", + "name": "uint256_to_bytes", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_contract_call.test_get_transaction_result", + "name": "test_get_transaction_result", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_contract_call.test_get_transaction_result_revert", + "name": "test_get_transaction_result_revert", + "lineno": 276, + "scope": null, + "is_async": false + } + ], + "tests.core.chain-object.test_create_transaction": [ + { + "id": "tests.core.chain-object.test_create_transaction.chain", + "name": "chain", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_create_transaction.sender", + "name": "sender", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_create_transaction.basic_transaction", + "name": "basic_transaction", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_create_transaction.test_basic_create_transaction", + "name": "test_basic_create_transaction", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_create_transaction.test_basic_create_unsigned_transaction", + "name": "test_basic_create_unsigned_transaction", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.core.chain-object.test_gas_estimation": [ + { + "id": "tests.core.chain-object.test_gas_estimation.test_estimate_gas", + "name": "test_estimate_gas", + "lineno": 908, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block", + "name": "test_estimate_gas_on_full_block", + "lineno": 967, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block.mk_estimation_txn", + "name": "mk_estimation_txn", + "lineno": 974, + "scope": "test_estimate_gas_on_full_block", + "is_async": false + } + ], + "tests.core.code-stream.test_code_stream": [ + { + "id": "tests.core.code-stream.test_code_stream.test_code_stream_accepts_bytes", + "name": "test_code_stream_accepts_bytes", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_code_stream_rejects_invalid_code_byte_values", + "name": "test_code_stream_rejects_invalid_code_byte_values", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_next_returns_the_correct_next_opcode", + "name": "test_next_returns_the_correct_next_opcode", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_peek_returns_next_opcode_without_changing_code_stream_location", + "name": "test_peek_returns_next_opcode_without_changing_code_stream_location", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_STOP_opcode_is_returned_when_bytecode_end_is_reached", + "name": "test_STOP_opcode_is_returned_when_bytecode_end_is_reached", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_seek_reverts_to_original_stream_position_when_context_exits", + "name": "test_seek_reverts_to_original_stream_position_when_context_exits", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_get_item_returns_correct_opcode", + "name": "test_get_item_returns_correct_opcode", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_invalidates_bytes_after_PUSHXX_opcodes", + "name": "test_is_valid_opcode_invalidates_bytes_after_PUSHXX_opcodes", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_valid_with_PUSH32_just_past_boundary", + "name": "test_is_valid_opcode_valid_with_PUSH32_just_past_boundary", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "name": "test_harder_is_valid_opcode", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "name": "test_even_harder_is_valid_opcode", + "lineno": 119, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode_first_check_deep", + "name": "test_even_harder_is_valid_opcode_first_check_deep", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_right_number_of_bytes_invalidated_after_pushxx", + "name": "test_right_number_of_bytes_invalidated_after_pushxx", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream._mk_bytecode", + "name": "_mk_bytecode", + "lineno": 178, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_fuzzy_is_valid_opcode", + "name": "test_fuzzy_is_valid_opcode", + "lineno": 195, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_iter", + "name": "test_new_vs_reference_code_stream_iter", + "lineno": 216, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read", + "name": "test_new_vs_reference_code_stream_read", + "lineno": 230, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read_during_iter", + "name": "test_new_vs_reference_code_stream_read_during_iter", + "lineno": 246, + "scope": null, + "is_async": false + } + ], + "tests.core.consensus.test_clique_consensus": [ + { + "id": "tests.core.consensus.test_clique_consensus.has_vote_to", + "name": "has_vote_to", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.has_vote_from", + "name": "has_vote_from", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.make_next_header", + "name": "make_next_header", + "lineno": 165, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "name": "alice_nominates_bob_and_ron_then_they_kick_her", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "name": "validate_seal_and_get_snapshot", + "lineno": 216, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.paragon_chain", + "name": "paragon_chain", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.get_clique", + "name": "get_clique", + "lineno": 243, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_can_retrieve_root_snapshot", + "name": "test_can_retrieve_root_snapshot", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_raises_unknown_ancestor_error", + "name": "test_raises_unknown_ancestor_error", + "lineno": 260, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_validate_chain_works_across_forks", + "name": "test_validate_chain_works_across_forks", + "lineno": 269, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_import_block", + "name": "test_import_block", + "lineno": 275, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_reapplies_headers_without_snapshots", + "name": "test_reapplies_headers_without_snapshots", + "lineno": 308, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_can_persist_and_restore_snapshot_from_db", + "name": "test_can_persist_and_restore_snapshot_from_db", + "lineno": 322, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "name": "test_revert_previous_nominate", + "lineno": 331, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "name": "test_revert_previous_kick", + "lineno": 364, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "name": "test_does_not_count_multiple_kicks", + "lineno": 397, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "name": "test_does_not_count_multiple_nominates", + "lineno": 428, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "name": "test_alice_votes_in_bob_and_ron_then_gets_kicked", + "lineno": 459, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "name": "test_removes_all_pending_votes_after_nomination", + "lineno": 489, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "name": "test_removes_all_pending_votes_after_kick", + "lineno": 515, + "scope": null, + "is_async": false + } + ], + "tests.core.consensus.test_clique_encoding": [ + { + "id": "tests.core.consensus.test_clique_encoding.test_encoding_decoding", + "name": "test_encoding_decoding", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.core.consensus.test_clique_utils": [ + { + "id": "tests.core.consensus.test_clique_utils.test_get_signer", + "name": "test_get_signer", + "lineno": 194, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_utils.test_can_sign_header", + "name": "test_can_sign_header", + "lineno": 221, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_clique_utils.test_get_allowed_signers", + "name": "test_get_allowed_signers", + "lineno": 227, + "scope": null, + "is_async": false + } + ], + "tests.core.consensus.test_consensus_engine": [ + { + "id": "tests.core.consensus.test_consensus_engine.WhitelistConsensus.__init__", + "name": "__init__", + "lineno": 36, + "scope": "WhitelistConsensus", + "is_async": false + }, + { + "id": "tests.core.consensus.test_consensus_engine.WhitelistConsensus._get_consensus_data", + "name": "_get_consensus_data", + "lineno": 39, + "scope": "WhitelistConsensus", + "is_async": false + }, + { + "id": "tests.core.consensus.test_consensus_engine.WhitelistConsensus.validate_seal", + "name": "validate_seal", + "lineno": 48, + "scope": "WhitelistConsensus", + "is_async": false + }, + { + "id": "tests.core.consensus.test_consensus_engine.WhitelistConsensus.validate_seal_extension", + "name": "validate_seal_extension", + "lineno": 56, + "scope": "WhitelistConsensus", + "is_async": false + }, + { + "id": "tests.core.consensus.test_consensus_engine.WhitelistConsensus.get_fee_recipient", + "name": "get_fee_recipient", + "lineno": 60, + "scope": "WhitelistConsensus", + "is_async": false + }, + { + "id": "tests.core.consensus.test_consensus_engine.test_stateful_consensus_isnt_shared_across_chain_instances", + "name": "test_stateful_consensus_isnt_shared_across_chain_instances", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "tests.core.consensus.test_pow_mining": [ + { + "id": "tests.core.consensus.test_pow_mining._concurrently_run_to_completion", + "name": "_concurrently_run_to_completion", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_pow_mining.test_cache_turnover", + "name": "test_cache_turnover", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_pow_mining.test_cache_turnover.lookup_random_caches", + "name": "lookup_random_caches", + "lineno": 42, + "scope": "test_cache_turnover", + "is_async": false + }, + { + "id": "tests.core.consensus.test_pow_mining.test_pow_across_epochs", + "name": "test_pow_across_epochs", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.consensus.test_pow_mining.test_pow_across_epochs.check", + "name": "check", + "lineno": 58, + "scope": "test_pow_across_epochs", + "is_async": false + }, + { + "id": "tests.core.consensus.test_pow_mining.test_mining_tools_proof_of_work_mining", + "name": "test_mining_tools_proof_of_work_mining", + "lineno": 77, + "scope": null, + "is_async": false + } + ], + "tests.core.datatype-utils.test_configurable_class": [ + { + "id": "tests.core.datatype-utils.test_configurable_class.test_single_layer_configuration", + "name": "test_single_layer_configuration", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.test_positional_name_configuration", + "name": "test_positional_name_configuration", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.test_keyword_name_configuration", + "name": "test_keyword_name_configuration", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.test_sub_name_configuration", + "name": "test_sub_name_configuration", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.test_sub_property_configuration", + "name": "test_sub_property_configuration", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.test_error_if_attr_not_present_at_top_level", + "name": "test_error_if_attr_not_present_at_top_level", + "lineno": 104, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.test_error_if_attr_not_present_in_sub_obj", + "name": "test_error_if_attr_not_present_in_sub_obj", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.test_error_trying_to_configure_non_configurable_class", + "name": "test_error_trying_to_configure_non_configurable_class", + "lineno": 114, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.test_error_trying_to_configure_instance_variable", + "name": "test_error_trying_to_configure_instance_variable", + "lineno": 119, + "scope": null, + "is_async": false + } + ], + "tests.core.db.test_keymap_db": [ + { + "id": "tests.core.db.test_keymap_db.test_keymap_db_can_be_copied_and_deep_copied", + "name": "test_keymap_db_can_be_copied_and_deep_copied", + "lineno": 11, + "scope": null, + "is_async": false + } + ], + "tests.core.env-utils.test_env_bool": [ + { + "id": "tests.core.env-utils.test_env_bool.test_env_bool_not_required_with_no_default", + "name": "test_env_bool_not_required_with_no_default", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_bool.test_env_bool_not_required_and_not_set", + "name": "test_env_bool_not_required_and_not_set", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_bool.test_env_bool_when_missing_and_required_is_error", + "name": "test_env_bool_when_missing_and_required_is_error", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_bool.test_env_bool_when_missing_and_default_provided", + "name": "test_env_bool_when_missing_and_default_provided", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_bool.test_that_required_and_default_are_mutually_exclusive", + "name": "test_that_required_and_default_are_mutually_exclusive", + "lineno": 74, + "scope": null, + "is_async": false + } + ], + "tests.core.env-utils.test_env_float": [ + { + "id": "tests.core.env-utils.test_env_float.test_env_float_not_required_with_no_default", + "name": "test_env_float_not_required_with_no_default", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_float.test_env_float_not_required_and_not_set", + "name": "test_env_float_not_required_and_not_set", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_float.test_env_float_when_missing_and_required_is_error", + "name": "test_env_float_when_missing_and_required_is_error", + "lineno": 39, + "scope": null, + "is_async": false + } + ], + "tests.core.env-utils.test_env_int": [ + { + "id": "tests.core.env-utils.test_env_int.test_env_int_not_required_with_no_default", + "name": "test_env_int_not_required_with_no_default", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_int.test_env_int_not_required_and_not_set", + "name": "test_env_int_not_required_and_not_set", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_int.test_env_int_when_missing_and_required_is_error", + "name": "test_env_int_when_missing_and_required_is_error", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_int.test_env_int_when_missing_and_default_provided", + "name": "test_env_int_when_missing_and_default_provided", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_int.test_that_required_and_default_are_mutually_exclusive", + "name": "test_that_required_and_default_are_mutually_exclusive", + "lineno": 71, + "scope": null, + "is_async": false + } + ], + "tests.core.env-utils.test_env_list": [ + { + "id": "tests.core.env-utils.test_env_list.test_env_list_with_stock_usage", + "name": "test_env_list_with_stock_usage", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_list.test_env_list_removes_whitespace", + "name": "test_env_list_removes_whitespace", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_list.test_env_list_with_custom_separator", + "name": "test_env_list_with_custom_separator", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_list.test_env_list_with_empty_list", + "name": "test_env_list_with_empty_list", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_list.test_env_list_with_default_value", + "name": "test_env_list_with_default_value", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_list.test_env_list_with_required_raises_when_not_present", + "name": "test_env_list_with_required_raises_when_not_present", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_list.test_env_list_with_required_and_default_is_error", + "name": "test_env_list_with_required_and_default_is_error", + "lineno": 72, + "scope": null, + "is_async": false + } + ], + "tests.core.env-utils.test_env_string": [ + { + "id": "tests.core.env-utils.test_env_string.test_env_string_with_basic_usage", + "name": "test_env_string_with_basic_usage", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_string.test_env_string_with_default_value", + "name": "test_env_string_with_default_value", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_string.test_env_string_with_required", + "name": "test_env_string_with_required", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_env_string.test_env_string_with_required_and_default_is_error", + "name": "test_env_string_with_required_and_default_is_error", + "lineno": 42, + "scope": null, + "is_async": false + } + ], + "tests.core.env-utils.test_get": [ + { + "id": "tests.core.env-utils.test_get.test_get_mapping", + "name": "test_get_mapping", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.env-utils.test_get.test_get_mapping_for_lists", + "name": "test_get_mapping_for_lists", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "tests.core.fixture-tools.test_normalize_state": [ + { + "id": "tests.core.fixture-tools.test_normalize_state.test_normalize_state", + "name": "test_normalize_state", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.fixture-tools.test_normalize_state.test_normalize_state_detects_duplicates", + "name": "test_normalize_state_detects_duplicates", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.fixture-tools.test_normalize_state.test_normalize_state_detects_bad_keys", + "name": "test_normalize_state_detects_bad_keys", + "lineno": 101, + "scope": null, + "is_async": false + } + ], + "tests.core.gas_meter.test_gas_meter": [ + { + "id": "tests.core.gas_meter.test_gas_meter.gas_meter", + "name": "gas_meter", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_start_gas_on_instantiation", + "name": "test_start_gas_on_instantiation", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_instantiation_invalid_value", + "name": "test_instantiation_invalid_value", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_consume_gas", + "name": "test_consume_gas", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_consume_gas_rejects_negative_values", + "name": "test_consume_gas_rejects_negative_values", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_return_gas", + "name": "test_return_gas", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_return_gas_rejects_negative_values", + "name": "test_return_gas_rejects_negative_values", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_refund_gas", + "name": "test_refund_gas", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_refund_gas_rejects_negative_values", + "name": "test_refund_gas_rejects_negative_values", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_consume_gas_spends", + "name": "test_consume_gas_spends", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_consume_raises_exception", + "name": "test_consume_raises_exception", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.gas_meter.test_gas_meter.test_consumption_return_refund_work_correctly", + "name": "test_consumption_return_refund_work_correctly", + "lineno": 80, + "scope": null, + "is_async": false + } + ], + "tests.core.generator-utils.test_cached_iterable": [ + { + "id": "tests.core.generator-utils.test_cached_iterable.test_cached_generator", + "name": "test_cached_generator", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.generator-utils.test_cached_iterable.test_laziness", + "name": "test_laziness", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.generator-utils.test_cached_iterable.test_laziness.crash_after_first_val", + "name": "crash_after_first_val", + "lineno": 22, + "scope": "test_laziness", + "is_async": false + }, + { + "id": "tests.core.generator-utils.test_cached_iterable.test_cached_generator_iterable", + "name": "test_cached_generator_iterable", + "lineno": 31, + "scope": null, + "is_async": false + } + ], + "tests.core.hexadecimal-utils.test_encode_and_decode": [ + { + "id": "tests.core.hexadecimal-utils.test_encode_and_decode.test_basic_hexadecimal_encoding", + "name": "test_basic_hexadecimal_encoding", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.hexadecimal-utils.test_encode_and_decode.test_basic_hexadecimal_decoding", + "name": "test_basic_hexadecimal_decoding", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.hexadecimal-utils.test_encode_and_decode.test_round_trip_with_bytestring_start", + "name": "test_round_trip_with_bytestring_start", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.hexadecimal-utils.test_encode_and_decode._coerce_to_even_hex", + "name": "_coerce_to_even_hex", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.hexadecimal-utils.test_encode_and_decode.test_round_trip_with_hex_string_start", + "name": "test_round_trip_with_hex_string_start", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "tests.core.memory.test_memory": [ + { + "id": "tests.core.memory.test_memory.memory", + "name": "memory", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.memory32", + "name": "memory32", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.test_write", + "name": "test_write", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.test_write_rejects_invalid_start_position", + "name": "test_write_rejects_invalid_start_position", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.test_write_rejects_invalid_size", + "name": "test_write_rejects_invalid_size", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.test_write_rejects_invalid_value", + "name": "test_write_rejects_invalid_value", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.test_write_rejects_size_not_equal_to_value_length", + "name": "test_write_rejects_size_not_equal_to_value_length", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.test_write_rejects_values_beyond_memory_size", + "name": "test_write_rejects_values_beyond_memory_size", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.test_extend_appropriately_extends_memory", + "name": "test_extend_appropriately_extends_memory", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.memory.test_memory.test_read_returns_correct_bytes_from_memory", + "name": "test_read_returns_correct_bytes_from_memory", + "lineno": 70, + "scope": null, + "is_async": false + } + ], + "tests.core.message-object.test_message_object": [ + { + "id": "tests.core.message-object.test_message_object._create_message", + "name": "_create_message", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.message-object.test_message_object.test_parameter_validation", + "name": "test_parameter_validation", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.message-object.test_message_object.test_code_address_defaults_to_to_address", + "name": "test_code_address_defaults_to_to_address", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.message-object.test_message_object.test_code_address_uses_provided_address", + "name": "test_code_address_uses_provided_address", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.message-object.test_message_object.test_storage_address_defaults_to_to_address", + "name": "test_storage_address_defaults_to_to_address", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.message-object.test_message_object.test_storage_address_uses_provided_address", + "name": "test_storage_address_uses_provided_address", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.message-object.test_message_object.test_is_create_computed_property", + "name": "test_is_create_computed_property", + "lineno": 82, + "scope": null, + "is_async": false + } + ], + "tests.core.numeric-utils.test_get_highest_bit_length": [ + { + "id": "tests.core.numeric-utils.test_get_highest_bit_length.test_get_highest_bit_index", + "name": "test_get_highest_bit_index", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "tests.core.numeric-utils.test_integer_squareroot": [ + { + "id": "tests.core.numeric-utils.test_integer_squareroot.test_integer_squareroot_correct", + "name": "test_integer_squareroot_correct", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.numeric-utils.test_integer_squareroot.test_integer_squareroot_success", + "name": "test_integer_squareroot_success", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.numeric-utils.test_integer_squareroot.test_integer_squareroot_edge_cases", + "name": "test_integer_squareroot_edge_cases", + "lineno": 46, + "scope": null, + "is_async": false + } + ], + "tests.core.numeric-utils.test_int_to_bytes32": [ + { + "id": "tests.core.numeric-utils.test_int_to_bytes32.test_int_to_bytes32_valid", + "name": "test_int_to_bytes32_valid", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.numeric-utils.test_int_to_bytes32.test_int_to_bytes32_invalid", + "name": "test_int_to_bytes32_invalid", + "lineno": 31, + "scope": null, + "is_async": false + } + ], + "tests.core.opcodes.test_opcodes": [ + { + "id": "tests.core.opcodes.test_opcodes.assemble", + "name": "assemble", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.setup_vm", + "name": "setup_vm", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.run_computation", + "name": "run_computation", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.run_general_computation", + "name": "run_general_computation", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_add", + "name": "test_add", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_base_fee", + "name": "test_base_fee", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_nullary_opcodes", + "name": "test_nullary_opcodes", + "lineno": 220, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_blockhash", + "name": "test_blockhash", + "lineno": 238, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_mul", + "name": "test_mul", + "lineno": 283, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_exp", + "name": "test_exp", + "lineno": 359, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_shl", + "name": "test_shl", + "lineno": 442, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_shr", + "name": "test_shr", + "lineno": 525, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_sar", + "name": "test_sar", + "lineno": 637, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_extcodehash", + "name": "test_extcodehash", + "lineno": 673, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_sstore", + "name": "test_sstore", + "lineno": 1201, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_sstore_limit_2300", + "name": "test_sstore_limit_2300", + "lineno": 1227, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_chainid", + "name": "test_chainid", + "lineno": 1287, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_balance", + "name": "test_balance", + "lineno": 1381, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_gas_costs", + "name": "test_gas_costs", + "lineno": 1510, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_access_list_gas_costs", + "name": "test_access_list_gas_costs", + "lineno": 1557, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_eip2929_gas_by_cache_warmth", + "name": "test_eip2929_gas_by_cache_warmth", + "lineno": 1601, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_blake2b_f_compression", + "name": "test_blake2b_f_compression", + "lineno": 1684, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_selfdestruct_does_not_issue_deprecation_warning_pre_shanghai", + "name": "test_selfdestruct_does_not_issue_deprecation_warning_pre_shanghai", + "lineno": 1703, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.opcodes.test_opcodes.test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "name": "test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "lineno": 1715, + "scope": null, + "is_async": false + } + ], + "tests.core.padding-utils.test_padding": [ + { + "id": "tests.core.padding-utils.test_padding.test_pad_32", + "name": "test_pad_32", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.padding-utils.test_padding.test_pad_32r", + "name": "test_pad_32r", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.core.precompiles.test_blake2": [ + { + "id": "tests.core.precompiles.test_blake2.test_blake2", + "name": "test_blake2", + "lineno": 57, + "scope": null, + "is_async": false + } + ], + "tests.core.stack.test_stack": [ + { + "id": "tests.core.stack.test_stack.stack", + "name": "stack", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_push_only_pushes_valid_stack_bytes", + "name": "test_push_only_pushes_valid_stack_bytes", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_push_only_pushes_valid_stack_ints", + "name": "test_push_only_pushes_valid_stack_ints", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_push_does_not_allow_stack_to_exceed_1024_items", + "name": "test_push_does_not_allow_stack_to_exceed_1024_items", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_dup_does_not_allow_stack_to_exceed_1024_items", + "name": "test_dup_does_not_allow_stack_to_exceed_1024_items", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_pop_returns_latest_stack_item", + "name": "test_pop_returns_latest_stack_item", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_pop_different_types", + "name": "test_pop_different_types", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack._validate_stack_integers", + "name": "_validate_stack_integers", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_swap_operates_correctly", + "name": "test_swap_operates_correctly", + "lineno": 124, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_dup_operates_correctly", + "name": "test_dup_operates_correctly", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_pop_raises_InsufficientStack_appropriately", + "name": "test_pop_raises_InsufficientStack_appropriately", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_swap_raises_InsufficientStack_appropriately", + "name": "test_swap_raises_InsufficientStack_appropriately", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.stack.test_stack.test_dup_raises_InsufficientStack_appropriately", + "name": "test_dup_raises_InsufficientStack_appropriately", + "lineno": 154, + "scope": null, + "is_async": false + } + ], + "tests.core.tester.test_generate_vm_configuration": [ + { + "id": "tests.core.tester.test_generate_vm_configuration.test_generate_vm_configuration", + "name": "test_generate_vm_configuration", + "lineno": 181, + "scope": null, + "is_async": false + } + ], + "tests.core.transactions.test_legacy_transaction": [ + { + "id": "tests.core.transactions.test_legacy_transaction.test_legacy_transaction_implementations_across_all_forks", + "name": "test_legacy_transaction_implementations_across_all_forks", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "tests.core.transactions.test_transaction_builder": [ + { + "id": "tests.core.transactions.test_transaction_builder.test_prague_transaction_builder_set_code_transaction", + "name": "test_prague_transaction_builder_set_code_transaction", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.test_transaction_builder.test_transaction_builder_methods", + "name": "test_transaction_builder_methods", + "lineno": 90, + "scope": null, + "is_async": false + } + ], + "tests.core.transactions.transaction-utils.conftest": [ + { + "id": "tests.core.transactions.transaction-utils.conftest.txn_fixture", + "name": "txn_fixture", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.conftest.typed_txn_fixture", + "name": "typed_txn_fixture", + "lineno": 69, + "scope": null, + "is_async": false + } + ], + "tests.core.transactions.transaction-utils.test_receipt_encoding": [ + { + "id": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode", + "name": "test_receipt_decode", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode_failure", + "name": "test_receipt_decode_failure", + "lineno": 99, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode_failure_by_vm", + "name": "test_receipt_decode_failure_by_vm", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_EIP2930_receipt_decode", + "name": "test_EIP2930_receipt_decode", + "lineno": 123, + "scope": null, + "is_async": false + } + ], + "tests.core.transactions.transaction-utils.test_spoof_transaction": [ + { + "id": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "name": "test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_signed_spoofed_common", + "name": "_validate_signed_spoofed_common", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_unsigned_spoofed", + "name": "_validate_unsigned_spoofed", + "lineno": 107, + "scope": null, + "is_async": false + } + ], + "tests.core.transactions.transaction-utils.test_transaction_encoding": [ + { + "id": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_transaction_decode", + "name": "test_transaction_decode", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_transaction_decode_failure_by_vm", + "name": "test_transaction_decode_failure_by_vm", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_EIP2930_transaction_decode", + "name": "test_EIP2930_transaction_decode", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_EIP2930_transaction_inferred_attributes", + "name": "test_EIP2930_transaction_inferred_attributes", + "lineno": 121, + "scope": null, + "is_async": false + } + ], + "tests.core.transactions.transaction-utils.test_transaction_signature_validation": [ + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.transaction_class", + "name": "transaction_class", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_signature_validation", + "name": "test_pre_EIP155_transaction_signature_validation", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_signature_validation", + "name": "test_EIP155_transaction_signature_validation", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP2930_transaction_signature_validation", + "name": "test_EIP2930_transaction_signature_validation", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_sender_extraction", + "name": "test_pre_EIP155_transaction_sender_extraction", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_sender_extraction", + "name": "test_EIP155_transaction_sender_extraction", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP2930_transaction_sender_extraction", + "name": "test_EIP2930_transaction_sender_extraction", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_signed_transaction", + "name": "test_unsigned_to_signed_transaction", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_eip155_signed_transaction", + "name": "test_unsigned_to_eip155_signed_transaction", + "lineno": 113, + "scope": null, + "is_async": false + } + ], + "tests.core.validation.test_eth1_validation": [ + { + "id": "tests.core.validation.test_eth1_validation.test_validate_unique", + "name": "test_validate_unique", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_is_bytes", + "name": "test_validate_is_bytes", + "lineno": 75, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_is_integer", + "name": "test_validate_is_integer", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_is_boolean", + "name": "test_validate_is_boolean", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_length", + "name": "test_validate_length", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_length_lte", + "name": "test_validate_length_lte", + "lineno": 156, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_gte", + "name": "test_validate_gte", + "lineno": 173, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_gt", + "name": "test_validate_gt", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_lte", + "name": "test_validate_lte", + "lineno": 207, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_lt", + "name": "test_validate_lt", + "lineno": 224, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_canonical_address", + "name": "test_validate_canonical_address", + "lineno": 241, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_multiple_of", + "name": "test_validate_multiple_of", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_word", + "name": "test_validate_word", + "lineno": 274, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_uint256", + "name": "test_validate_uint256", + "lineno": 294, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_stack_int", + "name": "test_validate_stack_int", + "lineno": 312, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_stack_bytes", + "name": "test_validate_stack_bytes", + "lineno": 329, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_is_list_like", + "name": "test_validate_is_list_like", + "lineno": 368, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_is_transaction_access_list", + "name": "test_validate_is_transaction_access_list", + "lineno": 404, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_lt_secpk1n", + "name": "test_validate_lt_secpk1n", + "lineno": 423, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_lt_secpk1n2", + "name": "test_validate_lt_secpk1n2", + "lineno": 442, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_block_number", + "name": "test_validate_block_number", + "lineno": 464, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_vm_block_numbers", + "name": "test_validate_vm_block_numbers", + "lineno": 484, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_eth1_validation.test_validate_vm_configuration_bad_configs", + "name": "test_validate_vm_configuration_bad_configs", + "lineno": 499, + "scope": null, + "is_async": false + } + ], + "tests.core.validation.test_transaction_validation": [ + { + "id": "tests.core.validation.test_transaction_validation.test_validate_unsigned_access_list_transaction", + "name": "test_validate_unsigned_access_list_transaction", + "lineno": 90, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_transaction_validation.test_validate_unsigned_dynamic_fee_transaction", + "name": "test_validate_unsigned_dynamic_fee_transaction", + "lineno": 180, + "scope": null, + "is_async": false + } + ], + "tests.core.validation.test_withdrawal_validation": [ + { + "id": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "name": "test_valid_withdrawal_fields", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "name": "test_invalid_withdrawal_fields", + "lineno": 92, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.conftest": [ + { + "id": "tests.core.vm.conftest.normalized_address_a", + "name": "normalized_address_a", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.conftest.normalized_address_b", + "name": "normalized_address_b", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.conftest.canonical_address_a", + "name": "canonical_address_a", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.conftest.canonical_address_b", + "name": "canonical_address_b", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.conftest.transaction_context", + "name": "transaction_context", + "lineno": 33, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_base_computation": [ + { + "id": "tests.core.vm.test_base_computation.DummyComputation.apply_message", + "name": "apply_message", + "lineno": 24, + "scope": "DummyComputation", + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.DummyComputation.apply_create_message", + "name": "apply_create_message", + "lineno": 28, + "scope": "DummyComputation", + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.DummyTransactionContext.get_intrinsic_gas", + "name": "get_intrinsic_gas", + "lineno": 33, + "scope": "DummyTransactionContext", + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.message", + "name": "message", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.computation", + "name": "computation", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.child_message", + "name": "child_message", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_is_origin_computation", + "name": "test_is_origin_computation", + "lineno": 68, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_prepare_child_message", + "name": "test_prepare_child_message", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_extend_memory_start_position_must_be_uint256", + "name": "test_extend_memory_start_position_must_be_uint256", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_extend_memory_size_must_be_uint256", + "name": "test_extend_memory_size_must_be_uint256", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_extend_memory_stays_the_same_if_size_is_0", + "name": "test_extend_memory_stays_the_same_if_size_is_0", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_extend_memory_increases_memory_by_32", + "name": "test_extend_memory_increases_memory_by_32", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_extend_memory_doesnt_increase_until_32_bytes_are_used", + "name": "test_extend_memory_doesnt_increase_until_32_bytes_are_used", + "lineno": 121, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_register_accounts_for_deletion_raises_if_address_isnt_canonical", + "name": "test_register_accounts_for_deletion_raises_if_address_isnt_canonical", + "lineno": 130, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_register_accounts_for_deletion_cannot_register_the_same_address_twice", + "name": "test_register_accounts_for_deletion_cannot_register_the_same_address_twice", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_register_accounts_for_deletion", + "name": "test_register_accounts_for_deletion", + "lineno": 145, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_accounts_for_deletion_starts_empty", + "name": "test_get_accounts_for_deletion_starts_empty", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_accounts_for_deletion_returns", + "name": "test_get_accounts_for_deletion_returns", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_add_log_entry_starts_empty", + "name": "test_add_log_entry_starts_empty", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_add_log_entry_raises_if_address_isnt_canonical", + "name": "test_add_log_entry_raises_if_address_isnt_canonical", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_add_log_entry_raises_if_topic_elements_arent_uint256", + "name": "test_add_log_entry_raises_if_topic_elements_arent_uint256", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_add_log_entry_raises_if_data_isnt_in_bytes", + "name": "test_add_log_entry_raises_if_data_isnt_in_bytes", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_add_log_entry", + "name": "test_add_log_entry", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_log_entries", + "name": "test_get_log_entries", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_log_entries_order_with_children", + "name": "test_get_log_entries_order_with_children", + "lineno": 226, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_log_entries_with_vmerror", + "name": "test_get_log_entries_with_vmerror", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_log_entries_with_revert", + "name": "test_get_log_entries_with_revert", + "lineno": 256, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_refund", + "name": "test_get_gas_refund", + "lineno": 265, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_refund_with_vmerror", + "name": "test_get_gas_refund_with_vmerror", + "lineno": 270, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_refund_with_revert", + "name": "test_get_gas_refund_with_revert", + "lineno": 279, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_output", + "name": "test_output", + "lineno": 288, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_output_with_vmerror", + "name": "test_output_with_vmerror", + "lineno": 293, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_output_with_revert", + "name": "test_output_with_revert", + "lineno": 302, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_remaining", + "name": "test_get_gas_remaining", + "lineno": 311, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_remaining_with_vmerror", + "name": "test_get_gas_remaining_with_vmerror", + "lineno": 315, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_remaining_with_revert", + "name": "test_get_gas_remaining_with_revert", + "lineno": 324, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_used", + "name": "test_get_gas_used", + "lineno": 333, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_used_with_vmerror", + "name": "test_get_gas_used_with_vmerror", + "lineno": 340, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_get_gas_used_with_revert", + "name": "test_get_gas_used_with_revert", + "lineno": 350, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_should_burn_gas_with_vm_error", + "name": "test_should_burn_gas_with_vm_error", + "lineno": 360, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_should_burn_gas_with_revert", + "name": "test_should_burn_gas_with_revert", + "lineno": 370, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_should_erase_return_data_with_vm_error", + "name": "test_should_erase_return_data_with_vm_error", + "lineno": 380, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_base_computation.test_should_erase_return_data_with_revert", + "name": "test_should_erase_return_data_with_revert", + "lineno": 390, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_clique_validation": [ + { + "id": "tests.core.vm.test_clique_validation.goerli_chain", + "name": "goerli_chain", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_clique_validation.test_can_validate_header", + "name": "test_can_validate_header", + "lineno": 115, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_computation": [ + { + "id": "tests.core.vm.test_computation._configure_mining_chain", + "name": "_configure_mining_chain", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_computation.byzantium_plus_miner", + "name": "byzantium_plus_miner", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_computation.test_CREATE_and_CREATE2_resets_return_data_if_account_has_insufficient_funds", + "name": "test_CREATE_and_CREATE2_resets_return_data_if_account_has_insufficient_funds", + "lineno": 72, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_contract_code_size_limit": [ + { + "id": "tests.core.vm.test_contract_code_size_limit.assemble", + "name": "assemble", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_contract_code_size_limit.test_contract_code_size_limit", + "name": "test_contract_code_size_limit", + "lineno": 51, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_frontier_computation": [ + { + "id": "tests.core.vm.test_frontier_computation.state", + "name": "state", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_frontier_computation.message", + "name": "message", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_frontier_computation.computation", + "name": "computation", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_frontier_computation.child_message", + "name": "child_message", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_frontier_computation.child_computation", + "name": "child_computation", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_frontier_computation.test_generate_child_computation", + "name": "test_generate_child_computation", + "lineno": 55, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_interrupt": [ + { + "id": "tests.core.vm.test_interrupt.address_with_balance", + "name": "address_with_balance", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.address_with_balance_hash", + "name": "address_with_balance_hash", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.balance", + "name": "balance", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.address_with_bytecode", + "name": "address_with_bytecode", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.bytecode", + "name": "bytecode", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.bytecode_hash", + "name": "bytecode_hash", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.address_with_storage", + "name": "address_with_storage", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.address_with_storage_hash", + "name": "address_with_storage_hash", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.genesis_state", + "name": "genesis_state", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.chain", + "name": "chain", + "lineno": 84, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.test_bytecode_missing_interrupt", + "name": "test_bytecode_missing_interrupt", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.test_account_missing_interrupt", + "name": "test_account_missing_interrupt", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_interrupt.test_storage_missing_interrupt", + "name": "test_storage_missing_interrupt", + "lineno": 128, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_london": [ + { + "id": "tests.core.vm.test_london._configure_mining_chain", + "name": "_configure_mining_chain", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_london.london_plus_miner", + "name": "london_plus_miner", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_london.pre_london_miner", + "name": "pre_london_miner", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_london.test_base_fee_evolution", + "name": "test_base_fee_evolution", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_london.test_revert_on_reserved_0xEF_byte_for_CREATE_and_CREATE2_post_london", + "name": "test_revert_on_reserved_0xEF_byte_for_CREATE_and_CREATE2_post_london", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "name": "test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "lineno": 225, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_london.test_state_does_not_revert_on_reserved_0xEF_byte_for_CREATE_and_CREATE2_pre_london", + "name": "test_state_does_not_revert_on_reserved_0xEF_byte_for_CREATE_and_CREATE2_pre_london", + "lineno": 301, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_london.test_state_does_not_revert_on_reserved_0xEF_byte_for_create_transaction_pre_london", + "name": "test_state_does_not_revert_on_reserved_0xEF_byte_for_create_transaction_pre_london", + "lineno": 345, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_mainnet_dao_fork": [ + { + "id": "tests.core.vm.test_mainnet_dao_fork.header_pairs", + "name": "header_pairs", + "lineno": 268, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_mainnet_dao_fork.test_mainnet_dao_fork_header_validation", + "name": "test_mainnet_dao_fork_header_validation", + "lineno": 286, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_modexp_precompile": [ + { + "id": "tests.core.vm.test_modexp_precompile.vectors", + "name": "vectors", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_modexp_precompile.eip_198_gas_cost_vectors", + "name": "eip_198_gas_cost_vectors", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_modexp_precompile.eip_2565_gas_cost_vectors", + "name": "eip_2565_gas_cost_vectors", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_modexp_precompile.modexp_result", + "name": "modexp_result", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_modexp_precompile.test_modexp_gas_fee_calculation", + "name": "test_modexp_gas_fee_calculation", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_modexp_precompile.test_modexp_gas_fee_calculation_eip_2565", + "name": "test_modexp_gas_fee_calculation_eip_2565", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_modexp_precompile.test_modexp_result", + "name": "test_modexp_result", + "lineno": 51, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_rewards": [ + { + "id": "tests.core.vm.test_rewards.test_rewards", + "name": "test_rewards", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_rewards.test_rewards_uncle_created_at_different_generations", + "name": "test_rewards_uncle_created_at_different_generations", + "lineno": 142, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_rewards.test_uncle_block_inclusion_validity", + "name": "test_uncle_block_inclusion_validity", + "lineno": 203, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_rewards.test_rewards_nephew_uncle_different_vm", + "name": "test_rewards_nephew_uncle_different_vm", + "lineno": 253, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_rewards.test_eip1559_txn_rewards", + "name": "test_eip1559_txn_rewards", + "lineno": 324, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_shanghai": [ + { + "id": "tests.core.vm.test_shanghai.shanghai_at_genesis", + "name": "shanghai_at_genesis", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_shanghai.test_withdrawals_are_stored_in_chain_db", + "name": "test_withdrawals_are_stored_in_chain_db", + "lineno": 30, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_validate_transaction": [ + { + "id": "tests.core.vm.test_validate_transaction.london_plus_miner", + "name": "london_plus_miner", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_validate_transaction.test_transaction_cost_valid", + "name": "test_transaction_cost_valid", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_validate_transaction.test_transaction_cost_invalid", + "name": "test_transaction_cost_invalid", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_vm": [ + { + "id": "tests.core.vm.test_vm.mining_vm_class", + "name": "mining_vm_class", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.pow_consensus_chain", + "name": "pow_consensus_chain", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.noproof_consensus_mining_chain", + "name": "noproof_consensus_mining_chain", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.noproof_consensus_chain", + "name": "noproof_consensus_chain", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.chain", + "name": "chain", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_apply_transaction", + "name": "test_apply_transaction", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_block_serialization", + "name": "test_block_serialization", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_mine_block_issues_block_reward", + "name": "test_mine_block_issues_block_reward", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_import_block", + "name": "test_import_block", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_validate_header_succeeds_but_pow_fails", + "name": "test_validate_header_succeeds_but_pow_fails", + "lineno": 149, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_validate_header_fails_on_invalid_parent", + "name": "test_validate_header_fails_on_invalid_parent", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_validate_gas_limit_almost_too_low", + "name": "test_validate_gas_limit_almost_too_low", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_validate_gas_limit_too_low", + "name": "test_validate_gas_limit_too_low", + "lineno": 190, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_validate_gas_limit_almost_too_high", + "name": "test_validate_gas_limit_almost_too_high", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm.test_validate_gas_limit_too_high", + "name": "test_validate_gas_limit_too_high", + "lineno": 219, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_vm_class_configurations": [ + { + "id": "tests.core.vm.test_vm_class_configurations.genesis_header", + "name": "genesis_header", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_class_configurations.test_vm_block_class_is_properly_configured", + "name": "test_vm_block_class_is_properly_configured", + "lineno": 29, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_vm_state": [ + { + "id": "tests.core.vm.test_vm_state.state", + "name": "state", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_block_properties", + "name": "test_block_properties", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_missing_state_root", + "name": "test_missing_state_root", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_get_storage_input_validation", + "name": "test_get_storage_input_validation", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_set_storage_input_validation", + "name": "test_set_storage_input_validation", + "lineno": 74, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_delete_storage_input_validation", + "name": "test_delete_storage_input_validation", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_revert_selfdestruct", + "name": "test_revert_selfdestruct", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_delete_after_create_in_same_block", + "name": "test_delete_after_create_in_same_block", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_delete_and_revive_in_same_block", + "name": "test_delete_and_revive_in_same_block", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "tests.core.vm.test_vm_state.test_lock_state", + "name": "test_lock_state", + "lineno": 177, + "scope": null, + "is_async": false + } + ], + "tests.core.vm.test_vm_transitions": [ + { + "id": "tests.core.vm.test_vm_transitions.test_transitions_from_all_vms_before_the_vm_under_test", + "name": "test_transitions_from_all_vms_before_the_vm_under_test", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.database.test_accesslog": [ + { + "id": "tests.database.test_accesslog.test_log_accesses", + "name": "test_log_accesses", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_accesslog.test_logs_missing_keys", + "name": "test_logs_missing_keys", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_accesslog.test_dont_log_missing_keys", + "name": "test_dont_log_missing_keys", + "lineno": 70, + "scope": null, + "is_async": false + } + ], + "tests.database.test_account_db": [ + { + "id": "tests.database.test_account_db.base_db", + "name": "base_db", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.account_db", + "name": "account_db", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_balance", + "name": "test_balance", + "lineno": 44, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_nonce", + "name": "test_nonce", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_code", + "name": "test_code", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_accounts", + "name": "test_accounts", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_storage", + "name": "test_storage", + "lineno": 141, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_storage_deletion", + "name": "test_storage_deletion", + "lineno": 150, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_account_db_storage_root", + "name": "test_account_db_storage_root", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_account_db_update_then_make_root_then_read", + "name": "test_account_db_update_then_make_root_then_read", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_account_db_read_then_update_then_make_root_then_read", + "name": "test_account_db_read_then_update_then_make_root_then_read", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_has_changes_even_if_storage_root_returns_to_old_value", + "name": "test_has_changes_even_if_storage_root_returns_to_old_value", + "lineno": 224, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_meta_witness_basic_stats", + "name": "test_meta_witness_basic_stats", + "lineno": 262, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_meta_witness_reset_stats_empty", + "name": "test_meta_witness_reset_stats_empty", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_account_db.test_meta_witness_reset_stats_refilled", + "name": "test_meta_witness_reset_stats_refilled", + "lineno": 314, + "scope": null, + "is_async": false + } + ], + "tests.database.test_batch_db": [ + { + "id": "tests.database.test_batch_db.base_db", + "name": "base_db", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.batch_db", + "name": "batch_db", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.base2_db", + "name": "base2_db", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_with_set_and_get", + "name": "test_batch_db_with_set_and_get", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_with_set_and_delete", + "name": "test_batch_db_with_set_and_delete", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_read_through_should_fail_to_commit_deletes", + "name": "test_batch_db_read_through_should_fail_to_commit_deletes", + "lineno": 83, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_read_through_delete", + "name": "test_batch_db_read_through_delete", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_read_through_delete_after_modify", + "name": "test_batch_db_read_through_delete_after_modify", + "lineno": 117, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_with_exception", + "name": "test_batch_db_with_exception", + "lineno": 135, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_with_exception_across_contexts", + "name": "test_batch_db_with_exception_across_contexts", + "lineno": 154, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_commit_to_new_target", + "name": "test_batch_db_commit_to_new_target", + "lineno": 179, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_batch_db.test_batch_db_commit_to_new_target_without_deletes", + "name": "test_batch_db_commit_to_new_target_without_deletes", + "lineno": 201, + "scope": null, + "is_async": false + } + ], + "tests.database.test_database_api": [ + { + "id": "tests.database.test_database_api.db", + "name": "db", + "lineno": 38, + "scope": null, + "is_async": false + } + ], + "tests.database.test_db_diff": [ + { + "id": "tests.database.test_db_diff.db", + "name": "db", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_database_api_get", + "name": "test_database_api_get", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_database_api_set", + "name": "test_database_api_set", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_database_api_existence_checking", + "name": "test_database_api_existence_checking", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_database_api_delete", + "name": "test_database_api_delete", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_database_api_missing_key_retrieval", + "name": "test_database_api_missing_key_retrieval", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_database_api_missing_key_for_deletion", + "name": "test_database_api_missing_key_for_deletion", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_db_diff_equality", + "name": "test_db_diff_equality", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_database_api_deleted_key_for_deletion", + "name": "test_database_api_deleted_key_for_deletion", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_join_diffs", + "name": "test_join_diffs", + "lineno": 138, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_db_diff.test_db_diff_inspection", + "name": "test_db_diff_inspection", + "lineno": 186, + "scope": null, + "is_async": false + } + ], + "tests.database.test_eth1_chaindb": [ + { + "id": "tests.database.test_eth1_chaindb.set_empty_root", + "name": "set_empty_root", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.chaindb", + "name": "chaindb", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.header", + "name": "header", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.block", + "name": "block", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.chain", + "name": "chain", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_add_block_number_to_hash_lookup", + "name": "test_chaindb_add_block_number_to_hash_lookup", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_block_gap_tracking", + "name": "test_block_gap_tracking", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_persist_header", + "name": "test_chaindb_persist_header", + "lineno": 277, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_persist_header_unknown_parent", + "name": "test_chaindb_persist_header_unknown_parent", + "lineno": 291, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_persist_block", + "name": "test_chaindb_persist_block", + "lineno": 297, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_get_score", + "name": "test_chaindb_get_score", + "lineno": 305, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_get_block_header_by_hash", + "name": "test_chaindb_get_block_header_by_hash", + "lineno": 333, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_get_canonical_block_hash", + "name": "test_chaindb_get_canonical_block_hash", + "lineno": 341, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.mine_blocks_with_receipts", + "name": "mine_blocks_with_receipts", + "lineno": 348, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_get_receipt_and_tx_by_index", + "name": "test_chaindb_get_receipt_and_tx_by_index", + "lineno": 367, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.mine_blocks_with_access_list_receipts", + "name": "mine_blocks_with_access_list_receipts", + "lineno": 419, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_get_access_list_receipt_and_tx_by_index", + "name": "test_chaindb_get_access_list_receipt_and_tx_by_index", + "lineno": 442, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_persist_unexecuted_block", + "name": "test_chaindb_persist_unexecuted_block", + "lineno": 509, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_raises_blocknotfound_on_missing_uncles", + "name": "test_chaindb_raises_blocknotfound_on_missing_uncles", + "lineno": 578, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_eth1_chaindb.test_chaindb_raises_blocknotfound_on_missing_transactions", + "name": "test_chaindb_raises_blocknotfound_on_missing_transactions", + "lineno": 586, + "scope": null, + "is_async": false + } + ], + "tests.database.test_hash_trie": [ + { + "id": "tests.database.test_hash_trie.ExplicitHashTrie.__init__", + "name": "__init__", + "lineno": 20, + "scope": "ExplicitHashTrie", + "is_async": false + }, + { + "id": "tests.database.test_hash_trie.ExplicitHashTrie.__setitem__", + "name": "__setitem__", + "lineno": 23, + "scope": "ExplicitHashTrie", + "is_async": false + }, + { + "id": "tests.database.test_hash_trie.ExplicitHashTrie.__getitem__", + "name": "__getitem__", + "lineno": 26, + "scope": "ExplicitHashTrie", + "is_async": false + }, + { + "id": "tests.database.test_hash_trie.ExplicitHashTrie.__delitem__", + "name": "__delitem__", + "lineno": 29, + "scope": "ExplicitHashTrie", + "is_async": false + }, + { + "id": "tests.database.test_hash_trie.ExplicitHashTrie.__contains__", + "name": "__contains__", + "lineno": 32, + "scope": "ExplicitHashTrie", + "is_async": false + }, + { + "id": "tests.database.test_hash_trie.ExplicitHashTrie.root_hash", + "name": "root_hash", + "lineno": 36, + "scope": "ExplicitHashTrie", + "is_async": false + }, + { + "id": "tests.database.test_hash_trie.ExplicitHashTrie.root_hash", + "name": "root_hash", + "lineno": 40, + "scope": "ExplicitHashTrie", + "is_async": false + }, + { + "id": "tests.database.test_hash_trie.test_keymap_equivalence", + "name": "test_keymap_equivalence", + "lineno": 45, + "scope": null, + "is_async": false + } + ], + "tests.database.test_header_db": [ + { + "id": "tests.database.test_header_db.headerdb", + "name": "headerdb", + "lineno": 64, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.genesis_header", + "name": "genesis_header", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.mk_header_chain", + "name": "mk_header_chain", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.get_score", + "name": "get_score", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_get_canonical_head_not_found", + "name": "test_headerdb_get_canonical_head_not_found", + "lineno": 98, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_get_canonical_head_at_genesis", + "name": "test_headerdb_get_canonical_head_at_genesis", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_get_canonical_head_with_header_chain", + "name": "test_headerdb_get_canonical_head_with_header_chain", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_persist_disconnected_headers", + "name": "test_headerdb_persist_disconnected_headers", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_corrupt_gaps", + "name": "test_corrupt_gaps", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db._all_gap_numbers", + "name": "_all_gap_numbers", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db._validate_consecutive_canonical_links", + "name": "_validate_consecutive_canonical_links", + "lineno": 185, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db._validate_gap_invariants", + "name": "_validate_gap_invariants", + "lineno": 206, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "name": "test_different_cases_of_patching_gaps", + "lineno": 524, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_different_cases_of_patching_gaps._get_chain", + "name": "_get_chain", + "lineno": 530, + "scope": "test_different_cases_of_patching_gaps", + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_gap_tracking", + "name": "test_gap_tracking", + "lineno": 679, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_gap_continuity", + "name": "test_gap_continuity", + "lineno": 710, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_gap_continuity._all_inserted", + "name": "_all_inserted", + "lineno": 719, + "scope": "test_gap_continuity", + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "name": "test_true_chain_canonicalized_regardless_of_order", + "lineno": 775, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order._get_valid_extensions", + "name": "_get_valid_extensions", + "lineno": 798, + "scope": "test_true_chain_canonicalized_regardless_of_order", + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_get_canonical_head_with_header_chain_iterator", + "name": "test_headerdb_get_canonical_head_with_header_chain_iterator", + "lineno": 884, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_persist_header_disallows_unknown_parent", + "name": "test_headerdb_persist_header_disallows_unknown_parent", + "lineno": 900, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_persist_header_chain_disallows_non_contiguous_chain", + "name": "test_headerdb_persist_header_chain_disallows_non_contiguous_chain", + "lineno": 912, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_persist_header_returns_new_canonical_chain", + "name": "test_headerdb_persist_header_returns_new_canonical_chain", + "lineno": 929, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_get_score_for_genesis_header", + "name": "test_headerdb_get_score_for_genesis_header", + "lineno": 962, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_get_score_for_non_genesis_headers", + "name": "test_headerdb_get_score_for_non_genesis_headers", + "lineno": 968, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.assert_is_canonical_chain", + "name": "assert_is_canonical_chain", + "lineno": 982, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "name": "test_headerdb_canonical_head_updates_to_longest_chain", + "lineno": 1006, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_header_retrieval_by_hash", + "name": "test_headerdb_header_retrieval_by_hash", + "lineno": 1039, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_canonical_header_retrieval_by_number", + "name": "test_headerdb_canonical_header_retrieval_by_number", + "lineno": 1055, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_header_db.test_headerdb_header_exists", + "name": "test_headerdb_header_exists", + "lineno": 1071, + "scope": null, + "is_async": false + } + ], + "tests.database.test_journal_db": [ + { + "id": "tests.database.test_journal_db.memory_db", + "name": "memory_db", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.journal_db", + "name": "journal_db", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_delete_removes_data_from_underlying_db_after_persist", + "name": "test_delete_removes_data_from_underlying_db_after_persist", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_clear_leaves_data_in_underlying_db_after_persist", + "name": "test_clear_leaves_data_in_underlying_db_after_persist", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_snapshot_and_revert_with_set", + "name": "test_snapshot_and_revert_with_set", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_custom_snapshot_and_revert_with_set", + "name": "test_custom_snapshot_and_revert_with_set", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_custom_snapshot_revert_on_reuse", + "name": "test_custom_snapshot_revert_on_reuse", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_snapshot_and_revert_with_delete", + "name": "test_snapshot_and_revert_with_delete", + "lineno": 128, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_snapshot_and_revert_with_clear", + "name": "test_snapshot_and_revert_with_clear", + "lineno": 146, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_revert_clears_reverted_journal_entries", + "name": "test_revert_clears_reverted_journal_entries", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_revert_removes_journal_entries", + "name": "test_revert_removes_journal_entries", + "lineno": 215, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_commit_merges_checkpoint_into_previous", + "name": "test_commit_merges_checkpoint_into_previous", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_has_clear", + "name": "test_journal_db_has_clear", + "lineno": 265, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_merged_clear_still_clears_before_merge", + "name": "test_merged_clear_still_clears_before_merge", + "lineno": 278, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_committing_middle_checkpoint_includes_subsequent_checkpoints", + "name": "test_committing_middle_checkpoint_includes_subsequent_checkpoints", + "lineno": 307, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_flatten_does_not_persist_0_checkpoints", + "name": "test_flatten_does_not_persist_0_checkpoints", + "lineno": 330, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_flatten_does_not_persist_1_checkpoint", + "name": "test_flatten_does_not_persist_1_checkpoint", + "lineno": 344, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_flatten_does_not_persist_2_checkpoint", + "name": "test_flatten_does_not_persist_2_checkpoint", + "lineno": 369, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_persist_writes_to_underlying_db", + "name": "test_persist_writes_to_underlying_db", + "lineno": 403, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_restarts_after_write", + "name": "test_journal_restarts_after_write", + "lineno": 421, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_returns_key_from_underlying_db_if_missing", + "name": "test_returns_key_from_underlying_db_if_missing", + "lineno": 435, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_is_empty_if_deleted", + "name": "test_is_empty_if_deleted", + "lineno": 444, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_diff_application_mimics_persist", + "name": "test_journal_db_diff_application_mimics_persist", + "lineno": 476, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_persist_delete_fail_then_persist", + "name": "test_journal_persist_delete_fail_then_persist", + "lineno": 502, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.MemoryDBSetRaisesKeyError.__setitem__", + "name": "__setitem__", + "lineno": 528, + "scope": "MemoryDBSetRaisesKeyError", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.MemoryDBSetRaisesMissingData.__setitem__", + "name": "__setitem__", + "lineno": 535, + "scope": "MemoryDBSetRaisesMissingData", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_persist_set_fail", + "name": "test_journal_persist_set_fail", + "lineno": 546, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_persist_set_fail_leaves_checkpoint_in_place", + "name": "test_journal_persist_set_fail_leaves_checkpoint_in_place", + "lineno": 568, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_persist_set_fail_then_persist", + "name": "test_journal_persist_set_fail_then_persist", + "lineno": 590, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_diff_respects_clear", + "name": "test_journal_db_diff_respects_clear", + "lineno": 613, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_rejects_committing_root", + "name": "test_journal_db_rejects_committing_root", + "lineno": 621, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_commit_missing_checkpoint", + "name": "test_journal_db_commit_missing_checkpoint", + "lineno": 627, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_discard_missing_checkpoint", + "name": "test_journal_db_discard_missing_checkpoint", + "lineno": 636, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_discard_to_deleted", + "name": "test_journal_db_discard_to_deleted", + "lineno": 646, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_discard_past_clear", + "name": "test_journal_db_discard_past_clear", + "lineno": 667, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.test_journal_db_commit_then_discard", + "name": "test_journal_db_commit_then_discard", + "lineno": 705, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.__init__", + "name": "__init__", + "lineno": 722, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.add_key", + "name": "add_key", + "lineno": 734, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.add_value", + "name": "add_value", + "lineno": 738, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.record", + "name": "record", + "lineno": 742, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.set", + "name": "set", + "lineno": 749, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.delete", + "name": "delete", + "lineno": 755, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.commit", + "name": "commit", + "lineno": 765, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.discard", + "name": "discard", + "lineno": 776, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.flatten", + "name": "flatten", + "lineno": 786, + "scope": "JournalComparison", + "is_async": false + }, + { + "id": "tests.database.test_journal_db.JournalComparison.persist", + "name": "persist", + "lineno": 792, + "scope": "JournalComparison", + "is_async": false + } + ], + "tests.database.test_leveldb_db_backend": [ + { + "id": "tests.database.test_leveldb_db_backend.config_env", + "name": "config_env", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_leveldb_db_backend.level_db", + "name": "level_db", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_leveldb_db_backend.memory_db", + "name": "memory_db", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_leveldb_db_backend.atomic_db", + "name": "atomic_db", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_leveldb_db_backend.test_raises_if_db_path_is_not_specified", + "name": "test_raises_if_db_path_is_not_specified", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_leveldb_db_backend.test_set_and_get", + "name": "test_set_and_get", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_leveldb_db_backend.test_set_on_existing_value", + "name": "test_set_on_existing_value", + "lineno": 49, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_leveldb_db_backend.test_exists", + "name": "test_exists", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.database.test_leveldb_db_backend.test_delete", + "name": "test_delete", + "lineno": 63, + "scope": null, + "is_async": false + } + ], + "tests.fillers.build_json": [], + "tests.fillers": [], + "tests.fillers.vm_fillers": [], + "tests.json-fixtures.test_difficulty": [ + { + "id": "tests.json-fixtures.test_difficulty.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_difficulty.fixture", + "name": "fixture", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_difficulty.test_difficulty_fixtures", + "name": "test_difficulty_fixtures", + "lineno": 72, + "scope": null, + "is_async": false + } + ], + "tests.json-fixtures.test_transactions": [ + { + "id": "tests.json-fixtures.test_transactions.expand_fixtures_forks", + "name": "expand_fixtures_forks", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_transactions.ignore_non_txn_tests", + "name": "ignore_non_txn_tests", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_transactions.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 111, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_transactions.fixture", + "name": "fixture", + "lineno": 127, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_transactions.fixture_transaction_class", + "name": "fixture_transaction_class", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_transactions.test_transaction_fixtures", + "name": "test_transaction_fixtures", + "lineno": 176, + "scope": null, + "is_async": false + } + ], + "tests.json-fixtures.test_virtual_machine": [ + { + "id": "tests.json-fixtures.test_virtual_machine.vm_fixture_mark_fn", + "name": "vm_fixture_mark_fn", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.fixture", + "name": "fixture", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.apply_message_for_testing", + "name": "apply_message_for_testing", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.apply_create_message_for_testing", + "name": "apply_create_message_for_testing", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.get_block_hash_for_testing", + "name": "get_block_hash_for_testing", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.vm_class", + "name": "vm_class", + "lineno": 158, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.fixture_to_computation", + "name": "fixture_to_computation", + "lineno": 171, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.fixture_to_bytecode_computation", + "name": "fixture_to_bytecode_computation", + "lineno": 191, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "name": "test_vm_fixtures", + "lineno": 211, + "scope": null, + "is_async": false + } + ], + "tests.json-fixtures.blockchain.test_blockchain": [ + { + "id": "tests.json-fixtures.blockchain.test_blockchain.blockchain_fixture_mark_fn", + "name": "blockchain_fixture_mark_fn", + "lineno": 1282, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.blockchain.test_blockchain.generate_ignore_fn_for_fork", + "name": "generate_ignore_fn_for_fork", + "lineno": 1334, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.blockchain.test_blockchain.generate_ignore_fn_for_fork.ignore_fn", + "name": "ignore_fn", + "lineno": 1337, + "scope": "generate_ignore_fn_for_fork", + "is_async": false + }, + { + "id": "tests.json-fixtures.blockchain.test_blockchain.expand_fixtures_forks", + "name": "expand_fixtures_forks", + "lineno": 1344, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.blockchain.test_blockchain.pytest_generate_tests", + "name": "pytest_generate_tests", + "lineno": 1350, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.blockchain.test_blockchain.fixture", + "name": "fixture", + "lineno": 1371, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.blockchain.test_blockchain.assert_imported_genesis_header_unchanged", + "name": "assert_imported_genesis_header_unchanged", + "lineno": 1381, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.blockchain.test_blockchain.test_blockchain_fixtures", + "name": "test_blockchain_fixtures", + "lineno": 1403, + "scope": null, + "is_async": false + }, + { + "id": "tests.json-fixtures.blockchain.test_blockchain.verify_post_state", + "name": "verify_post_state", + "lineno": 1467, + "scope": null, + "is_async": false + } + ], + "tests.tools.factories.keys": [ + { + "id": "tests.tools.factories.keys._mk_private_key_bytes", + "name": "_mk_private_key_bytes", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.tools.factories.keys._mk_public_key_bytes", + "name": "_mk_public_key_bytes", + "lineno": 23, + "scope": null, + "is_async": false + } + ], + "tests.tools.factories.transaction": [ + { + "id": "tests.tools.factories.transaction.new_transaction", + "name": "new_transaction", + "lineno": 35, + "scope": null, + "is_async": false + }, + { + "id": "tests.tools.factories.transaction.new_access_list_transaction", + "name": "new_access_list_transaction", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "name": "new_dynamic_fee_transaction", + "lineno": 108, + "scope": null, + "is_async": false + } + ] + }, + "class_graph": { + "setup": [], + ".project-template.fill_template_vars": [], + ".project-template.refill_template_vars": [], + "docs.conf": [], + "eth.abc": [ + { + "id": "eth.abc.MiningHeaderAPI", + "name": "MiningHeaderAPI", + "lineno": 62, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.BlockHeaderSedesAPI", + "name": "BlockHeaderSedesAPI", + "lineno": 151, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.BlockHeaderAPI", + "name": "BlockHeaderAPI", + "lineno": 180, + "bases": [ + "MiningHeaderAPI", + "BlockHeaderSedesAPI" + ], + "scope": null + }, + { + "id": "eth.abc.LogAPI", + "name": "LogAPI", + "lineno": 222, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ReceiptAPI", + "name": "ReceiptAPI", + "lineno": 237, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ReceiptDecoderAPI", + "name": "ReceiptDecoderAPI", + "lineno": 286, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ReceiptBuilderAPI", + "name": "ReceiptBuilderAPI", + "lineno": 315, + "bases": [ + "ReceiptDecoderAPI" + ], + "scope": null + }, + { + "id": "eth.abc.BaseTransactionAPI", + "name": "BaseTransactionAPI", + "lineno": 351, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.SetCodeAuthorizationAPI", + "name": "SetCodeAuthorizationAPI", + "lineno": 406, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.TransactionFieldsAPI", + "name": "TransactionFieldsAPI", + "lineno": 431, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.LegacyTransactionFieldsAPI", + "name": "LegacyTransactionFieldsAPI", + "lineno": 533, + "bases": [ + "TransactionFieldsAPI" + ], + "scope": null + }, + { + "id": "eth.abc.UnsignedTransactionAPI", + "name": "UnsignedTransactionAPI", + "lineno": 546, + "bases": [ + "BaseTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.abc.TransactionDecoderAPI", + "name": "TransactionDecoderAPI", + "lineno": 572, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.TransactionBuilderAPI", + "name": "TransactionBuilderAPI", + "lineno": 605, + "bases": [ + "TransactionDecoderAPI" + ], + "scope": null + }, + { + "id": "eth.abc.SignedTransactionAPI", + "name": "SignedTransactionAPI", + "lineno": 679, + "bases": [ + "BaseTransactionAPI", + "TransactionFieldsAPI" + ], + "scope": null + }, + { + "id": "eth.abc.WithdrawalAPI", + "name": "WithdrawalAPI", + "lineno": 808, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.BlockAPI", + "name": "BlockAPI", + "lineno": 870, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.MetaWitnessAPI", + "name": "MetaWitnessAPI", + "lineno": 964, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.BlockAndMetaWitness", + "name": "BlockAndMetaWitness", + "lineno": 993, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "eth.abc.BlockPersistResult", + "name": "BlockPersistResult", + "lineno": 1003, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "eth.abc.BlockImportResult", + "name": "BlockImportResult", + "lineno": 1014, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "eth.abc.SchemaAPI", + "name": "SchemaAPI", + "lineno": 1026, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.DatabaseAPI", + "name": "DatabaseAPI", + "lineno": 1081, + "bases": [ + "", + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.AtomicWriteBatchAPI", + "name": "AtomicWriteBatchAPI", + "lineno": 1108, + "bases": [ + "DatabaseAPI" + ], + "scope": null + }, + { + "id": "eth.abc.AtomicDatabaseAPI", + "name": "AtomicDatabaseAPI", + "lineno": 1118, + "bases": [ + "DatabaseAPI" + ], + "scope": null + }, + { + "id": "eth.abc.HeaderDatabaseAPI", + "name": "HeaderDatabaseAPI", + "lineno": 1133, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ChainDatabaseAPI", + "name": "ChainDatabaseAPI", + "lineno": 1259, + "bases": [ + "HeaderDatabaseAPI" + ], + "scope": null + }, + { + "id": "eth.abc.GasMeterAPI", + "name": "GasMeterAPI", + "lineno": 1474, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.MessageAPI", + "name": "MessageAPI", + "lineno": 1508, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.OpcodeAPI", + "name": "OpcodeAPI", + "lineno": 1565, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ChainContextAPI", + "name": "ChainContextAPI", + "lineno": 1593, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.TransactionContextAPI", + "name": "TransactionContextAPI", + "lineno": 1614, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.MemoryAPI", + "name": "MemoryAPI", + "lineno": 1665, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.StackAPI", + "name": "StackAPI", + "lineno": 1713, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.CodeStreamAPI", + "name": "CodeStreamAPI", + "lineno": 1814, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.StackManipulationAPI", + "name": "StackManipulationAPI", + "lineno": 1872, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ExecutionContextAPI", + "name": "ExecutionContextAPI", + "lineno": 1934, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ComputationAPI", + "name": "ComputationAPI", + "lineno": 2021, + "bases": [ + "", + "StackManipulationAPI" + ], + "scope": null + }, + { + "id": "eth.abc.AccountStorageDatabaseAPI", + "name": "AccountStorageDatabaseAPI", + "lineno": 2445, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.AccountAPI", + "name": "AccountAPI", + "lineno": 2542, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.TransientStorageAPI", + "name": "TransientStorageAPI", + "lineno": 2553, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.AccountDatabaseAPI", + "name": "AccountDatabaseAPI", + "lineno": 2597, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.TransactionExecutorAPI", + "name": "TransactionExecutorAPI", + "lineno": 2879, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ConfigurableAPI", + "name": "ConfigurableAPI", + "lineno": 2933, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.StateAPI", + "name": "StateAPI", + "lineno": 2944, + "bases": [ + "ConfigurableAPI" + ], + "scope": null + }, + { + "id": "eth.abc.ConsensusContextAPI", + "name": "ConsensusContextAPI", + "lineno": 3455, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ConsensusAPI", + "name": "ConsensusAPI", + "lineno": 3469, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.VirtualMachineAPI", + "name": "VirtualMachineAPI", + "lineno": 3509, + "bases": [ + "ConfigurableAPI" + ], + "scope": null + }, + { + "id": "eth.abc.VirtualMachineModifierAPI", + "name": "VirtualMachineModifierAPI", + "lineno": 4042, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.HeaderChainAPI", + "name": "HeaderChainAPI", + "lineno": 4057, + "bases": [ + "ABC" + ], + "scope": null + }, + { + "id": "eth.abc.ChainAPI", + "name": "ChainAPI", + "lineno": 4166, + "bases": [ + "ConfigurableAPI" + ], + "scope": null + }, + { + "id": "eth.abc.MiningChainAPI", + "name": "MiningChainAPI", + "lineno": 4564, + "bases": [ + "ChainAPI" + ], + "scope": null + } + ], + "eth.constants": [], + "eth.exceptions": [ + { + "id": "eth.exceptions.PyEVMError", + "name": "PyEVMError", + "lineno": 6, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "eth.exceptions.VMNotFound", + "name": "VMNotFound", + "lineno": 12, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.StateRootNotFound", + "name": "StateRootNotFound", + "lineno": 18, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.HeaderNotFound", + "name": "HeaderNotFound", + "lineno": 28, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.BlockNotFound", + "name": "BlockNotFound", + "lineno": 34, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.TransactionNotFound", + "name": "TransactionNotFound", + "lineno": 42, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.UnrecognizedTransactionType", + "name": "UnrecognizedTransactionType", + "lineno": 48, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.ReceiptNotFound", + "name": "ReceiptNotFound", + "lineno": 61, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.ParentNotFound", + "name": "ParentNotFound", + "lineno": 67, + "bases": [ + "HeaderNotFound" + ], + "scope": null + }, + { + "id": "eth.exceptions.CanonicalHeadNotFound", + "name": "CanonicalHeadNotFound", + "lineno": 73, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.GapTrackingCorrupted", + "name": "GapTrackingCorrupted", + "lineno": 79, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.CheckpointsMustBeCanonical", + "name": "CheckpointsMustBeCanonical", + "lineno": 86, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.Halt", + "name": "Halt", + "lineno": 92, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.VMError", + "name": "VMError", + "lineno": 98, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.OutOfGas", + "name": "OutOfGas", + "lineno": 107, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.InsufficientStack", + "name": "InsufficientStack", + "lineno": 113, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.FullStack", + "name": "FullStack", + "lineno": 119, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.InvalidJumpDestination", + "name": "InvalidJumpDestination", + "lineno": 125, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.InvalidInstruction", + "name": "InvalidInstruction", + "lineno": 131, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.InsufficientFunds", + "name": "InsufficientFunds", + "lineno": 137, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.StackDepthLimit", + "name": "StackDepthLimit", + "lineno": 144, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.ContractCreationCollision", + "name": "ContractCreationCollision", + "lineno": 150, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.IncorrectContractCreationAddress", + "name": "IncorrectContractCreationAddress", + "lineno": 156, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.Revert", + "name": "Revert", + "lineno": 163, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.WriteProtection", + "name": "WriteProtection", + "lineno": 172, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.OutOfBoundsRead", + "name": "OutOfBoundsRead", + "lineno": 179, + "bases": [ + "VMError" + ], + "scope": null + }, + { + "id": "eth.exceptions.ReservedBytesInCode", + "name": "ReservedBytesInCode", + "lineno": 186, + "bases": [ + "VMError" + ], + "scope": null + } + ], + "eth.typing": [ + { + "id": "eth.typing.AccountDetails", + "name": "AccountDetails", + "lineno": 38, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "eth.typing.Authorization", + "name": "Authorization", + "lineno": 49, + "bases": [], + "scope": null + }, + { + "id": "eth.typing.Block", + "name": "Block", + "lineno": 58, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "eth.typing.RawAccountDetails", + "name": "RawAccountDetails", + "lineno": 85, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "eth.typing.TransactionDict", + "name": "TransactionDict", + "lineno": 92, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "eth.typing.StaticMethod", + "name": "StaticMethod", + "lineno": 116, + "bases": [ + "" + ], + "scope": null + } + ], + "eth.validation": [], + "eth": [], + "eth.chains.base": [ + { + "id": "eth.chains.base.BaseChain", + "name": "BaseChain", + "lineno": 103, + "bases": [ + "Configurable", + "ChainAPI" + ], + "scope": null + }, + { + "id": "eth.chains.base.Chain", + "name": "Chain", + "lineno": 181, + "bases": [ + "BaseChain" + ], + "scope": null + }, + { + "id": "eth.chains.base.MiningChain", + "name": "MiningChain", + "lineno": 648, + "bases": [ + "Chain", + "MiningChainAPI" + ], + "scope": null + } + ], + "eth.chains.header": [ + { + "id": "eth.chains.header.HeaderChain", + "name": "HeaderChain", + "lineno": 29, + "bases": [ + "Configurable", + "HeaderChainAPI" + ], + "scope": null + } + ], + "eth.chains": [], + "eth.chains.goerli.constants": [], + "eth.chains.goerli": [], + "eth.chains.mainnet.constants": [], + "eth.chains.mainnet": [ + { + "id": "eth.chains.mainnet.MainnetDAOValidatorVM", + "name": "MainnetDAOValidatorVM", + "lineno": 83, + "bases": [ + "HomesteadVM" + ], + "scope": null + }, + { + "id": "eth.chains.mainnet.MainnetHomesteadVM", + "name": "MainnetHomesteadVM", + "lineno": 99, + "bases": [ + "MainnetDAOValidatorVM" + ], + "scope": null + }, + { + "id": "eth.chains.mainnet.BaseMainnetChain", + "name": "BaseMainnetChain", + "lineno": 146, + "bases": [], + "scope": null + }, + { + "id": "eth.chains.mainnet.MainnetChain", + "name": "MainnetChain", + "lineno": 153, + "bases": [ + "BaseMainnetChain", + "Chain" + ], + "scope": null + } + ], + "eth.chains.ropsten.constants": [], + "eth.chains.ropsten": [ + { + "id": "eth.chains.ropsten.BaseRopstenChain", + "name": "BaseRopstenChain", + "lineno": 47, + "bases": [], + "scope": null + }, + { + "id": "eth.chains.ropsten.RopstenChain", + "name": "RopstenChain", + "lineno": 54, + "bases": [ + "BaseRopstenChain", + "Chain" + ], + "scope": null + } + ], + "eth.chains.tester": [ + { + "id": "eth.chains.tester.MaintainGasLimitMixin", + "name": "MaintainGasLimitMixin", + "lineno": 37, + "bases": [], + "scope": null + }, + { + "id": "eth.chains.tester.BaseMainnetTesterChain", + "name": "BaseMainnetTesterChain", + "lineno": 137, + "bases": [ + "Chain" + ], + "scope": null + }, + { + "id": "eth.chains.tester.MainnetTesterChain", + "name": "MainnetTesterChain", + "lineno": 143, + "bases": [ + "BaseMainnetTesterChain" + ], + "scope": null + } + ], + "eth.consensus.applier": [ + { + "id": "eth.consensus.applier.ConsensusApplier", + "name": "ConsensusApplier", + "lineno": 20, + "bases": [ + "VirtualMachineModifierAPI" + ], + "scope": null + } + ], + "eth.consensus.context": [ + { + "id": "eth.consensus.context.ConsensusContext", + "name": "ConsensusContext", + "lineno": 7, + "bases": [ + "ConsensusContextAPI" + ], + "scope": null + } + ], + "eth.consensus.ethash": [], + "eth.consensus.noproof": [ + { + "id": "eth.consensus.noproof.NoProofConsensus", + "name": "NoProofConsensus", + "lineno": 15, + "bases": [ + "ConsensusAPI" + ], + "scope": null + } + ], + "eth.consensus.pos": [ + { + "id": "eth.consensus.pos.PosConsensus", + "name": "PosConsensus", + "lineno": 15, + "bases": [ + "ConsensusAPI" + ], + "scope": null + } + ], + "eth.consensus.pow": [ + { + "id": "eth.consensus.pow.PowConsensus", + "name": "PowConsensus", + "lineno": 118, + "bases": [ + "ConsensusAPI" + ], + "scope": null + } + ], + "eth.consensus": [], + "eth.consensus.clique.clique": [ + { + "id": "eth.consensus.clique.clique.CliqueConsensusContext", + "name": "CliqueConsensusContext", + "lineno": 74, + "bases": [ + "ConsensusContextAPI" + ], + "scope": null + }, + { + "id": "eth.consensus.clique.clique.CliqueConsensus", + "name": "CliqueConsensus", + "lineno": 82, + "bases": [ + "ConsensusAPI" + ], + "scope": null + }, + { + "id": "eth.consensus.clique.clique.CliqueApplier", + "name": "CliqueApplier", + "lineno": 160, + "bases": [ + "VirtualMachineModifierAPI" + ], + "scope": null + } + ], + "eth.consensus.clique.constants": [], + "eth.consensus.clique.datatypes": [ + { + "id": "eth.consensus.clique.datatypes.VoteAction", + "name": "VoteAction", + "lineno": 26, + "bases": [ + "Enum" + ], + "scope": null + }, + { + "id": "eth.consensus.clique.datatypes.Tally", + "name": "Tally", + "lineno": 53, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "eth.consensus.clique.datatypes.Vote", + "name": "Vote", + "lineno": 68, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "eth.consensus.clique.datatypes.Snapshot", + "name": "Snapshot", + "lineno": 79, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "eth.consensus.clique.datatypes.MutableSnapshot", + "name": "MutableSnapshot", + "lineno": 111, + "bases": [ + "NamedTuple" + ], + "scope": null + } + ], + "eth.consensus.clique.encoding": [], + "eth.consensus.clique.exceptions": [ + { + "id": "eth.consensus.clique.exceptions.SnapshotNotFound", + "name": "SnapshotNotFound", + "lineno": 6, + "bases": [ + "PyEVMError" + ], + "scope": null + } + ], + "eth.consensus.clique.snapshot_manager": [ + { + "id": "eth.consensus.clique.snapshot_manager.SnapshotManager", + "name": "SnapshotManager", + "lineno": 54, + "bases": [], + "scope": null + } + ], + "eth.consensus.clique._utils": [], + "eth.consensus.clique": [], + "eth.db.accesslog": [ + { + "id": "eth.db.accesslog.KeyAccessLoggerDB", + "name": "KeyAccessLoggerDB", + "lineno": 24, + "bases": [ + "BaseDB" + ], + "scope": null + }, + { + "id": "eth.db.accesslog.KeyAccessLoggerAtomicDB", + "name": "KeyAccessLoggerAtomicDB", + "lineno": 69, + "bases": [ + "BaseAtomicDB" + ], + "scope": null + } + ], + "eth.db.account": [ + { + "id": "eth.db.account.AccountDB", + "name": "AccountDB", + "lineno": 95, + "bases": [ + "AccountDatabaseAPI" + ], + "scope": null + } + ], + "eth.db.atomic": [ + { + "id": "eth.db.atomic.AtomicDB", + "name": "AtomicDB", + "lineno": 31, + "bases": [ + "BaseAtomicDB" + ], + "scope": null + }, + { + "id": "eth.db.atomic.AtomicDBWriteBatch", + "name": "AtomicDBWriteBatch", + "lineno": 61, + "bases": [ + "BaseDB", + "AtomicWriteBatchAPI" + ], + "scope": null + } + ], + "eth.db.batch": [ + { + "id": "eth.db.batch.BatchDB", + "name": "BatchDB", + "lineno": 20, + "bases": [ + "BaseDB" + ], + "scope": null + } + ], + "eth.db.cache": [ + { + "id": "eth.db.cache.CacheDB", + "name": "CacheDB", + "lineno": 13, + "bases": [ + "BaseDB" + ], + "scope": null + } + ], + "eth.db.chain": [ + { + "id": "eth.db.chain.BlockDataKey", + "name": "BlockDataKey", + "lineno": 87, + "bases": [ + "rlp.Serializable" + ], + "scope": null + }, + { + "id": "eth.db.chain.ChainDB", + "name": "ChainDB", + "lineno": 95, + "bases": [ + "HeaderDB", + "ChainDatabaseAPI" + ], + "scope": null + } + ], + "eth.db.chain_gaps": [ + { + "id": "eth.db.chain_gaps.GapChange", + "name": "GapChange", + "lineno": 24, + "bases": [ + "enum.Enum" + ], + "scope": null + } + ], + "eth.db.diff": [ + { + "id": "eth.db.diff.MissingReason", + "name": "MissingReason", + "lineno": 34, + "bases": [ + "str" + ], + "scope": null + }, + { + "id": "eth.db.diff.DiffMissingError", + "name": "DiffMissingError", + "lineno": 42, + "bases": [ + "KeyError" + ], + "scope": null + }, + { + "id": "eth.db.diff.DBDiffTracker", + "name": "DBDiffTracker", + "lineno": 60, + "bases": [ + "ABC_Mutable_Mapping" + ], + "scope": null + }, + { + "id": "eth.db.diff.DBDiff", + "name": "DBDiff", + "lineno": 112, + "bases": [ + "ABC_Mapping" + ], + "scope": null + } + ], + "eth.db.hash_trie": [ + { + "id": "eth.db.hash_trie.HashTrie", + "name": "HashTrie", + "lineno": 19, + "bases": [ + "KeyMapDB" + ], + "scope": null + } + ], + "eth.db.header": [ + { + "id": "eth.db.header.HeaderDB", + "name": "HeaderDB", + "lineno": 66, + "bases": [ + "HeaderDatabaseAPI" + ], + "scope": null + } + ], + "eth.db.journal": [ + { + "id": "eth.db.journal.DeletedEntry", + "name": "DeletedEntry", + "lineno": 38, + "bases": [], + "scope": null + }, + { + "id": "eth.db.journal.Journal", + "name": "Journal", + "lineno": 60, + "bases": [ + "BaseDB" + ], + "scope": null + }, + { + "id": "eth.db.journal.JournalDB", + "name": "JournalDB", + "lineno": 331, + "bases": [ + "BaseDB" + ], + "scope": null + } + ], + "eth.db.keymap": [ + { + "id": "eth.db.keymap.KeyMapDB", + "name": "KeyMapDB", + "lineno": 16, + "bases": [ + "BaseDB" + ], + "scope": null + } + ], + "eth.db.schema": [ + { + "id": "eth.db.schema.SchemaV1", + "name": "SchemaV1", + "lineno": 11, + "bases": [ + "SchemaAPI" + ], + "scope": null + } + ], + "eth.db.slow_journal": [ + { + "id": "eth.db.slow_journal.DeletedEntry", + "name": "DeletedEntry", + "lineno": 31, + "bases": [], + "scope": null + }, + { + "id": "eth.db.slow_journal.Journal", + "name": "Journal", + "lineno": 48, + "bases": [ + "BaseDB" + ], + "scope": null + }, + { + "id": "eth.db.slow_journal.JournalDB", + "name": "JournalDB", + "lineno": 289, + "bases": [ + "BaseDB" + ], + "scope": null + } + ], + "eth.db.storage": [ + { + "id": "eth.db.storage.PendingWrites", + "name": "PendingWrites", + "lineno": 63, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "eth.db.storage.StorageLookup", + "name": "StorageLookup", + "lineno": 75, + "bases": [ + "BaseDB" + ], + "scope": null + }, + { + "id": "eth.db.storage.AccountStorageDB", + "name": "AccountStorageDB", + "lineno": 262, + "bases": [ + "AccountStorageDatabaseAPI" + ], + "scope": null + } + ], + "eth.db.trie": [], + "eth.db.witness": [ + { + "id": "eth.db.witness.AccountQueryTracker", + "name": "AccountQueryTracker", + "lineno": 18, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "eth.db.witness.MetaWitness", + "name": "MetaWitness", + "lineno": 23, + "bases": [ + "MetaWitnessAPI" + ], + "scope": null + } + ], + "eth.db": [], + "eth.db.backends.base": [ + { + "id": "eth.db.backends.base.BaseDB", + "name": "BaseDB", + "lineno": 11, + "bases": [ + "DatabaseAPI" + ], + "scope": null + }, + { + "id": "eth.db.backends.base.BaseAtomicDB", + "name": "BaseAtomicDB", + "lineno": 55, + "bases": [ + "BaseDB", + "AtomicDatabaseAPI" + ], + "scope": null + } + ], + "eth.db.backends.memory": [ + { + "id": "eth.db.backends.memory.MemoryDB", + "name": "MemoryDB", + "lineno": 11, + "bases": [ + "BaseDB" + ], + "scope": null + } + ], + "eth.db.backends": [], + "eth.estimators.gas": [], + "eth.estimators": [], + "eth.precompiles.blake2": [], + "eth.precompiles.ecadd": [], + "eth.precompiles.ecmul": [], + "eth.precompiles.ecpairing": [], + "eth.precompiles.ecrecover": [], + "eth.precompiles.identity": [], + "eth.precompiles.modexp": [], + "eth.precompiles.point_evaluation": [], + "eth.precompiles.ripemd160": [], + "eth.precompiles.sha256": [], + "eth.precompiles": [], + "eth.precompiles.bls12_381.bls12_381_g1": [], + "eth.precompiles.bls12_381.bls12_381_g2": [], + "eth.precompiles.bls12_381.bls12_381_pairing": [], + "eth.precompiles.bls12_381.constants": [], + "eth.precompiles.bls12_381": [], + "eth.rlp.accounts": [ + { + "id": "eth.rlp.accounts.Account", + "name": "Account", + "lineno": 24, + "bases": [ + "rlp.Serializable", + "AccountAPI" + ], + "scope": null + } + ], + "eth.rlp.blocks": [ + { + "id": "eth.rlp.blocks.BaseBlock", + "name": "BaseBlock", + "lineno": 24, + "bases": [ + "Configurable", + "rlp.Serializable", + "BlockAPI" + ], + "scope": null + } + ], + "eth.rlp.headers": [ + { + "id": "eth.rlp.headers.MiningHeader", + "name": "MiningHeader", + "lineno": 52, + "bases": [ + "rlp.Serializable", + "MiningHeaderAPI" + ], + "scope": null + }, + { + "id": "eth.rlp.headers.BlockHeader", + "name": "BlockHeader", + "lineno": 70, + "bases": [ + "rlp.Serializable", + "BlockHeaderAPI" + ], + "scope": null + } + ], + "eth.rlp.logs": [ + { + "id": "eth.rlp.logs.Log", + "name": "Log", + "lineno": 21, + "bases": [ + "rlp.Serializable", + "LogAPI" + ], + "scope": null + } + ], + "eth.rlp.receipts": [ + { + "id": "eth.rlp.receipts.Receipt", + "name": "Receipt", + "lineno": 29, + "bases": [ + "rlp.Serializable", + "ReceiptAPI", + "ReceiptBuilderAPI" + ], + "scope": null + } + ], + "eth.rlp.sedes": [], + "eth.rlp.transactions": [ + { + "id": "eth.rlp.transactions.BaseTransactionMethods", + "name": "BaseTransactionMethods", + "lineno": 42, + "bases": [ + "BaseTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.rlp.transactions.BaseTransactionFields", + "name": "BaseTransactionFields", + "lineno": 75, + "bases": [ + "rlp.Serializable", + "TransactionFieldsAPI" + ], + "scope": null + }, + { + "id": "eth.rlp.transactions.SignedTransactionMethods", + "name": "SignedTransactionMethods", + "lineno": 83, + "bases": [ + "BaseTransactionMethods", + "SignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.rlp.transactions.BaseTransaction", + "name": "BaseTransaction", + "lineno": 111, + "bases": [ + "LegacyTransactionFieldsAPI", + "BaseTransactionFields", + "SignedTransactionMethods", + "TransactionBuilderAPI" + ], + "scope": null + }, + { + "id": "eth.rlp.transactions.BaseUnsignedTransaction", + "name": "BaseUnsignedTransaction", + "lineno": 140, + "bases": [ + "BaseTransactionMethods", + "rlp.Serializable", + "UnsignedTransactionAPI" + ], + "scope": null + } + ], + "eth.rlp": [], + "eth.tools.mining": [ + { + "id": "eth.tools.mining.POWMiningMixin", + "name": "POWMiningMixin", + "lineno": 11, + "bases": [ + "VirtualMachineAPI" + ], + "scope": null + } + ], + "eth.tools.rlp": [], + "eth.tools": [], + "eth.tools.builder": [], + "eth.tools.builder.chain.builders": [], + "eth.tools.builder.chain": [ + { + "id": "eth.tools.builder.chain.API", + "name": "API", + "lineno": 62, + "bases": [], + "scope": null + } + ], + "eth.tools.db.atomic": [ + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite", + "name": "AtomicDatabaseBatchAPITestSuite", + "lineno": 12, + "bases": [], + "scope": null + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.CustomException", + "name": "CustomException", + "lineno": 126, + "bases": [ + "Exception" + ], + "scope": "AtomicDatabaseBatchAPITestSuite" + }, + { + "id": "eth.tools.db.atomic.AtomicDatabaseBatchAPITestSuite.CustomException", + "name": "CustomException", + "lineno": 146, + "bases": [ + "Exception" + ], + "scope": "AtomicDatabaseBatchAPITestSuite" + } + ], + "eth.tools.db.base": [ + { + "id": "eth.tools.db.base.DatabaseAPITestSuite", + "name": "DatabaseAPITestSuite", + "lineno": 8, + "bases": [], + "scope": null + } + ], + "eth.tools.db": [], + "eth.tools.fixtures.generation": [], + "eth.tools.fixtures.helpers": [], + "eth.tools.fixtures.loading": [], + "eth.tools.fixtures._utils": [], + "eth.tools.fixtures": [], + "eth.tools.fixtures.fillers.common": [], + "eth.tools.fixtures.fillers.formatters": [], + "eth.tools.fixtures.fillers.main": [], + "eth.tools.fixtures.fillers.state": [], + "eth.tools.fixtures.fillers.vm": [], + "eth.tools.fixtures.fillers._utils": [], + "eth.tools.fixtures.fillers": [], + "eth.tools._utils.deprecation": [], + "eth.tools._utils.git": [], + "eth.tools._utils.hashing": [], + "eth.tools._utils.mappings": [], + "eth.tools._utils.normalization": [ + { + "id": "eth.tools._utils.normalization.FixtureAccountDetails", + "name": "FixtureAccountDetails", + "lineno": 384, + "bases": [ + "TypedDict" + ], + "scope": null + } + ], + "eth.tools._utils.slow_code_stream": [ + { + "id": "eth.tools._utils.slow_code_stream.SlowCodeStream", + "name": "SlowCodeStream", + "lineno": 19, + "bases": [], + "scope": null + } + ], + "eth.tools._utils.vyper": [], + "eth.tools._utils": [], + "eth.vm.base": [ + { + "id": "eth.vm.base.VM", + "name": "VM", + "lineno": 99, + "bases": [ + "Configurable", + "VirtualMachineAPI" + ], + "scope": null + } + ], + "eth.vm.chain_context": [ + { + "id": "eth.vm.chain_context.ChainContext", + "name": "ChainContext", + "lineno": 13, + "bases": [ + "ChainContextAPI" + ], + "scope": null + } + ], + "eth.vm.code_stream": [ + { + "id": "eth.vm.code_stream.CodeStream", + "name": "CodeStream", + "lineno": 21, + "bases": [ + "CodeStreamAPI" + ], + "scope": null + } + ], + "eth.vm.computation": [ + { + "id": "eth.vm.computation.BaseComputation", + "name": "BaseComputation", + "lineno": 98, + "bases": [ + "ComputationAPI", + "Configurable" + ], + "scope": null + } + ], + "eth.vm.execution_context": [ + { + "id": "eth.vm.execution_context.ExecutionContext", + "name": "ExecutionContext", + "lineno": 20, + "bases": [ + "ExecutionContextAPI" + ], + "scope": null + } + ], + "eth.vm.gas_meter": [ + { + "id": "eth.vm.gas_meter.GasMeter", + "name": "GasMeter", + "lineno": 35, + "bases": [ + "GasMeterAPI" + ], + "scope": null + } + ], + "eth.vm.header": [], + "eth.vm.interrupt": [ + { + "id": "eth.vm.interrupt.EVMMissingData", + "name": "EVMMissingData", + "lineno": 24, + "bases": [ + "PyEVMError" + ], + "scope": null + }, + { + "id": "eth.vm.interrupt.MissingAccountTrieNode", + "name": "MissingAccountTrieNode", + "lineno": 28, + "bases": [ + "EVMMissingData", + "MissingTrieNode" + ], + "scope": null + }, + { + "id": "eth.vm.interrupt.MissingStorageTrieNode", + "name": "MissingStorageTrieNode", + "lineno": 55, + "bases": [ + "EVMMissingData", + "MissingTrieNode" + ], + "scope": null + }, + { + "id": "eth.vm.interrupt.MissingBytecode", + "name": "MissingBytecode", + "lineno": 104, + "bases": [ + "EVMMissingData" + ], + "scope": null + } + ], + "eth.vm.memory": [ + { + "id": "eth.vm.memory.Memory", + "name": "Memory", + "lineno": 17, + "bases": [ + "MemoryAPI" + ], + "scope": null + } + ], + "eth.vm.message": [ + { + "id": "eth.vm.message.Message", + "name": "Message", + "lineno": 27, + "bases": [ + "MessageAPI" + ], + "scope": null + } + ], + "eth.vm.mnemonics": [], + "eth.vm.opcode": [ + { + "id": "eth.vm.opcode._FastOpcode", + "name": "_FastOpcode", + "lineno": 24, + "bases": [ + "OpcodeAPI" + ], + "scope": null + }, + { + "id": "eth.vm.opcode.Opcode", + "name": "Opcode", + "lineno": 48, + "bases": [ + "Configurable", + "OpcodeAPI" + ], + "scope": null + } + ], + "eth.vm.opcode_values": [], + "eth.vm.spoof": [ + { + "id": "eth.vm.spoof.SpoofTransaction", + "name": "SpoofTransaction", + "lineno": 15, + "bases": [ + "SpoofAttributes" + ], + "scope": null + } + ], + "eth.vm.stack": [ + { + "id": "eth.vm.stack.Stack", + "name": "Stack", + "lineno": 36, + "bases": [ + "StackAPI" + ], + "scope": null + } + ], + "eth.vm.state": [ + { + "id": "eth.vm.state.BaseState", + "name": "BaseState", + "lineno": 46, + "bases": [ + "Configurable", + "StateAPI" + ], + "scope": null + }, + { + "id": "eth.vm.state.BaseTransactionExecutor", + "name": "BaseTransactionExecutor", + "lineno": 341, + "bases": [ + "TransactionExecutorAPI" + ], + "scope": null + } + ], + "eth.vm.transaction_context": [ + { + "id": "eth.vm.transaction_context.BaseTransactionContext", + "name": "BaseTransactionContext", + "lineno": 22, + "bases": [ + "TransactionContextAPI" + ], + "scope": null + } + ], + "eth.vm.transient_storage": [ + { + "id": "eth.vm.transient_storage.TransientStorage", + "name": "TransientStorage", + "lineno": 27, + "bases": [ + "TransientStorageAPI" + ], + "scope": null + } + ], + "eth.vm": [], + "eth.vm.forks": [], + "eth.vm.forks.arrow_glacier.blocks": [ + { + "id": "eth.vm.forks.arrow_glacier.blocks.ArrowGlacierMiningHeader", + "name": "ArrowGlacierMiningHeader", + "lineno": 32, + "bases": [ + "LondonMiningHeader", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.arrow_glacier.blocks.ArrowGlacierBlockHeader", + "name": "ArrowGlacierBlockHeader", + "lineno": 36, + "bases": [ + "LondonBlockHeader", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.arrow_glacier.blocks.ArrowGlacierBlock", + "name": "ArrowGlacierBlock", + "lineno": 41, + "bases": [ + "LondonBlock" + ], + "scope": null + } + ], + "eth.vm.forks.arrow_glacier.computation": [ + { + "id": "eth.vm.forks.arrow_glacier.computation.ArrowGlacierComputation", + "name": "ArrowGlacierComputation", + "lineno": 6, + "bases": [ + "LondonComputation" + ], + "scope": null + } + ], + "eth.vm.forks.arrow_glacier.headers": [], + "eth.vm.forks.arrow_glacier.state": [ + { + "id": "eth.vm.forks.arrow_glacier.state.ArrowGlacierTransactionExecutor", + "name": "ArrowGlacierTransactionExecutor", + "lineno": 20, + "bases": [ + "LondonTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.arrow_glacier.state.ArrowGlacierState", + "name": "ArrowGlacierState", + "lineno": 24, + "bases": [ + "LondonState" + ], + "scope": null + } + ], + "eth.vm.forks.arrow_glacier.transactions": [ + { + "id": "eth.vm.forks.arrow_glacier.transactions.ArrowGlacierLegacyTransaction", + "name": "ArrowGlacierLegacyTransaction", + "lineno": 19, + "bases": [ + "LondonLegacyTransaction", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.arrow_glacier.transactions.ArrowGlacierUnsignedLegacyTransaction", + "name": "ArrowGlacierUnsignedLegacyTransaction", + "lineno": 23, + "bases": [ + "LondonUnsignedLegacyTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.arrow_glacier.transactions.ArrowGlacierTransactionBuilder", + "name": "ArrowGlacierTransactionBuilder", + "lineno": 41, + "bases": [ + "LondonTransactionBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.arrow_glacier": [ + { + "id": "eth.vm.forks.arrow_glacier.ArrowGlacierVM", + "name": "ArrowGlacierVM", + "lineno": 18, + "bases": [ + "LondonVM" + ], + "scope": null + } + ], + "eth.vm.forks.berlin.blocks": [ + { + "id": "eth.vm.forks.berlin.blocks.BerlinBlock", + "name": "BerlinBlock", + "lineno": 28, + "bases": [ + "MuirGlacierBlock" + ], + "scope": null + } + ], + "eth.vm.forks.berlin.computation": [ + { + "id": "eth.vm.forks.berlin.computation.BerlinComputation", + "name": "BerlinComputation", + "lineno": 93, + "bases": [ + "MuirGlacierComputation" + ], + "scope": null + } + ], + "eth.vm.forks.berlin.constants": [], + "eth.vm.forks.berlin.headers": [], + "eth.vm.forks.berlin.logic": [ + { + "id": "eth.vm.forks.berlin.logic.BaseCallEIP2929", + "name": "BaseCallEIP2929", + "lineno": 178, + "bases": [ + "OpcodeAPI", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.logic.CallEIP2929", + "name": "CallEIP2929", + "lineno": 209, + "bases": [ + "BaseCallEIP2929", + "CallByzantium" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.logic.CallCodeEIP2929", + "name": "CallCodeEIP2929", + "lineno": 213, + "bases": [ + "BaseCallEIP2929", + "CallCodeEIP150" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.logic.DelegateCallEIP2929", + "name": "DelegateCallEIP2929", + "lineno": 217, + "bases": [ + "BaseCallEIP2929", + "DelegateCallEIP150" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.logic.StaticCallEIP2929", + "name": "StaticCallEIP2929", + "lineno": 221, + "bases": [ + "BaseCallEIP2929", + "StaticCall" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.logic.CreateEIP2929", + "name": "CreateEIP2929", + "lineno": 238, + "bases": [ + "CreateByzantium" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.logic.Create2EIP2929", + "name": "Create2EIP2929", + "lineno": 250, + "bases": [ + "Create2" + ], + "scope": null + } + ], + "eth.vm.forks.berlin.opcodes": [], + "eth.vm.forks.berlin.receipts": [ + { + "id": "eth.vm.forks.berlin.receipts.TypedReceipt", + "name": "TypedReceipt", + "lineno": 49, + "bases": [ + "ReceiptAPI", + "ReceiptDecoderAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.receipts.BerlinReceiptBuilder", + "name": "BerlinReceiptBuilder", + "lineno": 136, + "bases": [ + "ReceiptBuilderAPI" + ], + "scope": null + } + ], + "eth.vm.forks.berlin.state": [ + { + "id": "eth.vm.forks.berlin.state.BerlinTransactionExecutor", + "name": "BerlinTransactionExecutor", + "lineno": 23, + "bases": [ + "SpuriousDragonTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.state.BerlinState", + "name": "BerlinState", + "lineno": 40, + "bases": [ + "MuirGlacierState" + ], + "scope": null + } + ], + "eth.vm.forks.berlin.transactions": [ + { + "id": "eth.vm.forks.berlin.transactions.BerlinLegacyTransaction", + "name": "BerlinLegacyTransaction", + "lineno": 98, + "bases": [ + "MuirGlacierTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinUnsignedLegacyTransaction", + "name": "BerlinUnsignedLegacyTransaction", + "lineno": 102, + "bases": [ + "MuirGlacierUnsignedTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.transactions.AccountAccesses", + "name": "AccountAccesses", + "lineno": 120, + "bases": [ + "rlp.Serializable" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction", + "name": "UnsignedAccessListTransaction", + "lineno": 127, + "bases": [ + "rlp.Serializable", + "UnsignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListTransaction", + "name": "AccessListTransaction", + "lineno": 204, + "bases": [ + "rlp.Serializable", + "SignedTransactionMethods", + "SignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.transactions.AccessListPayloadDecoder", + "name": "AccessListPayloadDecoder", + "lineno": 296, + "bases": [ + "TransactionDecoderAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.transactions.TypedTransaction", + "name": "TypedTransaction", + "lineno": 302, + "bases": [ + "SignedTransactionMethods", + "SignedTransactionAPI", + "TransactionDecoderAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder", + "name": "BerlinTransactionBuilder", + "lineno": 464, + "bases": [ + "TransactionBuilderAPI" + ], + "scope": null + } + ], + "eth.vm.forks.berlin": [ + { + "id": "eth.vm.forks.berlin.BerlinVM", + "name": "BerlinVM", + "lineno": 20, + "bases": [ + "MuirGlacierVM" + ], + "scope": null + } + ], + "eth.vm.forks.byzantium.blocks": [ + { + "id": "eth.vm.forks.byzantium.blocks.ByzantiumBlock", + "name": "ByzantiumBlock", + "lineno": 17, + "bases": [ + "SpuriousDragonBlock" + ], + "scope": null + } + ], + "eth.vm.forks.byzantium.computation": [ + { + "id": "eth.vm.forks.byzantium.computation.ByzantiumComputation", + "name": "ByzantiumComputation", + "lineno": 33, + "bases": [ + "SpuriousDragonComputation" + ], + "scope": null + } + ], + "eth.vm.forks.byzantium.constants": [], + "eth.vm.forks.byzantium.headers": [], + "eth.vm.forks.byzantium.opcodes": [], + "eth.vm.forks.byzantium.state": [ + { + "id": "eth.vm.forks.byzantium.state.ByzantiumState", + "name": "ByzantiumState", + "lineno": 10, + "bases": [ + "SpuriousDragonState" + ], + "scope": null + } + ], + "eth.vm.forks.byzantium.transactions": [ + { + "id": "eth.vm.forks.byzantium.transactions.ByzantiumTransaction", + "name": "ByzantiumTransaction", + "lineno": 17, + "bases": [ + "SpuriousDragonTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.byzantium.transactions.ByzantiumUnsignedTransaction", + "name": "ByzantiumUnsignedTransaction", + "lineno": 32, + "bases": [ + "SpuriousDragonUnsignedTransaction" + ], + "scope": null + } + ], + "eth.vm.forks.byzantium": [ + { + "id": "eth.vm.forks.byzantium.ByzantiumVM", + "name": "ByzantiumVM", + "lineno": 61, + "bases": [ + "SpuriousDragonVM" + ], + "scope": null + } + ], + "eth.vm.forks.cancun.blocks": [ + { + "id": "eth.vm.forks.cancun.blocks.CancunBlockHeader", + "name": "CancunBlockHeader", + "lineno": 72, + "bases": [ + "rlp.Serializable", + "BlockHeaderAPI", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.blocks.CancunBackwardsHeader", + "name": "CancunBackwardsHeader", + "lineno": 177, + "bases": [ + "ShanghaiBackwardsHeader" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.blocks.CancunBlock", + "name": "CancunBlock", + "lineno": 201, + "bases": [ + "ShanghaiBlock" + ], + "scope": null + } + ], + "eth.vm.forks.cancun.computation": [ + { + "id": "eth.vm.forks.cancun.computation.CancunComputation", + "name": "CancunComputation", + "lineno": 32, + "bases": [ + "ShanghaiComputation" + ], + "scope": null + } + ], + "eth.vm.forks.cancun.constants": [], + "eth.vm.forks.cancun.headers": [], + "eth.vm.forks.cancun.logic": [], + "eth.vm.forks.cancun.opcodes": [], + "eth.vm.forks.cancun.receipts": [ + { + "id": "eth.vm.forks.cancun.receipts.CancunTypedReceipt", + "name": "CancunTypedReceipt", + "lineno": 25, + "bases": [ + "LondonTypedReceipt" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.receipts.CancunReceiptBuilder", + "name": "CancunReceiptBuilder", + "lineno": 34, + "bases": [ + "LondonReceiptBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.cancun.state": [ + { + "id": "eth.vm.forks.cancun.state.CancunTransactionExecutor", + "name": "CancunTransactionExecutor", + "lineno": 81, + "bases": [ + "ShanghaiTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.state.CancunState", + "name": "CancunState", + "lineno": 161, + "bases": [ + "ShanghaiState" + ], + "scope": null + } + ], + "eth.vm.forks.cancun.transactions": [ + { + "id": "eth.vm.forks.cancun.transactions.CancunLegacyTransaction", + "name": "CancunLegacyTransaction", + "lineno": 93, + "bases": [ + "ShanghaiLegacyTransaction", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.transactions.CancunUnsignedLegacyTransaction", + "name": "CancunUnsignedLegacyTransaction", + "lineno": 97, + "bases": [ + "ShanghaiUnsignedLegacyTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction", + "name": "UnsignedBlobTransaction", + "lineno": 115, + "bases": [ + "rlp.Serializable", + "UnsignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobTransaction", + "name": "BlobTransaction", + "lineno": 208, + "bases": [ + "rlp.Serializable", + "SignedTransactionMethods", + "SignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.transactions.BlobPayloadDecoder", + "name": "BlobPayloadDecoder", + "lineno": 291, + "bases": [ + "TransactionDecoderAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.transactions.CancunTypedTransaction", + "name": "CancunTypedTransaction", + "lineno": 297, + "bases": [ + "TypedTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.cancun.transactions.CancunTransactionBuilder", + "name": "CancunTransactionBuilder", + "lineno": 306, + "bases": [ + "ShanghaiTransactionBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.cancun.transaction_context": [ + { + "id": "eth.vm.forks.cancun.transaction_context.CancunTransactionContext", + "name": "CancunTransactionContext", + "lineno": 14, + "bases": [ + "BaseTransactionContext" + ], + "scope": null + } + ], + "eth.vm.forks.cancun": [ + { + "id": "eth.vm.forks.cancun.CancunVM", + "name": "CancunVM", + "lineno": 50, + "bases": [ + "ShanghaiVM" + ], + "scope": null + } + ], + "eth.vm.forks.constantinople.blocks": [ + { + "id": "eth.vm.forks.constantinople.blocks.ConstantinopleBlock", + "name": "ConstantinopleBlock", + "lineno": 17, + "bases": [ + "ByzantiumBlock" + ], + "scope": null + } + ], + "eth.vm.forks.constantinople.computation": [ + { + "id": "eth.vm.forks.constantinople.computation.ConstantinopleComputation", + "name": "ConstantinopleComputation", + "lineno": 17, + "bases": [ + "ByzantiumComputation" + ], + "scope": null + } + ], + "eth.vm.forks.constantinople.constants": [], + "eth.vm.forks.constantinople.headers": [], + "eth.vm.forks.constantinople.opcodes": [], + "eth.vm.forks.constantinople.state": [ + { + "id": "eth.vm.forks.constantinople.state.ConstantinopleState", + "name": "ConstantinopleState", + "lineno": 10, + "bases": [ + "ByzantiumState" + ], + "scope": null + } + ], + "eth.vm.forks.constantinople.storage": [], + "eth.vm.forks.constantinople.transactions": [ + { + "id": "eth.vm.forks.constantinople.transactions.ConstantinopleTransaction", + "name": "ConstantinopleTransaction", + "lineno": 17, + "bases": [ + "ByzantiumTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.constantinople.transactions.ConstantinopleUnsignedTransaction", + "name": "ConstantinopleUnsignedTransaction", + "lineno": 32, + "bases": [ + "ByzantiumUnsignedTransaction" + ], + "scope": null + } + ], + "eth.vm.forks.constantinople": [ + { + "id": "eth.vm.forks.constantinople.ConstantinopleVM", + "name": "ConstantinopleVM", + "lineno": 22, + "bases": [ + "ByzantiumVM" + ], + "scope": null + } + ], + "eth.vm.forks.frontier.blocks": [ + { + "id": "eth.vm.forks.frontier.blocks.FrontierBlock", + "name": "FrontierBlock", + "lineno": 51, + "bases": [ + "BaseBlock" + ], + "scope": null + } + ], + "eth.vm.forks.frontier.computation": [ + { + "id": "eth.vm.forks.frontier.computation.FrontierComputation", + "name": "FrontierComputation", + "lineno": 49, + "bases": [ + "BaseComputation" + ], + "scope": null + } + ], + "eth.vm.forks.frontier.constants": [], + "eth.vm.forks.frontier.headers": [], + "eth.vm.forks.frontier.opcodes": [], + "eth.vm.forks.frontier.state": [ + { + "id": "eth.vm.forks.frontier.state.FrontierTransactionExecutor", + "name": "FrontierTransactionExecutor", + "lineno": 55, + "bases": [ + "BaseTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.frontier.state.FrontierState", + "name": "FrontierState", + "lineno": 220, + "bases": [ + "BaseState" + ], + "scope": null + } + ], + "eth.vm.forks.frontier.transactions": [ + { + "id": "eth.vm.forks.frontier.transactions.FrontierTransaction", + "name": "FrontierTransaction", + "lineno": 69, + "bases": [ + "BaseTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction", + "name": "FrontierUnsignedTransaction", + "lineno": 197, + "bases": [ + "BaseUnsignedTransaction" + ], + "scope": null + } + ], + "eth.vm.forks.frontier.transaction_context": [ + { + "id": "eth.vm.forks.frontier.transaction_context.FrontierTransactionContext", + "name": "FrontierTransactionContext", + "lineno": 6, + "bases": [ + "BaseTransactionContext" + ], + "scope": null + } + ], + "eth.vm.forks.frontier.validation": [], + "eth.vm.forks.frontier": [ + { + "id": "eth.vm.forks.frontier.FrontierVM", + "name": "FrontierVM", + "lineno": 61, + "bases": [ + "VM" + ], + "scope": null + } + ], + "eth.vm.forks.gray_glacier.blocks": [ + { + "id": "eth.vm.forks.gray_glacier.blocks.GrayGlacierMiningHeader", + "name": "GrayGlacierMiningHeader", + "lineno": 34, + "bases": [ + "ArrowGlacierMiningHeader", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.gray_glacier.blocks.GrayGlacierBlockHeader", + "name": "GrayGlacierBlockHeader", + "lineno": 38, + "bases": [ + "ArrowGlacierBlockHeader", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.gray_glacier.blocks.GrayGlacierBlock", + "name": "GrayGlacierBlock", + "lineno": 43, + "bases": [ + "ArrowGlacierBlock" + ], + "scope": null + } + ], + "eth.vm.forks.gray_glacier.computation": [ + { + "id": "eth.vm.forks.gray_glacier.computation.GrayGlacierComputation", + "name": "GrayGlacierComputation", + "lineno": 6, + "bases": [ + "ArrowGlacierComputation" + ], + "scope": null + } + ], + "eth.vm.forks.gray_glacier.headers": [], + "eth.vm.forks.gray_glacier.state": [ + { + "id": "eth.vm.forks.gray_glacier.state.GrayGlacierTransactionExecutor", + "name": "GrayGlacierTransactionExecutor", + "lineno": 20, + "bases": [ + "ArrowGlacierTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.gray_glacier.state.GrayGlacierState", + "name": "GrayGlacierState", + "lineno": 24, + "bases": [ + "ArrowGlacierState" + ], + "scope": null + } + ], + "eth.vm.forks.gray_glacier.transactions": [ + { + "id": "eth.vm.forks.gray_glacier.transactions.GrayGlacierLegacyTransaction", + "name": "GrayGlacierLegacyTransaction", + "lineno": 19, + "bases": [ + "ArrowGlacierLegacyTransaction", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.gray_glacier.transactions.GrayGlacierUnsignedLegacyTransaction", + "name": "GrayGlacierUnsignedLegacyTransaction", + "lineno": 23, + "bases": [ + "ArrowGlacierUnsignedLegacyTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.gray_glacier.transactions.GrayGlacierTransactionBuilder", + "name": "GrayGlacierTransactionBuilder", + "lineno": 41, + "bases": [ + "ArrowGlacierTransactionBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.gray_glacier": [ + { + "id": "eth.vm.forks.gray_glacier.GrayGlacierVM", + "name": "GrayGlacierVM", + "lineno": 18, + "bases": [ + "ArrowGlacierVM" + ], + "scope": null + } + ], + "eth.vm.forks.homestead.blocks": [ + { + "id": "eth.vm.forks.homestead.blocks.HomesteadBlock", + "name": "HomesteadBlock", + "lineno": 17, + "bases": [ + "FrontierBlock" + ], + "scope": null + } + ], + "eth.vm.forks.homestead.computation": [ + { + "id": "eth.vm.forks.homestead.computation.HomesteadComputation", + "name": "HomesteadComputation", + "lineno": 33, + "bases": [ + "FrontierComputation" + ], + "scope": null + } + ], + "eth.vm.forks.homestead.constants": [], + "eth.vm.forks.homestead.headers": [], + "eth.vm.forks.homestead.opcodes": [], + "eth.vm.forks.homestead.state": [ + { + "id": "eth.vm.forks.homestead.state.HomesteadState", + "name": "HomesteadState", + "lineno": 22, + "bases": [ + "FrontierState" + ], + "scope": null + }, + { + "id": "eth.vm.forks.homestead.state.HomesteadTransactionExecutor", + "name": "HomesteadTransactionExecutor", + "lineno": 29, + "bases": [ + "FrontierTransactionExecutor" + ], + "scope": null + } + ], + "eth.vm.forks.homestead.transactions": [ + { + "id": "eth.vm.forks.homestead.transactions.HomesteadTransaction", + "name": "HomesteadTransaction", + "lineno": 40, + "bases": [ + "FrontierTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.homestead.transactions.HomesteadUnsignedTransaction", + "name": "HomesteadUnsignedTransaction", + "lineno": 74, + "bases": [ + "FrontierUnsignedTransaction" + ], + "scope": null + } + ], + "eth.vm.forks.homestead.validation": [], + "eth.vm.forks.homestead": [ + { + "id": "eth.vm.forks.homestead.MetaHomesteadVM", + "name": "MetaHomesteadVM", + "lineno": 20, + "bases": [ + "FrontierVM" + ], + "scope": null + }, + { + "id": "eth.vm.forks.homestead.HomesteadVM", + "name": "HomesteadVM", + "lineno": 33, + "bases": [ + "MetaHomesteadVM" + ], + "scope": null + } + ], + "eth.vm.forks.istanbul.blocks": [ + { + "id": "eth.vm.forks.istanbul.blocks.IstanbulBlock", + "name": "IstanbulBlock", + "lineno": 17, + "bases": [ + "PetersburgBlock" + ], + "scope": null + } + ], + "eth.vm.forks.istanbul.computation": [ + { + "id": "eth.vm.forks.istanbul.computation.IstanbulComputation", + "name": "IstanbulComputation", + "lineno": 44, + "bases": [ + "PetersburgComputation" + ], + "scope": null + } + ], + "eth.vm.forks.istanbul.constants": [], + "eth.vm.forks.istanbul.headers": [], + "eth.vm.forks.istanbul.opcodes": [], + "eth.vm.forks.istanbul.state": [ + { + "id": "eth.vm.forks.istanbul.state.IstanbulState", + "name": "IstanbulState", + "lineno": 10, + "bases": [ + "PetersburgState" + ], + "scope": null + } + ], + "eth.vm.forks.istanbul.storage": [], + "eth.vm.forks.istanbul.transactions": [ + { + "id": "eth.vm.forks.istanbul.transactions.IstanbulTransaction", + "name": "IstanbulTransaction", + "lineno": 36, + "bases": [ + "PetersburgTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.istanbul.transactions.IstanbulUnsignedTransaction", + "name": "IstanbulUnsignedTransaction", + "lineno": 54, + "bases": [ + "PetersburgUnsignedTransaction" + ], + "scope": null + } + ], + "eth.vm.forks.istanbul": [ + { + "id": "eth.vm.forks.istanbul.IstanbulVM", + "name": "IstanbulVM", + "lineno": 20, + "bases": [ + "ConstantinopleVM" + ], + "scope": null + } + ], + "eth.vm.forks.london.blocks": [ + { + "id": "eth.vm.forks.london.blocks.LondonMiningHeader", + "name": "LondonMiningHeader", + "lineno": 85, + "bases": [ + "rlp.Serializable", + "MiningHeaderAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlockHeader", + "name": "LondonBlockHeader", + "lineno": 89, + "bases": [ + "rlp.Serializable", + "BlockHeaderAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.blocks.LondonBackwardsHeader", + "name": "LondonBackwardsHeader", + "lineno": 192, + "bases": [ + "BlockHeaderSedesAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.blocks.LondonBlock", + "name": "LondonBlock", + "lineno": 217, + "bases": [ + "BerlinBlock" + ], + "scope": null + } + ], + "eth.vm.forks.london.computation": [ + { + "id": "eth.vm.forks.london.computation.LondonComputation", + "name": "LondonComputation", + "lineno": 16, + "bases": [ + "BerlinComputation" + ], + "scope": null + } + ], + "eth.vm.forks.london.constants": [], + "eth.vm.forks.london.headers": [ + { + "id": "eth.vm.forks.london.headers.LondonBackwardsHeader", + "name": "LondonBackwardsHeader", + "lineno": 146, + "bases": [ + "BlockHeaderSedesAPI" + ], + "scope": null + } + ], + "eth.vm.forks.london.opcodes": [], + "eth.vm.forks.london.receipts": [ + { + "id": "eth.vm.forks.london.receipts.LondonTypedReceipt", + "name": "LondonTypedReceipt", + "lineno": 22, + "bases": [ + "BerlinTypedReceipt" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.receipts.LondonReceiptBuilder", + "name": "LondonReceiptBuilder", + "lineno": 30, + "bases": [ + "BerlinReceiptBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.london.state": [ + { + "id": "eth.vm.forks.london.state.LondonTransactionExecutor", + "name": "LondonTransactionExecutor", + "lineno": 45, + "bases": [ + "BerlinTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.state.LondonState", + "name": "LondonState", + "lineno": 104, + "bases": [ + "BerlinState" + ], + "scope": null + } + ], + "eth.vm.forks.london.storage": [], + "eth.vm.forks.london.transactions": [ + { + "id": "eth.vm.forks.london.transactions.LondonLegacyTransaction", + "name": "LondonLegacyTransaction", + "lineno": 86, + "bases": [ + "BerlinLegacyTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.transactions.LondonUnsignedLegacyTransaction", + "name": "LondonUnsignedLegacyTransaction", + "lineno": 90, + "bases": [ + "BerlinUnsignedLegacyTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction", + "name": "UnsignedDynamicFeeTransaction", + "lineno": 108, + "bases": [ + "rlp.Serializable", + "UnsignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeeTransaction", + "name": "DynamicFeeTransaction", + "lineno": 174, + "bases": [ + "rlp.Serializable", + "SignedTransactionMethods", + "SignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.transactions.DynamicFeePayloadDecoder", + "name": "DynamicFeePayloadDecoder", + "lineno": 270, + "bases": [ + "TransactionDecoderAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.transactions.LondonTypedTransaction", + "name": "LondonTypedTransaction", + "lineno": 276, + "bases": [ + "TypedTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.london.transactions.LondonTransactionBuilder", + "name": "LondonTransactionBuilder", + "lineno": 284, + "bases": [ + "BerlinTransactionBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.london.validation": [], + "eth.vm.forks.london": [ + { + "id": "eth.vm.forks.london.LondonVM", + "name": "LondonVM", + "lineno": 27, + "bases": [ + "BerlinVM" + ], + "scope": null + } + ], + "eth.vm.forks.muir_glacier.blocks": [ + { + "id": "eth.vm.forks.muir_glacier.blocks.MuirGlacierBlock", + "name": "MuirGlacierBlock", + "lineno": 17, + "bases": [ + "IstanbulBlock" + ], + "scope": null + } + ], + "eth.vm.forks.muir_glacier.computation": [ + { + "id": "eth.vm.forks.muir_glacier.computation.MuirGlacierComputation", + "name": "MuirGlacierComputation", + "lineno": 13, + "bases": [ + "IstanbulComputation" + ], + "scope": null + } + ], + "eth.vm.forks.muir_glacier.headers": [], + "eth.vm.forks.muir_glacier.opcodes": [], + "eth.vm.forks.muir_glacier.state": [ + { + "id": "eth.vm.forks.muir_glacier.state.MuirGlacierState", + "name": "MuirGlacierState", + "lineno": 10, + "bases": [ + "IstanbulState" + ], + "scope": null + } + ], + "eth.vm.forks.muir_glacier.transactions": [ + { + "id": "eth.vm.forks.muir_glacier.transactions.MuirGlacierTransaction", + "name": "MuirGlacierTransaction", + "lineno": 17, + "bases": [ + "IstanbulTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.muir_glacier.transactions.MuirGlacierUnsignedTransaction", + "name": "MuirGlacierUnsignedTransaction", + "lineno": 32, + "bases": [ + "IstanbulUnsignedTransaction" + ], + "scope": null + } + ], + "eth.vm.forks.muir_glacier": [ + { + "id": "eth.vm.forks.muir_glacier.MuirGlacierVM", + "name": "MuirGlacierVM", + "lineno": 20, + "bases": [ + "IstanbulVM" + ], + "scope": null + } + ], + "eth.vm.forks.paris.blocks": [ + { + "id": "eth.vm.forks.paris.blocks.ParisBlockHeader", + "name": "ParisBlockHeader", + "lineno": 34, + "bases": [ + "GrayGlacierBlockHeader", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.paris.blocks.ParisBlock", + "name": "ParisBlock", + "lineno": 43, + "bases": [ + "GrayGlacierBlock" + ], + "scope": null + } + ], + "eth.vm.forks.paris.computation": [ + { + "id": "eth.vm.forks.paris.computation.ParisComputation", + "name": "ParisComputation", + "lineno": 10, + "bases": [ + "GrayGlacierComputation" + ], + "scope": null + } + ], + "eth.vm.forks.paris.headers": [], + "eth.vm.forks.paris.opcodes": [], + "eth.vm.forks.paris.state": [ + { + "id": "eth.vm.forks.paris.state.ParisTransactionExecutor", + "name": "ParisTransactionExecutor", + "lineno": 25, + "bases": [ + "GrayGlacierTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.paris.state.ParisState", + "name": "ParisState", + "lineno": 29, + "bases": [ + "GrayGlacierState" + ], + "scope": null + } + ], + "eth.vm.forks.paris.transactions": [ + { + "id": "eth.vm.forks.paris.transactions.ParisLegacyTransaction", + "name": "ParisLegacyTransaction", + "lineno": 19, + "bases": [ + "GrayGlacierLegacyTransaction", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.paris.transactions.ParisUnsignedLegacyTransaction", + "name": "ParisUnsignedLegacyTransaction", + "lineno": 23, + "bases": [ + "GrayGlacierUnsignedLegacyTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.paris.transactions.ParisTransactionBuilder", + "name": "ParisTransactionBuilder", + "lineno": 41, + "bases": [ + "GrayGlacierTransactionBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.paris": [ + { + "id": "eth.vm.forks.paris.ParisVM", + "name": "ParisVM", + "lineno": 27, + "bases": [ + "GrayGlacierVM" + ], + "scope": null + } + ], + "eth.vm.forks.petersburg.blocks": [ + { + "id": "eth.vm.forks.petersburg.blocks.PetersburgBlock", + "name": "PetersburgBlock", + "lineno": 17, + "bases": [ + "ByzantiumBlock" + ], + "scope": null + } + ], + "eth.vm.forks.petersburg.computation": [ + { + "id": "eth.vm.forks.petersburg.computation.PetersburgComputation", + "name": "PetersburgComputation", + "lineno": 13, + "bases": [ + "ByzantiumComputation" + ], + "scope": null + } + ], + "eth.vm.forks.petersburg.constants": [], + "eth.vm.forks.petersburg.headers": [], + "eth.vm.forks.petersburg.opcodes": [], + "eth.vm.forks.petersburg.state": [ + { + "id": "eth.vm.forks.petersburg.state.PetersburgState", + "name": "PetersburgState", + "lineno": 10, + "bases": [ + "ByzantiumState" + ], + "scope": null + } + ], + "eth.vm.forks.petersburg.transactions": [ + { + "id": "eth.vm.forks.petersburg.transactions.PetersburgTransaction", + "name": "PetersburgTransaction", + "lineno": 17, + "bases": [ + "ByzantiumTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.petersburg.transactions.PetersburgUnsignedTransaction", + "name": "PetersburgUnsignedTransaction", + "lineno": 32, + "bases": [ + "ByzantiumUnsignedTransaction" + ], + "scope": null + } + ], + "eth.vm.forks.petersburg": [ + { + "id": "eth.vm.forks.petersburg.PetersburgVM", + "name": "PetersburgVM", + "lineno": 24, + "bases": [ + "ByzantiumVM" + ], + "scope": null + } + ], + "eth.vm.forks.prague.blocks": [ + { + "id": "eth.vm.forks.prague.blocks.PragueBlockHeader", + "name": "PragueBlockHeader", + "lineno": 76, + "bases": [ + "rlp.Serializable", + "BlockHeaderAPI", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.blocks.PragueBackwardsHeader", + "name": "PragueBackwardsHeader", + "lineno": 184, + "bases": [ + "CancunBackwardsHeader" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.blocks.PragueBlock", + "name": "PragueBlock", + "lineno": 210, + "bases": [ + "CancunBlock" + ], + "scope": null + } + ], + "eth.vm.forks.prague.computation": [ + { + "id": "eth.vm.forks.prague.computation.PragueComputation", + "name": "PragueComputation", + "lineno": 53, + "bases": [ + "CancunComputation" + ], + "scope": null + } + ], + "eth.vm.forks.prague.constants": [], + "eth.vm.forks.prague.headers": [], + "eth.vm.forks.prague.logic": [ + { + "id": "eth.vm.forks.prague.logic.BaseCallEIP7702", + "name": "BaseCallEIP7702", + "lineno": 32, + "bases": [ + "BaseCallEIP2929", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.logic.CallEIP7702", + "name": "CallEIP7702", + "lineno": 53, + "bases": [ + "CallEIP2929", + "BaseCallEIP7702" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.logic.CallCodeEIP7702", + "name": "CallCodeEIP7702", + "lineno": 57, + "bases": [ + "CallCodeEIP2929", + "BaseCallEIP7702" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.logic.DelegateCallEIP7702", + "name": "DelegateCallEIP7702", + "lineno": 61, + "bases": [ + "DelegateCallEIP2929", + "BaseCallEIP7702" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.logic.StaticCallEIP7702", + "name": "StaticCallEIP7702", + "lineno": 65, + "bases": [ + "StaticCallEIP2929", + "BaseCallEIP7702" + ], + "scope": null + } + ], + "eth.vm.forks.prague.opcodes": [], + "eth.vm.forks.prague.receipts": [ + { + "id": "eth.vm.forks.prague.receipts.PragueTypedReceipt", + "name": "PragueTypedReceipt", + "lineno": 30, + "bases": [ + "CancunTypedReceipt" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.receipts.PragueReceiptBuilder", + "name": "PragueReceiptBuilder", + "lineno": 40, + "bases": [ + "CancunReceiptBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.prague.state": [ + { + "id": "eth.vm.forks.prague.state.PragueTransactionExecutor", + "name": "PragueTransactionExecutor", + "lineno": 59, + "bases": [ + "CancunTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.state.PragueState", + "name": "PragueState", + "lineno": 103, + "bases": [ + "CancunState" + ], + "scope": null + } + ], + "eth.vm.forks.prague.transactions": [ + { + "id": "eth.vm.forks.prague.transactions.PragueLegacyTransaction", + "name": "PragueLegacyTransaction", + "lineno": 107, + "bases": [ + "CancunLegacyTransaction", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.transactions.PragueUnsignedLegacyTransaction", + "name": "PragueUnsignedLegacyTransaction", + "lineno": 111, + "bases": [ + "CancunUnsignedLegacyTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.transactions.Authorization", + "name": "Authorization", + "lineno": 129, + "bases": [ + "rlp.Serializable", + "SetCodeAuthorizationAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodeTransaction", + "name": "SetCodeTransaction", + "lineno": 163, + "bases": [ + "rlp.Serializable", + "SignedTransactionMethods", + "SignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction", + "name": "UnsignedSetCodeTransaction", + "lineno": 280, + "bases": [ + "rlp.Serializable", + "UnsignedTransactionAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.transactions.SetCodePayloadDecoder", + "name": "SetCodePayloadDecoder", + "lineno": 370, + "bases": [ + "TransactionDecoderAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.transactions.PragueTypedTransaction", + "name": "PragueTypedTransaction", + "lineno": 376, + "bases": [ + "TypedTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.transactions.AuthorizationDict", + "name": "AuthorizationDict", + "lineno": 394, + "bases": [ + "TypedDict" + ], + "scope": null + }, + { + "id": "eth.vm.forks.prague.transactions.PragueTransactionBuilder", + "name": "PragueTransactionBuilder", + "lineno": 403, + "bases": [ + "CancunTransactionBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.prague": [ + { + "id": "eth.vm.forks.prague.PragueVM", + "name": "PragueVM", + "lineno": 56, + "bases": [ + "CancunVM" + ], + "scope": null + } + ], + "eth.vm.forks.shanghai.blocks": [ + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader", + "name": "ShanghaiBlockHeader", + "lineno": 88, + "bases": [ + "rlp.Serializable", + "BlockHeaderAPI", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBackwardsHeader", + "name": "ShanghaiBackwardsHeader", + "lineno": 198, + "bases": [ + "BlockHeaderSedesAPI" + ], + "scope": null + }, + { + "id": "eth.vm.forks.shanghai.blocks.ShanghaiBlock", + "name": "ShanghaiBlock", + "lineno": 224, + "bases": [ + "BaseBlock" + ], + "scope": null + } + ], + "eth.vm.forks.shanghai.computation": [ + { + "id": "eth.vm.forks.shanghai.computation.ShanghaiComputation", + "name": "ShanghaiComputation", + "lineno": 26, + "bases": [ + "ParisComputation" + ], + "scope": null + } + ], + "eth.vm.forks.shanghai.constants": [], + "eth.vm.forks.shanghai.headers": [], + "eth.vm.forks.shanghai.logic": [ + { + "id": "eth.vm.forks.shanghai.logic.CreateEIP3860", + "name": "CreateEIP3860", + "lineno": 17, + "bases": [ + "CreateEIP2929" + ], + "scope": null + }, + { + "id": "eth.vm.forks.shanghai.logic.Create2EIP3860", + "name": "Create2EIP3860", + "lineno": 24, + "bases": [ + "Create2EIP2929" + ], + "scope": null + } + ], + "eth.vm.forks.shanghai.opcodes": [], + "eth.vm.forks.shanghai.state": [ + { + "id": "eth.vm.forks.shanghai.state.ShanghaiTransactionExecutor", + "name": "ShanghaiTransactionExecutor", + "lineno": 21, + "bases": [ + "ParisTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.shanghai.state.ShanghaiState", + "name": "ShanghaiState", + "lineno": 25, + "bases": [ + "ParisState" + ], + "scope": null + } + ], + "eth.vm.forks.shanghai.transactions": [ + { + "id": "eth.vm.forks.shanghai.transactions.ShanghaiLegacyTransaction", + "name": "ShanghaiLegacyTransaction", + "lineno": 19, + "bases": [ + "ParisLegacyTransaction", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.forks.shanghai.transactions.ShanghaiUnsignedLegacyTransaction", + "name": "ShanghaiUnsignedLegacyTransaction", + "lineno": 23, + "bases": [ + "ParisUnsignedLegacyTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.shanghai.transactions.ShanghaiTransactionBuilder", + "name": "ShanghaiTransactionBuilder", + "lineno": 41, + "bases": [ + "ParisTransactionBuilder" + ], + "scope": null + } + ], + "eth.vm.forks.shanghai.withdrawals": [ + { + "id": "eth.vm.forks.shanghai.withdrawals.Withdrawal", + "name": "Withdrawal", + "lineno": 32, + "bases": [ + "rlp.Serializable" + ], + "scope": null + } + ], + "eth.vm.forks.shanghai": [ + { + "id": "eth.vm.forks.shanghai.ShanghaiVM", + "name": "ShanghaiVM", + "lineno": 17, + "bases": [ + "ParisVM" + ], + "scope": null + } + ], + "eth.vm.forks.spurious_dragon.blocks": [ + { + "id": "eth.vm.forks.spurious_dragon.blocks.SpuriousDragonBlock", + "name": "SpuriousDragonBlock", + "lineno": 17, + "bases": [ + "HomesteadBlock" + ], + "scope": null + } + ], + "eth.vm.forks.spurious_dragon.computation": [ + { + "id": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation", + "name": "SpuriousDragonComputation", + "lineno": 37, + "bases": [ + "HomesteadComputation" + ], + "scope": null + } + ], + "eth.vm.forks.spurious_dragon.constants": [], + "eth.vm.forks.spurious_dragon.opcodes": [], + "eth.vm.forks.spurious_dragon.state": [ + { + "id": "eth.vm.forks.spurious_dragon.state.SpuriousDragonTransactionExecutor", + "name": "SpuriousDragonTransactionExecutor", + "lineno": 27, + "bases": [ + "HomesteadTransactionExecutor" + ], + "scope": null + }, + { + "id": "eth.vm.forks.spurious_dragon.state.SpuriousDragonState", + "name": "SpuriousDragonState", + "lineno": 51, + "bases": [ + "HomesteadState" + ], + "scope": null + } + ], + "eth.vm.forks.spurious_dragon.transactions": [ + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction", + "name": "SpuriousDragonTransaction", + "lineno": 30, + "bases": [ + "HomesteadTransaction" + ], + "scope": null + }, + { + "id": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonUnsignedTransaction", + "name": "SpuriousDragonUnsignedTransaction", + "lineno": 94, + "bases": [ + "HomesteadUnsignedTransaction" + ], + "scope": null + } + ], + "eth.vm.forks.spurious_dragon._utils": [], + "eth.vm.forks.spurious_dragon": [ + { + "id": "eth.vm.forks.spurious_dragon.SpuriousDragonVM", + "name": "SpuriousDragonVM", + "lineno": 14, + "bases": [ + "TangerineWhistleVM" + ], + "scope": null + } + ], + "eth.vm.forks.tangerine_whistle.computation": [ + { + "id": "eth.vm.forks.tangerine_whistle.computation.TangerineWhistleComputation", + "name": "TangerineWhistleComputation", + "lineno": 9, + "bases": [ + "HomesteadComputation" + ], + "scope": null + } + ], + "eth.vm.forks.tangerine_whistle.constants": [], + "eth.vm.forks.tangerine_whistle.opcodes": [], + "eth.vm.forks.tangerine_whistle.state": [ + { + "id": "eth.vm.forks.tangerine_whistle.state.TangerineWhistleState", + "name": "TangerineWhistleState", + "lineno": 10, + "bases": [ + "HomesteadState" + ], + "scope": null + } + ], + "eth.vm.forks.tangerine_whistle": [ + { + "id": "eth.vm.forks.tangerine_whistle.TangerineWhistleVM", + "name": "TangerineWhistleVM", + "lineno": 9, + "bases": [ + "HomesteadVM" + ], + "scope": null + } + ], + "eth.vm.logic.arithmetic": [], + "eth.vm.logic.block": [], + "eth.vm.logic.call": [ + { + "id": "eth.vm.logic.call.BaseCall", + "name": "BaseCall", + "lineno": 46, + "bases": [ + "Opcode", + "ABC" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.Call", + "name": "Call", + "lineno": 166, + "bases": [ + "BaseCall" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.CallCode", + "name": "CallCode", + "lineno": 202, + "bases": [ + "BaseCall" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.DelegateCall", + "name": "DelegateCall", + "lineno": 237, + "bases": [ + "BaseCall" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.CallEIP150", + "name": "CallEIP150", + "lineno": 281, + "bases": [ + "Call" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.CallCodeEIP150", + "name": "CallCodeEIP150", + "lineno": 296, + "bases": [ + "CallCode" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.DelegateCallEIP150", + "name": "DelegateCallEIP150", + "lineno": 311, + "bases": [ + "DelegateCall" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.CallEIP161", + "name": "CallEIP161", + "lineno": 357, + "bases": [ + "CallEIP150" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.StaticCall", + "name": "StaticCall", + "lineno": 373, + "bases": [ + "CallEIP161" + ], + "scope": null + }, + { + "id": "eth.vm.logic.call.CallByzantium", + "name": "CallByzantium", + "lineno": 399, + "bases": [ + "CallEIP161" + ], + "scope": null + } + ], + "eth.vm.logic.comparison": [], + "eth.vm.logic.context": [], + "eth.vm.logic.duplication": [], + "eth.vm.logic.flow": [], + "eth.vm.logic.invalid": [ + { + "id": "eth.vm.logic.invalid.InvalidOpcode", + "name": "InvalidOpcode", + "lineno": 12, + "bases": [ + "Opcode" + ], + "scope": null + } + ], + "eth.vm.logic.logging": [], + "eth.vm.logic.memory": [], + "eth.vm.logic.sha3": [], + "eth.vm.logic.stack": [], + "eth.vm.logic.storage": [ + { + "id": "eth.vm.logic.storage.NetSStoreGasSchedule", + "name": "NetSStoreGasSchedule", + "lineno": 72, + "bases": [ + "NamedTuple" + ], + "scope": null + } + ], + "eth.vm.logic.swap": [], + "eth.vm.logic.system": [ + { + "id": "eth.vm.logic.system.CreateOpcodeStackData", + "name": "CreateOpcodeStackData", + "lineno": 118, + "bases": [], + "scope": null + }, + { + "id": "eth.vm.logic.system.Create", + "name": "Create", + "lineno": 132, + "bases": [ + "Opcode" + ], + "scope": null + }, + { + "id": "eth.vm.logic.system.CreateEIP150", + "name": "CreateEIP150", + "lineno": 239, + "bases": [ + "Create" + ], + "scope": null + }, + { + "id": "eth.vm.logic.system.CreateByzantium", + "name": "CreateByzantium", + "lineno": 244, + "bases": [ + "CreateEIP150" + ], + "scope": null + }, + { + "id": "eth.vm.logic.system.Create2", + "name": "Create2", + "lineno": 253, + "bases": [ + "CreateByzantium" + ], + "scope": null + } + ], + "eth.vm.logic": [], + "eth._utils.address": [], + "eth._utils.bn128": [], + "eth._utils.calculations": [], + "eth._utils.datatypes": [ + { + "id": "eth._utils.datatypes.Configurable", + "name": "Configurable", + "lineno": 81, + "bases": [ + "ConfigurableAPI" + ], + "scope": null + } + ], + "eth._utils.db": [], + "eth._utils.empty": [ + { + "id": "eth._utils.empty.Empty", + "name": "Empty", + "lineno": 1, + "bases": [], + "scope": null + } + ], + "eth._utils.env": [ + { + "id": "eth._utils.env.empty", + "name": "empty", + "lineno": 26, + "bases": [], + "scope": null + } + ], + "eth._utils.generator": [ + { + "id": "eth._utils.generator.CachedIterable", + "name": "CachedIterable", + "lineno": 13, + "bases": [ + "", + "" + ], + "scope": null + } + ], + "eth._utils.headers": [], + "eth._utils.logging": [], + "eth._utils.module_loading": [], + "eth._utils.numeric": [], + "eth._utils.padding": [], + "eth._utils.rlp": [], + "eth._utils.spoof": [ + { + "id": "eth._utils.spoof.SpoofAttributes", + "name": "SpoofAttributes", + "lineno": 31, + "bases": [], + "scope": null + } + ], + "eth._utils.state": [], + "eth._utils.transactions": [ + { + "id": "eth._utils.transactions.IntrinsicGasSchedule", + "name": "IntrinsicGasSchedule", + "lineno": 111, + "bases": [ + "NamedTuple" + ], + "scope": null + } + ], + "eth._utils.version": [], + "eth._utils": [], + "eth._utils.blake2.coders": [], + "eth._utils.blake2.compression": [ + { + "id": "eth._utils.blake2.compression.Blake2", + "name": "Blake2", + "lineno": 32, + "bases": [], + "scope": null + }, + { + "id": "eth._utils.blake2.compression.Blake2b", + "name": "Blake2b", + "lineno": 50, + "bases": [ + "Blake2" + ], + "scope": null + } + ], + "eth._utils.blake2": [], + "newsfragments.validate_files": [], + "scripts.benchmark.run": [], + "scripts.benchmark": [], + "scripts.benchmark.checks.base_benchmark": [ + { + "id": "scripts.benchmark.checks.base_benchmark.BaseBenchmark", + "name": "BaseBenchmark", + "lineno": 26, + "bases": [ + "ABC" + ], + "scope": null + } + ], + "scripts.benchmark.checks.deploy_dos": [ + { + "id": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark", + "name": "BaseDOSContractBenchmark", + "lineno": 58, + "bases": [ + "BaseBenchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractDeployBenchmark", + "name": "DOSContractDeployBenchmark", + "lineno": 236, + "bases": [ + "BaseDOSContractBenchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractSstoreUint64Benchmark", + "name": "DOSContractSstoreUint64Benchmark", + "lineno": 245, + "bases": [ + "BaseDOSContractBenchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractCreateEmptyContractBenchmark", + "name": "DOSContractCreateEmptyContractBenchmark", + "lineno": 258, + "bases": [ + "BaseDOSContractBenchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractRevertSstoreUint64Benchmark", + "name": "DOSContractRevertSstoreUint64Benchmark", + "lineno": 271, + "bases": [ + "BaseDOSContractBenchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.deploy_dos.DOSContractRevertCreateEmptyContractBenchmark", + "name": "DOSContractRevertCreateEmptyContractBenchmark", + "lineno": 284, + "bases": [ + "BaseDOSContractBenchmark" + ], + "scope": null + } + ], + "scripts.benchmark.checks.erc20_interact": [ + { + "id": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark", + "name": "BaseERC20Benchmark", + "lineno": 58, + "bases": [ + "BaseBenchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20DeployBenchmark", + "name": "ERC20DeployBenchmark", + "lineno": 235, + "bases": [ + "BaseERC20Benchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferBenchmark", + "name": "ERC20TransferBenchmark", + "lineno": 255, + "bases": [ + "BaseERC20Benchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20ApproveBenchmark", + "name": "ERC20ApproveBenchmark", + "lineno": 280, + "bases": [ + "BaseERC20Benchmark" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark", + "name": "ERC20TransferFromBenchmark", + "lineno": 303, + "bases": [ + "BaseERC20Benchmark" + ], + "scope": null + } + ], + "scripts.benchmark.checks.import_empty_blocks": [ + { + "id": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark", + "name": "ImportEmptyBlocksBenchmark", + "lineno": 21, + "bases": [ + "BaseBenchmark" + ], + "scope": null + } + ], + "scripts.benchmark.checks.mine_empty_blocks": [ + { + "id": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark", + "name": "MineEmptyBlocksBenchmark", + "lineno": 21, + "bases": [ + "BaseBenchmark" + ], + "scope": null + } + ], + "scripts.benchmark.checks.simple_value_transfers": [ + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmarkConfig", + "name": "SimpleValueTransferBenchmarkConfig", + "lineno": 41, + "bases": [ + "NamedTuple" + ], + "scope": null + }, + { + "id": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark", + "name": "SimpleValueTransferBenchmark", + "lineno": 60, + "bases": [ + "BaseBenchmark" + ], + "scope": null + } + ], + "scripts.benchmark.checks": [], + "scripts.benchmark.contract_data": [], + "scripts.benchmark._utils.address": [], + "scripts.benchmark._utils.chain_plumbing": [], + "scripts.benchmark._utils.compile": [], + "scripts.benchmark._utils.format": [], + "scripts.benchmark._utils.meters": [ + { + "id": "scripts.benchmark._utils.meters.TimedResult", + "name": "TimedResult", + "lineno": 11, + "bases": [ + "NamedTuple" + ], + "scope": null + } + ], + "scripts.benchmark._utils.reporting": [ + { + "id": "scripts.benchmark._utils.reporting.DefaultStat", + "name": "DefaultStat", + "lineno": 11, + "bases": [ + "NamedTuple" + ], + "scope": null + } + ], + "scripts.benchmark._utils.shellart": [], + "scripts.benchmark._utils": [], + "scripts.release.test_package": [], + "tests.conftest": [], + "tests": [], + "tests.core.fixtures": [], + "tests.core.helpers": [], + "tests.core.test_import_and_version": [], + "tests.core.address-utils.test_address_generation": [], + "tests.core.builder-tools.test_chain_builder": [], + "tests.core.builder-tools.test_chain_construction": [ + { + "id": "tests.core.builder-tools.test_chain_construction.DummyVM", + "name": "DummyVM", + "lineno": 125, + "bases": [ + "FrontierVM" + ], + "scope": null + }, + { + "id": "tests.core.builder-tools.test_chain_construction.ChainForTest", + "name": "ChainForTest", + "lineno": 128, + "bases": [ + "MiningChain" + ], + "scope": null + } + ], + "tests.core.builder-tools.test_chain_initializer": [], + "tests.core.chain-object.test_build_block_incrementally": [], + "tests.core.chain-object.test_chain": [], + "tests.core.chain-object.test_chain_get_ancestors": [], + "tests.core.chain-object.test_chain_reorganization": [], + "tests.core.chain-object.test_chain_retrieval_of_vm_class": [ + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.BaseVMForTesting", + "name": "BaseVMForTesting", + "lineno": 35, + "bases": [ + "VM" + ], + "scope": null + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.VM_A", + "name": "VM_A", + "lineno": 41, + "bases": [ + "BaseVMForTesting" + ], + "scope": null + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.VM_B", + "name": "VM_B", + "lineno": 45, + "bases": [ + "VM_A" + ], + "scope": null + }, + { + "id": "tests.core.chain-object.test_chain_retrieval_of_vm_class.ChainForTesting", + "name": "ChainForTesting", + "lineno": 49, + "bases": [ + "Chain" + ], + "scope": null + } + ], + "tests.core.chain-object.test_contract_call": [], + "tests.core.chain-object.test_create_transaction": [], + "tests.core.chain-object.test_gas_estimation": [], + "tests.core.code-stream.test_code_stream": [], + "tests.core.consensus.test_clique_consensus": [], + "tests.core.consensus.test_clique_encoding": [], + "tests.core.consensus.test_clique_utils": [], + "tests.core.consensus.test_consensus_engine": [ + { + "id": "tests.core.consensus.test_consensus_engine.WhitelistConsensus", + "name": "WhitelistConsensus", + "lineno": 30, + "bases": [ + "ConsensusAPI" + ], + "scope": null + }, + { + "id": "tests.core.consensus.test_consensus_engine.ChainClass", + "name": "ChainClass", + "lineno": 65, + "bases": [ + "MiningChain" + ], + "scope": null + } + ], + "tests.core.consensus.test_pow_mining": [ + { + "id": "tests.core.consensus.test_pow_mining.ChainClass", + "name": "ChainClass", + "lineno": 80, + "bases": [ + "MiningChain" + ], + "scope": null + } + ], + "tests.core.datatype-utils.test_configurable_class": [ + { + "id": "tests.core.datatype-utils.test_configurable_class.Inner", + "name": "Inner", + "lineno": 8, + "bases": [ + "Configurable" + ], + "scope": null + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.NonConfigurable", + "name": "NonConfigurable", + "lineno": 13, + "bases": [], + "scope": null + }, + { + "id": "tests.core.datatype-utils.test_configurable_class.Outer", + "name": "Outer", + "lineno": 17, + "bases": [ + "Configurable" + ], + "scope": null + } + ], + "tests.core.db.test_keymap_db": [], + "tests.core.env-utils.test_env_bool": [], + "tests.core.env-utils.test_env_float": [], + "tests.core.env-utils.test_env_int": [], + "tests.core.env-utils.test_env_list": [], + "tests.core.env-utils.test_env_string": [], + "tests.core.env-utils.test_get": [], + "tests.core.fixture-tools.test_normalize_state": [], + "tests.core.gas_meter.test_gas_meter": [], + "tests.core.generator-utils.test_cached_iterable": [], + "tests.core.hexadecimal-utils.test_encode_and_decode": [], + "tests.core.memory.test_memory": [], + "tests.core.message-object.test_message_object": [], + "tests.core.numeric-utils.test_get_highest_bit_length": [], + "tests.core.numeric-utils.test_integer_squareroot": [], + "tests.core.numeric-utils.test_int_to_bytes32": [], + "tests.core.opcodes.test_opcodes": [], + "tests.core.padding-utils.test_padding": [], + "tests.core.precompiles.test_blake2": [], + "tests.core.stack.test_stack": [], + "tests.core.tester.test_generate_vm_configuration": [ + { + "id": "tests.core.tester.test_generate_vm_configuration.Forks", + "name": "Forks", + "lineno": 12, + "bases": [ + "enum.Enum" + ], + "scope": null + }, + { + "id": "tests.core.tester.test_generate_vm_configuration.CustomFrontierVM", + "name": "CustomFrontierVM", + "lineno": 33, + "bases": [ + "FrontierVM" + ], + "scope": null + } + ], + "tests.core.transactions.test_legacy_transaction": [], + "tests.core.transactions.test_transaction_builder": [], + "tests.core.transactions.transaction-utils.conftest": [], + "tests.core.transactions.transaction-utils.test_receipt_encoding": [], + "tests.core.transactions.transaction-utils.test_spoof_transaction": [], + "tests.core.transactions.transaction-utils.test_transaction_encoding": [], + "tests.core.transactions.transaction-utils.test_transaction_signature_validation": [], + "tests.core.validation.test_eth1_validation": [], + "tests.core.validation.test_transaction_validation": [], + "tests.core.validation.test_withdrawal_validation": [], + "tests.core.vm.conftest": [], + "tests.core.vm.test_base_computation": [ + { + "id": "tests.core.vm.test_base_computation.DummyComputation", + "name": "DummyComputation", + "lineno": 22, + "bases": [ + "BaseComputation" + ], + "scope": null + }, + { + "id": "tests.core.vm.test_base_computation.DummyTransactionContext", + "name": "DummyTransactionContext", + "lineno": 32, + "bases": [ + "BaseTransactionContext" + ], + "scope": null + } + ], + "tests.core.vm.test_clique_validation": [], + "tests.core.vm.test_computation": [], + "tests.core.vm.test_contract_code_size_limit": [], + "tests.core.vm.test_frontier_computation": [], + "tests.core.vm.test_interrupt": [], + "tests.core.vm.test_london": [], + "tests.core.vm.test_mainnet_dao_fork": [ + { + "id": "tests.core.vm.test_mainnet_dao_fork.ETC_VM", + "name": "ETC_VM", + "lineno": 19, + "bases": [ + "MainnetHomesteadVM" + ], + "scope": null + } + ], + "tests.core.vm.test_modexp_precompile": [], + "tests.core.vm.test_rewards": [], + "tests.core.vm.test_shanghai": [], + "tests.core.vm.test_validate_transaction": [], + "tests.core.vm.test_vm": [], + "tests.core.vm.test_vm_class_configurations": [], + "tests.core.vm.test_vm_state": [], + "tests.core.vm.test_vm_transitions": [], + "tests.database.test_accesslog": [], + "tests.database.test_account_db": [], + "tests.database.test_batch_db": [], + "tests.database.test_database_api": [ + { + "id": "tests.database.test_database_api.TestDatabaseAPI", + "name": "TestDatabaseAPI", + "lineno": 61, + "bases": [ + "DatabaseAPITestSuite" + ], + "scope": null + } + ], + "tests.database.test_db_diff": [], + "tests.database.test_eth1_chaindb": [], + "tests.database.test_hash_trie": [ + { + "id": "tests.database.test_hash_trie.ExplicitHashTrie", + "name": "ExplicitHashTrie", + "lineno": 17, + "bases": [], + "scope": null + } + ], + "tests.database.test_header_db": [ + { + "id": "tests.database.test_header_db.StepAction", + "name": "StepAction", + "lineno": 168, + "bases": [ + "enum.Enum" + ], + "scope": null + }, + { + "id": "tests.database.test_header_db.ActionEnum", + "name": "ActionEnum", + "lineno": 776, + "bases": [ + "enum.Enum" + ], + "scope": null + } + ], + "tests.database.test_journal_db": [ + { + "id": "tests.database.test_journal_db.MemoryDBSetRaisesKeyError", + "name": "MemoryDBSetRaisesKeyError", + "lineno": 527, + "bases": [ + "MemoryDB" + ], + "scope": null + }, + { + "id": "tests.database.test_journal_db.MemoryDBSetRaisesMissingData", + "name": "MemoryDBSetRaisesMissingData", + "lineno": 534, + "bases": [ + "MemoryDB" + ], + "scope": null + }, + { + "id": "tests.database.test_journal_db.JournalComparison", + "name": "JournalComparison", + "lineno": 717, + "bases": [ + "RuleBasedStateMachine" + ], + "scope": null + } + ], + "tests.database.test_leveldb_db_backend": [], + "tests.fillers.build_json": [], + "tests.fillers": [], + "tests.fillers.vm_fillers": [], + "tests.json-fixtures.test_difficulty": [], + "tests.json-fixtures.test_transactions": [], + "tests.json-fixtures.test_virtual_machine": [], + "tests.json-fixtures.blockchain.test_blockchain": [], + "tests.tools.factories.keys": [ + { + "id": "tests.tools.factories.keys.PrivateKeyFactory", + "name": "PrivateKeyFactory", + "lineno": 16, + "bases": [ + "factory.Factory" + ], + "scope": null + }, + { + "id": "tests.tools.factories.keys.PrivateKeyFactory.Meta", + "name": "Meta", + "lineno": 17, + "bases": [], + "scope": "PrivateKeyFactory" + }, + { + "id": "tests.tools.factories.keys.PublicKeyFactory", + "name": "PublicKeyFactory", + "lineno": 27, + "bases": [ + "factory.Factory" + ], + "scope": null + }, + { + "id": "tests.tools.factories.keys.PublicKeyFactory.Meta", + "name": "Meta", + "lineno": 28, + "bases": [], + "scope": "PublicKeyFactory" + } + ], + "tests.tools.factories.transaction": [] + }, + "module_graph": { + "setup": { + "path": "C:\\repos\\v3\\py-evm\\setup.py", + "parent": null, + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + ".project-template.fill_template_vars": { + "path": "C:\\repos\\v3\\py-evm\\.project-template\\fill_template_vars.py", + "parent": ".project-template", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + ".project-template.refill_template_vars": { + "path": "C:\\repos\\v3\\py-evm\\.project-template\\refill_template_vars.py", + "parent": ".project-template", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "docs.conf": { + "path": "C:\\repos\\v3\\py-evm\\docs\\conf.py", + "parent": "docs", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.abc": { + "path": "C:\\repos\\v3\\py-evm\\eth\\abc.py", + "parent": "eth", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "eth.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\constants.py", + "parent": "eth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.exceptions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\exceptions.py", + "parent": "eth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.typing": { + "path": "C:\\repos\\v3\\py-evm\\eth\\typing.py", + "parent": "eth", + "is_package": false, + "in_cyclic_loop": true, + "cyclic_cluster_id": "cluster_00" + }, + "eth.validation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\validation.py", + "parent": "eth", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth": { + "path": "C:\\repos\\v3\\py-evm\\eth\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.base": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\base.py", + "parent": "eth.chains", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.header": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\header.py", + "parent": "eth.chains", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.goerli.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\goerli\\constants.py", + "parent": "eth.chains.goerli", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.goerli": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\goerli\\__init__.py", + "parent": "eth.chains", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.mainnet.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\mainnet\\constants.py", + "parent": "eth.chains.mainnet", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.mainnet": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\mainnet\\__init__.py", + "parent": "eth.chains", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.ropsten.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\ropsten\\constants.py", + "parent": "eth.chains.ropsten", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.ropsten": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\ropsten\\__init__.py", + "parent": "eth.chains", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.chains.tester": { + "path": "C:\\repos\\v3\\py-evm\\eth\\chains\\tester\\__init__.py", + "parent": "eth.chains", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.applier": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\applier.py", + "parent": "eth.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.context": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\context.py", + "parent": "eth.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.ethash": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\ethash.py", + "parent": "eth.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.noproof": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\noproof.py", + "parent": "eth.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.pos": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\pos.py", + "parent": "eth.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.pow": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\pow.py", + "parent": "eth.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.clique.clique": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\clique\\clique.py", + "parent": "eth.consensus.clique", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.clique.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\clique\\constants.py", + "parent": "eth.consensus.clique", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.clique.datatypes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\clique\\datatypes.py", + "parent": "eth.consensus.clique", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.clique.encoding": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\clique\\encoding.py", + "parent": "eth.consensus.clique", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.clique.exceptions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\clique\\exceptions.py", + "parent": "eth.consensus.clique", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.clique.snapshot_manager": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\clique\\snapshot_manager.py", + "parent": "eth.consensus.clique", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.clique._utils": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\clique\\_utils.py", + "parent": "eth.consensus.clique", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.consensus.clique": { + "path": "C:\\repos\\v3\\py-evm\\eth\\consensus\\clique\\__init__.py", + "parent": "eth.consensus", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.accesslog": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\accesslog.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.account": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\account.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.atomic": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\atomic.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.batch": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\batch.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.cache": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\cache.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.chain": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\chain.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.chain_gaps": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\chain_gaps.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.diff": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\diff.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.hash_trie": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\hash_trie.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.header": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\header.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.journal": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\journal.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.keymap": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\keymap.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.schema": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\schema.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.slow_journal": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\slow_journal.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.storage": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\storage.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.trie": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\trie.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.witness": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\witness.py", + "parent": "eth.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.backends.base": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\backends\\base.py", + "parent": "eth.db.backends", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.backends.memory": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\backends\\memory.py", + "parent": "eth.db.backends", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.db.backends": { + "path": "C:\\repos\\v3\\py-evm\\eth\\db\\backends\\__init__.py", + "parent": "eth.db", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.estimators.gas": { + "path": "C:\\repos\\v3\\py-evm\\eth\\estimators\\gas.py", + "parent": "eth.estimators", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.estimators": { + "path": "C:\\repos\\v3\\py-evm\\eth\\estimators\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.blake2": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\blake2.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.ecadd": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\ecadd.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.ecmul": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\ecmul.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.ecpairing": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\ecpairing.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.ecrecover": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\ecrecover.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.identity": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\identity.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.modexp": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\modexp.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.point_evaluation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\point_evaluation.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.ripemd160": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\ripemd160.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.sha256": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\sha256.py", + "parent": "eth.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.bls12_381.bls12_381_g1": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\bls12_381\\bls12_381_g1.py", + "parent": "eth.precompiles.bls12_381", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.bls12_381.bls12_381_g2": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\bls12_381\\bls12_381_g2.py", + "parent": "eth.precompiles.bls12_381", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.bls12_381.bls12_381_pairing": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\bls12_381\\bls12_381_pairing.py", + "parent": "eth.precompiles.bls12_381", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.bls12_381.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\bls12_381\\constants.py", + "parent": "eth.precompiles.bls12_381", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.precompiles.bls12_381": { + "path": "C:\\repos\\v3\\py-evm\\eth\\precompiles\\bls12_381\\__init__.py", + "parent": "eth.precompiles", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.rlp.accounts": { + "path": "C:\\repos\\v3\\py-evm\\eth\\rlp\\accounts.py", + "parent": "eth.rlp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.rlp.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\rlp\\blocks.py", + "parent": "eth.rlp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.rlp.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\rlp\\headers.py", + "parent": "eth.rlp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.rlp.logs": { + "path": "C:\\repos\\v3\\py-evm\\eth\\rlp\\logs.py", + "parent": "eth.rlp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.rlp.receipts": { + "path": "C:\\repos\\v3\\py-evm\\eth\\rlp\\receipts.py", + "parent": "eth.rlp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.rlp.sedes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\rlp\\sedes.py", + "parent": "eth.rlp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.rlp.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\rlp\\transactions.py", + "parent": "eth.rlp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.rlp": { + "path": "C:\\repos\\v3\\py-evm\\eth\\rlp\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.mining": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\mining.py", + "parent": "eth.tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.rlp": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\rlp.py", + "parent": "eth.tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.builder": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\builder\\__init__.py", + "parent": "eth.tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.builder.chain.builders": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\builder\\chain\\builders.py", + "parent": "eth.tools.builder.chain", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.builder.chain": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\builder\\chain\\__init__.py", + "parent": "eth.tools.builder", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.db.atomic": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\db\\atomic.py", + "parent": "eth.tools.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.db.base": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\db\\base.py", + "parent": "eth.tools.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.db": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\db\\__init__.py", + "parent": "eth.tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.generation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\generation.py", + "parent": "eth.tools.fixtures", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.helpers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\helpers.py", + "parent": "eth.tools.fixtures", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.loading": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\loading.py", + "parent": "eth.tools.fixtures", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures._utils": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\_utils.py", + "parent": "eth.tools.fixtures", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\__init__.py", + "parent": "eth.tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.fillers.common": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\fillers\\common.py", + "parent": "eth.tools.fixtures.fillers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.fillers.formatters": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\fillers\\formatters.py", + "parent": "eth.tools.fixtures.fillers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.fillers.main": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\fillers\\main.py", + "parent": "eth.tools.fixtures.fillers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.fillers.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\fillers\\state.py", + "parent": "eth.tools.fixtures.fillers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.fillers.vm": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\fillers\\vm.py", + "parent": "eth.tools.fixtures.fillers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.fillers._utils": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\fillers\\_utils.py", + "parent": "eth.tools.fixtures.fillers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools.fixtures.fillers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\fixtures\\fillers\\__init__.py", + "parent": "eth.tools.fixtures", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools._utils.deprecation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\_utils\\deprecation.py", + "parent": "eth.tools._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools._utils.git": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\_utils\\git.py", + "parent": "eth.tools._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools._utils.hashing": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\_utils\\hashing.py", + "parent": "eth.tools._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools._utils.mappings": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\_utils\\mappings.py", + "parent": "eth.tools._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools._utils.normalization": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\_utils\\normalization.py", + "parent": "eth.tools._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools._utils.slow_code_stream": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\_utils\\slow_code_stream.py", + "parent": "eth.tools._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools._utils.vyper": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\_utils\\vyper.py", + "parent": "eth.tools._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.tools._utils": { + "path": "C:\\repos\\v3\\py-evm\\eth\\tools\\_utils\\__init__.py", + "parent": "eth.tools", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.base": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\base.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.chain_context": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\chain_context.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.code_stream": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\code_stream.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\computation.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.execution_context": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\execution_context.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.gas_meter": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\gas_meter.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.header": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\header.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.interrupt": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\interrupt.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.memory": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\memory.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.message": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\message.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.mnemonics": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\mnemonics.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.opcode": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\opcode.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.opcode_values": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\opcode_values.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.spoof": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\spoof.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.stack": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\stack.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\state.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.transaction_context": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\transaction_context.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.transient_storage": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\transient_storage.py", + "parent": "eth.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\__init__.py", + "parent": "eth.vm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.arrow_glacier.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\arrow_glacier\\blocks.py", + "parent": "eth.vm.forks.arrow_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.arrow_glacier.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\arrow_glacier\\computation.py", + "parent": "eth.vm.forks.arrow_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.arrow_glacier.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\arrow_glacier\\headers.py", + "parent": "eth.vm.forks.arrow_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.arrow_glacier.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\arrow_glacier\\state.py", + "parent": "eth.vm.forks.arrow_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.arrow_glacier.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\arrow_glacier\\transactions.py", + "parent": "eth.vm.forks.arrow_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.arrow_glacier": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\arrow_glacier\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\blocks.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\computation.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\constants.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\headers.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.logic": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\logic.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\opcodes.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.receipts": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\receipts.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\state.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\transactions.py", + "parent": "eth.vm.forks.berlin", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.berlin": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\berlin\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.byzantium.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\byzantium\\blocks.py", + "parent": "eth.vm.forks.byzantium", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.byzantium.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\byzantium\\computation.py", + "parent": "eth.vm.forks.byzantium", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.byzantium.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\byzantium\\constants.py", + "parent": "eth.vm.forks.byzantium", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.byzantium.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\byzantium\\headers.py", + "parent": "eth.vm.forks.byzantium", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.byzantium.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\byzantium\\opcodes.py", + "parent": "eth.vm.forks.byzantium", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.byzantium.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\byzantium\\state.py", + "parent": "eth.vm.forks.byzantium", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.byzantium.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\byzantium\\transactions.py", + "parent": "eth.vm.forks.byzantium", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.byzantium": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\byzantium\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\blocks.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\computation.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\constants.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\headers.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.logic": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\logic.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\opcodes.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.receipts": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\receipts.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\state.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\transactions.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun.transaction_context": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\transaction_context.py", + "parent": "eth.vm.forks.cancun", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.cancun": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\cancun\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\blocks.py", + "parent": "eth.vm.forks.constantinople", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\computation.py", + "parent": "eth.vm.forks.constantinople", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\constants.py", + "parent": "eth.vm.forks.constantinople", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\headers.py", + "parent": "eth.vm.forks.constantinople", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\opcodes.py", + "parent": "eth.vm.forks.constantinople", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\state.py", + "parent": "eth.vm.forks.constantinople", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople.storage": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\storage.py", + "parent": "eth.vm.forks.constantinople", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\transactions.py", + "parent": "eth.vm.forks.constantinople", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.constantinople": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\constantinople\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\blocks.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\computation.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\constants.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\headers.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\opcodes.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\state.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\transactions.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.transaction_context": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\transaction_context.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier.validation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\validation.py", + "parent": "eth.vm.forks.frontier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.frontier": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\frontier\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.gray_glacier.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\gray_glacier\\blocks.py", + "parent": "eth.vm.forks.gray_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.gray_glacier.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\gray_glacier\\computation.py", + "parent": "eth.vm.forks.gray_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.gray_glacier.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\gray_glacier\\headers.py", + "parent": "eth.vm.forks.gray_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.gray_glacier.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\gray_glacier\\state.py", + "parent": "eth.vm.forks.gray_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.gray_glacier.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\gray_glacier\\transactions.py", + "parent": "eth.vm.forks.gray_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.gray_glacier": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\gray_glacier\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\blocks.py", + "parent": "eth.vm.forks.homestead", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\computation.py", + "parent": "eth.vm.forks.homestead", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\constants.py", + "parent": "eth.vm.forks.homestead", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\headers.py", + "parent": "eth.vm.forks.homestead", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\opcodes.py", + "parent": "eth.vm.forks.homestead", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\state.py", + "parent": "eth.vm.forks.homestead", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\transactions.py", + "parent": "eth.vm.forks.homestead", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead.validation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\validation.py", + "parent": "eth.vm.forks.homestead", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.homestead": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\homestead\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\blocks.py", + "parent": "eth.vm.forks.istanbul", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\computation.py", + "parent": "eth.vm.forks.istanbul", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\constants.py", + "parent": "eth.vm.forks.istanbul", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\headers.py", + "parent": "eth.vm.forks.istanbul", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\opcodes.py", + "parent": "eth.vm.forks.istanbul", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\state.py", + "parent": "eth.vm.forks.istanbul", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul.storage": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\storage.py", + "parent": "eth.vm.forks.istanbul", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\transactions.py", + "parent": "eth.vm.forks.istanbul", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.istanbul": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\istanbul\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\blocks.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\computation.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\constants.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\headers.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\opcodes.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.receipts": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\receipts.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\state.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.storage": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\storage.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\transactions.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london.validation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\validation.py", + "parent": "eth.vm.forks.london", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.london": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\london\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.muir_glacier.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\muir_glacier\\blocks.py", + "parent": "eth.vm.forks.muir_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.muir_glacier.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\muir_glacier\\computation.py", + "parent": "eth.vm.forks.muir_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.muir_glacier.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\muir_glacier\\headers.py", + "parent": "eth.vm.forks.muir_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.muir_glacier.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\muir_glacier\\opcodes.py", + "parent": "eth.vm.forks.muir_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.muir_glacier.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\muir_glacier\\state.py", + "parent": "eth.vm.forks.muir_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.muir_glacier.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\muir_glacier\\transactions.py", + "parent": "eth.vm.forks.muir_glacier", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.muir_glacier": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\muir_glacier\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.paris.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\paris\\blocks.py", + "parent": "eth.vm.forks.paris", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.paris.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\paris\\computation.py", + "parent": "eth.vm.forks.paris", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.paris.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\paris\\headers.py", + "parent": "eth.vm.forks.paris", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.paris.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\paris\\opcodes.py", + "parent": "eth.vm.forks.paris", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.paris.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\paris\\state.py", + "parent": "eth.vm.forks.paris", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.paris.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\paris\\transactions.py", + "parent": "eth.vm.forks.paris", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.paris": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\paris\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.petersburg.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\petersburg\\blocks.py", + "parent": "eth.vm.forks.petersburg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.petersburg.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\petersburg\\computation.py", + "parent": "eth.vm.forks.petersburg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.petersburg.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\petersburg\\constants.py", + "parent": "eth.vm.forks.petersburg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.petersburg.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\petersburg\\headers.py", + "parent": "eth.vm.forks.petersburg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.petersburg.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\petersburg\\opcodes.py", + "parent": "eth.vm.forks.petersburg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.petersburg.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\petersburg\\state.py", + "parent": "eth.vm.forks.petersburg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.petersburg.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\petersburg\\transactions.py", + "parent": "eth.vm.forks.petersburg", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.petersburg": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\petersburg\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\blocks.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\computation.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\constants.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\headers.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.logic": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\logic.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\opcodes.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.receipts": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\receipts.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\state.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\transactions.py", + "parent": "eth.vm.forks.prague", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.prague": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\prague\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\blocks.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\computation.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\constants.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\headers.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.logic": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\logic.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\opcodes.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\state.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\transactions.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai.withdrawals": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\withdrawals.py", + "parent": "eth.vm.forks.shanghai", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.shanghai": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\shanghai\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.spurious_dragon.blocks": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\spurious_dragon\\blocks.py", + "parent": "eth.vm.forks.spurious_dragon", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.spurious_dragon.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\spurious_dragon\\computation.py", + "parent": "eth.vm.forks.spurious_dragon", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.spurious_dragon.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\spurious_dragon\\constants.py", + "parent": "eth.vm.forks.spurious_dragon", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.spurious_dragon.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\spurious_dragon\\opcodes.py", + "parent": "eth.vm.forks.spurious_dragon", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.spurious_dragon.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\spurious_dragon\\state.py", + "parent": "eth.vm.forks.spurious_dragon", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.spurious_dragon.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\spurious_dragon\\transactions.py", + "parent": "eth.vm.forks.spurious_dragon", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.spurious_dragon._utils": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\spurious_dragon\\_utils.py", + "parent": "eth.vm.forks.spurious_dragon", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.spurious_dragon": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\spurious_dragon\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.tangerine_whistle.computation": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\tangerine_whistle\\computation.py", + "parent": "eth.vm.forks.tangerine_whistle", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.tangerine_whistle.constants": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\tangerine_whistle\\constants.py", + "parent": "eth.vm.forks.tangerine_whistle", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.tangerine_whistle.opcodes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\tangerine_whistle\\opcodes.py", + "parent": "eth.vm.forks.tangerine_whistle", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.tangerine_whistle.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\tangerine_whistle\\state.py", + "parent": "eth.vm.forks.tangerine_whistle", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.forks.tangerine_whistle": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\forks\\tangerine_whistle\\__init__.py", + "parent": "eth.vm.forks", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.arithmetic": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\arithmetic.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.block": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\block.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.call": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\call.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.comparison": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\comparison.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.context": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\context.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.duplication": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\duplication.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.flow": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\flow.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.invalid": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\invalid.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.logging": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\logging.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.memory": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\memory.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.sha3": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\sha3.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.stack": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\stack.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.storage": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\storage.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.swap": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\swap.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic.system": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\system.py", + "parent": "eth.vm.logic", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth.vm.logic": { + "path": "C:\\repos\\v3\\py-evm\\eth\\vm\\logic\\__init__.py", + "parent": "eth.vm", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.address": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\address.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.bn128": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\bn128.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.calculations": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\calculations.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.datatypes": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\datatypes.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.db": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\db.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.empty": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\empty.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.env": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\env.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.generator": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\generator.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.headers": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\headers.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.logging": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\logging.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.module_loading": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\module_loading.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.numeric": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\numeric.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.padding": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\padding.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.rlp": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\rlp.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.spoof": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\spoof.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.state": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\state.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.transactions": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\transactions.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.version": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\version.py", + "parent": "eth._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\__init__.py", + "parent": "eth", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.blake2.coders": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\blake2\\coders.py", + "parent": "eth._utils.blake2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.blake2.compression": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\blake2\\compression.py", + "parent": "eth._utils.blake2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "eth._utils.blake2": { + "path": "C:\\repos\\v3\\py-evm\\eth\\_utils\\blake2\\__init__.py", + "parent": "eth._utils", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "newsfragments.validate_files": { + "path": "C:\\repos\\v3\\py-evm\\newsfragments\\validate_files.py", + "parent": "newsfragments", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.run": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\run.py", + "parent": "scripts.benchmark", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\__init__.py", + "parent": "scripts", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.checks.base_benchmark": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\checks\\base_benchmark.py", + "parent": "scripts.benchmark.checks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.checks.deploy_dos": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\checks\\deploy_dos.py", + "parent": "scripts.benchmark.checks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.checks.erc20_interact": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\checks\\erc20_interact.py", + "parent": "scripts.benchmark.checks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.checks.import_empty_blocks": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\checks\\import_empty_blocks.py", + "parent": "scripts.benchmark.checks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.checks.mine_empty_blocks": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\checks\\mine_empty_blocks.py", + "parent": "scripts.benchmark.checks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.checks.simple_value_transfers": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\checks\\simple_value_transfers.py", + "parent": "scripts.benchmark.checks", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.checks": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\checks\\__init__.py", + "parent": "scripts.benchmark", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark.contract_data": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\contract_data\\__init__.py", + "parent": "scripts.benchmark", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark._utils.address": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\_utils\\address.py", + "parent": "scripts.benchmark._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark._utils.chain_plumbing": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\_utils\\chain_plumbing.py", + "parent": "scripts.benchmark._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark._utils.compile": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\_utils\\compile.py", + "parent": "scripts.benchmark._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark._utils.format": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\_utils\\format.py", + "parent": "scripts.benchmark._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark._utils.meters": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\_utils\\meters.py", + "parent": "scripts.benchmark._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark._utils.reporting": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\_utils\\reporting.py", + "parent": "scripts.benchmark._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark._utils.shellart": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\_utils\\shellart.py", + "parent": "scripts.benchmark._utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.benchmark._utils": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\benchmark\\_utils\\__init__.py", + "parent": "scripts.benchmark", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "scripts.release.test_package": { + "path": "C:\\repos\\v3\\py-evm\\scripts\\release\\test_package.py", + "parent": "scripts.release", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.conftest": { + "path": "C:\\repos\\v3\\py-evm\\tests\\conftest.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests": { + "path": "C:\\repos\\v3\\py-evm\\tests\\__init__.py", + "parent": null, + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.fixtures": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\fixtures.py", + "parent": "tests.core", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.helpers": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\helpers.py", + "parent": "tests.core", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.test_import_and_version": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\test_import_and_version.py", + "parent": "tests.core", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.address-utils.test_address_generation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\address-utils\\test_address_generation.py", + "parent": "tests.core.address-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.builder-tools.test_chain_builder": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\builder-tools\\test_chain_builder.py", + "parent": "tests.core.builder-tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.builder-tools.test_chain_construction": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\builder-tools\\test_chain_construction.py", + "parent": "tests.core.builder-tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.builder-tools.test_chain_initializer": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\builder-tools\\test_chain_initializer.py", + "parent": "tests.core.builder-tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.chain-object.test_build_block_incrementally": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\chain-object\\test_build_block_incrementally.py", + "parent": "tests.core.chain-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.chain-object.test_chain": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\chain-object\\test_chain.py", + "parent": "tests.core.chain-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.chain-object.test_chain_get_ancestors": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\chain-object\\test_chain_get_ancestors.py", + "parent": "tests.core.chain-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.chain-object.test_chain_reorganization": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\chain-object\\test_chain_reorganization.py", + "parent": "tests.core.chain-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.chain-object.test_chain_retrieval_of_vm_class": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\chain-object\\test_chain_retrieval_of_vm_class.py", + "parent": "tests.core.chain-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.chain-object.test_contract_call": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\chain-object\\test_contract_call.py", + "parent": "tests.core.chain-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.chain-object.test_create_transaction": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\chain-object\\test_create_transaction.py", + "parent": "tests.core.chain-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.chain-object.test_gas_estimation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\chain-object\\test_gas_estimation.py", + "parent": "tests.core.chain-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.code-stream.test_code_stream": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\code-stream\\test_code_stream.py", + "parent": "tests.core.code-stream", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.consensus.test_clique_consensus": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\consensus\\test_clique_consensus.py", + "parent": "tests.core.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.consensus.test_clique_encoding": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\consensus\\test_clique_encoding.py", + "parent": "tests.core.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.consensus.test_clique_utils": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\consensus\\test_clique_utils.py", + "parent": "tests.core.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.consensus.test_consensus_engine": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\consensus\\test_consensus_engine.py", + "parent": "tests.core.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.consensus.test_pow_mining": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\consensus\\test_pow_mining.py", + "parent": "tests.core.consensus", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.datatype-utils.test_configurable_class": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\datatype-utils\\test_configurable_class.py", + "parent": "tests.core.datatype-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.db.test_keymap_db": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\db\\test_keymap_db.py", + "parent": "tests.core.db", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.env-utils.test_env_bool": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\env-utils\\test_env_bool.py", + "parent": "tests.core.env-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.env-utils.test_env_float": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\env-utils\\test_env_float.py", + "parent": "tests.core.env-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.env-utils.test_env_int": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\env-utils\\test_env_int.py", + "parent": "tests.core.env-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.env-utils.test_env_list": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\env-utils\\test_env_list.py", + "parent": "tests.core.env-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.env-utils.test_env_string": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\env-utils\\test_env_string.py", + "parent": "tests.core.env-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.env-utils.test_get": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\env-utils\\test_get.py", + "parent": "tests.core.env-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.fixture-tools.test_normalize_state": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\fixture-tools\\test_normalize_state.py", + "parent": "tests.core.fixture-tools", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.gas_meter.test_gas_meter": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\gas_meter\\test_gas_meter.py", + "parent": "tests.core.gas_meter", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.generator-utils.test_cached_iterable": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\generator-utils\\test_cached_iterable.py", + "parent": "tests.core.generator-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.hexadecimal-utils.test_encode_and_decode": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\hexadecimal-utils\\test_encode_and_decode.py", + "parent": "tests.core.hexadecimal-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.memory.test_memory": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\memory\\test_memory.py", + "parent": "tests.core.memory", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.message-object.test_message_object": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\message-object\\test_message_object.py", + "parent": "tests.core.message-object", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.numeric-utils.test_get_highest_bit_length": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\numeric-utils\\test_get_highest_bit_length.py", + "parent": "tests.core.numeric-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.numeric-utils.test_integer_squareroot": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\numeric-utils\\test_integer_squareroot.py", + "parent": "tests.core.numeric-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.numeric-utils.test_int_to_bytes32": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\numeric-utils\\test_int_to_bytes32.py", + "parent": "tests.core.numeric-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.opcodes.test_opcodes": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\opcodes\\test_opcodes.py", + "parent": "tests.core.opcodes", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.padding-utils.test_padding": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\padding-utils\\test_padding.py", + "parent": "tests.core.padding-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.precompiles.test_blake2": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\precompiles\\test_blake2.py", + "parent": "tests.core.precompiles", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.stack.test_stack": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\stack\\test_stack.py", + "parent": "tests.core.stack", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.tester.test_generate_vm_configuration": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\tester\\test_generate_vm_configuration.py", + "parent": "tests.core.tester", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.transactions.test_legacy_transaction": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\transactions\\test_legacy_transaction.py", + "parent": "tests.core.transactions", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.transactions.test_transaction_builder": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\transactions\\test_transaction_builder.py", + "parent": "tests.core.transactions", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.transactions.transaction-utils.conftest": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\transactions\\transaction-utils\\conftest.py", + "parent": "tests.core.transactions.transaction-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.transactions.transaction-utils.test_receipt_encoding": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\transactions\\transaction-utils\\test_receipt_encoding.py", + "parent": "tests.core.transactions.transaction-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.transactions.transaction-utils.test_spoof_transaction": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\transactions\\transaction-utils\\test_spoof_transaction.py", + "parent": "tests.core.transactions.transaction-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.transactions.transaction-utils.test_transaction_encoding": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\transactions\\transaction-utils\\test_transaction_encoding.py", + "parent": "tests.core.transactions.transaction-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.transactions.transaction-utils.test_transaction_signature_validation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\transactions\\transaction-utils\\test_transaction_signature_validation.py", + "parent": "tests.core.transactions.transaction-utils", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.validation.test_eth1_validation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\validation\\test_eth1_validation.py", + "parent": "tests.core.validation", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.validation.test_transaction_validation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\validation\\test_transaction_validation.py", + "parent": "tests.core.validation", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.validation.test_withdrawal_validation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\validation\\test_withdrawal_validation.py", + "parent": "tests.core.validation", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.conftest": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\conftest.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_base_computation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_base_computation.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_clique_validation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_clique_validation.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_computation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_computation.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_contract_code_size_limit": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_contract_code_size_limit.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_frontier_computation": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_frontier_computation.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_interrupt": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_interrupt.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_london": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_london.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_mainnet_dao_fork": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_mainnet_dao_fork.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_modexp_precompile": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_modexp_precompile.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_rewards": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_rewards.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_shanghai": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_shanghai.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_validate_transaction": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_validate_transaction.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_vm": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_vm.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_vm_class_configurations": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_vm_class_configurations.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_vm_state": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_vm_state.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.core.vm.test_vm_transitions": { + "path": "C:\\repos\\v3\\py-evm\\tests\\core\\vm\\test_vm_transitions.py", + "parent": "tests.core.vm", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_accesslog": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_accesslog.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_account_db": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_account_db.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_batch_db": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_batch_db.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_database_api": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_database_api.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_db_diff": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_db_diff.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_eth1_chaindb": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_eth1_chaindb.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_hash_trie": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_hash_trie.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_header_db": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_header_db.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_journal_db": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_journal_db.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.database.test_leveldb_db_backend": { + "path": "C:\\repos\\v3\\py-evm\\tests\\database\\test_leveldb_db_backend.py", + "parent": "tests.database", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.fillers.build_json": { + "path": "C:\\repos\\v3\\py-evm\\tests\\fillers\\build_json.py", + "parent": "tests.fillers", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.fillers": { + "path": "C:\\repos\\v3\\py-evm\\tests\\fillers\\__init__.py", + "parent": "tests", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.fillers.vm_fillers": { + "path": "C:\\repos\\v3\\py-evm\\tests\\fillers\\vm_fillers\\__init__.py", + "parent": "tests.fillers", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.json-fixtures.test_difficulty": { + "path": "C:\\repos\\v3\\py-evm\\tests\\json-fixtures\\test_difficulty.py", + "parent": "tests.json-fixtures", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.json-fixtures.test_transactions": { + "path": "C:\\repos\\v3\\py-evm\\tests\\json-fixtures\\test_transactions.py", + "parent": "tests.json-fixtures", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.json-fixtures.test_virtual_machine": { + "path": "C:\\repos\\v3\\py-evm\\tests\\json-fixtures\\test_virtual_machine.py", + "parent": "tests.json-fixtures", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.json-fixtures.blockchain.test_blockchain": { + "path": "C:\\repos\\v3\\py-evm\\tests\\json-fixtures\\blockchain\\test_blockchain.py", + "parent": "tests.json-fixtures.blockchain", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.tools.factories.keys": { + "path": "C:\\repos\\v3\\py-evm\\tests\\tools\\factories\\keys.py", + "parent": "tests.tools.factories", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.tools.factories.transaction": { + "path": "C:\\repos\\v3\\py-evm\\tests\\tools\\factories\\transaction.py", + "parent": "tests.tools.factories", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + } + }, + "import_graph": { + "setup": [], + ".project-template.fill_template_vars": [], + ".project-template.refill_template_vars": [], + "docs.conf": [], + "eth.abc": [ + { + "from_module": "eth.abc", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 41 + }, + { + "from_module": "eth.abc", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 44 + }, + { + "from_module": "eth.abc", + "imports": "eth.typing.AccountState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountState", + "lineno": 47 + }, + { + "from_module": "eth.abc", + "imports": "eth.typing.BytesOrView", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "BytesOrView", + "lineno": 47 + }, + { + "from_module": "eth.abc", + "imports": "eth.typing.ChainGaps", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "ChainGaps", + "lineno": 47 + }, + { + "from_module": "eth.abc", + "imports": "eth.typing.HeaderParams", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "HeaderParams", + "lineno": 47 + }, + { + "from_module": "eth.abc", + "imports": "eth.typing.JournalDBCheckpoint", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "JournalDBCheckpoint", + "lineno": 47 + }, + { + "from_module": "eth.abc", + "imports": "eth.typing.VMConfiguration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "VMConfiguration", + "lineno": 47 + } + ], + "eth.constants": [], + "eth.exceptions": [], + "eth.typing": [ + { + "from_module": "eth.typing", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 27 + }, + { + "from_module": "eth.typing", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 27 + }, + { + "from_module": "eth.typing", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 27 + }, + { + "from_module": "eth.typing", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 27 + } + ], + "eth.validation": [ + { + "from_module": "eth.validation", + "imports": "eth._utils.headers.compute_gas_limit_bounds", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "compute_gas_limit_bounds", + "lineno": 27 + }, + { + "from_module": "eth.validation", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 30 + }, + { + "from_module": "eth.validation", + "imports": "eth.constants.SECPK1_N", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "SECPK1_N", + "lineno": 33 + }, + { + "from_module": "eth.validation", + "imports": "eth.constants.UINT_8_MAX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UINT_8_MAX", + "lineno": 33 + }, + { + "from_module": "eth.validation", + "imports": "eth.constants.UINT_64_MAX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UINT_64_MAX", + "lineno": 33 + }, + { + "from_module": "eth.validation", + "imports": "eth.constants.UINT_256_MAX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UINT_256_MAX", + "lineno": 33 + }, + { + "from_module": "eth.validation", + "imports": "eth.typing.BytesOrView", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "BytesOrView", + "lineno": 39 + } + ], + "eth": [ + { + "from_module": "eth", + "imports": "eth.chains.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains", + "symbol_part": "Chain", + "lineno": 7 + }, + { + "from_module": "eth", + "imports": "eth.chains.MainnetChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains", + "symbol_part": "MainnetChain", + "lineno": 7 + }, + { + "from_module": "eth", + "imports": "eth.chains.MainnetTesterChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains", + "symbol_part": "MainnetTesterChain", + "lineno": 7 + }, + { + "from_module": "eth", + "imports": "eth.chains.RopstenChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains", + "symbol_part": "RopstenChain", + "lineno": 7 + } + ], + "eth.chains.base": [ + { + "from_module": "eth.chains.base", + "imports": "eth._utils.datatypes.Configurable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.datatypes", + "symbol_part": "Configurable", + "lineno": 35 + }, + { + "from_module": "eth.chains.base", + "imports": "eth._utils.db.apply_state_dict", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "apply_state_dict", + "lineno": 38 + }, + { + "from_module": "eth.chains.base", + "imports": "eth._utils.rlp.validate_imported_block_unchanged", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.rlp", + "symbol_part": "validate_imported_block_unchanged", + "lineno": 41 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.BlockAndMetaWitness", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAndMetaWitness", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.BlockImportResult", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockImportResult", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.BlockPersistResult", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockPersistResult", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.ChainAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.ChainDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainDatabaseAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.ConsensusContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusContextAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.MiningChainAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MiningChainAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 44 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.consensus.ConsensusContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "ConsensusContext", + "lineno": 63 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 66 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.constants.MAX_UNCLE_DEPTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "MAX_UNCLE_DEPTH", + "lineno": 66 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.db.chain.ChainDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain", + "symbol_part": "ChainDB", + "lineno": 70 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.db.header.HeaderDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.header", + "symbol_part": "HeaderDB", + "lineno": 73 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.estimators.get_gas_estimator", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.estimators", + "symbol_part": "get_gas_estimator", + "lineno": 76 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 79 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.exceptions.TransactionNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "TransactionNotFound", + "lineno": 79 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.exceptions.VMNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMNotFound", + "lineno": 79 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 84 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.typing.AccountState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountState", + "lineno": 87 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.typing.HeaderParams", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "HeaderParams", + "lineno": 87 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.typing.StaticMethod", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "StaticMethod", + "lineno": 87 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.validation.validate_block_number", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_block_number", + "lineno": 92 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 92 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.validation.validate_vm_configuration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_vm_configuration", + "lineno": 92 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.validation.validate_word", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_word", + "lineno": 92 + }, + { + "from_module": "eth.chains.base", + "imports": "eth.vm.chain_context.ChainContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.chain_context", + "symbol_part": "ChainContext", + "lineno": 98 + } + ], + "eth.chains.header": [ + { + "from_module": "eth.chains.header", + "imports": "eth._utils.datatypes.Configurable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.datatypes", + "symbol_part": "Configurable", + "lineno": 12 + }, + { + "from_module": "eth.chains.header", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 15 + }, + { + "from_module": "eth.chains.header", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 15 + }, + { + "from_module": "eth.chains.header", + "imports": "eth.abc.HeaderChainAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "HeaderChainAPI", + "lineno": 15 + }, + { + "from_module": "eth.chains.header", + "imports": "eth.abc.HeaderDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "HeaderDatabaseAPI", + "lineno": 15 + }, + { + "from_module": "eth.chains.header", + "imports": "eth.db.backends.base.BaseAtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseAtomicDB", + "lineno": 21 + }, + { + "from_module": "eth.chains.header", + "imports": "eth.db.header.HeaderDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.header", + "symbol_part": "HeaderDB", + "lineno": 24 + } + ], + "eth.chains": [ + { + "from_module": "eth.chains", + "imports": "base.Chain", + "type": "from_import", + "relative_level": 1, + "module_part": "base", + "symbol_part": "Chain", + "lineno": 1 + }, + { + "from_module": "eth.chains", + "imports": "mainnet.MainnetChain", + "type": "from_import", + "relative_level": 1, + "module_part": "mainnet", + "symbol_part": "MainnetChain", + "lineno": 4 + }, + { + "from_module": "eth.chains", + "imports": "ropsten.RopstenChain", + "type": "from_import", + "relative_level": 1, + "module_part": "ropsten", + "symbol_part": "RopstenChain", + "lineno": 7 + }, + { + "from_module": "eth.chains", + "imports": "tester.MainnetTesterChain", + "type": "from_import", + "relative_level": 1, + "module_part": "tester", + "symbol_part": "MainnetTesterChain", + "lineno": 10 + } + ], + "eth.chains.goerli.constants": [], + "eth.chains.goerli": [ + { + "from_module": "eth.chains.goerli", + "imports": "constants.BERLIN_GOERLI_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BERLIN_GOERLI_BLOCK", + "lineno": 3 + }, + { + "from_module": "eth.chains.goerli", + "imports": "constants.ISTANBUL_GOERLI_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ISTANBUL_GOERLI_BLOCK", + "lineno": 3 + }, + { + "from_module": "eth.chains.goerli", + "imports": "constants.PETERSBURG_GOERLI_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "PETERSBURG_GOERLI_BLOCK", + "lineno": 3 + }, + { + "from_module": "eth.chains.goerli", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 9 + }, + { + "from_module": "eth.chains.goerli", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 11 + }, + { + "from_module": "eth.chains.goerli", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 12 + }, + { + "from_module": "eth.chains.goerli", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 12 + }, + { + "from_module": "eth.chains.goerli", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 12 + } + ], + "eth.chains.mainnet.constants": [], + "eth.chains.mainnet": [ + { + "from_module": "eth.chains.mainnet", + "imports": "constants.MAINNET_CHAIN_ID", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MAINNET_CHAIN_ID", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.PARIS_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "PARIS_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.GRAY_GLACIER_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GRAY_GLACIER_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.ARROW_GLACIER_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ARROW_GLACIER_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.LONDON_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "LONDON_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.BERLIN_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BERLIN_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.BYZANTIUM_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BYZANTIUM_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.PETERSBURG_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "PETERSBURG_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.ISTANBUL_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ISTANBUL_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.MUIR_GLACIER_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MUIR_GLACIER_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.TANGERINE_WHISTLE_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "TANGERINE_WHISTLE_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.HOMESTEAD_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "HOMESTEAD_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.SPURIOUS_DRAGON_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "SPURIOUS_DRAGON_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.DAO_FORK_MAINNET_EXTRA_DATA", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "DAO_FORK_MAINNET_EXTRA_DATA", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.DAO_FORK_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "DAO_FORK_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.SHANGHAI_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "SHANGHAI_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.CANCUN_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "CANCUN_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "constants.PRAGUE_MAINNET_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "PRAGUE_MAINNET_BLOCK", + "lineno": 13 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 33 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 35 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 35 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.chains.base.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "Chain", + "lineno": 39 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 42 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.ArrowGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ArrowGlacierVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.CancunVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "CancunVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "GrayGlacierVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.ParisVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ParisVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.PragueVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PragueVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.ShanghaiVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ShanghaiVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 43 + }, + { + "from_module": "eth.chains.mainnet", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 43 + } + ], + "eth.chains.ropsten.constants": [], + "eth.chains.ropsten": [ + { + "from_module": "eth.chains.ropsten", + "imports": "constants.BERLIN_ROPSTEN_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BERLIN_ROPSTEN_BLOCK", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "constants.BYZANTIUM_ROPSTEN_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BYZANTIUM_ROPSTEN_BLOCK", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "constants.CONSTANTINOPLE_ROPSTEN_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "CONSTANTINOPLE_ROPSTEN_BLOCK", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "constants.ISTANBUL_ROPSTEN_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ISTANBUL_ROPSTEN_BLOCK", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "constants.MUIR_GLACIER_ROPSTEN_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MUIR_GLACIER_ROPSTEN_BLOCK", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "constants.PETERSBURG_ROPSTEN_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "PETERSBURG_ROPSTEN_BLOCK", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "constants.ROPSTEN_CHAIN_ID", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ROPSTEN_CHAIN_ID", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "constants.SPURIOUS_DRAGON_ROPSTEN_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "SPURIOUS_DRAGON_ROPSTEN_BLOCK", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "constants.TANGERINE_WHISTLE_ROPSTEN_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "TANGERINE_WHISTLE_ROPSTEN_BLOCK", + "lineno": 5 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 16 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 18 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.chains.base.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "Chain", + "lineno": 19 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 20 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 21 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 21 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 21 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 21 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 21 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 21 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 21 + }, + { + "from_module": "eth.chains.ropsten", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 21 + } + ], + "eth.chains.tester": [ + { + "from_module": "eth.chains.tester", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 24 + }, + { + "from_module": "eth.chains.tester", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 24 + }, + { + "from_module": "eth.chains.tester", + "imports": "eth.constants.GENESIS_BLOCK_NUMBER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_BLOCK_NUMBER", + "lineno": 28 + }, + { + "from_module": "eth.chains.tester", + "imports": "eth.chains.base.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "Chain", + "lineno": 29 + }, + { + "from_module": "eth.chains.tester", + "imports": "eth.chains.mainnet.MainnetChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MainnetChain", + "lineno": 30 + }, + { + "from_module": "eth.chains.tester", + "imports": "eth.validation.validate_gte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gte", + "lineno": 31 + }, + { + "from_module": "eth.chains.tester", + "imports": "eth.vm.forks.homestead.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead", + "symbol_part": "HomesteadVM", + "lineno": 34 + } + ], + "eth.consensus.applier": [ + { + "from_module": "eth.consensus.applier", + "imports": "eth.abc.ConsensusAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusAPI", + "lineno": 10 + }, + { + "from_module": "eth.consensus.applier", + "imports": "eth.abc.VirtualMachineModifierAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineModifierAPI", + "lineno": 10 + }, + { + "from_module": "eth.consensus.applier", + "imports": "eth.abc.VMConfiguration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VMConfiguration", + "lineno": 10 + }, + { + "from_module": "eth.consensus.applier", + "imports": "eth.typing.VMFork", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "VMFork", + "lineno": 15 + } + ], + "eth.consensus.context": [ + { + "from_module": "eth.consensus.context", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 1 + }, + { + "from_module": "eth.consensus.context", + "imports": "eth.abc.ConsensusContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusContextAPI", + "lineno": 1 + } + ], + "eth.consensus.ethash": [], + "eth.consensus.noproof": [ + { + "from_module": "eth.consensus.noproof", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 5 + }, + { + "from_module": "eth.consensus.noproof", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 5 + }, + { + "from_module": "eth.consensus.noproof", + "imports": "eth.abc.ConsensusAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusAPI", + "lineno": 5 + }, + { + "from_module": "eth.consensus.noproof", + "imports": "eth.typing.Address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "Address", + "lineno": 10 + } + ], + "eth.consensus.pos": [ + { + "from_module": "eth.consensus.pos", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 5 + }, + { + "from_module": "eth.consensus.pos", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 5 + }, + { + "from_module": "eth.consensus.pos", + "imports": "eth.abc.ConsensusAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusAPI", + "lineno": 5 + }, + { + "from_module": "eth.consensus.pos", + "imports": "eth.typing.Address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "Address", + "lineno": 10 + } + ], + "eth.consensus.pow": [ + { + "from_module": "eth.consensus.pow", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 19 + }, + { + "from_module": "eth.consensus.pow", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 19 + }, + { + "from_module": "eth.consensus.pow", + "imports": "eth.abc.ConsensusAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusAPI", + "lineno": 19 + }, + { + "from_module": "eth.consensus.pow", + "imports": "eth.consensus.ethash.get_dataset_full_size", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.ethash", + "symbol_part": "get_dataset_full_size", + "lineno": 24 + }, + { + "from_module": "eth.consensus.pow", + "imports": "eth.consensus.ethash.hashimoto_light", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.ethash", + "symbol_part": "hashimoto_light", + "lineno": 24 + }, + { + "from_module": "eth.consensus.pow", + "imports": "eth.consensus.ethash.mkcache", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.ethash", + "symbol_part": "mkcache", + "lineno": 24 + }, + { + "from_module": "eth.consensus.pow", + "imports": "eth.constants.EPOCH_LENGTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EPOCH_LENGTH", + "lineno": 29 + }, + { + "from_module": "eth.consensus.pow", + "imports": "eth.validation.validate_length", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_length", + "lineno": 32 + }, + { + "from_module": "eth.consensus.pow", + "imports": "eth.validation.validate_lte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lte", + "lineno": 32 + } + ], + "eth.consensus": [ + { + "from_module": "eth.consensus", + "imports": "applier.ConsensusApplier", + "type": "from_import", + "relative_level": 1, + "module_part": "applier", + "symbol_part": "ConsensusApplier", + "lineno": 1 + }, + { + "from_module": "eth.consensus", + "imports": "clique.clique.CliqueApplier", + "type": "from_import", + "relative_level": 1, + "module_part": "clique.clique", + "symbol_part": "CliqueApplier", + "lineno": 2 + }, + { + "from_module": "eth.consensus", + "imports": "clique.clique.CliqueConsensus", + "type": "from_import", + "relative_level": 1, + "module_part": "clique.clique", + "symbol_part": "CliqueConsensus", + "lineno": 2 + }, + { + "from_module": "eth.consensus", + "imports": "clique.clique.CliqueConsensusContext", + "type": "from_import", + "relative_level": 1, + "module_part": "clique.clique", + "symbol_part": "CliqueConsensusContext", + "lineno": 2 + }, + { + "from_module": "eth.consensus", + "imports": "context.ConsensusContext", + "type": "from_import", + "relative_level": 1, + "module_part": "context", + "symbol_part": "ConsensusContext", + "lineno": 7 + }, + { + "from_module": "eth.consensus", + "imports": "noproof.NoProofConsensus", + "type": "from_import", + "relative_level": 1, + "module_part": "noproof", + "symbol_part": "NoProofConsensus", + "lineno": 8 + }, + { + "from_module": "eth.consensus", + "imports": "pow.PowConsensus", + "type": "from_import", + "relative_level": 1, + "module_part": "pow", + "symbol_part": "PowConsensus", + "lineno": 9 + } + ], + "eth.consensus.clique.clique": [ + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 16 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 16 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.abc.ConsensusAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusAPI", + "lineno": 16 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.abc.ConsensusContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusContextAPI", + "lineno": 16 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 16 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.abc.VirtualMachineModifierAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineModifierAPI", + "lineno": 16 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.db.chain.ChainDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain", + "symbol_part": "ChainDB", + "lineno": 24 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.typing.HeaderParams", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "HeaderParams", + "lineno": 27 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.typing.VMConfiguration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "VMConfiguration", + "lineno": 27 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "eth.typing.VMFork", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "VMFork", + "lineno": 27 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "_utils.get_block_signer", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "get_block_signer", + "lineno": 33 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "_utils.is_in_turn", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "is_in_turn", + "lineno": 33 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "_utils.validate_header_integrity", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "validate_header_integrity", + "lineno": 33 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "constants.EPOCH_LENGTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "EPOCH_LENGTH", + "lineno": 38 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "datatypes.Snapshot", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "Snapshot", + "lineno": 41 + }, + { + "from_module": "eth.consensus.clique.clique", + "imports": "snapshot_manager.SnapshotManager", + "type": "from_import", + "relative_level": 1, + "module_part": "snapshot_manager", + "symbol_part": "SnapshotManager", + "lineno": 44 + } + ], + "eth.consensus.clique.constants": [], + "eth.consensus.clique.datatypes": [ + { + "from_module": "eth.consensus.clique.datatypes", + "imports": "constants.NONCE_AUTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "NONCE_AUTH", + "lineno": 20 + }, + { + "from_module": "eth.consensus.clique.datatypes", + "imports": "constants.NONCE_DROP", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "NONCE_DROP", + "lineno": 20 + } + ], + "eth.consensus.clique.encoding": [ + { + "from_module": "eth.consensus.clique.encoding", + "imports": "eth.consensus.clique.datatypes.Snapshot", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.datatypes", + "symbol_part": "Snapshot", + "lineno": 10 + }, + { + "from_module": "eth.consensus.clique.encoding", + "imports": "eth.consensus.clique.datatypes.Tally", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.datatypes", + "symbol_part": "Tally", + "lineno": 10 + }, + { + "from_module": "eth.consensus.clique.encoding", + "imports": "eth.consensus.clique.datatypes.Vote", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.datatypes", + "symbol_part": "Vote", + "lineno": 10 + }, + { + "from_module": "eth.consensus.clique.encoding", + "imports": "eth.consensus.clique.datatypes.VoteAction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.datatypes", + "symbol_part": "VoteAction", + "lineno": 10 + }, + { + "from_module": "eth.consensus.clique.encoding", + "imports": "eth.rlp.sedes.uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "uint256", + "lineno": 16 + } + ], + "eth.consensus.clique.exceptions": [ + { + "from_module": "eth.consensus.clique.exceptions", + "imports": "eth.exceptions.PyEVMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "PyEVMError", + "lineno": 1 + } + ], + "eth.consensus.clique.snapshot_manager": [ + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 16 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "eth.abc.ChainDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainDatabaseAPI", + "lineno": 16 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 20 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "_utils.get_block_signer", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "get_block_signer", + "lineno": 24 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "_utils.get_signers_at_checkpoint", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "get_signers_at_checkpoint", + "lineno": 24 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "_utils.is_checkpoint", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "is_checkpoint", + "lineno": 24 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "constants.IN_MEMORY_SNAPSHOTS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "IN_MEMORY_SNAPSHOTS", + "lineno": 29 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "constants.NONCE_AUTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "NONCE_AUTH", + "lineno": 29 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "constants.NONCE_DROP", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "NONCE_DROP", + "lineno": 29 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "datatypes.MutableSnapshot", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "MutableSnapshot", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "datatypes.Snapshot", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "Snapshot", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "datatypes.Tally", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "Tally", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "datatypes.Vote", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "Vote", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "datatypes.VoteAction", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "VoteAction", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "encoding.decode_snapshot", + "type": "from_import", + "relative_level": 1, + "module_part": "encoding", + "symbol_part": "decode_snapshot", + "lineno": 41 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "encoding.encode_snapshot", + "type": "from_import", + "relative_level": 1, + "module_part": "encoding", + "symbol_part": "encode_snapshot", + "lineno": 41 + }, + { + "from_module": "eth.consensus.clique.snapshot_manager", + "imports": "exceptions.SnapshotNotFound", + "type": "from_import", + "relative_level": 1, + "module_part": "exceptions", + "symbol_part": "SnapshotNotFound", + "lineno": 45 + } + ], + "eth.consensus.clique._utils": [ + { + "from_module": "eth.consensus.clique._utils", + "imports": "eth._utils.headers.eth_now", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "eth_now", + "lineno": 22 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 25 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 28 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 28 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "eth.constants.ZERO_HASH32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_HASH32", + "lineno": 28 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "constants.ALLOWED_CLIQUE_DIFFICULTIES", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ALLOWED_CLIQUE_DIFFICULTIES", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "constants.COMMON_ADDRESS_LENGTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "COMMON_ADDRESS_LENGTH", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "constants.NONCE_AUTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "NONCE_AUTH", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "constants.NONCE_DROP", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "NONCE_DROP", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "constants.SIGNATURE_LENGTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "SIGNATURE_LENGTH", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "constants.VANITY_LENGTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "VANITY_LENGTH", + "lineno": 34 + }, + { + "from_module": "eth.consensus.clique._utils", + "imports": "datatypes.Snapshot", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "Snapshot", + "lineno": 42 + } + ], + "eth.consensus.clique": [ + { + "from_module": "eth.consensus.clique", + "imports": "clique.CliqueApplier", + "type": "from_import", + "relative_level": 1, + "module_part": "clique", + "symbol_part": "CliqueApplier", + "lineno": 1 + }, + { + "from_module": "eth.consensus.clique", + "imports": "clique.CliqueConsensus", + "type": "from_import", + "relative_level": 1, + "module_part": "clique", + "symbol_part": "CliqueConsensus", + "lineno": 1 + }, + { + "from_module": "eth.consensus.clique", + "imports": "clique.CliqueConsensusContext", + "type": "from_import", + "relative_level": 1, + "module_part": "clique", + "symbol_part": "CliqueConsensusContext", + "lineno": 1 + }, + { + "from_module": "eth.consensus.clique", + "imports": "constants.NONCE_AUTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "NONCE_AUTH", + "lineno": 6 + }, + { + "from_module": "eth.consensus.clique", + "imports": "constants.NONCE_DROP", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "NONCE_DROP", + "lineno": 6 + }, + { + "from_module": "eth.consensus.clique", + "imports": "datatypes.Snapshot", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "Snapshot", + "lineno": 10 + }, + { + "from_module": "eth.consensus.clique", + "imports": "datatypes.Tally", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "Tally", + "lineno": 10 + }, + { + "from_module": "eth.consensus.clique", + "imports": "datatypes.Vote", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "Vote", + "lineno": 10 + }, + { + "from_module": "eth.consensus.clique", + "imports": "datatypes.VoteAction", + "type": "from_import", + "relative_level": 1, + "module_part": "datatypes", + "symbol_part": "VoteAction", + "lineno": 10 + } + ], + "eth.db.accesslog": [ + { + "from_module": "eth.db.accesslog", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 11 + }, + { + "from_module": "eth.db.accesslog", + "imports": "eth.abc.AtomicWriteBatchAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicWriteBatchAPI", + "lineno": 11 + }, + { + "from_module": "eth.db.accesslog", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 11 + }, + { + "from_module": "eth.db.accesslog", + "imports": "eth.db.atomic.BaseAtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "BaseAtomicDB", + "lineno": 16 + }, + { + "from_module": "eth.db.accesslog", + "imports": "eth.db.backends.base.BaseDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseDB", + "lineno": 19 + } + ], + "eth.db.account": [ + { + "from_module": "eth.db.account", + "imports": "eth.abc.AccountDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AccountDatabaseAPI", + "lineno": 34 + }, + { + "from_module": "eth.db.account", + "imports": "eth.abc.AccountStorageDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AccountStorageDatabaseAPI", + "lineno": 34 + }, + { + "from_module": "eth.db.account", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 34 + }, + { + "from_module": "eth.db.account", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 34 + }, + { + "from_module": "eth.db.account", + "imports": "eth.abc.MetaWitnessAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MetaWitnessAPI", + "lineno": 34 + }, + { + "from_module": "eth.db.account", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 41 + }, + { + "from_module": "eth.db.account", + "imports": "eth.constants.EMPTY_SHA3", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_SHA3", + "lineno": 41 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.accesslog.KeyAccessLoggerAtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.accesslog", + "symbol_part": "KeyAccessLoggerAtomicDB", + "lineno": 45 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.accesslog.KeyAccessLoggerDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.accesslog", + "symbol_part": "KeyAccessLoggerDB", + "lineno": 45 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 49 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.batch.BatchDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.batch", + "symbol_part": "BatchDB", + "lineno": 52 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.cache.CacheDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.cache", + "symbol_part": "CacheDB", + "lineno": 55 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.diff.DBDiff", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiff", + "lineno": 58 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.journal.JournalDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.journal", + "symbol_part": "JournalDB", + "lineno": 61 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.storage.AccountStorageDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.storage", + "symbol_part": "AccountStorageDB", + "lineno": 64 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.witness.AccountQueryTracker", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.witness", + "symbol_part": "AccountQueryTracker", + "lineno": 67 + }, + { + "from_module": "eth.db.account", + "imports": "eth.db.witness.MetaWitness", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.witness", + "symbol_part": "MetaWitness", + "lineno": 67 + }, + { + "from_module": "eth.db.account", + "imports": "eth.rlp.accounts.Account", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.accounts", + "symbol_part": "Account", + "lineno": 71 + }, + { + "from_module": "eth.db.account", + "imports": "eth.typing.JournalDBCheckpoint", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "JournalDBCheckpoint", + "lineno": 74 + }, + { + "from_module": "eth.db.account", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 77 + }, + { + "from_module": "eth.db.account", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 77 + }, + { + "from_module": "eth.db.account", + "imports": "eth.validation.validate_uint64", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint64", + "lineno": 77 + }, + { + "from_module": "eth.db.account", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 77 + }, + { + "from_module": "eth.db.account", + "imports": "eth.vm.interrupt.MissingAccountTrieNode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "MissingAccountTrieNode", + "lineno": 83 + }, + { + "from_module": "eth.db.account", + "imports": "eth.vm.interrupt.MissingBytecode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "MissingBytecode", + "lineno": 83 + }, + { + "from_module": "eth.db.account", + "imports": "hash_trie.HashTrie", + "type": "from_import", + "relative_level": 1, + "module_part": "hash_trie", + "symbol_part": "HashTrie", + "lineno": 88 + } + ], + "eth.db.atomic": [ + { + "from_module": "eth.db.atomic", + "imports": "eth.abc.AtomicWriteBatchAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicWriteBatchAPI", + "lineno": 13 + }, + { + "from_module": "eth.db.atomic", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 13 + }, + { + "from_module": "eth.db.atomic", + "imports": "eth.db.backends.base.BaseAtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseAtomicDB", + "lineno": 17 + }, + { + "from_module": "eth.db.atomic", + "imports": "eth.db.backends.base.BaseDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseDB", + "lineno": 17 + }, + { + "from_module": "eth.db.atomic", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 21 + }, + { + "from_module": "eth.db.atomic", + "imports": "eth.db.diff.DBDiff", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiff", + "lineno": 24 + }, + { + "from_module": "eth.db.atomic", + "imports": "eth.db.diff.DBDiffTracker", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiffTracker", + "lineno": 24 + }, + { + "from_module": "eth.db.atomic", + "imports": "eth.db.diff.DiffMissingError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DiffMissingError", + "lineno": 24 + } + ], + "eth.db.batch": [ + { + "from_module": "eth.db.batch", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 7 + }, + { + "from_module": "eth.db.batch", + "imports": "eth.db.backends.base.BaseDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseDB", + "lineno": 10 + }, + { + "from_module": "eth.db.batch", + "imports": "eth.db.diff.DBDiff", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiff", + "lineno": 13 + }, + { + "from_module": "eth.db.batch", + "imports": "eth.db.diff.DBDiffTracker", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiffTracker", + "lineno": 13 + }, + { + "from_module": "eth.db.batch", + "imports": "eth.db.diff.DiffMissingError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DiffMissingError", + "lineno": 13 + } + ], + "eth.db.cache": [ + { + "from_module": "eth.db.cache", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 5 + }, + { + "from_module": "eth.db.cache", + "imports": "eth.db.backends.base.BaseDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseDB", + "lineno": 8 + } + ], + "eth.db.chain": [ + { + "from_module": "eth.db.chain", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.ChainDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainDatabaseAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.ReceiptDecoderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptDecoderAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.TransactionDecoderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionDecoderAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 44 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 44 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.chain_gaps.GENESIS_CHAIN_GAPS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GENESIS_CHAIN_GAPS", + "lineno": 48 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.chain_gaps.GapChange", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GapChange", + "lineno": 48 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.chain_gaps.GapInfo", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GapInfo", + "lineno": 48 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.chain_gaps.fill_gap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "fill_gap", + "lineno": 48 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.chain_gaps.is_block_number_in_gap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "is_block_number_in_gap", + "lineno": 48 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.chain_gaps.reopen_gap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "reopen_gap", + "lineno": 48 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.header.HeaderDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.header", + "symbol_part": "HeaderDB", + "lineno": 56 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.schema.SchemaV1", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.schema", + "symbol_part": "SchemaV1", + "lineno": 59 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.db.trie.make_trie_root_and_nodes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.trie", + "symbol_part": "make_trie_root_and_nodes", + "lineno": 62 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 65 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.exceptions.ReceiptNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "ReceiptNotFound", + "lineno": 65 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.exceptions.TransactionNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "TransactionNotFound", + "lineno": 65 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.rlp.sedes.chain_gaps", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "chain_gaps", + "lineno": 70 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.typing.ChainGaps", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "ChainGaps", + "lineno": 73 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.validation.validate_word", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_word", + "lineno": 76 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.vm.forks.shanghai.withdrawals.Withdrawal", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.withdrawals", + "symbol_part": "Withdrawal", + "lineno": 79 + }, + { + "from_module": "eth.db.chain", + "imports": "eth.vm.header.HeaderSedes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.header", + "symbol_part": "HeaderSedes", + "lineno": 82 + } + ], + "eth.db.chain_gaps": [ + { + "from_module": "eth.db.chain_gaps", + "imports": "eth.exceptions.GapTrackingCorrupted", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "GapTrackingCorrupted", + "lineno": 15 + }, + { + "from_module": "eth.db.chain_gaps", + "imports": "eth.typing.BlockRange", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "BlockRange", + "lineno": 18 + }, + { + "from_module": "eth.db.chain_gaps", + "imports": "eth.typing.ChainGaps", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "ChainGaps", + "lineno": 18 + } + ], + "eth.db.diff": [ + { + "from_module": "eth.db.diff", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 19 + }, + { + "from_module": "eth.db.diff", + "imports": "eth.vm.interrupt.EVMMissingData", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "EVMMissingData", + "lineno": 22 + } + ], + "eth.db.hash_trie": [ + { + "from_module": "eth.db.hash_trie", + "imports": "eth.db.keymap.KeyMapDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.keymap", + "symbol_part": "KeyMapDB", + "lineno": 14 + } + ], + "eth.db.header": [ + { + "from_module": "eth.db.header", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 25 + }, + { + "from_module": "eth.db.header", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 25 + }, + { + "from_module": "eth.db.header", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 25 + }, + { + "from_module": "eth.db.header", + "imports": "eth.abc.HeaderDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "HeaderDatabaseAPI", + "lineno": 25 + }, + { + "from_module": "eth.db.header", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 31 + }, + { + "from_module": "eth.db.header", + "imports": "eth.db.chain_gaps.GAP_WRITES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GAP_WRITES", + "lineno": 34 + }, + { + "from_module": "eth.db.header", + "imports": "eth.db.chain_gaps.GENESIS_CHAIN_GAPS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GENESIS_CHAIN_GAPS", + "lineno": 34 + }, + { + "from_module": "eth.db.header", + "imports": "eth.db.chain_gaps.GapChange", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GapChange", + "lineno": 34 + }, + { + "from_module": "eth.db.header", + "imports": "eth.db.chain_gaps.GapInfo", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GapInfo", + "lineno": 34 + }, + { + "from_module": "eth.db.header", + "imports": "eth.db.chain_gaps.fill_gap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "fill_gap", + "lineno": 34 + }, + { + "from_module": "eth.db.header", + "imports": "eth.db.chain_gaps.reopen_gap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "reopen_gap", + "lineno": 34 + }, + { + "from_module": "eth.db.header", + "imports": "eth.db.schema.SchemaV1", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.schema", + "symbol_part": "SchemaV1", + "lineno": 42 + }, + { + "from_module": "eth.db.header", + "imports": "eth.exceptions.CanonicalHeadNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "CanonicalHeadNotFound", + "lineno": 45 + }, + { + "from_module": "eth.db.header", + "imports": "eth.exceptions.CheckpointsMustBeCanonical", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "CheckpointsMustBeCanonical", + "lineno": 45 + }, + { + "from_module": "eth.db.header", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 45 + }, + { + "from_module": "eth.db.header", + "imports": "eth.exceptions.ParentNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "ParentNotFound", + "lineno": 45 + }, + { + "from_module": "eth.db.header", + "imports": "eth.rlp.sedes.chain_gaps", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "chain_gaps", + "lineno": 51 + }, + { + "from_module": "eth.db.header", + "imports": "eth.typing.ChainGaps", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "ChainGaps", + "lineno": 54 + }, + { + "from_module": "eth.db.header", + "imports": "eth.validation.validate_block_number", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_block_number", + "lineno": 57 + }, + { + "from_module": "eth.db.header", + "imports": "eth.validation.validate_word", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_word", + "lineno": 57 + }, + { + "from_module": "eth.db.header", + "imports": "eth.vm.header.HeaderSedes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.header", + "symbol_part": "HeaderSedes", + "lineno": 61 + } + ], + "eth.db.journal": [ + { + "from_module": "eth.db.journal", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 22 + }, + { + "from_module": "eth.db.journal", + "imports": "eth.typing.JournalDBCheckpoint", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "JournalDBCheckpoint", + "lineno": 25 + }, + { + "from_module": "eth.db.journal", + "imports": "backends.base.BaseDB", + "type": "from_import", + "relative_level": 1, + "module_part": "backends.base", + "symbol_part": "BaseDB", + "lineno": 29 + }, + { + "from_module": "eth.db.journal", + "imports": "diff.DBDiff", + "type": "from_import", + "relative_level": 1, + "module_part": "diff", + "symbol_part": "DBDiff", + "lineno": 32 + }, + { + "from_module": "eth.db.journal", + "imports": "diff.DBDiffTracker", + "type": "from_import", + "relative_level": 1, + "module_part": "diff", + "symbol_part": "DBDiffTracker", + "lineno": 32 + } + ], + "eth.db.keymap": [ + { + "from_module": "eth.db.keymap", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 8 + }, + { + "from_module": "eth.db.keymap", + "imports": "eth.db.backends.base.BaseDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseDB", + "lineno": 11 + } + ], + "eth.db.schema": [ + { + "from_module": "eth.db.schema", + "imports": "eth.abc.SchemaAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SchemaAPI", + "lineno": 6 + } + ], + "eth.db.slow_journal": [ + { + "from_module": "eth.db.slow_journal", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 19 + }, + { + "from_module": "eth.db.slow_journal", + "imports": "eth.db.backends.base.BaseDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseDB", + "lineno": 22 + }, + { + "from_module": "eth.db.slow_journal", + "imports": "eth.db.diff.DBDiff", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiff", + "lineno": 25 + }, + { + "from_module": "eth.db.slow_journal", + "imports": "eth.db.diff.DBDiffTracker", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiffTracker", + "lineno": 25 + } + ], + "eth.db.storage": [ + { + "from_module": "eth.db.storage", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 29 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.abc.AccountStorageDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AccountStorageDatabaseAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 32 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 37 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.db.backends.base.BaseDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.base", + "symbol_part": "BaseDB", + "lineno": 40 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 43 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.db.batch.BatchDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.batch", + "symbol_part": "BatchDB", + "lineno": 46 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.db.cache.CacheDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.cache", + "symbol_part": "CacheDB", + "lineno": 49 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.db.journal.JournalDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.journal", + "symbol_part": "JournalDB", + "lineno": 52 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.typing.JournalDBCheckpoint", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "JournalDBCheckpoint", + "lineno": 55 + }, + { + "from_module": "eth.db.storage", + "imports": "eth.vm.interrupt.MissingStorageTrieNode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "MissingStorageTrieNode", + "lineno": 58 + } + ], + "eth.db.trie": [ + { + "from_module": "eth.db.trie", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 17 + }, + { + "from_module": "eth.db.trie", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 17 + }, + { + "from_module": "eth.db.trie", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 17 + }, + { + "from_module": "eth.db.trie", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 22 + } + ], + "eth.db.witness": [ + { + "from_module": "eth.db.witness", + "imports": "eth.abc.MetaWitnessAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MetaWitnessAPI", + "lineno": 13 + } + ], + "eth.db": [ + { + "from_module": "eth.db", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 6 + } + ], + "eth.db.backends.base": [ + { + "from_module": "eth.db.backends.base", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 5 + }, + { + "from_module": "eth.db.backends.base", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 5 + } + ], + "eth.db.backends.memory": [ + { + "from_module": "eth.db.backends.memory", + "imports": "base.BaseDB", + "type": "from_import", + "relative_level": 1, + "module_part": "base", + "symbol_part": "BaseDB", + "lineno": 6 + } + ], + "eth.db.backends": [], + "eth.estimators.gas": [ + { + "from_module": "eth.estimators.gas", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 10 + }, + { + "from_module": "eth.estimators.gas", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 10 + }, + { + "from_module": "eth.estimators.gas", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 14 + }, + { + "from_module": "eth.estimators.gas", + "imports": "eth.vm.spoof.SpoofTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.spoof", + "symbol_part": "SpoofTransaction", + "lineno": 17 + } + ], + "eth.estimators": [ + { + "from_module": "eth.estimators", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 7 + }, + { + "from_module": "eth.estimators", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 7 + }, + { + "from_module": "eth.estimators", + "imports": "eth._utils.module_loading.import_string", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.module_loading", + "symbol_part": "import_string", + "lineno": 11 + } + ], + "eth.precompiles.blake2": [ + { + "from_module": "eth.precompiles.blake2", + "imports": "eth._utils.blake2.coders.extract_blake2b_parameters", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.blake2.coders", + "symbol_part": "extract_blake2b_parameters", + "lineno": 5 + }, + { + "from_module": "eth.precompiles.blake2", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 8 + }, + { + "from_module": "eth.precompiles.blake2", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 11 + }, + { + "from_module": "eth.precompiles.blake2", + "imports": "eth._utils.blake2.compression.blake2b_compress", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.blake2.compression", + "symbol_part": "blake2b_compress", + "lineno": 20 + } + ], + "eth.precompiles.ecadd": [ + { + "from_module": "eth.precompiles.ecadd", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 17 + }, + { + "from_module": "eth.precompiles.ecadd", + "imports": "eth._utils.bn128.validate_point", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.bn128", + "symbol_part": "validate_point", + "lineno": 20 + }, + { + "from_module": "eth.precompiles.ecadd", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 23 + }, + { + "from_module": "eth.precompiles.ecadd", + "imports": "eth._utils.padding.pad32r", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32r", + "lineno": 23 + }, + { + "from_module": "eth.precompiles.ecadd", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 27 + }, + { + "from_module": "eth.precompiles.ecadd", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 30 + } + ], + "eth.precompiles.ecmul": [ + { + "from_module": "eth.precompiles.ecmul", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 17 + }, + { + "from_module": "eth.precompiles.ecmul", + "imports": "eth._utils.bn128.validate_point", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.bn128", + "symbol_part": "validate_point", + "lineno": 20 + }, + { + "from_module": "eth.precompiles.ecmul", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 23 + }, + { + "from_module": "eth.precompiles.ecmul", + "imports": "eth._utils.padding.pad32r", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32r", + "lineno": 23 + }, + { + "from_module": "eth.precompiles.ecmul", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 27 + }, + { + "from_module": "eth.precompiles.ecmul", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 30 + } + ], + "eth.precompiles.ecpairing": [ + { + "from_module": "eth.precompiles.ecpairing", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 17 + }, + { + "from_module": "eth.precompiles.ecpairing", + "imports": "eth._utils.bn128.FQP_point_to_FQ2_point", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.bn128", + "symbol_part": "FQP_point_to_FQ2_point", + "lineno": 20 + }, + { + "from_module": "eth.precompiles.ecpairing", + "imports": "eth._utils.bn128.validate_point", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.bn128", + "symbol_part": "validate_point", + "lineno": 20 + }, + { + "from_module": "eth.precompiles.ecpairing", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 24 + }, + { + "from_module": "eth.precompiles.ecpairing", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 27 + }, + { + "from_module": "eth.precompiles.ecpairing", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 30 + }, + { + "from_module": "eth.precompiles.ecpairing", + "imports": "eth.typing.BytesOrView", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "BytesOrView", + "lineno": 33 + } + ], + "eth.precompiles.ecrecover": [ + { + "from_module": "eth.precompiles.ecrecover", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 12 + }, + { + "from_module": "eth.precompiles.ecrecover", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 15 + }, + { + "from_module": "eth.precompiles.ecrecover", + "imports": "eth._utils.padding.pad32r", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32r", + "lineno": 15 + }, + { + "from_module": "eth.precompiles.ecrecover", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 19 + }, + { + "from_module": "eth.precompiles.ecrecover", + "imports": "eth.validation.validate_gte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gte", + "lineno": 22 + }, + { + "from_module": "eth.precompiles.ecrecover", + "imports": "eth.validation.validate_lt_secpk1n", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lt_secpk1n", + "lineno": 22 + }, + { + "from_module": "eth.precompiles.ecrecover", + "imports": "eth.validation.validate_lte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lte", + "lineno": 22 + } + ], + "eth.precompiles.identity": [ + { + "from_module": "eth.precompiles.identity", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 1 + }, + { + "from_module": "eth.precompiles.identity", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 4 + }, + { + "from_module": "eth.precompiles.identity", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 7 + } + ], + "eth.precompiles.modexp": [ + { + "from_module": "eth.precompiles.modexp", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 14 + }, + { + "from_module": "eth.precompiles.modexp", + "imports": "eth._utils.numeric.get_highest_bit_index", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "get_highest_bit_index", + "lineno": 17 + }, + { + "from_module": "eth.precompiles.modexp", + "imports": "eth._utils.padding.pad32r", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32r", + "lineno": 20 + }, + { + "from_module": "eth.precompiles.modexp", + "imports": "eth._utils.padding.zpad_left", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "zpad_left", + "lineno": 20 + }, + { + "from_module": "eth.precompiles.modexp", + "imports": "eth._utils.padding.zpad_right", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "zpad_right", + "lineno": 20 + }, + { + "from_module": "eth.precompiles.modexp", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 25 + } + ], + "eth.precompiles.point_evaluation": [ + { + "from_module": "eth.precompiles.point_evaluation", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 15 + }, + { + "from_module": "eth.precompiles.point_evaluation", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 18 + }, + { + "from_module": "eth.precompiles.point_evaluation", + "imports": "eth.vm.forks.cancun.constants.BLS_MODULUS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.constants", + "symbol_part": "BLS_MODULUS", + "lineno": 21 + }, + { + "from_module": "eth.precompiles.point_evaluation", + "imports": "eth.vm.forks.cancun.constants.FIELD_ELEMENTS_PER_BLOB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.constants", + "symbol_part": "FIELD_ELEMENTS_PER_BLOB", + "lineno": 21 + }, + { + "from_module": "eth.precompiles.point_evaluation", + "imports": "eth.vm.forks.cancun.constants.POINT_EVALUATION_PRECOMPILE_GAS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.constants", + "symbol_part": "POINT_EVALUATION_PRECOMPILE_GAS", + "lineno": 21 + }, + { + "from_module": "eth.precompiles.point_evaluation", + "imports": "eth.vm.forks.cancun.constants.VERSIONED_HASH_VERSION_KZG", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.constants", + "symbol_part": "VERSIONED_HASH_VERSION_KZG", + "lineno": 21 + } + ], + "eth.precompiles.ripemd160": [ + { + "from_module": "eth.precompiles.ripemd160", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 3 + }, + { + "from_module": "eth.precompiles.ripemd160", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 6 + }, + { + "from_module": "eth.precompiles.ripemd160", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 9 + }, + { + "from_module": "eth.precompiles.ripemd160", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 12 + } + ], + "eth.precompiles.sha256": [ + { + "from_module": "eth.precompiles.sha256", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 3 + }, + { + "from_module": "eth.precompiles.sha256", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 6 + }, + { + "from_module": "eth.precompiles.sha256", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 9 + } + ], + "eth.precompiles": [ + { + "from_module": "eth.precompiles", + "imports": "sha256.sha256", + "type": "from_import", + "relative_level": 1, + "module_part": "sha256", + "symbol_part": "sha256", + "lineno": 1 + }, + { + "from_module": "eth.precompiles", + "imports": "identity.identity", + "type": "from_import", + "relative_level": 1, + "module_part": "identity", + "symbol_part": "identity", + "lineno": 2 + }, + { + "from_module": "eth.precompiles", + "imports": "ecrecover.ecrecover", + "type": "from_import", + "relative_level": 1, + "module_part": "ecrecover", + "symbol_part": "ecrecover", + "lineno": 3 + }, + { + "from_module": "eth.precompiles", + "imports": "ripemd160.ripemd160", + "type": "from_import", + "relative_level": 1, + "module_part": "ripemd160", + "symbol_part": "ripemd160", + "lineno": 4 + }, + { + "from_module": "eth.precompiles", + "imports": "modexp.modexp", + "type": "from_import", + "relative_level": 1, + "module_part": "modexp", + "symbol_part": "modexp", + "lineno": 5 + }, + { + "from_module": "eth.precompiles", + "imports": "ecadd.ecadd", + "type": "from_import", + "relative_level": 1, + "module_part": "ecadd", + "symbol_part": "ecadd", + "lineno": 6 + }, + { + "from_module": "eth.precompiles", + "imports": "ecmul.ecmul", + "type": "from_import", + "relative_level": 1, + "module_part": "ecmul", + "symbol_part": "ecmul", + "lineno": 7 + }, + { + "from_module": "eth.precompiles", + "imports": "ecpairing.ecpairing", + "type": "from_import", + "relative_level": 1, + "module_part": "ecpairing", + "symbol_part": "ecpairing", + "lineno": 8 + }, + { + "from_module": "eth.precompiles", + "imports": "blake2.blake2b_fcompress", + "type": "from_import", + "relative_level": 1, + "module_part": "blake2", + "symbol_part": "blake2b_fcompress", + "lineno": 9 + }, + { + "from_module": "eth.precompiles", + "imports": "bls12_381.bls12_g1_add", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381", + "symbol_part": "bls12_g1_add", + "lineno": 10 + }, + { + "from_module": "eth.precompiles", + "imports": "bls12_381.bls12_g1_msm", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381", + "symbol_part": "bls12_g1_msm", + "lineno": 10 + }, + { + "from_module": "eth.precompiles", + "imports": "bls12_381.bls12_map_fp_to_g1", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381", + "symbol_part": "bls12_map_fp_to_g1", + "lineno": 10 + }, + { + "from_module": "eth.precompiles", + "imports": "bls12_381.bls12_g2_add", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381", + "symbol_part": "bls12_g2_add", + "lineno": 10 + }, + { + "from_module": "eth.precompiles", + "imports": "bls12_381.bls12_g2_msm", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381", + "symbol_part": "bls12_g2_msm", + "lineno": 10 + }, + { + "from_module": "eth.precompiles", + "imports": "bls12_381.bls12_map_fp2_to_g2", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381", + "symbol_part": "bls12_map_fp2_to_g2", + "lineno": 10 + }, + { + "from_module": "eth.precompiles", + "imports": "bls12_381.bls12_pairing_check", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381", + "symbol_part": "bls12_pairing_check", + "lineno": 10 + } + ], + "eth.precompiles.bls12_381.bls12_381_g1": [ + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g1", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 32 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g1", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 35 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g1", + "imports": "constants.BLS12_G1_ADD_GAS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLS12_G1_ADD_GAS", + "lineno": 39 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g1", + "imports": "constants.BLS12_G1_MSM_GAS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLS12_G1_MSM_GAS", + "lineno": 39 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g1", + "imports": "constants.BLS12_MAP_FP_G1_GAS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLS12_MAP_FP_G1_GAS", + "lineno": 39 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g1", + "imports": "constants.G1_MSM_DISCOUNTS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "G1_MSM_DISCOUNTS", + "lineno": 39 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g1", + "imports": "constants.G1_MSM_MAX_DISCOUNT", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "G1_MSM_MAX_DISCOUNT", + "lineno": 39 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g1", + "imports": "constants.MSM_MULTIPLIER", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MSM_MULTIPLIER", + "lineno": 39 + } + ], + "eth.precompiles.bls12_381.bls12_381_g2": [ + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g2", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 31 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g2", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 34 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g2", + "imports": "constants.BLS12_G2_ADD_GAS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLS12_G2_ADD_GAS", + "lineno": 38 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g2", + "imports": "constants.BLS12_G2_MSM_GAS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLS12_G2_MSM_GAS", + "lineno": 38 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g2", + "imports": "constants.BLS12_MAP_FP2_G2_GAS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLS12_MAP_FP2_G2_GAS", + "lineno": 38 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g2", + "imports": "constants.G2_MSM_DISCOUNTS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "G2_MSM_DISCOUNTS", + "lineno": 38 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g2", + "imports": "constants.G2_MSM_MAX_DISCOUNT", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "G2_MSM_MAX_DISCOUNT", + "lineno": 38 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_g2", + "imports": "constants.MSM_MULTIPLIER", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MSM_MULTIPLIER", + "lineno": 38 + } + ], + "eth.precompiles.bls12_381.bls12_381_pairing": [ + { + "from_module": "eth.precompiles.bls12_381.bls12_381_pairing", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 17 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_pairing", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 20 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_pairing", + "imports": "eth.precompiles.bls12_381.bls12_381_g1.bytes_to_g1_optimized_point3D", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles.bls12_381.bls12_381_g1", + "symbol_part": "bytes_to_g1_optimized_point3D", + "lineno": 23 + }, + { + "from_module": "eth.precompiles.bls12_381.bls12_381_pairing", + "imports": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles.bls12_381.bls12_381_g2", + "symbol_part": "bytes_to_g2_optimized_point3D", + "lineno": 26 + } + ], + "eth.precompiles.bls12_381.constants": [], + "eth.precompiles.bls12_381": [ + { + "from_module": "eth.precompiles.bls12_381", + "imports": "bls12_381_g1.bls12_g1_add", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381_g1", + "symbol_part": "bls12_g1_add", + "lineno": 1 + }, + { + "from_module": "eth.precompiles.bls12_381", + "imports": "bls12_381_g1.bls12_g1_msm", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381_g1", + "symbol_part": "bls12_g1_msm", + "lineno": 1 + }, + { + "from_module": "eth.precompiles.bls12_381", + "imports": "bls12_381_g1.bls12_map_fp_to_g1", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381_g1", + "symbol_part": "bls12_map_fp_to_g1", + "lineno": 1 + }, + { + "from_module": "eth.precompiles.bls12_381", + "imports": "bls12_381_g2.bls12_g2_add", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381_g2", + "symbol_part": "bls12_g2_add", + "lineno": 6 + }, + { + "from_module": "eth.precompiles.bls12_381", + "imports": "bls12_381_g2.bls12_g2_msm", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381_g2", + "symbol_part": "bls12_g2_msm", + "lineno": 6 + }, + { + "from_module": "eth.precompiles.bls12_381", + "imports": "bls12_381_g2.bls12_map_fp2_to_g2", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381_g2", + "symbol_part": "bls12_map_fp2_to_g2", + "lineno": 6 + }, + { + "from_module": "eth.precompiles.bls12_381", + "imports": "bls12_381_pairing.bls12_pairing_check", + "type": "from_import", + "relative_level": 1, + "module_part": "bls12_381_pairing", + "symbol_part": "bls12_pairing_check", + "lineno": 11 + } + ], + "eth.rlp.accounts": [ + { + "from_module": "eth.rlp.accounts", + "imports": "eth.abc.AccountAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AccountAPI", + "lineno": 10 + }, + { + "from_module": "eth.rlp.accounts", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 13 + }, + { + "from_module": "eth.rlp.accounts", + "imports": "eth.constants.EMPTY_SHA3", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_SHA3", + "lineno": 13 + }, + { + "from_module": "eth.rlp.accounts", + "imports": "sedes.hash32", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "hash32", + "lineno": 18 + }, + { + "from_module": "eth.rlp.accounts", + "imports": "sedes.trie_root", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "trie_root", + "lineno": 18 + } + ], + "eth.rlp.blocks": [ + { + "from_module": "eth.rlp.blocks", + "imports": "eth._utils.datatypes.Configurable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.datatypes", + "symbol_part": "Configurable", + "lineno": 12 + }, + { + "from_module": "eth.rlp.blocks", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 15 + }, + { + "from_module": "eth.rlp.blocks", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 15 + }, + { + "from_module": "eth.rlp.blocks", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 15 + }, + { + "from_module": "eth.rlp.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 15 + }, + { + "from_module": "eth.rlp.blocks", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 15 + } + ], + "eth.rlp.headers": [ + { + "from_module": "eth.rlp.headers", + "imports": "eth._utils.headers.new_timestamp_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "new_timestamp_from_parent", + "lineno": 25 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 28 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.abc.MiningHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MiningHeaderAPI", + "lineno": 28 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 32 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 32 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.constants.GENESIS_NONCE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_NONCE", + "lineno": 32 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 32 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 32 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.constants.ZERO_HASH32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_HASH32", + "lineno": 32 + }, + { + "from_module": "eth.rlp.headers", + "imports": "eth.typing.HeaderParams", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "HeaderParams", + "lineno": 40 + }, + { + "from_module": "eth.rlp.headers", + "imports": "sedes.address", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "address", + "lineno": 44 + }, + { + "from_module": "eth.rlp.headers", + "imports": "sedes.hash32", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "hash32", + "lineno": 44 + }, + { + "from_module": "eth.rlp.headers", + "imports": "sedes.trie_root", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "trie_root", + "lineno": 44 + }, + { + "from_module": "eth.rlp.headers", + "imports": "sedes.uint256", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "uint256", + "lineno": 44 + } + ], + "eth.rlp.logs": [ + { + "from_module": "eth.rlp.logs", + "imports": "eth.abc.LogAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "LogAPI", + "lineno": 11 + }, + { + "from_module": "eth.rlp.logs", + "imports": "sedes.address", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "address", + "lineno": 15 + }, + { + "from_module": "eth.rlp.logs", + "imports": "sedes.uint32", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "uint32", + "lineno": 15 + } + ], + "eth.rlp.receipts": [ + { + "from_module": "eth.rlp.receipts", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 16 + }, + { + "from_module": "eth.rlp.receipts", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 16 + }, + { + "from_module": "eth.rlp.receipts", + "imports": "logs.Log", + "type": "from_import", + "relative_level": 1, + "module_part": "logs", + "symbol_part": "Log", + "lineno": 21 + }, + { + "from_module": "eth.rlp.receipts", + "imports": "sedes.uint256", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "uint256", + "lineno": 24 + } + ], + "eth.rlp.sedes": [], + "eth.rlp.transactions": [ + { + "from_module": "eth.rlp.transactions", + "imports": "eth.abc.BaseTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BaseTransactionAPI", + "lineno": 27 + }, + { + "from_module": "eth.rlp.transactions", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 27 + }, + { + "from_module": "eth.rlp.transactions", + "imports": "eth.abc.LegacyTransactionFieldsAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "LegacyTransactionFieldsAPI", + "lineno": 27 + }, + { + "from_module": "eth.rlp.transactions", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 27 + }, + { + "from_module": "eth.rlp.transactions", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 27 + }, + { + "from_module": "eth.rlp.transactions", + "imports": "eth.abc.TransactionFieldsAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionFieldsAPI", + "lineno": 27 + }, + { + "from_module": "eth.rlp.transactions", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 27 + }, + { + "from_module": "eth.rlp.transactions", + "imports": "sedes.address", + "type": "from_import", + "relative_level": 1, + "module_part": "sedes", + "symbol_part": "address", + "lineno": 37 + } + ], + "eth.rlp": [], + "eth.tools.mining": [ + { + "from_module": "eth.tools.mining", + "imports": "eth.abc.BlockAndMetaWitness", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAndMetaWitness", + "lineno": 1 + }, + { + "from_module": "eth.tools.mining", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 1 + }, + { + "from_module": "eth.tools.mining", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 1 + }, + { + "from_module": "eth.tools.mining", + "imports": "eth.consensus.pow", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "pow", + "lineno": 6 + } + ], + "eth.tools.rlp": [ + { + "from_module": "eth.tools.rlp", + "imports": "eth._utils.rlp.validate_rlp_equal", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.rlp", + "symbol_part": "validate_rlp_equal", + "lineno": 6 + } + ], + "eth.tools": [], + "eth.tools.builder": [], + "eth.tools.builder.chain.builders": [ + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 31 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 34 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 34 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.abc.ChainAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainAPI", + "lineno": 34 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.abc.MiningChainAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MiningChainAPI", + "lineno": 34 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 34 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.consensus.applier.ConsensusApplier", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.applier", + "symbol_part": "ConsensusApplier", + "lineno": 41 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.consensus.noproof.NoProofConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.noproof", + "symbol_part": "NoProofConsensus", + "lineno": 44 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 47 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 50 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.rlp.headers.HeaderParams", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "HeaderParams", + "lineno": 53 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.tools._utils.mappings.deep_merge", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.mappings", + "symbol_part": "deep_merge", + "lineno": 56 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.tools._utils.normalization.normalize_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_state", + "lineno": 59 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.tools.mining.POWMiningMixin", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.mining", + "symbol_part": "POWMiningMixin", + "lineno": 62 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.typing.AccountState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountState", + "lineno": 65 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.typing.GeneralState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "GeneralState", + "lineno": 65 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.typing.VMConfiguration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "VMConfiguration", + "lineno": 65 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.typing.VMFork", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "VMFork", + "lineno": 65 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.validation.validate_vm_configuration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_vm_configuration", + "lineno": 71 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.ArrowGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ArrowGlacierVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.CancunVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "CancunVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "GrayGlacierVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.ParisVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ParisVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.PragueVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PragueVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.ShanghaiVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ShanghaiVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 74 + }, + { + "from_module": "eth.tools.builder.chain.builders", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 74 + } + ], + "eth.tools.builder.chain": [ + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.at_block_number", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "at_block_number", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.build", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "build", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.chain_id", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "chain_id", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.chain_split", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "chain_split", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.copy", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "copy", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.dao_fork_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "dao_fork_at", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.disable_dao_fork", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "disable_dao_fork", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.disable_pow_check", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "disable_pow_check", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.enable_pow_mining", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "enable_pow_mining", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.fork_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "fork_at", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.genesis", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "genesis", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.import_block", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "import_block", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.import_blocks", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "import_blocks", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.mine_block", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "mine_block", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.mine_blocks", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "mine_blocks", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.name", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "name", + "lineno": 1 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.byzantium_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "byzantium_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.frontier_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "frontier_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.homestead_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "homestead_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.spurious_dragon_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "spurious_dragon_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.tangerine_whistle_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "tangerine_whistle_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.constantinople_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "constantinople_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.petersburg_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "petersburg_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.istanbul_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "istanbul_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.muir_glacier_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "muir_glacier_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.berlin_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "berlin_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.london_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "london_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.arrow_glacier_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "arrow_glacier_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.gray_glacier_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "gray_glacier_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.paris_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "paris_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.shanghai_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "shanghai_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.cancun_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "cancun_at", + "lineno": 19 + }, + { + "from_module": "eth.tools.builder.chain", + "imports": "builders.latest_mainnet_at", + "type": "from_import", + "relative_level": 1, + "module_part": "builders", + "symbol_part": "latest_mainnet_at", + "lineno": 19 + } + ], + "eth.tools.db.atomic": [ + { + "from_module": "eth.tools.db.atomic", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 7 + } + ], + "eth.tools.db.base": [ + { + "from_module": "eth.tools.db.base", + "imports": "eth.abc.DatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DatabaseAPI", + "lineno": 3 + } + ], + "eth.tools.db": [], + "eth.tools.fixtures.generation": [ + { + "from_module": "eth.tools.fixtures.generation", + "imports": "loading.find_fixtures", + "type": "from_import", + "relative_level": 1, + "module_part": "loading", + "symbol_part": "find_fixtures", + "lineno": 14 + } + ], + "eth.tools.fixtures.helpers": [ + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.MainnetChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "MainnetChain", + "lineno": 21 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 21 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth._utils.state.diff_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.state", + "symbol_part": "diff_state", + "lineno": 25 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 28 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.abc.ChainAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainAPI", + "lineno": 28 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 28 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 28 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.chains.mainnet.MainnetDAOValidatorVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MainnetDAOValidatorVM", + "lineno": 34 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 37 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.tools.builder.chain.disable_pow_check", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "disable_pow_check", + "lineno": 40 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.typing.AccountState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountState", + "lineno": 43 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.CancunVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "CancunVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "GrayGlacierVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.ParisVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ParisVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.PragueVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PragueVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.ShanghaiVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ShanghaiVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 46 + }, + { + "from_module": "eth.tools.fixtures.helpers", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 46 + } + ], + "eth.tools.fixtures.loading": [ + { + "from_module": "eth.tools.fixtures.loading", + "imports": "_utils.recursive_find_files", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "recursive_find_files", + "lineno": 26 + }, + { + "from_module": "eth.tools.fixtures.loading", + "imports": "_utils.require_pytest", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "require_pytest", + "lineno": 26 + } + ], + "eth.tools.fixtures._utils": [], + "eth.tools.fixtures": [ + { + "from_module": "eth.tools.fixtures", + "imports": "loading.find_fixtures", + "type": "from_import", + "relative_level": 1, + "module_part": "loading", + "symbol_part": "find_fixtures", + "lineno": 1 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "loading.filter_fixtures", + "type": "from_import", + "relative_level": 1, + "module_part": "loading", + "symbol_part": "filter_fixtures", + "lineno": 1 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "loading.load_fixture", + "type": "from_import", + "relative_level": 1, + "module_part": "loading", + "symbol_part": "load_fixture", + "lineno": 1 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "generation.generate_fixture_tests", + "type": "from_import", + "relative_level": 1, + "module_part": "generation", + "symbol_part": "generate_fixture_tests", + "lineno": 6 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "helpers.new_chain_from_fixture", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "new_chain_from_fixture", + "lineno": 9 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "helpers.genesis_fields_from_fixture", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "genesis_fields_from_fixture", + "lineno": 9 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "helpers.genesis_params_from_fixture", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "genesis_params_from_fixture", + "lineno": 9 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "helpers.apply_fixture_block_to_chain", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "apply_fixture_block_to_chain", + "lineno": 9 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "helpers.setup_state", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "setup_state", + "lineno": 9 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "helpers.should_run_slow_tests", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "should_run_slow_tests", + "lineno": 9 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "helpers.verify_state", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "verify_state", + "lineno": 9 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "eth.tools._utils.normalization.normalize_block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_block", + "lineno": 18 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_blockchain_fixtures", + "lineno": 18 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "eth.tools._utils.normalization.normalize_statetest_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_statetest_fixture", + "lineno": 18 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "eth.tools._utils.normalization.normalize_transactiontest_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_transactiontest_fixture", + "lineno": 18 + }, + { + "from_module": "eth.tools.fixtures", + "imports": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_vmtest_fixture", + "lineno": 18 + } + ], + "eth.tools.fixtures.fillers.common": [ + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.tools._utils.mappings.deep_merge", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.mappings", + "symbol_part": "deep_merge", + "lineno": 27 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.tools._utils.normalization.normalize_environment", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_environment", + "lineno": 30 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.tools._utils.normalization.normalize_execution", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_execution", + "lineno": 30 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.tools._utils.normalization.normalize_networks", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_networks", + "lineno": 30 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.tools._utils.normalization.normalize_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_state", + "lineno": 30 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.tools._utils.normalization.normalize_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_transaction", + "lineno": 30 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.tools._utils.vyper.compile_vyper_lll", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.vyper", + "symbol_part": "compile_vyper_lll", + "lineno": 37 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.tools.fixtures.helpers.get_test_name", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures.helpers", + "symbol_part": "get_test_name", + "lineno": 40 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.typing.GeneralState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "GeneralState", + "lineno": 43 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "eth.typing.TransactionDict", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "TransactionDict", + "lineno": 43 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "_utils.add_transaction_to_group", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "add_transaction_to_group", + "lineno": 48 + }, + { + "from_module": "eth.tools.fixtures.fillers.common", + "imports": "_utils.wrap_in_list", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "wrap_in_list", + "lineno": 48 + } + ], + "eth.tools.fixtures.fillers.formatters": [], + "eth.tools.fixtures.fillers.main": [ + { + "from_module": "eth.tools.fixtures.fillers.main", + "imports": "eth.tools._utils.git.get_version_from_git", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.git", + "symbol_part": "get_version_from_git", + "lineno": 12 + }, + { + "from_module": "eth.tools.fixtures.fillers.main", + "imports": "eth.tools.fixtures.helpers.get_test_name", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures.helpers", + "symbol_part": "get_test_name", + "lineno": 15 + }, + { + "from_module": "eth.tools.fixtures.fillers.main", + "imports": "formatters.filled_state_test_formatter", + "type": "from_import", + "relative_level": 1, + "module_part": "formatters", + "symbol_part": "filled_state_test_formatter", + "lineno": 19 + }, + { + "from_module": "eth.tools.fixtures.fillers.main", + "imports": "formatters.filled_vm_test_formatter", + "type": "from_import", + "relative_level": 1, + "module_part": "formatters", + "symbol_part": "filled_vm_test_formatter", + "lineno": 19 + }, + { + "from_module": "eth.tools.fixtures.fillers.main", + "imports": "state.fill_state_test", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "fill_state_test", + "lineno": 23 + }, + { + "from_module": "eth.tools.fixtures.fillers.main", + "imports": "vm.fill_vm_test", + "type": "from_import", + "relative_level": 1, + "module_part": "vm", + "symbol_part": "fill_vm_test", + "lineno": 26 + } + ], + "eth.tools.fixtures.fillers.state": [ + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.tools._utils.mappings.deep_merge", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.mappings", + "symbol_part": "deep_merge", + "lineno": 14 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.tools._utils.normalization.normalize_environment", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_environment", + "lineno": 17 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.tools._utils.normalization.normalize_networks", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_networks", + "lineno": 17 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.tools._utils.normalization.normalize_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_state", + "lineno": 17 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.tools._utils.normalization.normalize_transaction_group", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_transaction_group", + "lineno": 17 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.tools.fixtures.helpers.get_test_name", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures.helpers", + "symbol_part": "get_test_name", + "lineno": 23 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.vm.forks.byzantium.state.ByzantiumState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.state", + "symbol_part": "ByzantiumState", + "lineno": 26 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.vm.forks.constantinople.state.ConstantinopleState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.constantinople.state", + "symbol_part": "ConstantinopleState", + "lineno": 29 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.vm.forks.frontier.state.FrontierState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.state", + "symbol_part": "FrontierState", + "lineno": 32 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.vm.forks.homestead.state.HomesteadState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.state", + "symbol_part": "HomesteadState", + "lineno": 35 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.vm.forks.istanbul.state.IstanbulState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.state", + "symbol_part": "IstanbulState", + "lineno": 38 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.vm.forks.petersburg.state.PetersburgState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.state", + "symbol_part": "PetersburgState", + "lineno": 41 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.vm.forks.spurious_dragon.state.SpuriousDragonState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.state", + "symbol_part": "SpuriousDragonState", + "lineno": 44 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "eth.vm.forks.tangerine_whistle.state.TangerineWhistleState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle.state", + "symbol_part": "TangerineWhistleState", + "lineno": 47 + }, + { + "from_module": "eth.tools.fixtures.fillers.state", + "imports": "_utils.calc_state_root", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "calc_state_root", + "lineno": 51 + } + ], + "eth.tools.fixtures.fillers.vm": [ + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.hashing.hash_log_entries", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.hashing", + "symbol_part": "hash_log_entries", + "lineno": 10 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.mappings.deep_merge", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.mappings", + "symbol_part": "deep_merge", + "lineno": 13 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.normalization.normalize_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_bytes", + "lineno": 16 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.normalization.normalize_call_creates", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_call_creates", + "lineno": 16 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.normalization.normalize_environment", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_environment", + "lineno": 16 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.normalization.normalize_execution", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_execution", + "lineno": 16 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.normalization.normalize_int", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_int", + "lineno": 16 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.normalization.normalize_logs", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_logs", + "lineno": 16 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools._utils.normalization.normalize_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_state", + "lineno": 16 + }, + { + "from_module": "eth.tools.fixtures.fillers.vm", + "imports": "eth.tools.fixtures.helpers.get_test_name", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures.helpers", + "symbol_part": "get_test_name", + "lineno": 25 + } + ], + "eth.tools.fixtures.fillers._utils": [ + { + "from_module": "eth.tools.fixtures.fillers._utils", + "imports": "eth._utils.db.apply_state_dict", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "apply_state_dict", + "lineno": 21 + }, + { + "from_module": "eth.tools.fixtures.fillers._utils", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 24 + }, + { + "from_module": "eth.tools.fixtures.fillers._utils", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 27 + }, + { + "from_module": "eth.tools.fixtures.fillers._utils", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 30 + }, + { + "from_module": "eth.tools.fixtures.fillers._utils", + "imports": "eth.typing.AccountState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountState", + "lineno": 33 + }, + { + "from_module": "eth.tools.fixtures.fillers._utils", + "imports": "eth.typing.TransactionDict", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "TransactionDict", + "lineno": 33 + }, + { + "from_module": "eth.tools.fixtures.fillers._utils", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 37 + } + ], + "eth.tools.fixtures.fillers": [ + { + "from_module": "eth.tools.fixtures.fillers", + "imports": "vm.fill_vm_test", + "type": "from_import", + "relative_level": 1, + "module_part": "vm", + "symbol_part": "fill_vm_test", + "lineno": 1 + }, + { + "from_module": "eth.tools.fixtures.fillers", + "imports": "state.fill_state_test", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "fill_state_test", + "lineno": 4 + }, + { + "from_module": "eth.tools.fixtures.fillers", + "imports": "common.execution", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "execution", + "lineno": 7 + }, + { + "from_module": "eth.tools.fixtures.fillers", + "imports": "common.expect", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "expect", + "lineno": 7 + }, + { + "from_module": "eth.tools.fixtures.fillers", + "imports": "common.pre_state", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "pre_state", + "lineno": 7 + }, + { + "from_module": "eth.tools.fixtures.fillers", + "imports": "common.setup_filler", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "setup_filler", + "lineno": 7 + }, + { + "from_module": "eth.tools.fixtures.fillers", + "imports": "common.setup_main_filler", + "type": "from_import", + "relative_level": 1, + "module_part": "common", + "symbol_part": "setup_main_filler", + "lineno": 7 + }, + { + "from_module": "eth.tools.fixtures.fillers", + "imports": "main.fill_test", + "type": "from_import", + "relative_level": 1, + "module_part": "main", + "symbol_part": "fill_test", + "lineno": 14 + } + ], + "eth.tools._utils.deprecation": [], + "eth.tools._utils.git": [], + "eth.tools._utils.hashing": [ + { + "from_module": "eth.tools._utils.hashing", + "imports": "eth.rlp.logs.Log", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.logs", + "symbol_part": "Log", + "lineno": 15 + } + ], + "eth.tools._utils.mappings": [], + "eth.tools._utils.normalization": [ + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 50 + }, + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.tools._utils.mappings.deep_merge", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.mappings", + "symbol_part": "deep_merge", + "lineno": 53 + }, + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.tools._utils.mappings.is_cleanly_mergable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.mappings", + "symbol_part": "is_cleanly_mergable", + "lineno": 53 + }, + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.typing.AccountState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountState", + "lineno": 57 + }, + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.typing.GeneralState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "GeneralState", + "lineno": 57 + }, + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.typing.IntConvertible", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "IntConvertible", + "lineno": 57 + }, + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.typing.Normalizer", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "Normalizer", + "lineno": 57 + }, + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.typing.TransactionDict", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "TransactionDict", + "lineno": 57 + }, + { + "from_module": "eth.tools._utils.normalization", + "imports": "eth.typing.TransactionNormalizer", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "TransactionNormalizer", + "lineno": 57 + } + ], + "eth.tools._utils.slow_code_stream": [ + { + "from_module": "eth.tools._utils.slow_code_stream", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 9 + }, + { + "from_module": "eth.tools._utils.slow_code_stream", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 12 + } + ], + "eth.tools._utils.vyper": [], + "eth.tools._utils": [], + "eth.vm.base": [ + { + "from_module": "eth.vm.base", + "imports": "eth._utils.datatypes.Configurable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.datatypes", + "symbol_part": "Configurable", + "lineno": 35 + }, + { + "from_module": "eth.vm.base", + "imports": "eth._utils.db.get_block_header_by_hash", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "get_block_header_by_hash", + "lineno": 38 + }, + { + "from_module": "eth.vm.base", + "imports": "eth._utils.db.get_parent_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "get_parent_header", + "lineno": 38 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.BlockAndMetaWitness", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAndMetaWitness", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.ChainContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainContextAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.ChainDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainDatabaseAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.ConsensusAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.ConsensusContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusContextAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.ExecutionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ExecutionContextAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 42 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.consensus.pow.PowConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.pow", + "symbol_part": "PowConsensus", + "lineno": 62 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 65 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.constants.MAX_PREV_HEADER_DEPTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "MAX_PREV_HEADER_DEPTH", + "lineno": 65 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.constants.MAX_UNCLES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "MAX_UNCLES", + "lineno": 65 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.db.trie.make_trie_root_and_nodes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.trie", + "symbol_part": "make_trie_root_and_nodes", + "lineno": 70 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 73 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.rlp.sedes.uint32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "uint32", + "lineno": 76 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.validation.validate_gas_limit", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gas_limit", + "lineno": 79 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.validation.validate_length_lte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_length_lte", + "lineno": 79 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.vm.execution_context.ExecutionContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.execution_context", + "symbol_part": "ExecutionContext", + "lineno": 83 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.vm.interrupt.EVMMissingData", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "EVMMissingData", + "lineno": 86 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 89 + }, + { + "from_module": "eth.vm.base", + "imports": "eth.typing.Block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "Block", + "lineno": 94 + } + ], + "eth.vm.chain_context": [ + { + "from_module": "eth.vm.chain_context", + "imports": "eth.abc.ChainContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainContextAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.chain_context", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 8 + } + ], + "eth.vm.code_stream": [ + { + "from_module": "eth.vm.code_stream", + "imports": "eth.abc.CodeStreamAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "CodeStreamAPI", + "lineno": 8 + }, + { + "from_module": "eth.vm.code_stream", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 11 + }, + { + "from_module": "eth.vm.code_stream", + "imports": "eth.vm.opcode_values.PUSH1", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode_values", + "symbol_part": "PUSH1", + "lineno": 14 + }, + { + "from_module": "eth.vm.code_stream", + "imports": "eth.vm.opcode_values.PUSH32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode_values", + "symbol_part": "PUSH32", + "lineno": 14 + }, + { + "from_module": "eth.vm.code_stream", + "imports": "eth.vm.opcode_values.STOP", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode_values", + "symbol_part": "STOP", + "lineno": 14 + } + ], + "eth.vm.computation": [ + { + "from_module": "eth.vm.computation", + "imports": "eth._utils.datatypes.Configurable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.datatypes", + "symbol_part": "Configurable", + "lineno": 28 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 31 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.CodeStreamAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "CodeStreamAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.GasMeterAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "GasMeterAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.MemoryAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MemoryAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.StackAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StackAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.constants.GAS_MEMORY", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_MEMORY", + "lineno": 45 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.constants.GAS_MEMORY_QUADRATIC_DENOMINATOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_MEMORY_QUADRATIC_DENOMINATOR", + "lineno": 45 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.exceptions.Halt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "Halt", + "lineno": 49 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 49 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.typing.BytesOrView", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "BytesOrView", + "lineno": 53 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 56 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 56 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 56 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.vm.code_stream.CodeStream", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.code_stream", + "symbol_part": "CodeStream", + "lineno": 61 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.vm.gas_meter.GasMeter", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.gas_meter", + "symbol_part": "GasMeter", + "lineno": 64 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.vm.logic.invalid.InvalidOpcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.invalid", + "symbol_part": "InvalidOpcode", + "lineno": 67 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.vm.memory.Memory", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.memory", + "symbol_part": "Memory", + "lineno": 70 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 73 + }, + { + "from_module": "eth.vm.computation", + "imports": "eth.vm.stack.Stack", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.stack", + "symbol_part": "Stack", + "lineno": 76 + } + ], + "eth.vm.execution_context": [ + { + "from_module": "eth.vm.execution_context", + "imports": "eth._utils.generator.CachedIterable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.generator", + "symbol_part": "CachedIterable", + "lineno": 12 + }, + { + "from_module": "eth.vm.execution_context", + "imports": "eth.abc.ExecutionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ExecutionContextAPI", + "lineno": 15 + } + ], + "eth.vm.gas_meter": [ + { + "from_module": "eth.vm.gas_meter", + "imports": "eth.abc.GasMeterAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "GasMeterAPI", + "lineno": 10 + }, + { + "from_module": "eth.vm.gas_meter", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 13 + }, + { + "from_module": "eth.vm.gas_meter", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 16 + } + ], + "eth.vm.header": [ + { + "from_module": "eth.vm.header", + "imports": "eth.vm.forks.prague.blocks.PragueBackwardsHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.blocks", + "symbol_part": "PragueBackwardsHeader", + "lineno": 1 + } + ], + "eth.vm.interrupt": [ + { + "from_module": "eth.vm.interrupt", + "imports": "eth.exceptions.PyEVMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "PyEVMError", + "lineno": 19 + } + ], + "eth.vm.memory": [ + { + "from_module": "eth.vm.memory", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 3 + }, + { + "from_module": "eth.vm.memory", + "imports": "eth.abc.MemoryAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MemoryAPI", + "lineno": 6 + }, + { + "from_module": "eth.vm.memory", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 9 + }, + { + "from_module": "eth.vm.memory", + "imports": "eth.validation.validate_length", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_length", + "lineno": 9 + }, + { + "from_module": "eth.vm.memory", + "imports": "eth.validation.validate_lte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lte", + "lineno": 9 + }, + { + "from_module": "eth.vm.memory", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 9 + } + ], + "eth.vm.message": [ + { + "from_module": "eth.vm.message", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 7 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 10 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.typing.BytesOrView", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "BytesOrView", + "lineno": 13 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 16 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.validation.validate_gte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gte", + "lineno": 16 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.validation.validate_is_boolean", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_boolean", + "lineno": 16 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 16 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.validation.validate_is_bytes_or_view", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes_or_view", + "lineno": 16 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.validation.validate_is_integer", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_integer", + "lineno": 16 + }, + { + "from_module": "eth.vm.message", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 16 + } + ], + "eth.vm.mnemonics": [], + "eth.vm.opcode": [ + { + "from_module": "eth.vm.opcode", + "imports": "eth._utils.datatypes.Configurable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.datatypes", + "symbol_part": "Configurable", + "lineno": 13 + }, + { + "from_module": "eth.vm.opcode", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.opcode", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 16 + } + ], + "eth.vm.opcode_values": [], + "eth.vm.spoof": [ + { + "from_module": "eth.vm.spoof", + "imports": "eth._utils.spoof.SpoofAttributes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.spoof", + "symbol_part": "SpoofAttributes", + "lineno": 6 + }, + { + "from_module": "eth.vm.spoof", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.spoof", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 9 + } + ], + "eth.vm.stack": [ + { + "from_module": "eth.vm.stack", + "imports": "eth.abc.StackAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StackAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.stack", + "imports": "eth.exceptions.FullStack", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "FullStack", + "lineno": 19 + }, + { + "from_module": "eth.vm.stack", + "imports": "eth.exceptions.InsufficientStack", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InsufficientStack", + "lineno": 19 + }, + { + "from_module": "eth.vm.stack", + "imports": "eth.validation.validate_stack_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_stack_bytes", + "lineno": 23 + }, + { + "from_module": "eth.vm.stack", + "imports": "eth.validation.validate_stack_int", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_stack_int", + "lineno": 23 + } + ], + "eth.vm.state": [ + { + "from_module": "eth.vm.state", + "imports": "eth._utils.datatypes.Configurable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.datatypes", + "symbol_part": "Configurable", + "lineno": 22 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.AccountDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AccountDatabaseAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.AtomicDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AtomicDatabaseAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.ExecutionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ExecutionContextAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.MetaWitnessAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MetaWitnessAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.constants.MAX_PREV_HEADER_DEPTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "MAX_PREV_HEADER_DEPTH", + "lineno": 38 + }, + { + "from_module": "eth.vm.state", + "imports": "eth.typing.JournalDBCheckpoint", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "JournalDBCheckpoint", + "lineno": 41 + } + ], + "eth.vm.transaction_context": [ + { + "from_module": "eth.vm.transaction_context", + "imports": "eth.abc.SetCodeAuthorizationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SetCodeAuthorizationAPI", + "lineno": 12 + }, + { + "from_module": "eth.vm.transaction_context", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 12 + }, + { + "from_module": "eth.vm.transaction_context", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 16 + }, + { + "from_module": "eth.vm.transaction_context", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 16 + } + ], + "eth.vm.transient_storage": [ + { + "from_module": "eth.vm.transient_storage", + "imports": "eth.abc.TransientStorageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransientStorageAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.transient_storage", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 8 + }, + { + "from_module": "eth.vm.transient_storage", + "imports": "eth.db.journal.JournalDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.journal", + "symbol_part": "JournalDB", + "lineno": 11 + }, + { + "from_module": "eth.vm.transient_storage", + "imports": "eth.typing.Address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "Address", + "lineno": 14 + }, + { + "from_module": "eth.vm.transient_storage", + "imports": "eth.typing.JournalDBCheckpoint", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "JournalDBCheckpoint", + "lineno": 14 + }, + { + "from_module": "eth.vm.transient_storage", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 18 + }, + { + "from_module": "eth.vm.transient_storage", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 18 + }, + { + "from_module": "eth.vm.transient_storage", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 18 + } + ], + "eth.vm": [], + "eth.vm.forks": [ + { + "from_module": "eth.vm.forks", + "imports": "tangerine_whistle.TangerineWhistleVM", + "type": "from_import", + "relative_level": 1, + "module_part": "tangerine_whistle", + "symbol_part": "TangerineWhistleVM", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks", + "imports": "frontier.FrontierVM", + "type": "from_import", + "relative_level": 1, + "module_part": "frontier", + "symbol_part": "FrontierVM", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks", + "imports": "homestead.HomesteadVM", + "type": "from_import", + "relative_level": 1, + "module_part": "homestead", + "symbol_part": "HomesteadVM", + "lineno": 7 + }, + { + "from_module": "eth.vm.forks", + "imports": "spurious_dragon.SpuriousDragonVM", + "type": "from_import", + "relative_level": 1, + "module_part": "spurious_dragon", + "symbol_part": "SpuriousDragonVM", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks", + "imports": "byzantium.ByzantiumVM", + "type": "from_import", + "relative_level": 1, + "module_part": "byzantium", + "symbol_part": "ByzantiumVM", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks", + "imports": "constantinople.ConstantinopleVM", + "type": "from_import", + "relative_level": 1, + "module_part": "constantinople", + "symbol_part": "ConstantinopleVM", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks", + "imports": "petersburg.PetersburgVM", + "type": "from_import", + "relative_level": 1, + "module_part": "petersburg", + "symbol_part": "PetersburgVM", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks", + "imports": "istanbul.IstanbulVM", + "type": "from_import", + "relative_level": 1, + "module_part": "istanbul", + "symbol_part": "IstanbulVM", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks", + "imports": "muir_glacier.MuirGlacierVM", + "type": "from_import", + "relative_level": 1, + "module_part": "muir_glacier", + "symbol_part": "MuirGlacierVM", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks", + "imports": "berlin.BerlinVM", + "type": "from_import", + "relative_level": 1, + "module_part": "berlin", + "symbol_part": "BerlinVM", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks", + "imports": "london.LondonVM", + "type": "from_import", + "relative_level": 1, + "module_part": "london", + "symbol_part": "LondonVM", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks", + "imports": "arrow_glacier.ArrowGlacierVM", + "type": "from_import", + "relative_level": 1, + "module_part": "arrow_glacier", + "symbol_part": "ArrowGlacierVM", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks", + "imports": "gray_glacier.GrayGlacierVM", + "type": "from_import", + "relative_level": 1, + "module_part": "gray_glacier", + "symbol_part": "GrayGlacierVM", + "lineno": 37 + }, + { + "from_module": "eth.vm.forks", + "imports": "paris.ParisVM", + "type": "from_import", + "relative_level": 1, + "module_part": "paris", + "symbol_part": "ParisVM", + "lineno": 40 + }, + { + "from_module": "eth.vm.forks", + "imports": "shanghai.ShanghaiVM", + "type": "from_import", + "relative_level": 1, + "module_part": "shanghai", + "symbol_part": "ShanghaiVM", + "lineno": 43 + }, + { + "from_module": "eth.vm.forks", + "imports": "cancun.CancunVM", + "type": "from_import", + "relative_level": 1, + "module_part": "cancun", + "symbol_part": "CancunVM", + "lineno": 46 + }, + { + "from_module": "eth.vm.forks", + "imports": "prague.PragueVM", + "type": "from_import", + "relative_level": 1, + "module_part": "prague", + "symbol_part": "PragueVM", + "lineno": 49 + } + ], + "eth.vm.forks.arrow_glacier.blocks": [ + { + "from_module": "eth.vm.forks.arrow_glacier.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.blocks", + "imports": "london.LondonBlock", + "type": "from_import", + "relative_level": 2, + "module_part": "london", + "symbol_part": "LondonBlock", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.blocks", + "imports": "london.blocks.LondonBackwardsHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "london.blocks", + "symbol_part": "LondonBackwardsHeader", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.blocks", + "imports": "london.blocks.LondonBlockHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "london.blocks", + "symbol_part": "LondonBlockHeader", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.blocks", + "imports": "london.blocks.LondonMiningHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "london.blocks", + "symbol_part": "LondonMiningHeader", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.blocks", + "imports": "transactions.ArrowGlacierTransactionBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "ArrowGlacierTransactionBuilder", + "lineno": 27 + } + ], + "eth.vm.forks.arrow_glacier.computation": [ + { + "from_module": "eth.vm.forks.arrow_glacier.computation", + "imports": "london.computation.LondonComputation", + "type": "from_import", + "relative_level": 2, + "module_part": "london.computation", + "symbol_part": "LondonComputation", + "lineno": 1 + } + ], + "eth.vm.forks.arrow_glacier.headers": [ + { + "from_module": "eth.vm.forks.arrow_glacier.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.headers", + "imports": "eth.vm.forks.byzantium.headers.compute_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "compute_difficulty", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.headers", + "imports": "eth.vm.forks.byzantium.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "configure_header", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.headers", + "imports": "eth.vm.forks.london.headers.create_london_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.headers", + "symbol_part": "create_london_header_from_parent", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.headers", + "imports": "blocks.ArrowGlacierBlockHeader", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "ArrowGlacierBlockHeader", + "lineno": 22 + } + ], + "eth.vm.forks.arrow_glacier.state": [ + { + "from_module": "eth.vm.forks.arrow_glacier.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.state", + "imports": "london.LondonState", + "type": "from_import", + "relative_level": 2, + "module_part": "london", + "symbol_part": "LondonState", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.state", + "imports": "london.state.LondonTransactionExecutor", + "type": "from_import", + "relative_level": 2, + "module_part": "london.state", + "symbol_part": "LondonTransactionExecutor", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.state", + "imports": "computation.ArrowGlacierComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "ArrowGlacierComputation", + "lineno": 15 + } + ], + "eth.vm.forks.arrow_glacier.transactions": [ + { + "from_module": "eth.vm.forks.arrow_glacier.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.transactions", + "imports": "eth.vm.forks.london.transactions.LondonLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "LondonLegacyTransaction", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.transactions", + "imports": "eth.vm.forks.london.transactions.LondonTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "LondonTransactionBuilder", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.arrow_glacier.transactions", + "imports": "eth.vm.forks.london.transactions.LondonUnsignedLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "LondonUnsignedLegacyTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.arrow_glacier": [ + { + "from_module": "eth.vm.forks.arrow_glacier", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.arrow_glacier", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.arrow_glacier", + "imports": "blocks.ArrowGlacierBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "ArrowGlacierBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.arrow_glacier", + "imports": "headers.compute_arrow_glacier_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_arrow_glacier_difficulty", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.arrow_glacier", + "imports": "headers.configure_arrow_glacier_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_arrow_glacier_header", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.arrow_glacier", + "imports": "headers.create_arrow_glacier_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_arrow_glacier_header_from_parent", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.arrow_glacier", + "imports": "state.ArrowGlacierState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "ArrowGlacierState", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.arrow_glacier", + "imports": "LondonVM", + "type": "from_import", + "relative_level": 2, + "module_part": "", + "symbol_part": "LondonVM", + "lineno": 15 + } + ], + "eth.vm.forks.berlin.blocks": [ + { + "from_module": "eth.vm.forks.berlin.blocks", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.berlin.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.berlin.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.berlin.blocks", + "imports": "eth.vm.forks.muir_glacier.blocks.MuirGlacierBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.blocks", + "symbol_part": "MuirGlacierBlock", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.berlin.blocks", + "imports": "receipts.BerlinReceiptBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "receipts", + "symbol_part": "BerlinReceiptBuilder", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.berlin.blocks", + "imports": "transactions.BerlinTransactionBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "BerlinTransactionBuilder", + "lineno": 23 + } + ], + "eth.vm.forks.berlin.computation": [ + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "eth._utils.numeric.get_highest_bit_index", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "get_highest_bit_index", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "eth._utils.padding.zpad_right", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "zpad_right", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "eth.precompiles.modexp.extract_lengths", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles.modexp", + "symbol_part": "extract_lengths", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "eth.precompiles.modexp.modexp", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles.modexp", + "symbol_part": "modexp", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "eth.vm.forks.berlin.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin", + "symbol_part": "constants", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "eth.vm.forks.muir_glacier.computation.MUIR_GLACIER_PRECOMPILES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.computation", + "symbol_part": "MUIR_GLACIER_PRECOMPILES", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "eth.vm.forks.muir_glacier.computation.MuirGlacierComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.computation", + "symbol_part": "MuirGlacierComputation", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.berlin.computation", + "imports": "opcodes.BERLIN_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "BERLIN_OPCODES", + "lineno": 31 + } + ], + "eth.vm.forks.berlin.constants": [], + "eth.vm.forks.berlin.headers": [ + { + "from_module": "eth.vm.forks.berlin.headers", + "imports": "eth.vm.forks.muir_glacier.headers.compute_muir_glacier_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.headers", + "symbol_part": "compute_muir_glacier_difficulty", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.berlin.headers", + "imports": "eth.vm.forks.muir_glacier.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.headers", + "symbol_part": "configure_header", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.berlin.headers", + "imports": "eth.vm.forks.muir_glacier.headers.create_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.headers", + "symbol_part": "create_header_from_parent", + "lineno": 1 + } + ], + "eth.vm.forks.berlin.logic": [ + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.forks.istanbul.storage.GAS_SCHEDULE_EIP2200", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.storage", + "symbol_part": "GAS_SCHEDULE_EIP2200", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.forks.istanbul.storage.sstore_eip2200_generic", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.storage", + "symbol_part": "sstore_eip2200_generic", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.call.CallByzantium", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.call", + "symbol_part": "CallByzantium", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.call.CallCodeEIP150", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.call", + "symbol_part": "CallCodeEIP150", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.call.DelegateCallEIP150", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.call", + "symbol_part": "DelegateCallEIP150", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.call.StaticCall", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.call", + "symbol_part": "StaticCall", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.context.consume_extcodecopy_word_cost", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.context", + "symbol_part": "consume_extcodecopy_word_cost", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.context.extcodecopy_execute", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.context", + "symbol_part": "extcodecopy_execute", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.context.push_balance_of_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.context", + "symbol_part": "push_balance_of_address", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.storage.NetSStoreGasSchedule", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.storage", + "symbol_part": "NetSStoreGasSchedule", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.system.Create2", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.system", + "symbol_part": "Create2", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.system.CreateByzantium", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.system", + "symbol_part": "CreateByzantium", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.system.CreateOpcodeStackData", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.system", + "symbol_part": "CreateOpcodeStackData", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "eth.vm.logic.system.selfdestruct_eip161_on_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.system", + "symbol_part": "selfdestruct_eip161_on_address", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.berlin.logic", + "imports": "constants", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "constants", + "lineno": 54 + } + ], + "eth.vm.forks.berlin.opcodes": [ + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.opcodes", + "symbol_part": "ensure_no_static", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "eth.vm.forks.muir_glacier.opcodes.MUIR_GLACIER_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.opcodes", + "symbol_part": "MUIR_GLACIER_OPCODES", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "eth.vm.forks.tangerine_whistle.constants.GAS_SELFDESTRUCT_EIP150", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle.constants", + "symbol_part": "GAS_SELFDESTRUCT_EIP150", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.berlin.opcodes", + "imports": "logic", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "logic", + "lineno": 33 + } + ], + "eth.vm.forks.berlin.receipts": [ + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "eth.abc.DecodedZeroOrOneLayerRLP", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DecodedZeroOrOneLayerRLP", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "eth.abc.LogAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "LogAPI", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "eth.abc.ReceiptDecoderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptDecoderAPI", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "eth.exceptions.UnrecognizedTransactionType", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "UnrecognizedTransactionType", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "constants.ACCESS_LIST_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ACCESS_LIST_TRANSACTION_TYPE", + "lineno": 37 + }, + { + "from_module": "eth.vm.forks.berlin.receipts", + "imports": "constants.VALID_TRANSACTION_TYPES", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "VALID_TRANSACTION_TYPES", + "lineno": 37 + } + ], + "eth.vm.forks.berlin.state": [ + { + "from_module": "eth.vm.forks.berlin.state", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.berlin.state", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.berlin.state", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.berlin.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.berlin.state", + "imports": "eth.vm.forks.muir_glacier.state.MuirGlacierState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.state", + "symbol_part": "MuirGlacierState", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.berlin.state", + "imports": "eth.vm.forks.spurious_dragon.state.SpuriousDragonTransactionExecutor", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.state", + "symbol_part": "SpuriousDragonTransactionExecutor", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.berlin.state", + "imports": "computation.BerlinComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "BerlinComputation", + "lineno": 18 + } + ], + "eth.vm.forks.berlin.transactions": [ + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth._utils.transactions.calculate_intrinsic_gas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "calculate_intrinsic_gas", + "lineno": 38 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 38 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth._utils.transactions.extract_transaction_sender", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "extract_transaction_sender", + "lineno": 38 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth._utils.transactions.validate_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "validate_transaction_signature", + "lineno": 38 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.abc.DecodedZeroOrOneLayerRLP", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "DecodedZeroOrOneLayerRLP", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.abc.SetCodeAuthorizationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SetCodeAuthorizationAPI", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.abc.TransactionDecoderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionDecoderAPI", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 54 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.exceptions.UnrecognizedTransactionType", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "UnrecognizedTransactionType", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.rlp.logs.Log", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.logs", + "symbol_part": "Log", + "lineno": 60 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 63 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 66 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.rlp.transactions.SignedTransactionMethods", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.transactions", + "symbol_part": "SignedTransactionMethods", + "lineno": 69 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 72 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 72 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.validation.validate_is_transaction_access_list", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_transaction_access_list", + "lineno": 72 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.validation.validate_nonce", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_nonce", + "lineno": 72 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 72 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.vm.forks.istanbul.transactions.ISTANBUL_TX_GAS_SCHEDULE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.transactions", + "symbol_part": "ISTANBUL_TX_GAS_SCHEDULE", + "lineno": 79 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.vm.forks.muir_glacier.transactions.MuirGlacierTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.transactions", + "symbol_part": "MuirGlacierTransaction", + "lineno": 82 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "eth.vm.forks.muir_glacier.transactions.MuirGlacierUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.transactions", + "symbol_part": "MuirGlacierUnsignedTransaction", + "lineno": 82 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "constants.ACCESS_LIST_ADDRESS_COST_EIP_2930", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ACCESS_LIST_ADDRESS_COST_EIP_2930", + "lineno": 87 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "constants.ACCESS_LIST_STORAGE_KEY_COST_EIP_2930", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ACCESS_LIST_STORAGE_KEY_COST_EIP_2930", + "lineno": 87 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "constants.ACCESS_LIST_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ACCESS_LIST_TRANSACTION_TYPE", + "lineno": 87 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "constants.VALID_TRANSACTION_TYPES", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "VALID_TRANSACTION_TYPES", + "lineno": 87 + }, + { + "from_module": "eth.vm.forks.berlin.transactions", + "imports": "receipts.BerlinReceiptBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "receipts", + "symbol_part": "BerlinReceiptBuilder", + "lineno": 93 + } + ], + "eth.vm.forks.berlin": [ + { + "from_module": "eth.vm.forks.berlin", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.berlin", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.berlin", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.berlin", + "imports": "blocks.BerlinBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "BerlinBlock", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.berlin", + "imports": "headers.compute_berlin_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_berlin_difficulty", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.berlin", + "imports": "headers.configure_berlin_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_berlin_header", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.berlin", + "imports": "headers.create_berlin_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_berlin_header_from_parent", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.berlin", + "imports": "state.BerlinState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "BerlinState", + "lineno": 17 + } + ], + "eth.vm.forks.byzantium.blocks": [ + { + "from_module": "eth.vm.forks.byzantium.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.byzantium.blocks", + "imports": "eth.vm.forks.spurious_dragon.blocks.SpuriousDragonBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.blocks", + "symbol_part": "SpuriousDragonBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.byzantium.blocks", + "imports": "transactions.ByzantiumTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "ByzantiumTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.byzantium.computation": [ + { + "from_module": "eth.vm.forks.byzantium.computation", + "imports": "eth.precompiles", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "precompiles", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.byzantium.computation", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.byzantium.computation", + "imports": "eth.vm.forks.frontier.computation.FRONTIER_PRECOMPILES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.computation", + "symbol_part": "FRONTIER_PRECOMPILES", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.byzantium.computation", + "imports": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.computation", + "symbol_part": "SpuriousDragonComputation", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.byzantium.computation", + "imports": "opcodes.BYZANTIUM_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "BYZANTIUM_OPCODES", + "lineno": 18 + } + ], + "eth.vm.forks.byzantium.constants": [], + "eth.vm.forks.byzantium.headers": [ + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth._utils.db.get_parent_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "get_parent_header", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth._utils.headers.new_timestamp_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "new_timestamp_from_parent", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.constants.BOMB_EXPONENTIAL_FREE_PERIODS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BOMB_EXPONENTIAL_FREE_PERIODS", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.constants.BOMB_EXPONENTIAL_PERIOD", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BOMB_EXPONENTIAL_PERIOD", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.constants.DIFFICULTY_ADJUSTMENT_DENOMINATOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DIFFICULTY_ADJUSTMENT_DENOMINATOR", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.constants.DIFFICULTY_MINIMUM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DIFFICULTY_MINIMUM", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.validation.validate_gt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gt", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.validation.validate_header_params_for_configuration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_header_params_for_configuration", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.headers", + "symbol_part": "create_frontier_header_from_parent", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.byzantium.headers", + "imports": "constants.BYZANTIUM_DIFFICULTY_ADJUSTMENT_CUTOFF", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BYZANTIUM_DIFFICULTY_ADJUSTMENT_CUTOFF", + "lineno": 36 + } + ], + "eth.vm.forks.byzantium.opcodes": [ + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.exceptions.WriteProtection", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "WriteProtection", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.forks.spurious_dragon.opcodes.SPURIOUS_DRAGON_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.opcodes", + "symbol_part": "SPURIOUS_DRAGON_OPCODES", + "lineno": 27 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.forks.tangerine_whistle.constants.GAS_CALL_EIP150", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle.constants", + "symbol_part": "GAS_CALL_EIP150", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.forks.tangerine_whistle.constants.GAS_SELFDESTRUCT_EIP150", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle.constants", + "symbol_part": "GAS_SELFDESTRUCT_EIP150", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.logic.call", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "call", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.logic.context", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "context", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.logic.logging", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "logging", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.logic.storage", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "storage", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.logic.system", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "system", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.byzantium.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 41 + } + ], + "eth.vm.forks.byzantium.state": [ + { + "from_module": "eth.vm.forks.byzantium.state", + "imports": "eth.vm.forks.spurious_dragon.state.SpuriousDragonState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.state", + "symbol_part": "SpuriousDragonState", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.byzantium.state", + "imports": "computation.ByzantiumComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "ByzantiumComputation", + "lineno": 5 + } + ], + "eth.vm.forks.byzantium.transactions": [ + { + "from_module": "eth.vm.forks.byzantium.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.byzantium.transactions", + "imports": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.transactions", + "symbol_part": "SpuriousDragonTransaction", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.byzantium.transactions", + "imports": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.transactions", + "symbol_part": "SpuriousDragonUnsignedTransaction", + "lineno": 11 + } + ], + "eth.vm.forks.byzantium": [ + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.constants.MAX_UNCLE_DEPTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "MAX_UNCLE_DEPTH", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.validation.validate_lte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lte", + "lineno": 27 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "eth.vm.forks.spurious_dragon.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon", + "symbol_part": "SpuriousDragonVM", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "blocks.ByzantiumBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "ByzantiumBlock", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "constants.EIP649_BLOCK_REWARD", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "EIP649_BLOCK_REWARD", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "constants.EIP658_TRANSACTION_STATUS_CODE_FAILURE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "EIP658_TRANSACTION_STATUS_CODE_FAILURE", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "constants.EIP658_TRANSACTION_STATUS_CODE_SUCCESS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "EIP658_TRANSACTION_STATUS_CODE_SUCCESS", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "headers.create_byzantium_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_byzantium_header_from_parent", + "lineno": 38 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "headers.configure_byzantium_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_byzantium_header", + "lineno": 38 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "headers.compute_byzantium_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_byzantium_difficulty", + "lineno": 38 + }, + { + "from_module": "eth.vm.forks.byzantium", + "imports": "state.ByzantiumState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "ByzantiumState", + "lineno": 43 + } + ], + "eth.vm.forks.cancun.blocks": [ + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth._utils.headers.new_timestamp_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "new_timestamp_from_parent", + "lineno": 27 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.constants.GENESIS_NONCE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_NONCE", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.constants.ZERO_HASH32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_HASH32", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 43 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 46 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.rlp.sedes.hash32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "hash32", + "lineno": 46 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.rlp.sedes.trie_root", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "trie_root", + "lineno": 46 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.rlp.sedes.uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "uint256", + "lineno": 46 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "eth.vm.forks.london.blocks.LondonBlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.blocks", + "symbol_part": "LondonBlockHeader", + "lineno": 52 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "shanghai.blocks.ShanghaiBackwardsHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "shanghai.blocks", + "symbol_part": "ShanghaiBackwardsHeader", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "shanghai.blocks.ShanghaiBlock", + "type": "from_import", + "relative_level": 2, + "module_part": "shanghai.blocks", + "symbol_part": "ShanghaiBlock", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "shanghai.blocks.ShanghaiBlockHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "shanghai.blocks", + "symbol_part": "ShanghaiBlockHeader", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "shanghai.withdrawals.Withdrawal", + "type": "from_import", + "relative_level": 2, + "module_part": "shanghai.withdrawals", + "symbol_part": "Withdrawal", + "lineno": 61 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "receipts.CancunReceiptBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "receipts", + "symbol_part": "CancunReceiptBuilder", + "lineno": 64 + }, + { + "from_module": "eth.vm.forks.cancun.blocks", + "imports": "transactions.CancunTransactionBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "CancunTransactionBuilder", + "lineno": 67 + } + ], + "eth.vm.forks.cancun.computation": [ + { + "from_module": "eth.vm.forks.cancun.computation", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.cancun.computation", + "imports": "eth.precompiles.point_evaluation.point_evaluation_precompile", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles.point_evaluation", + "symbol_part": "point_evaluation_precompile", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.cancun.computation", + "imports": "eth.vm.forks.shanghai.computation.ShanghaiComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.computation", + "symbol_part": "ShanghaiComputation", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.cancun.computation", + "imports": "constants.POINT_EVALUATION_PRECOMPILE_ADDRESS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "POINT_EVALUATION_PRECOMPILE_ADDRESS", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.cancun.computation", + "imports": "opcodes.CANCUN_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "CANCUN_OPCODES", + "lineno": 18 + } + ], + "eth.vm.forks.cancun.constants": [], + "eth.vm.forks.cancun.headers": [ + { + "from_module": "eth.vm.forks.cancun.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.cancun.headers", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.cancun.headers", + "imports": "eth.vm.forks.cancun.constants.TARGET_BLOB_GAS_PER_BLOCK", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.constants", + "symbol_part": "TARGET_BLOB_GAS_PER_BLOCK", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.cancun.headers", + "imports": "eth.vm.forks.shanghai.headers.create_shanghai_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.headers", + "symbol_part": "create_shanghai_header_from_parent", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.cancun.headers", + "imports": "blocks.CancunBlockHeader", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "CancunBlockHeader", + "lineno": 24 + } + ], + "eth.vm.forks.cancun.logic": [ + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth.exceptions.Halt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "Halt", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth.vm.forks.berlin.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin", + "symbol_part": "constants", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth.vm.forks.berlin.logic._mark_address_warm", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "_mark_address_warm", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth.vm.forks.berlin.logic.selfdestruct_eip2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "selfdestruct_eip2929", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.cancun.logic", + "imports": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.opcodes", + "symbol_part": "ensure_no_static", + "lineno": 27 + } + ], + "eth.vm.forks.cancun.opcodes": [ + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.tools._utils.deprecation.deprecate_method", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.deprecation", + "symbol_part": "deprecate_method", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.opcodes", + "symbol_part": "ensure_no_static", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.forks.shanghai.opcodes.SHANGHAI_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.opcodes", + "symbol_part": "SHANGHAI_OPCODES", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.forks.tangerine_whistle.constants.GAS_SELFDESTRUCT_EIP150", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle.constants", + "symbol_part": "GAS_SELFDESTRUCT_EIP150", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.logic.block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "block", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.logic.context", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "context", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.logic.memory", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "memory", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 37 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "constants", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "constants", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.cancun.opcodes", + "imports": "logic", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "logic", + "lineno": 41 + } + ], + "eth.vm.forks.cancun.receipts": [ + { + "from_module": "eth.vm.forks.cancun.receipts", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.cancun.receipts", + "imports": "eth.vm.forks.berlin.constants.ACCESS_LIST_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "ACCESS_LIST_TRANSACTION_TYPE", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.cancun.receipts", + "imports": "eth.vm.forks.london.constants.DYNAMIC_FEE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.constants", + "symbol_part": "DYNAMIC_FEE_TRANSACTION_TYPE", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.cancun.receipts", + "imports": "london.receipts.LondonReceiptBuilder", + "type": "from_import", + "relative_level": 2, + "module_part": "london.receipts", + "symbol_part": "LondonReceiptBuilder", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.cancun.receipts", + "imports": "london.receipts.LondonTypedReceipt", + "type": "from_import", + "relative_level": 2, + "module_part": "london.receipts", + "symbol_part": "LondonTypedReceipt", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.cancun.receipts", + "imports": "constants.BLOB_TX_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLOB_TX_TYPE", + "lineno": 20 + } + ], + "eth.vm.forks.cancun.state": [ + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth._utils.address.generate_contract_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "generate_contract_address", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth._utils.calculations.fake_exponential", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.calculations", + "symbol_part": "fake_exponential", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.abc.TransactionFieldsAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionFieldsAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.abc.TransientStorageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransientStorageAPI", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.typing.JournalDBCheckpoint", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "JournalDBCheckpoint", + "lineno": 38 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.vm.forks.shanghai.ShanghaiState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai", + "symbol_part": "ShanghaiState", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "eth.vm.transient_storage.TransientStorage", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.transient_storage", + "symbol_part": "TransientStorage", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "message.Message", + "type": "from_import", + "relative_level": 3, + "module_part": "message", + "symbol_part": "Message", + "lineno": 48 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "shanghai.state.ShanghaiTransactionExecutor", + "type": "from_import", + "relative_level": 2, + "module_part": "shanghai.state", + "symbol_part": "ShanghaiTransactionExecutor", + "lineno": 51 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "computation.CancunComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "CancunComputation", + "lineno": 54 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "constants.BEACON_ROOTS_ADDRESS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BEACON_ROOTS_ADDRESS", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "constants.BEACON_ROOTS_CONTRACT_CODE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BEACON_ROOTS_CONTRACT_CODE", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "constants.BLOB_BASE_FEE_UPDATE_FRACTION", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLOB_BASE_FEE_UPDATE_FRACTION", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "constants.BLOB_TX_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLOB_TX_TYPE", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "constants.GAS_PER_BLOB", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_PER_BLOB", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "constants.MIN_BLOB_BASE_FEE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MIN_BLOB_BASE_FEE", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "constants.VERSIONED_HASH_VERSION_KZG", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "VERSIONED_HASH_VERSION_KZG", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "transaction_context.CancunTransactionContext", + "type": "from_import", + "relative_level": 1, + "module_part": "transaction_context", + "symbol_part": "CancunTransactionContext", + "lineno": 66 + }, + { + "from_module": "eth.vm.forks.cancun.state", + "imports": "transactions.BlobTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "BlobTransaction", + "lineno": 69 + } + ], + "eth.vm.forks.cancun.transactions": [ + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth._utils.transactions.extract_transaction_sender", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "extract_transaction_sender", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth._utils.transactions.validate_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "validate_transaction_signature", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.abc.SetCodeAuthorizationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SetCodeAuthorizationAPI", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.abc.TransactionDecoderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionDecoderAPI", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.rlp.logs.Log", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.logs", + "symbol_part": "Log", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 50 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.rlp.transactions.SignedTransactionMethods", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.transactions", + "symbol_part": "SignedTransactionMethods", + "lineno": 53 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.validation.validate_is_list_like", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_list_like", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.validation.validate_is_transaction_access_list", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_transaction_access_list", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.validation.validate_nonce", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_nonce", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.berlin.constants.ACCESS_LIST_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "ACCESS_LIST_TRANSACTION_TYPE", + "lineno": 64 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.berlin.transactions.AccessListPayloadDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "AccessListPayloadDecoder", + "lineno": 67 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.berlin.transactions.AccountAccesses", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "AccountAccesses", + "lineno": 67 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.berlin.transactions.TypedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "TypedTransaction", + "lineno": 67 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "calculate_txn_intrinsic_gas_berlin", + "lineno": 67 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.london.constants.DYNAMIC_FEE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.constants", + "symbol_part": "DYNAMIC_FEE_TRANSACTION_TYPE", + "lineno": 73 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.shanghai.transactions.ShanghaiLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.transactions", + "symbol_part": "ShanghaiLegacyTransaction", + "lineno": 76 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.shanghai.transactions.ShanghaiTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.transactions", + "symbol_part": "ShanghaiTransactionBuilder", + "lineno": 76 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "eth.vm.forks.shanghai.transactions.ShanghaiUnsignedLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.transactions", + "symbol_part": "ShanghaiUnsignedLegacyTransaction", + "lineno": 76 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "london.transactions.DynamicFeePayloadDecoder", + "type": "from_import", + "relative_level": 2, + "module_part": "london.transactions", + "symbol_part": "DynamicFeePayloadDecoder", + "lineno": 82 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "constants.BLOB_TX_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLOB_TX_TYPE", + "lineno": 85 + }, + { + "from_module": "eth.vm.forks.cancun.transactions", + "imports": "receipts.CancunReceiptBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "receipts", + "symbol_part": "CancunReceiptBuilder", + "lineno": 88 + } + ], + "eth.vm.forks.cancun.transaction_context": [ + { + "from_module": "eth.vm.forks.cancun.transaction_context", + "imports": "eth.vm.transaction_context.BaseTransactionContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.transaction_context", + "symbol_part": "BaseTransactionContext", + "lineno": 9 + } + ], + "eth.vm.forks.cancun": [ + { + "from_module": "eth.vm.forks.cancun", + "imports": "eth._utils.db.get_block_header_by_hash", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "get_block_header_by_hash", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "eth.abc.TransactionFieldsAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionFieldsAPI", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "eth.vm.forks.shanghai.ShanghaiVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai", + "symbol_part": "ShanghaiVM", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "blocks.CancunBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "CancunBlock", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "constants.BEACON_ROOTS_ADDRESS", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BEACON_ROOTS_ADDRESS", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "constants.BEACON_ROOTS_CONTRACT_CODE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BEACON_ROOTS_CONTRACT_CODE", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "constants.BLOB_TX_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BLOB_TX_TYPE", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "constants.GAS_PER_BLOB", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_PER_BLOB", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "constants.HISTORY_BUFFER_LENGTH", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "HISTORY_BUFFER_LENGTH", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "constants.MAX_BLOB_GAS_PER_BLOCK", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MAX_BLOB_GAS_PER_BLOCK", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "constants.VERSIONED_HASH_VERSION_KZG", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "VERSIONED_HASH_VERSION_KZG", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "headers.calc_excess_blob_gas_cancun", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "calc_excess_blob_gas_cancun", + "lineno": 40 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "headers.create_cancun_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_cancun_header_from_parent", + "lineno": 40 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "state.CancunState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "CancunState", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.cancun", + "imports": "state.get_total_blob_gas", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "get_total_blob_gas", + "lineno": 44 + } + ], + "eth.vm.forks.constantinople.blocks": [ + { + "from_module": "eth.vm.forks.constantinople.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.constantinople.blocks", + "imports": "eth.vm.forks.byzantium.blocks.ByzantiumBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.blocks", + "symbol_part": "ByzantiumBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.constantinople.blocks", + "imports": "transactions.ConstantinopleTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "ConstantinopleTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.constantinople.computation": [ + { + "from_module": "eth.vm.forks.constantinople.computation", + "imports": "eth.vm.forks.byzantium.computation.BYZANTIUM_PRECOMPILES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.computation", + "symbol_part": "BYZANTIUM_PRECOMPILES", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.constantinople.computation", + "imports": "eth.vm.forks.byzantium.computation.ByzantiumComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.computation", + "symbol_part": "ByzantiumComputation", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.constantinople.computation", + "imports": "eth.vm.gas_meter.GasMeter", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.gas_meter", + "symbol_part": "GasMeter", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.constantinople.computation", + "imports": "eth.vm.gas_meter.allow_negative_refund_strategy", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.gas_meter", + "symbol_part": "allow_negative_refund_strategy", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.constantinople.computation", + "imports": "opcodes.CONSTANTINOPLE_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "CONSTANTINOPLE_OPCODES", + "lineno": 10 + } + ], + "eth.vm.forks.constantinople.constants": [], + "eth.vm.forks.constantinople.headers": [ + { + "from_module": "eth.vm.forks.constantinople.headers", + "imports": "eth.vm.forks.byzantium.headers.compute_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "compute_difficulty", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.constantinople.headers", + "imports": "eth.vm.forks.byzantium.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "configure_header", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.constantinople.headers", + "imports": "eth.vm.forks.byzantium.headers.create_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "create_header_from_parent", + "lineno": 1 + } + ], + "eth.vm.forks.constantinople.opcodes": [ + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 7 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.forks.byzantium.opcodes.BYZANTIUM_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.opcodes", + "symbol_part": "BYZANTIUM_OPCODES", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.opcodes", + "symbol_part": "ensure_no_static", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.forks.constantinople.constants.GAS_EXTCODEHASH_EIP1052", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.constantinople.constants", + "symbol_part": "GAS_EXTCODEHASH_EIP1052", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.forks.constantinople.storage.sstore_eip1283", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.constantinople.storage", + "symbol_part": "sstore_eip1283", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.logic.arithmetic", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "arithmetic", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.logic.context", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "context", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.logic.system", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "system", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.constantinople.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 29 + } + ], + "eth.vm.forks.constantinople.state": [ + { + "from_module": "eth.vm.forks.constantinople.state", + "imports": "eth.vm.forks.byzantium.state.ByzantiumState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.state", + "symbol_part": "ByzantiumState", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.constantinople.state", + "imports": "computation.ConstantinopleComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "ConstantinopleComputation", + "lineno": 5 + } + ], + "eth.vm.forks.constantinople.storage": [ + { + "from_module": "eth.vm.forks.constantinople.storage", + "imports": "eth.vm.logic.storage.NetSStoreGasSchedule", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.storage", + "symbol_part": "NetSStoreGasSchedule", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.constantinople.storage", + "imports": "eth.vm.logic.storage.net_sstore", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.storage", + "symbol_part": "net_sstore", + "lineno": 5 + } + ], + "eth.vm.forks.constantinople.transactions": [ + { + "from_module": "eth.vm.forks.constantinople.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.constantinople.transactions", + "imports": "eth.vm.forks.byzantium.transactions.ByzantiumTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.transactions", + "symbol_part": "ByzantiumTransaction", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.constantinople.transactions", + "imports": "eth.vm.forks.byzantium.transactions.ByzantiumUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.transactions", + "symbol_part": "ByzantiumUnsignedTransaction", + "lineno": 11 + } + ], + "eth.vm.forks.constantinople": [ + { + "from_module": "eth.vm.forks.constantinople", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "eth.vm.forks.byzantium.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium", + "symbol_part": "ByzantiumVM", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "eth.vm.forks.byzantium.get_uncle_reward", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium", + "symbol_part": "get_uncle_reward", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "blocks.ConstantinopleBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "ConstantinopleBlock", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "constants.EIP1234_BLOCK_REWARD", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "EIP1234_BLOCK_REWARD", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "headers.compute_constantinople_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_constantinople_difficulty", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "headers.configure_constantinople_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_constantinople_header", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "headers.create_constantinople_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_constantinople_header_from_parent", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.constantinople", + "imports": "state.ConstantinopleState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "ConstantinopleState", + "lineno": 19 + } + ], + "eth.vm.forks.frontier.blocks": [ + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.abc.ChainDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainDatabaseAPI", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.exceptions.BlockNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "BlockNotFound", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 42 + }, + { + "from_module": "eth.vm.forks.frontier.blocks", + "imports": "transactions.FrontierTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "FrontierTransaction", + "lineno": 46 + } + ], + "eth.vm.forks.frontier.computation": [ + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.precompiles", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "precompiles", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.constants.GAS_CODEDEPOSIT", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_CODEDEPOSIT", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.constants.STACK_DEPTH_LIMIT", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "STACK_DEPTH_LIMIT", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.exceptions.InsufficientFunds", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InsufficientFunds", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.exceptions.StackDepthLimit", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "StackDepthLimit", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "eth.vm.computation.BaseComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.computation", + "symbol_part": "BaseComputation", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.frontier.computation", + "imports": "opcodes.FRONTIER_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "FRONTIER_OPCODES", + "lineno": 37 + } + ], + "eth.vm.forks.frontier.constants": [], + "eth.vm.forks.frontier.headers": [ + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth._utils.db.get_parent_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "get_parent_header", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth._utils.headers.compute_gas_limit", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "compute_gas_limit", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth._utils.headers.fill_header_params_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "fill_header_params_from_parent", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth._utils.headers.new_timestamp_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "new_timestamp_from_parent", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.constants.BOMB_EXPONENTIAL_FREE_PERIODS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BOMB_EXPONENTIAL_FREE_PERIODS", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.constants.BOMB_EXPONENTIAL_PERIOD", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BOMB_EXPONENTIAL_PERIOD", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.constants.DIFFICULTY_ADJUSTMENT_DENOMINATOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DIFFICULTY_ADJUSTMENT_DENOMINATOR", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.constants.DIFFICULTY_MINIMUM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DIFFICULTY_MINIMUM", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.constants.GENESIS_GAS_LIMIT", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_GAS_LIMIT", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.validation.validate_gt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gt", + "lineno": 27 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.validation.validate_header_params_for_configuration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_header_params_for_configuration", + "lineno": 27 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "constants.FRONTIER_DIFFICULTY_ADJUSTMENT_CUTOFF", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "FRONTIER_DIFFICULTY_ADJUSTMENT_CUTOFF", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.frontier.headers", + "imports": "eth.vm.forks.frontier.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier", + "symbol_part": "FrontierVM", + "lineno": 37 + } + ], + "eth.vm.forks.frontier.opcodes": [ + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.arithmetic", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "arithmetic", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "block", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.call", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "call", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.comparison", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "comparison", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.context", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "context", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.duplication", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "duplication", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.flow", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "flow", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.logging", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "logging", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.memory", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "memory", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.sha3", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "sha3", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.stack", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "stack", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.storage", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "storage", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.swap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "swap", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.logic.system", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "system", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 31 + } + ], + "eth.vm.forks.frontier.state": [ + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth._utils.address.generate_contract_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "generate_contract_address", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.abc.AccountDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "AccountDatabaseAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.db.account.AccountDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.account", + "symbol_part": "AccountDB", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.exceptions.ContractCreationCollision", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "ContractCreationCollision", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "eth.vm.state.BaseTransactionExecutor", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseTransactionExecutor", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "computation.FrontierComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "FrontierComputation", + "lineno": 40 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "constants.MAX_REFUND_QUOTIENT", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MAX_REFUND_QUOTIENT", + "lineno": 43 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "constants.REFUND_SELFDESTRUCT", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "REFUND_SELFDESTRUCT", + "lineno": 43 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "transaction_context.FrontierTransactionContext", + "type": "from_import", + "relative_level": 1, + "module_part": "transaction_context", + "symbol_part": "FrontierTransactionContext", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.frontier.state", + "imports": "validation.validate_frontier_transaction", + "type": "from_import", + "relative_level": 1, + "module_part": "validation", + "symbol_part": "validate_frontier_transaction", + "lineno": 50 + } + ], + "eth.vm.forks.frontier.transactions": [ + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth._utils.transactions.V_OFFSET", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "V_OFFSET", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth._utils.transactions.IntrinsicGasSchedule", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "IntrinsicGasSchedule", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth._utils.transactions.calculate_intrinsic_gas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "calculate_intrinsic_gas", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth._utils.transactions.extract_transaction_sender", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "extract_transaction_sender", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth._utils.transactions.validate_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "validate_transaction_signature", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.abc.SetCodeAuthorizationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SetCodeAuthorizationAPI", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.constants.GAS_TX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_TX", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.constants.GAS_TXDATANONZERO", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_TXDATANONZERO", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.constants.GAS_TXDATAZERO", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_TXDATAZERO", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.rlp.logs.Log", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.logs", + "symbol_part": "Log", + "lineno": 37 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 40 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.rlp.transactions.BaseTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.transactions", + "symbol_part": "BaseTransaction", + "lineno": 43 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.rlp.transactions.BaseUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.transactions", + "symbol_part": "BaseUnsignedTransaction", + "lineno": 43 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.validation.validate_gte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gte", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.validation.validate_is_integer", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_integer", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.validation.validate_lt_secpk1n", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lt_secpk1n", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.validation.validate_lte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lte", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.validation.validate_nonce", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_nonce", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.frontier.transactions", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 47 + } + ], + "eth.vm.forks.frontier.transaction_context": [ + { + "from_module": "eth.vm.forks.frontier.transaction_context", + "imports": "eth.vm.transaction_context.BaseTransactionContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.transaction_context", + "symbol_part": "BaseTransactionContext", + "lineno": 1 + } + ], + "eth.vm.forks.frontier.validation": [ + { + "from_module": "eth.vm.forks.frontier.validation", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.frontier.validation", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.frontier.validation", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.frontier.validation", + "imports": "eth.abc.VirtualMachineAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "VirtualMachineAPI", + "lineno": 5 + } + ], + "eth.vm.forks.frontier": [ + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.abc.TransactionFieldsAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionFieldsAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.constants.BLOCK_REWARD", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLOCK_REWARD", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.constants.UNCLE_DEPTH_PENALTY_FACTOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UNCLE_DEPTH_PENALTY_FACTOR", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.constants.ZERO_HASH32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_HASH32", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.rlp.logs.Log", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.logs", + "symbol_part": "Log", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "eth.vm.base.VM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.base", + "symbol_part": "VM", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "blocks.FrontierBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "FrontierBlock", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "constants.MAX_REFUND_QUOTIENT", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MAX_REFUND_QUOTIENT", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "state.FrontierState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "FrontierState", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "headers.create_frontier_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_frontier_header_from_parent", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "headers.compute_frontier_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_frontier_difficulty", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "headers.configure_frontier_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_frontier_header", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.frontier", + "imports": "validation.validate_frontier_transaction_against_header", + "type": "from_import", + "relative_level": 1, + "module_part": "validation", + "symbol_part": "validate_frontier_transaction_against_header", + "lineno": 36 + } + ], + "eth.vm.forks.gray_glacier.blocks": [ + { + "from_module": "eth.vm.forks.gray_glacier.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.gray_glacier.blocks", + "imports": "arrow_glacier.ArrowGlacierBlock", + "type": "from_import", + "relative_level": 2, + "module_part": "arrow_glacier", + "symbol_part": "ArrowGlacierBlock", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.gray_glacier.blocks", + "imports": "arrow_glacier.blocks.ArrowGlacierBlockHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "arrow_glacier.blocks", + "symbol_part": "ArrowGlacierBlockHeader", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.gray_glacier.blocks", + "imports": "arrow_glacier.blocks.ArrowGlacierMiningHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "arrow_glacier.blocks", + "symbol_part": "ArrowGlacierMiningHeader", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.gray_glacier.blocks", + "imports": "london.blocks.LondonBackwardsHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "london.blocks", + "symbol_part": "LondonBackwardsHeader", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.gray_glacier.blocks", + "imports": "transactions.GrayGlacierTransactionBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "GrayGlacierTransactionBuilder", + "lineno": 29 + } + ], + "eth.vm.forks.gray_glacier.computation": [ + { + "from_module": "eth.vm.forks.gray_glacier.computation", + "imports": "arrow_glacier.computation.ArrowGlacierComputation", + "type": "from_import", + "relative_level": 2, + "module_part": "arrow_glacier.computation", + "symbol_part": "ArrowGlacierComputation", + "lineno": 1 + } + ], + "eth.vm.forks.gray_glacier.headers": [ + { + "from_module": "eth.vm.forks.gray_glacier.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.gray_glacier.headers", + "imports": "eth.vm.forks.arrow_glacier.headers.create_arrow_glacier_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.arrow_glacier.headers", + "symbol_part": "create_arrow_glacier_header_from_parent", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.gray_glacier.headers", + "imports": "eth.vm.forks.byzantium.headers.compute_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "compute_difficulty", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.gray_glacier.headers", + "imports": "eth.vm.forks.byzantium.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "configure_header", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.gray_glacier.headers", + "imports": "blocks.GrayGlacierBlockHeader", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "GrayGlacierBlockHeader", + "lineno": 22 + } + ], + "eth.vm.forks.gray_glacier.state": [ + { + "from_module": "eth.vm.forks.gray_glacier.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.gray_glacier.state", + "imports": "arrow_glacier.ArrowGlacierState", + "type": "from_import", + "relative_level": 2, + "module_part": "arrow_glacier", + "symbol_part": "ArrowGlacierState", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.gray_glacier.state", + "imports": "arrow_glacier.state.ArrowGlacierTransactionExecutor", + "type": "from_import", + "relative_level": 2, + "module_part": "arrow_glacier.state", + "symbol_part": "ArrowGlacierTransactionExecutor", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.gray_glacier.state", + "imports": "computation.GrayGlacierComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "GrayGlacierComputation", + "lineno": 15 + } + ], + "eth.vm.forks.gray_glacier.transactions": [ + { + "from_module": "eth.vm.forks.gray_glacier.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.gray_glacier.transactions", + "imports": "eth.vm.forks.arrow_glacier.transactions.ArrowGlacierLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.arrow_glacier.transactions", + "symbol_part": "ArrowGlacierLegacyTransaction", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.gray_glacier.transactions", + "imports": "eth.vm.forks.arrow_glacier.transactions.ArrowGlacierTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.arrow_glacier.transactions", + "symbol_part": "ArrowGlacierTransactionBuilder", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.gray_glacier.transactions", + "imports": "eth.vm.forks.arrow_glacier.transactions.ArrowGlacierUnsignedLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.arrow_glacier.transactions", + "symbol_part": "ArrowGlacierUnsignedLegacyTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.gray_glacier": [ + { + "from_module": "eth.vm.forks.gray_glacier", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.gray_glacier", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.gray_glacier", + "imports": "blocks.GrayGlacierBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "GrayGlacierBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.gray_glacier", + "imports": "headers.compute_gray_glacier_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_gray_glacier_difficulty", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.gray_glacier", + "imports": "headers.configure_gray_glacier_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_gray_glacier_header", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.gray_glacier", + "imports": "headers.create_gray_glacier_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_gray_glacier_header_from_parent", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.gray_glacier", + "imports": "state.GrayGlacierState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "GrayGlacierState", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.gray_glacier", + "imports": "ArrowGlacierVM", + "type": "from_import", + "relative_level": 2, + "module_part": "", + "symbol_part": "ArrowGlacierVM", + "lineno": 15 + } + ], + "eth.vm.forks.homestead.blocks": [ + { + "from_module": "eth.vm.forks.homestead.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.homestead.blocks", + "imports": "eth.vm.forks.frontier.blocks.FrontierBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.blocks", + "symbol_part": "FrontierBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.homestead.blocks", + "imports": "transactions.HomesteadTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "HomesteadTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.homestead.computation": [ + { + "from_module": "eth.vm.forks.homestead.computation", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.homestead.computation", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.homestead.computation", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.homestead.computation", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.homestead.computation", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.homestead.computation", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.homestead.computation", + "imports": "eth.vm.forks.frontier.computation.FrontierComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.computation", + "symbol_part": "FrontierComputation", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.homestead.computation", + "imports": "opcodes.HOMESTEAD_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "HOMESTEAD_OPCODES", + "lineno": 28 + } + ], + "eth.vm.forks.homestead.constants": [], + "eth.vm.forks.homestead.headers": [ + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth._utils.db.get_parent_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "get_parent_header", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.constants.BOMB_EXPONENTIAL_FREE_PERIODS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BOMB_EXPONENTIAL_FREE_PERIODS", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.constants.BOMB_EXPONENTIAL_PERIOD", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BOMB_EXPONENTIAL_PERIOD", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.constants.DIFFICULTY_ADJUSTMENT_DENOMINATOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DIFFICULTY_ADJUSTMENT_DENOMINATOR", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.constants.DIFFICULTY_MINIMUM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DIFFICULTY_MINIMUM", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.validation.validate_gt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gt", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.validation.validate_header_params_for_configuration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_header_params_for_configuration", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.headers", + "symbol_part": "create_frontier_header_from_parent", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "constants.HOMESTEAD_DIFFICULTY_ADJUSTMENT_CUTOFF", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "HOMESTEAD_DIFFICULTY_ADJUSTMENT_CUTOFF", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.homestead.headers", + "imports": "eth.vm.forks.homestead.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead", + "symbol_part": "HomesteadVM", + "lineno": 41 + } + ], + "eth.vm.forks.homestead.opcodes": [ + { + "from_module": "eth.vm.forks.homestead.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.homestead.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.homestead.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.homestead.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.homestead.opcodes", + "imports": "eth.vm.forks.frontier.opcodes.FRONTIER_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.opcodes", + "symbol_part": "FRONTIER_OPCODES", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.homestead.opcodes", + "imports": "eth.vm.logic.call", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "call", + "lineno": 23 + } + ], + "eth.vm.forks.homestead.state": [ + { + "from_module": "eth.vm.forks.homestead.state", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.homestead.state", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.homestead.state", + "imports": "eth.vm.forks.frontier.state.FrontierState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.state", + "symbol_part": "FrontierState", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.homestead.state", + "imports": "eth.vm.forks.frontier.state.FrontierTransactionExecutor", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.state", + "symbol_part": "FrontierTransactionExecutor", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.homestead.state", + "imports": "computation.HomesteadComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "HomesteadComputation", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.homestead.state", + "imports": "validation.validate_homestead_transaction", + "type": "from_import", + "relative_level": 1, + "module_part": "validation", + "symbol_part": "validate_homestead_transaction", + "lineno": 17 + } + ], + "eth.vm.forks.homestead.transactions": [ + { + "from_module": "eth.vm.forks.homestead.transactions", + "imports": "eth._utils.transactions.IntrinsicGasSchedule", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "IntrinsicGasSchedule", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.homestead.transactions", + "imports": "eth._utils.transactions.calculate_intrinsic_gas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "calculate_intrinsic_gas", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.homestead.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.homestead.transactions", + "imports": "eth.constants.GAS_TXCREATE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_TXCREATE", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.homestead.transactions", + "imports": "eth.validation.validate_lt_secpk1n2", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lt_secpk1n2", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.homestead.transactions", + "imports": "eth.vm.forks.frontier.transactions.FRONTIER_TX_GAS_SCHEDULE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.transactions", + "symbol_part": "FRONTIER_TX_GAS_SCHEDULE", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.homestead.transactions", + "imports": "eth.vm.forks.frontier.transactions.FrontierTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.transactions", + "symbol_part": "FrontierTransaction", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.homestead.transactions", + "imports": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.transactions", + "symbol_part": "FrontierUnsignedTransaction", + "lineno": 24 + } + ], + "eth.vm.forks.homestead.validation": [ + { + "from_module": "eth.vm.forks.homestead.validation", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.homestead.validation", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.homestead.validation", + "imports": "eth.constants.SECPK1_N", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "SECPK1_N", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.homestead.validation", + "imports": "eth.vm.forks.frontier.validation.validate_frontier_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.validation", + "symbol_part": "validate_frontier_transaction", + "lineno": 12 + } + ], + "eth.vm.forks.homestead": [ + { + "from_module": "eth.vm.forks.homestead", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.homestead", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.homestead", + "imports": "eth.vm.forks.frontier.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier", + "symbol_part": "FrontierVM", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.homestead", + "imports": "blocks.HomesteadBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "HomesteadBlock", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.homestead", + "imports": "headers.create_homestead_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_homestead_header_from_parent", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.homestead", + "imports": "headers.compute_homestead_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_homestead_difficulty", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.homestead", + "imports": "headers.configure_homestead_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_homestead_header", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.homestead", + "imports": "state.HomesteadState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "HomesteadState", + "lineno": 17 + } + ], + "eth.vm.forks.istanbul.blocks": [ + { + "from_module": "eth.vm.forks.istanbul.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.istanbul.blocks", + "imports": "eth.vm.forks.petersburg.blocks.PetersburgBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.blocks", + "symbol_part": "PetersburgBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.istanbul.blocks", + "imports": "transactions.IstanbulTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "IstanbulTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.istanbul.computation": [ + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "eth.precompiles", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "precompiles", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "eth.vm.forks.petersburg.computation.PETERSBURG_PRECOMPILES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.computation", + "symbol_part": "PETERSBURG_PRECOMPILES", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "eth.vm.forks.petersburg.computation.PetersburgComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.computation", + "symbol_part": "PetersburgComputation", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "eth.vm.gas_meter.GasMeter", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.gas_meter", + "symbol_part": "GasMeter", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "eth.vm.gas_meter.allow_negative_refund_strategy", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.gas_meter", + "symbol_part": "allow_negative_refund_strategy", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "constants.GAS_ECADD", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_ECADD", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "constants.GAS_ECMUL", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_ECMUL", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "constants.GAS_ECPAIRING_BASE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_ECPAIRING_BASE", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "constants.GAS_ECPAIRING_PER_POINT", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_ECPAIRING_PER_POINT", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.istanbul.computation", + "imports": "opcodes.ISTANBUL_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "ISTANBUL_OPCODES", + "lineno": 26 + } + ], + "eth.vm.forks.istanbul.constants": [], + "eth.vm.forks.istanbul.headers": [ + { + "from_module": "eth.vm.forks.istanbul.headers", + "imports": "eth.vm.forks.petersburg.headers.compute_petersburg_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.headers", + "symbol_part": "compute_petersburg_difficulty", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.istanbul.headers", + "imports": "eth.vm.forks.petersburg.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.headers", + "symbol_part": "configure_header", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.istanbul.headers", + "imports": "eth.vm.forks.petersburg.headers.create_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.headers", + "symbol_part": "create_header_from_parent", + "lineno": 1 + } + ], + "eth.vm.forks.istanbul.opcodes": [ + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 7 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.opcodes", + "symbol_part": "ensure_no_static", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.forks.istanbul.constants.GAS_BALANCE_EIP1884", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.constants", + "symbol_part": "GAS_BALANCE_EIP1884", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.forks.istanbul.constants.GAS_EXTCODEHASH_EIP1884", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.constants", + "symbol_part": "GAS_EXTCODEHASH_EIP1884", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.forks.istanbul.constants.GAS_SLOAD_EIP1884", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.constants", + "symbol_part": "GAS_SLOAD_EIP1884", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.forks.petersburg.opcodes.PETERSBURG_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.opcodes", + "symbol_part": "PETERSBURG_OPCODES", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.logic.context", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "context", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.logic.storage", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "storage", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.istanbul.opcodes", + "imports": "storage.sstore_eip2200", + "type": "from_import", + "relative_level": 1, + "module_part": "storage", + "symbol_part": "sstore_eip2200", + "lineno": 33 + } + ], + "eth.vm.forks.istanbul.state": [ + { + "from_module": "eth.vm.forks.istanbul.state", + "imports": "eth.vm.forks.petersburg.state.PetersburgState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.state", + "symbol_part": "PetersburgState", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.istanbul.state", + "imports": "computation.IstanbulComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "IstanbulComputation", + "lineno": 5 + } + ], + "eth.vm.forks.istanbul.storage": [ + { + "from_module": "eth.vm.forks.istanbul.storage", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.istanbul.storage", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.istanbul.storage", + "imports": "eth.vm.forks.constantinople.storage.GAS_SCHEDULE_EIP1283", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.constantinople.storage", + "symbol_part": "GAS_SCHEDULE_EIP1283", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.istanbul.storage", + "imports": "eth.vm.forks.istanbul.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul", + "symbol_part": "constants", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.istanbul.storage", + "imports": "eth.vm.logic.storage.NetSStoreGasSchedule", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.storage", + "symbol_part": "NetSStoreGasSchedule", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.istanbul.storage", + "imports": "eth.vm.logic.storage.net_sstore", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.storage", + "symbol_part": "net_sstore", + "lineno": 17 + } + ], + "eth.vm.forks.istanbul.transactions": [ + { + "from_module": "eth.vm.forks.istanbul.transactions", + "imports": "eth._utils.transactions.calculate_intrinsic_gas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "calculate_intrinsic_gas", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.istanbul.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.istanbul.transactions", + "imports": "eth.vm.forks.homestead.transactions.HOMESTEAD_TX_GAS_SCHEDULE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.transactions", + "symbol_part": "HOMESTEAD_TX_GAS_SCHEDULE", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.istanbul.transactions", + "imports": "eth.vm.forks.petersburg.transactions.PetersburgTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.transactions", + "symbol_part": "PetersburgTransaction", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.istanbul.transactions", + "imports": "eth.vm.forks.petersburg.transactions.PetersburgUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.transactions", + "symbol_part": "PetersburgUnsignedTransaction", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.istanbul.transactions", + "imports": "constants.GAS_TXDATANONZERO_EIP2028", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_TXDATANONZERO_EIP2028", + "lineno": 24 + } + ], + "eth.vm.forks.istanbul": [ + { + "from_module": "eth.vm.forks.istanbul", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.istanbul", + "imports": "eth.vm.forks.constantinople.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.constantinople", + "symbol_part": "ConstantinopleVM", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.istanbul", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.istanbul", + "imports": "blocks.IstanbulBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "IstanbulBlock", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.istanbul", + "imports": "headers.compute_istanbul_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_istanbul_difficulty", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.istanbul", + "imports": "headers.configure_istanbul_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_istanbul_header", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.istanbul", + "imports": "headers.create_istanbul_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_istanbul_header_from_parent", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.istanbul", + "imports": "state.IstanbulState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "IstanbulState", + "lineno": 17 + } + ], + "eth.vm.forks.london.blocks": [ + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth._utils.headers.new_timestamp_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "new_timestamp_from_parent", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.abc.BlockHeaderSedesAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderSedesAPI", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.abc.MiningHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MiningHeaderAPI", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 32 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.constants.GENESIS_NONCE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_NONCE", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.constants.ZERO_HASH32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_HASH32", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 50 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.rlp.sedes.hash32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "hash32", + "lineno": 50 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.rlp.sedes.trie_root", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "trie_root", + "lineno": 50 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.rlp.sedes.uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "uint256", + "lineno": 50 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "eth.vm.forks.berlin.blocks.BerlinBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.blocks", + "symbol_part": "BerlinBlock", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "receipts.LondonReceiptBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "receipts", + "symbol_part": "LondonReceiptBuilder", + "lineno": 60 + }, + { + "from_module": "eth.vm.forks.london.blocks", + "imports": "transactions.LondonTransactionBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "LondonTransactionBuilder", + "lineno": 63 + } + ], + "eth.vm.forks.london.computation": [ + { + "from_module": "eth.vm.forks.london.computation", + "imports": "eth.exceptions.ReservedBytesInCode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "ReservedBytesInCode", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.london.computation", + "imports": "eth.vm.forks.berlin.computation.BerlinComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.computation", + "symbol_part": "BerlinComputation", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks.london.computation", + "imports": "london.constants.EIP3541_RESERVED_STARTING_BYTE", + "type": "from_import", + "relative_level": 2, + "module_part": "london.constants", + "symbol_part": "EIP3541_RESERVED_STARTING_BYTE", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.london.computation", + "imports": "opcodes.LONDON_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "LONDON_OPCODES", + "lineno": 11 + } + ], + "eth.vm.forks.london.constants": [ + { + "from_module": "eth.vm.forks.london.constants", + "imports": "eth.vm.forks.berlin.constants.ACCESS_LIST_ADDRESS_COST_EIP_2930", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "ACCESS_LIST_ADDRESS_COST_EIP_2930", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.london.constants", + "imports": "eth.vm.forks.berlin.constants.ACCESS_LIST_STORAGE_KEY_COST_EIP_2930", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "ACCESS_LIST_STORAGE_KEY_COST_EIP_2930", + "lineno": 1 + } + ], + "eth.vm.forks.london.headers": [ + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth._utils.headers.compute_gas_limit", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "compute_gas_limit", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth._utils.headers.fill_header_params_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "fill_header_params_from_parent", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth._utils.headers.new_timestamp_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "new_timestamp_from_parent", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth.abc.BlockHeaderSedesAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderSedesAPI", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth.constants.GENESIS_GAS_LIMIT", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_GAS_LIMIT", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 27 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth.vm.forks.berlin.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.headers", + "symbol_part": "configure_header", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "eth.vm.forks.muir_glacier.headers.compute_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.muir_glacier.headers", + "symbol_part": "compute_difficulty", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "blocks.LondonBlockHeader", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "LondonBlockHeader", + "lineno": 37 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "constants.BASE_FEE_MAX_CHANGE_DENOMINATOR", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "BASE_FEE_MAX_CHANGE_DENOMINATOR", + "lineno": 40 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "constants.ELASTICITY_MULTIPLIER", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ELASTICITY_MULTIPLIER", + "lineno": 40 + }, + { + "from_module": "eth.vm.forks.london.headers", + "imports": "constants.INITIAL_BASE_FEE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "INITIAL_BASE_FEE", + "lineno": 40 + } + ], + "eth.vm.forks.london.opcodes": [ + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "eth.vm.forks.berlin.opcodes.BERLIN_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.opcodes", + "symbol_part": "BERLIN_OPCODES", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.opcodes", + "symbol_part": "ensure_no_static", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "eth.vm.logic.block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "block", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.london.opcodes", + "imports": "storage", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "storage", + "lineno": 33 + } + ], + "eth.vm.forks.london.receipts": [ + { + "from_module": "eth.vm.forks.london.receipts", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.london.receipts", + "imports": "eth.vm.forks.berlin.constants.ACCESS_LIST_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "ACCESS_LIST_TRANSACTION_TYPE", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.london.receipts", + "imports": "eth.vm.forks.berlin.receipts.BerlinReceiptBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.receipts", + "symbol_part": "BerlinReceiptBuilder", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.london.receipts", + "imports": "eth.vm.forks.berlin.receipts.TypedReceipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.receipts", + "symbol_part": "TypedReceipt", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.london.receipts", + "imports": "constants.DYNAMIC_FEE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "DYNAMIC_FEE_TRANSACTION_TYPE", + "lineno": 17 + } + ], + "eth.vm.forks.london.state": [ + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth._utils.address.generate_contract_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "generate_contract_address", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.vm.forks.berlin.state.BerlinState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.state", + "symbol_part": "BerlinState", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.vm.forks.berlin.state.BerlinTransactionExecutor", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.state", + "symbol_part": "BerlinTransactionExecutor", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "computation.LondonComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "LondonComputation", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "constants.EIP3529_MAX_REFUND_QUOTIENT", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "EIP3529_MAX_REFUND_QUOTIENT", + "lineno": 37 + }, + { + "from_module": "eth.vm.forks.london.state", + "imports": "validation.validate_london_normalized_transaction", + "type": "from_import", + "relative_level": 1, + "module_part": "validation", + "symbol_part": "validate_london_normalized_transaction", + "lineno": 40 + } + ], + "eth.vm.forks.london.storage": [ + { + "from_module": "eth.vm.forks.london.storage", + "imports": "eth.vm.forks.berlin.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin", + "symbol_part": "constants", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.london.storage", + "imports": "eth.vm.forks.berlin.logic.GAS_SCHEDULE_EIP2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "GAS_SCHEDULE_EIP2929", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.london.storage", + "imports": "eth.vm.forks.berlin.logic.sstore_eip2929_generic", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "sstore_eip2929_generic", + "lineno": 8 + } + ], + "eth.vm.forks.london.transactions": [ + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth._utils.transactions.extract_transaction_sender", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "extract_transaction_sender", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth._utils.transactions.validate_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "validate_transaction_signature", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.abc.SetCodeAuthorizationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SetCodeAuthorizationAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.abc.TransactionDecoderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionDecoderAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 42 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.rlp.logs.Log", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.logs", + "symbol_part": "Log", + "lineno": 45 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 48 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 51 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.rlp.transactions.SignedTransactionMethods", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.transactions", + "symbol_part": "SignedTransactionMethods", + "lineno": 54 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.validation.validate_is_transaction_access_list", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_transaction_access_list", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.validation.validate_nonce", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_nonce", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.validation.validate_uint8", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint8", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.vm.forks.berlin.constants.ACCESS_LIST_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "ACCESS_LIST_TRANSACTION_TYPE", + "lineno": 65 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.vm.forks.berlin.transactions.AccessListPayloadDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "AccessListPayloadDecoder", + "lineno": 68 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.vm.forks.berlin.transactions.AccountAccesses", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "AccountAccesses", + "lineno": 68 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.vm.forks.berlin.transactions.BerlinLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "BerlinLegacyTransaction", + "lineno": 68 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "BerlinTransactionBuilder", + "lineno": 68 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.vm.forks.berlin.transactions.BerlinUnsignedLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "BerlinUnsignedLegacyTransaction", + "lineno": 68 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.vm.forks.berlin.transactions.TypedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "TypedTransaction", + "lineno": 68 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "calculate_txn_intrinsic_gas_berlin", + "lineno": 68 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "constants.DYNAMIC_FEE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "DYNAMIC_FEE_TRANSACTION_TYPE", + "lineno": 78 + }, + { + "from_module": "eth.vm.forks.london.transactions", + "imports": "receipts.LondonReceiptBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "receipts", + "symbol_part": "LondonReceiptBuilder", + "lineno": 81 + } + ], + "eth.vm.forks.london.validation": [ + { + "from_module": "eth.vm.forks.london.validation", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.london.validation", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.london.validation", + "imports": "eth.vm.forks.homestead.validation.validate_homestead_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.validation", + "symbol_part": "validate_homestead_transaction", + "lineno": 9 + } + ], + "eth.vm.forks.london": [ + { + "from_module": "eth.vm.forks.london", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "eth.validation.validate_gas_limit", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gas_limit", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "eth.vm.forks.berlin.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin", + "symbol_part": "BerlinVM", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "blocks.LondonBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "LondonBlock", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "constants.EIP3529_MAX_REFUND_QUOTIENT", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "EIP3529_MAX_REFUND_QUOTIENT", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "constants.ELASTICITY_MULTIPLIER", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "ELASTICITY_MULTIPLIER", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "headers.calculate_expected_base_fee_per_gas", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "calculate_expected_base_fee_per_gas", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "headers.compute_london_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_london_difficulty", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "headers.configure_london_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_london_header", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "headers.create_london_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_london_header_from_parent", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.london", + "imports": "state.LondonState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "LondonState", + "lineno": 24 + } + ], + "eth.vm.forks.muir_glacier.blocks": [ + { + "from_module": "eth.vm.forks.muir_glacier.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.muir_glacier.blocks", + "imports": "eth.vm.forks.istanbul.blocks.IstanbulBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.blocks", + "symbol_part": "IstanbulBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.muir_glacier.blocks", + "imports": "transactions.MuirGlacierTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "MuirGlacierTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.muir_glacier.computation": [ + { + "from_module": "eth.vm.forks.muir_glacier.computation", + "imports": "eth.vm.forks.istanbul.computation.ISTANBUL_PRECOMPILES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.computation", + "symbol_part": "ISTANBUL_PRECOMPILES", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.muir_glacier.computation", + "imports": "eth.vm.forks.istanbul.computation.IstanbulComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.computation", + "symbol_part": "IstanbulComputation", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.muir_glacier.computation", + "imports": "opcodes.MUIR_GLACIER_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "MUIR_GLACIER_OPCODES", + "lineno": 6 + } + ], + "eth.vm.forks.muir_glacier.headers": [ + { + "from_module": "eth.vm.forks.muir_glacier.headers", + "imports": "eth.vm.forks.istanbul.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.headers", + "symbol_part": "configure_header", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.muir_glacier.headers", + "imports": "eth.vm.forks.istanbul.headers.create_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.headers", + "symbol_part": "create_header_from_parent", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.muir_glacier.headers", + "imports": "eth.vm.forks.petersburg.headers.compute_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.headers", + "symbol_part": "compute_difficulty", + "lineno": 5 + } + ], + "eth.vm.forks.muir_glacier.opcodes": [ + { + "from_module": "eth.vm.forks.muir_glacier.opcodes", + "imports": "eth.vm.forks.istanbul.opcodes.ISTANBUL_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.opcodes", + "symbol_part": "ISTANBUL_OPCODES", + "lineno": 3 + } + ], + "eth.vm.forks.muir_glacier.state": [ + { + "from_module": "eth.vm.forks.muir_glacier.state", + "imports": "eth.vm.forks.istanbul.state.IstanbulState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.state", + "symbol_part": "IstanbulState", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.muir_glacier.state", + "imports": "computation.MuirGlacierComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "MuirGlacierComputation", + "lineno": 5 + } + ], + "eth.vm.forks.muir_glacier.transactions": [ + { + "from_module": "eth.vm.forks.muir_glacier.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.muir_glacier.transactions", + "imports": "eth.vm.forks.istanbul.transactions.IstanbulTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.transactions", + "symbol_part": "IstanbulTransaction", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.muir_glacier.transactions", + "imports": "eth.vm.forks.istanbul.transactions.IstanbulUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.transactions", + "symbol_part": "IstanbulUnsignedTransaction", + "lineno": 11 + } + ], + "eth.vm.forks.muir_glacier": [ + { + "from_module": "eth.vm.forks.muir_glacier", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.muir_glacier", + "imports": "eth.vm.forks.istanbul.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul", + "symbol_part": "IstanbulVM", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.muir_glacier", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.muir_glacier", + "imports": "blocks.MuirGlacierBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "MuirGlacierBlock", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.muir_glacier", + "imports": "headers.compute_muir_glacier_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_muir_glacier_difficulty", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.muir_glacier", + "imports": "headers.configure_muir_glacier_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_muir_glacier_header", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.muir_glacier", + "imports": "headers.create_muir_glacier_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_muir_glacier_header_from_parent", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.muir_glacier", + "imports": "state.MuirGlacierState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "MuirGlacierState", + "lineno": 17 + } + ], + "eth.vm.forks.paris.blocks": [ + { + "from_module": "eth.vm.forks.paris.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.paris.blocks", + "imports": "eth.vm.forks.gray_glacier.blocks.GrayGlacierBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.blocks", + "symbol_part": "GrayGlacierBlock", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.paris.blocks", + "imports": "eth.vm.forks.gray_glacier.blocks.GrayGlacierBlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.blocks", + "symbol_part": "GrayGlacierBlockHeader", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.paris.blocks", + "imports": "london.blocks.LondonBackwardsHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "london.blocks", + "symbol_part": "LondonBackwardsHeader", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.paris.blocks", + "imports": "transactions.ParisTransactionBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "ParisTransactionBuilder", + "lineno": 29 + } + ], + "eth.vm.forks.paris.computation": [ + { + "from_module": "eth.vm.forks.paris.computation", + "imports": "eth.vm.forks.gray_glacier.computation.GrayGlacierComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.computation", + "symbol_part": "GrayGlacierComputation", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.paris.computation", + "imports": "opcodes.PARIS_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "PARIS_OPCODES", + "lineno": 5 + } + ], + "eth.vm.forks.paris.headers": [ + { + "from_module": "eth.vm.forks.paris.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.paris.headers", + "imports": "eth.constants.POST_MERGE_DIFFICULTY", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "POST_MERGE_DIFFICULTY", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.paris.headers", + "imports": "eth.constants.POST_MERGE_MIX_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "POST_MERGE_MIX_HASH", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.paris.headers", + "imports": "eth.constants.POST_MERGE_NONCE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "POST_MERGE_NONCE", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.paris.headers", + "imports": "eth.vm.forks.byzantium.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "configure_header", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.paris.headers", + "imports": "eth.vm.forks.gray_glacier.headers.compute_gray_glacier_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.headers", + "symbol_part": "compute_gray_glacier_difficulty", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.paris.headers", + "imports": "eth.vm.forks.gray_glacier.headers.create_gray_glacier_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.headers", + "symbol_part": "create_gray_glacier_header_from_parent", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.paris.headers", + "imports": "blocks.ParisBlockHeader", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "ParisBlockHeader", + "lineno": 29 + } + ], + "eth.vm.forks.paris.opcodes": [ + { + "from_module": "eth.vm.forks.paris.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.paris.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.paris.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.paris.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.paris.opcodes", + "imports": "eth.vm.forks.london.opcodes.LONDON_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.opcodes", + "symbol_part": "LONDON_OPCODES", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.paris.opcodes", + "imports": "eth.vm.logic.block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "block", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.paris.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 26 + } + ], + "eth.vm.forks.paris.state": [ + { + "from_module": "eth.vm.forks.paris.state", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.paris.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.paris.state", + "imports": "gray_glacier.GrayGlacierState", + "type": "from_import", + "relative_level": 2, + "module_part": "gray_glacier", + "symbol_part": "GrayGlacierState", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.paris.state", + "imports": "gray_glacier.state.GrayGlacierTransactionExecutor", + "type": "from_import", + "relative_level": 2, + "module_part": "gray_glacier.state", + "symbol_part": "GrayGlacierTransactionExecutor", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.paris.state", + "imports": "computation.ParisComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "ParisComputation", + "lineno": 20 + } + ], + "eth.vm.forks.paris.transactions": [ + { + "from_module": "eth.vm.forks.paris.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.paris.transactions", + "imports": "eth.vm.forks.gray_glacier.transactions.GrayGlacierLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.transactions", + "symbol_part": "GrayGlacierLegacyTransaction", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.paris.transactions", + "imports": "eth.vm.forks.gray_glacier.transactions.GrayGlacierTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.transactions", + "symbol_part": "GrayGlacierTransactionBuilder", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.paris.transactions", + "imports": "eth.vm.forks.gray_glacier.transactions.GrayGlacierUnsignedLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.transactions", + "symbol_part": "GrayGlacierUnsignedLegacyTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.paris": [ + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.abc.ConsensusAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.consensus.pos.PosConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.pos", + "symbol_part": "PosConsensus", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.constants.POST_MERGE_DIFFICULTY", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "POST_MERGE_DIFFICULTY", + "lineno": 7 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.constants.POST_MERGE_NONCE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "POST_MERGE_NONCE", + "lineno": 7 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.constants.POST_MERGE_OMMERS_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "POST_MERGE_OMMERS_HASH", + "lineno": 7 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.vm.forks.gray_glacier.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier", + "symbol_part": "GrayGlacierVM", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "blocks.ParisBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "ParisBlock", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "headers.configure_paris_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_paris_header", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "headers.create_paris_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_paris_header_from_parent", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.paris", + "imports": "state.ParisState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "ParisState", + "lineno": 24 + } + ], + "eth.vm.forks.petersburg.blocks": [ + { + "from_module": "eth.vm.forks.petersburg.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.petersburg.blocks", + "imports": "eth.vm.forks.byzantium.blocks.ByzantiumBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.blocks", + "symbol_part": "ByzantiumBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.petersburg.blocks", + "imports": "transactions.PetersburgTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "PetersburgTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.petersburg.computation": [ + { + "from_module": "eth.vm.forks.petersburg.computation", + "imports": "eth.vm.forks.byzantium.computation.BYZANTIUM_PRECOMPILES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.computation", + "symbol_part": "BYZANTIUM_PRECOMPILES", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.petersburg.computation", + "imports": "eth.vm.forks.byzantium.computation.ByzantiumComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.computation", + "symbol_part": "ByzantiumComputation", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.petersburg.computation", + "imports": "opcodes.PETERSBURG_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "PETERSBURG_OPCODES", + "lineno": 6 + } + ], + "eth.vm.forks.petersburg.constants": [], + "eth.vm.forks.petersburg.headers": [ + { + "from_module": "eth.vm.forks.petersburg.headers", + "imports": "eth.vm.forks.byzantium.headers.compute_difficulty", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "compute_difficulty", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.petersburg.headers", + "imports": "eth.vm.forks.byzantium.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "configure_header", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.petersburg.headers", + "imports": "eth.vm.forks.byzantium.headers.create_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "create_header_from_parent", + "lineno": 1 + } + ], + "eth.vm.forks.petersburg.opcodes": [ + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.vm.forks.byzantium.opcodes.BYZANTIUM_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.opcodes", + "symbol_part": "BYZANTIUM_OPCODES", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.vm.forks.petersburg.constants.GAS_EXTCODEHASH_EIP1052", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.constants", + "symbol_part": "GAS_EXTCODEHASH_EIP1052", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.vm.logic.arithmetic", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "arithmetic", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.vm.logic.context", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "context", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.vm.logic.system", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "system", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.petersburg.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 31 + } + ], + "eth.vm.forks.petersburg.state": [ + { + "from_module": "eth.vm.forks.petersburg.state", + "imports": "eth.vm.forks.byzantium.state.ByzantiumState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.state", + "symbol_part": "ByzantiumState", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.petersburg.state", + "imports": "computation.PetersburgComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "PetersburgComputation", + "lineno": 5 + } + ], + "eth.vm.forks.petersburg.transactions": [ + { + "from_module": "eth.vm.forks.petersburg.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.petersburg.transactions", + "imports": "eth.vm.forks.byzantium.transactions.ByzantiumTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.transactions", + "symbol_part": "ByzantiumTransaction", + "lineno": 11 + }, + { + "from_module": "eth.vm.forks.petersburg.transactions", + "imports": "eth.vm.forks.byzantium.transactions.ByzantiumUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.transactions", + "symbol_part": "ByzantiumUnsignedTransaction", + "lineno": 11 + } + ], + "eth.vm.forks.petersburg": [ + { + "from_module": "eth.vm.forks.petersburg", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "eth.vm.forks.byzantium.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium", + "symbol_part": "ByzantiumVM", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "eth.vm.forks.byzantium.get_uncle_reward", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium", + "symbol_part": "get_uncle_reward", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "blocks.PetersburgBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "PetersburgBlock", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "constants.EIP1234_BLOCK_REWARD", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "EIP1234_BLOCK_REWARD", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "headers.compute_petersburg_difficulty", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "compute_petersburg_difficulty", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "headers.configure_petersburg_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_petersburg_header", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "headers.create_petersburg_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_petersburg_header_from_parent", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.petersburg", + "imports": "state.PetersburgState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "PetersburgState", + "lineno": 21 + } + ], + "eth.vm.forks.prague.blocks": [ + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth._utils.headers.new_timestamp_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "new_timestamp_from_parent", + "lineno": 27 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 30 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.constants.EMPTY_SHA256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_SHA256", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.constants.GENESIS_NONCE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_NONCE", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.constants.ZERO_HASH32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_HASH32", + "lineno": 35 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.rlp.sedes.hash32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "hash32", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.rlp.sedes.trie_root", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "trie_root", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.rlp.sedes.uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "uint256", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.vm.forks.cancun.blocks.CancunBackwardsHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.blocks", + "symbol_part": "CancunBackwardsHeader", + "lineno": 53 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.vm.forks.cancun.blocks.CancunBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.blocks", + "symbol_part": "CancunBlock", + "lineno": 53 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "eth.vm.forks.cancun.blocks.CancunBlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.blocks", + "symbol_part": "CancunBlockHeader", + "lineno": 53 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "london.blocks.LondonBlockHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "london.blocks", + "symbol_part": "LondonBlockHeader", + "lineno": 59 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "shanghai.blocks.ShanghaiBlockHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "shanghai.blocks", + "symbol_part": "ShanghaiBlockHeader", + "lineno": 62 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "shanghai.withdrawals.Withdrawal", + "type": "from_import", + "relative_level": 2, + "module_part": "shanghai.withdrawals", + "symbol_part": "Withdrawal", + "lineno": 65 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "receipts.PragueReceiptBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "receipts", + "symbol_part": "PragueReceiptBuilder", + "lineno": 68 + }, + { + "from_module": "eth.vm.forks.prague.blocks", + "imports": "transactions.PragueTransactionBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "PragueTransactionBuilder", + "lineno": 71 + } + ], + "eth.vm.forks.prague.computation": [ + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.precompiles.bls12_g1_add", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles", + "symbol_part": "bls12_g1_add", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.precompiles.bls12_g1_msm", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles", + "symbol_part": "bls12_g1_msm", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.precompiles.bls12_g2_add", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles", + "symbol_part": "bls12_g2_add", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.precompiles.bls12_g2_msm", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles", + "symbol_part": "bls12_g2_msm", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.precompiles.bls12_map_fp2_to_g2", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles", + "symbol_part": "bls12_map_fp2_to_g2", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.precompiles.bls12_map_fp_to_g1", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles", + "symbol_part": "bls12_map_fp_to_g1", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.precompiles.bls12_pairing_check", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles", + "symbol_part": "bls12_pairing_check", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.cancun.computation.CancunComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.computation", + "symbol_part": "CancunComputation", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.prague.constants.BLS12_G1ADD_PRECOMPILE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "BLS12_G1ADD_PRECOMPILE_ADDRESS", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.prague.constants.BLS12_G1MSM_PRECOMPILE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "BLS12_G1MSM_PRECOMPILE_ADDRESS", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.prague.constants.BLS12_G2ADD_PRECOMPILE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "BLS12_G2ADD_PRECOMPILE_ADDRESS", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.prague.constants.BLS12_G2MSM_PRECOMPILE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "BLS12_G2MSM_PRECOMPILE_ADDRESS", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.prague.constants.BLS12_MAP_FP2_TO_G2_PRECOMPILE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "BLS12_MAP_FP2_TO_G2_PRECOMPILE_ADDRESS", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.prague.constants.BLS12_MAP_FP_TO_G1_PRECOMPILE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "BLS12_MAP_FP_TO_G1_PRECOMPILE_ADDRESS", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.prague.constants.BLS12_PAIRING_CHECK_PRECOMPILE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "BLS12_PAIRING_CHECK_PRECOMPILE_ADDRESS", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.prague.computation", + "imports": "eth.vm.forks.prague.opcodes.PRAGUE_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.opcodes", + "symbol_part": "PRAGUE_OPCODES", + "lineno": 29 + } + ], + "eth.vm.forks.prague.constants": [], + "eth.vm.forks.prague.headers": [ + { + "from_module": "eth.vm.forks.prague.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.prague.headers", + "imports": "eth.constants.EMPTY_SHA256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_SHA256", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.prague.headers", + "imports": "eth.vm.forks.cancun.create_cancun_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun", + "symbol_part": "create_cancun_header_from_parent", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.prague.headers", + "imports": "eth.vm.forks.prague.blocks.PragueBlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.blocks", + "symbol_part": "PragueBlockHeader", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.prague.headers", + "imports": "eth.vm.forks.prague.constants.TARGET_BLOB_GAS_PER_BLOCK", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "TARGET_BLOB_GAS_PER_BLOCK", + "lineno": 24 + } + ], + "eth.vm.forks.prague.logic": [ + { + "from_module": "eth.vm.forks.prague.logic", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.prague.logic", + "imports": "eth._utils.state.code_is_delegation_designation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.state", + "symbol_part": "code_is_delegation_designation", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.prague.logic", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.prague.logic", + "imports": "eth.vm.forks.berlin.logic.BaseCallEIP2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "BaseCallEIP2929", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.prague.logic", + "imports": "eth.vm.forks.berlin.logic.CallCodeEIP2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "CallCodeEIP2929", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.prague.logic", + "imports": "eth.vm.forks.berlin.logic.CallEIP2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "CallEIP2929", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.prague.logic", + "imports": "eth.vm.forks.berlin.logic.DelegateCallEIP2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "DelegateCallEIP2929", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.prague.logic", + "imports": "eth.vm.forks.berlin.logic.StaticCallEIP2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "StaticCallEIP2929", + "lineno": 22 + } + ], + "eth.vm.forks.prague.opcodes": [ + { + "from_module": "eth.vm.forks.prague.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.prague.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.prague.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.prague.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.prague.opcodes", + "imports": "eth.vm.forks.cancun.opcodes.CANCUN_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.opcodes", + "symbol_part": "CANCUN_OPCODES", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.prague.opcodes", + "imports": "logic", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "logic", + "lineno": 24 + } + ], + "eth.vm.forks.prague.receipts": [ + { + "from_module": "eth.vm.forks.prague.receipts", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.prague.receipts", + "imports": "eth.vm.forks.berlin.constants.ACCESS_LIST_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "ACCESS_LIST_TRANSACTION_TYPE", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.prague.receipts", + "imports": "eth.vm.forks.cancun.constants.BLOB_TX_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.constants", + "symbol_part": "BLOB_TX_TYPE", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.prague.receipts", + "imports": "eth.vm.forks.cancun.receipts.CancunReceiptBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.receipts", + "symbol_part": "CancunReceiptBuilder", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.prague.receipts", + "imports": "eth.vm.forks.london.constants.DYNAMIC_FEE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.constants", + "symbol_part": "DYNAMIC_FEE_TRANSACTION_TYPE", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.prague.receipts", + "imports": "cancun.receipts.CancunTypedReceipt", + "type": "from_import", + "relative_level": 2, + "module_part": "cancun.receipts", + "symbol_part": "CancunTypedReceipt", + "lineno": 22 + }, + { + "from_module": "eth.vm.forks.prague.receipts", + "imports": "constants.SET_CODE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "SET_CODE_TRANSACTION_TYPE", + "lineno": 25 + } + ], + "eth.vm.forks.prague.state": [ + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 18 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth._utils.state.code_is_delegation_designation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.state", + "symbol_part": "code_is_delegation_designation", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.constants.GAS_TX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_TX", + "lineno": 28 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.cancun.CancunState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun", + "symbol_part": "CancunState", + "lineno": 31 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.cancun.constants.MIN_BLOB_BASE_FEE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.constants", + "symbol_part": "MIN_BLOB_BASE_FEE", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.cancun.state.CancunTransactionExecutor", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.state", + "symbol_part": "CancunTransactionExecutor", + "lineno": 37 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.cancun.state.fake_exponential", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.state", + "symbol_part": "fake_exponential", + "lineno": 37 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "BLOB_BASE_FEE_UPDATE_FRACTION_PRAGUE", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.DELEGATION_DESIGNATION_PREFIX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "DELEGATION_DESIGNATION_PREFIX", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.HISTORY_STORAGE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "HISTORY_STORAGE_ADDRESS", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.HISTORY_STORAGE_CONTRACT_CODE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "HISTORY_STORAGE_CONTRACT_CODE", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.MAGIC", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "MAGIC", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.PER_AUTH_BASE_COST", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "PER_AUTH_BASE_COST", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.PER_EMPTY_ACCOUNT_BASE_COST", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "PER_EMPTY_ACCOUNT_BASE_COST", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.SET_CODE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "SET_CODE_TRANSACTION_TYPE", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.STANDARD_TOKEN_COST", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "STANDARD_TOKEN_COST", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "eth.vm.forks.prague.constants.TOTAL_COST_FLOOR_PER_TOKEN", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "TOTAL_COST_FLOOR_PER_TOKEN", + "lineno": 41 + }, + { + "from_module": "eth.vm.forks.prague.state", + "imports": "computation.PragueComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "PragueComputation", + "lineno": 54 + } + ], + "eth.vm.forks.prague.transactions": [ + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth._utils.transactions.extract_transaction_sender", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "extract_transaction_sender", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth._utils.transactions.validate_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "validate_transaction_signature", + "lineno": 34 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.abc.SetCodeAuthorizationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SetCodeAuthorizationAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.abc.TransactionDecoderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionDecoderAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.constants.UINT_64_MAX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UINT_64_MAX", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.rlp.logs.Log", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.logs", + "symbol_part": "Log", + "lineno": 50 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 53 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 56 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.rlp.transactions.SignedTransactionMethods", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.transactions", + "symbol_part": "SignedTransactionMethods", + "lineno": 59 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 62 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.validation.validate_chain_id_is_current_or_zero", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_chain_id_is_current_or_zero", + "lineno": 62 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.validation.validate_is_list_like", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_list_like", + "lineno": 62 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.validation.validate_lt_secpk1n2", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lt_secpk1n2", + "lineno": 62 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.validation.validate_uint8", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint8", + "lineno": 62 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.validation.validate_uint64", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint64", + "lineno": 62 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 62 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.berlin.constants.ACCESS_LIST_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "ACCESS_LIST_TRANSACTION_TYPE", + "lineno": 71 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.berlin.transactions.AccessListPayloadDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "AccessListPayloadDecoder", + "lineno": 74 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.berlin.transactions.AccountAccesses", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "AccountAccesses", + "lineno": 74 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.berlin.transactions.TypedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "TypedTransaction", + "lineno": 74 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "calculate_txn_intrinsic_gas_berlin", + "lineno": 74 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.cancun.constants.BLOB_TX_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.constants", + "symbol_part": "BLOB_TX_TYPE", + "lineno": 80 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.cancun.transactions.BlobPayloadDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.transactions", + "symbol_part": "BlobPayloadDecoder", + "lineno": 83 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.cancun.transactions.CancunLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.transactions", + "symbol_part": "CancunLegacyTransaction", + "lineno": 83 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.cancun.transactions.CancunTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.transactions", + "symbol_part": "CancunTransactionBuilder", + "lineno": 83 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.cancun.transactions.CancunUnsignedLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.transactions", + "symbol_part": "CancunUnsignedLegacyTransaction", + "lineno": 83 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.london.constants.DYNAMIC_FEE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.constants", + "symbol_part": "DYNAMIC_FEE_TRANSACTION_TYPE", + "lineno": 89 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.london.transactions.DynamicFeePayloadDecoder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "DynamicFeePayloadDecoder", + "lineno": 92 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.london.transactions.DynamicFeeTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "DynamicFeeTransaction", + "lineno": 92 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "UnsignedDynamicFeeTransaction", + "lineno": 92 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "constants.PER_EMPTY_ACCOUNT_BASE_COST", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "PER_EMPTY_ACCOUNT_BASE_COST", + "lineno": 98 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "constants.SET_CODE_TRANSACTION_TYPE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "SET_CODE_TRANSACTION_TYPE", + "lineno": 98 + }, + { + "from_module": "eth.vm.forks.prague.transactions", + "imports": "receipts.PragueReceiptBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "receipts", + "symbol_part": "PragueReceiptBuilder", + "lineno": 102 + } + ], + "eth.vm.forks.prague": [ + { + "from_module": "eth.vm.forks.prague", + "imports": "eth._utils.db.get_block_header_by_hash", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.db", + "symbol_part": "get_block_header_by_hash", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.constants.SYSTEM_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "SYSTEM_ADDRESS", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.constants.SYSTEM_MESSAGE_GAS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "SYSTEM_MESSAGE_GAS", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.cancun.CancunVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun", + "symbol_part": "CancunVM", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.cancun.get_total_blob_gas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun", + "symbol_part": "get_total_blob_gas", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "CONSOLIDATION_REQUEST_PREDEPLOY_ADDRESS", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.CONSOLIDATION_REQUEST_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "CONSOLIDATION_REQUEST_TYPE", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.DEPOSIT_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "DEPOSIT_CONTRACT_ADDRESS", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.DEPOSIT_EVENT_SIGNATURE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "DEPOSIT_EVENT_SIGNATURE_HASH", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.DEPOSIT_REQUEST_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "DEPOSIT_REQUEST_TYPE", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.HISTORY_SERVE_WINDOW", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "HISTORY_SERVE_WINDOW", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.HISTORY_STORAGE_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "HISTORY_STORAGE_ADDRESS", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.HISTORY_STORAGE_CONTRACT_CODE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "HISTORY_STORAGE_CONTRACT_CODE", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.MAX_BLOB_GAS_PER_BLOCK", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "MAX_BLOB_GAS_PER_BLOCK", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "WITHDRAWAL_REQUEST_PREDEPLOY_ADDRESS", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.forks.prague.constants.WITHDRAWAL_REQUEST_TYPE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "WITHDRAWAL_REQUEST_TYPE", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "blocks.PragueBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "PragueBlock", + "lineno": 44 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "headers.calc_excess_blob_gas_prague", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "calc_excess_blob_gas_prague", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "headers.create_prague_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_prague_header_from_parent", + "lineno": 47 + }, + { + "from_module": "eth.vm.forks.prague", + "imports": "state.PragueState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "PragueState", + "lineno": 51 + } + ], + "eth.vm.forks.shanghai.blocks": [ + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth._utils.headers.new_timestamp_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.headers", + "symbol_part": "new_timestamp_from_parent", + "lineno": 36 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.abc.BlockHeaderSedesAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderSedesAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.abc.ChainDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainDatabaseAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.abc.ReceiptAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 39 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 49 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 49 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.constants.GENESIS_NONCE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_NONCE", + "lineno": 49 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 49 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 49 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.constants.ZERO_HASH32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_HASH32", + "lineno": 49 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.exceptions.BlockNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "BlockNotFound", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 57 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 61 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 64 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 67 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.rlp.sedes.hash32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "hash32", + "lineno": 67 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.rlp.sedes.trie_root", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "trie_root", + "lineno": 67 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "eth.rlp.sedes.uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "uint256", + "lineno": 67 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "london.blocks.LondonBlockHeader", + "type": "from_import", + "relative_level": 2, + "module_part": "london.blocks", + "symbol_part": "LondonBlockHeader", + "lineno": 74 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "london.receipts.LondonReceiptBuilder", + "type": "from_import", + "relative_level": 2, + "module_part": "london.receipts", + "symbol_part": "LondonReceiptBuilder", + "lineno": 77 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "transactions.ShanghaiTransactionBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "ShanghaiTransactionBuilder", + "lineno": 80 + }, + { + "from_module": "eth.vm.forks.shanghai.blocks", + "imports": "withdrawals.Withdrawal", + "type": "from_import", + "relative_level": 1, + "module_part": "withdrawals", + "symbol_part": "Withdrawal", + "lineno": 83 + } + ], + "eth.vm.forks.shanghai.computation": [ + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "eth.vm.forks.paris.computation.ParisComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.paris.computation", + "symbol_part": "ParisComputation", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "constants.INITCODE_WORD_COST", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "INITCODE_WORD_COST", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "constants.MAX_INITCODE_SIZE", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "MAX_INITCODE_SIZE", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.shanghai.computation", + "imports": "opcodes.SHANGHAI_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "SHANGHAI_OPCODES", + "lineno": 21 + } + ], + "eth.vm.forks.shanghai.constants": [ + { + "from_module": "eth.vm.forks.shanghai.constants", + "imports": "eth.vm.forks.spurious_dragon.constants.EIP170_CODE_SIZE_LIMIT", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.constants", + "symbol_part": "EIP170_CODE_SIZE_LIMIT", + "lineno": 1 + } + ], + "eth.vm.forks.shanghai.headers": [ + { + "from_module": "eth.vm.forks.shanghai.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.shanghai.headers", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.shanghai.headers", + "imports": "eth.vm.forks.byzantium.headers.configure_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.headers", + "symbol_part": "configure_header", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.shanghai.headers", + "imports": "eth.vm.forks.paris.headers.create_paris_header_from_parent", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.paris.headers", + "symbol_part": "create_paris_header_from_parent", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.shanghai.headers", + "imports": "blocks.ShanghaiBlockHeader", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "ShanghaiBlockHeader", + "lineno": 23 + } + ], + "eth.vm.forks.shanghai.logic": [ + { + "from_module": "eth.vm.forks.shanghai.logic", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.shanghai.logic", + "imports": "eth.vm.forks.berlin.logic.Create2EIP2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "Create2EIP2929", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks.shanghai.logic", + "imports": "eth.vm.forks.berlin.logic.CreateEIP2929", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.logic", + "symbol_part": "CreateEIP2929", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks.shanghai.logic", + "imports": "eth.vm.logic.system.CreateOpcodeStackData", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic.system", + "symbol_part": "CreateOpcodeStackData", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.shanghai.logic", + "imports": "constants.INITCODE_WORD_COST", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "INITCODE_WORD_COST", + "lineno": 12 + } + ], + "eth.vm.forks.shanghai.opcodes": [ + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "eth.tools._utils.deprecation.deprecate_method", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.deprecation", + "symbol_part": "deprecate_method", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "eth.vm.forks.paris.opcodes.PARIS_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.paris.opcodes", + "symbol_part": "PARIS_OPCODES", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "eth.vm.logic.stack", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "stack", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "logic.Create2EIP3860", + "type": "from_import", + "relative_level": 1, + "module_part": "logic", + "symbol_part": "Create2EIP3860", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.shanghai.opcodes", + "imports": "logic.CreateEIP3860", + "type": "from_import", + "relative_level": 1, + "module_part": "logic", + "symbol_part": "CreateEIP3860", + "lineno": 33 + } + ], + "eth.vm.forks.shanghai.state": [ + { + "from_module": "eth.vm.forks.shanghai.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.shanghai.state", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.shanghai.state", + "imports": "paris.ParisState", + "type": "from_import", + "relative_level": 2, + "module_part": "paris", + "symbol_part": "ParisState", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.shanghai.state", + "imports": "paris.state.ParisTransactionExecutor", + "type": "from_import", + "relative_level": 2, + "module_part": "paris.state", + "symbol_part": "ParisTransactionExecutor", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.shanghai.state", + "imports": "computation.ShanghaiComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "ShanghaiComputation", + "lineno": 16 + } + ], + "eth.vm.forks.shanghai.transactions": [ + { + "from_module": "eth.vm.forks.shanghai.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.shanghai.transactions", + "imports": "eth.vm.forks.paris.transactions.ParisLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.paris.transactions", + "symbol_part": "ParisLegacyTransaction", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.shanghai.transactions", + "imports": "eth.vm.forks.paris.transactions.ParisTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.paris.transactions", + "symbol_part": "ParisTransactionBuilder", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.shanghai.transactions", + "imports": "eth.vm.forks.paris.transactions.ParisUnsignedLegacyTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.paris.transactions", + "symbol_part": "ParisUnsignedLegacyTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.shanghai.withdrawals": [ + { + "from_module": "eth.vm.forks.shanghai.withdrawals", + "imports": "eth.abc.WithdrawalAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "WithdrawalAPI", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.shanghai.withdrawals", + "imports": "eth.rlp.sedes.address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.sedes", + "symbol_part": "address", + "lineno": 23 + }, + { + "from_module": "eth.vm.forks.shanghai.withdrawals", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 26 + }, + { + "from_module": "eth.vm.forks.shanghai.withdrawals", + "imports": "eth.validation.validate_uint64", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint64", + "lineno": 26 + } + ], + "eth.vm.forks.shanghai": [ + { + "from_module": "eth.vm.forks.shanghai", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.shanghai", + "imports": "eth.vm.forks.paris.ParisVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.paris", + "symbol_part": "ParisVM", + "lineno": 6 + }, + { + "from_module": "eth.vm.forks.shanghai", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 7 + }, + { + "from_module": "eth.vm.forks.shanghai", + "imports": "blocks.ShanghaiBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "ShanghaiBlock", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.shanghai", + "imports": "headers.configure_shanghai_header", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "configure_shanghai_header", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.shanghai", + "imports": "headers.create_shanghai_header_from_parent", + "type": "from_import", + "relative_level": 1, + "module_part": "headers", + "symbol_part": "create_shanghai_header_from_parent", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.shanghai", + "imports": "state.ShanghaiState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "ShanghaiState", + "lineno": 14 + } + ], + "eth.vm.forks.spurious_dragon.blocks": [ + { + "from_module": "eth.vm.forks.spurious_dragon.blocks", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 5 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.blocks", + "imports": "eth.vm.forks.homestead.blocks.HomesteadBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.blocks", + "symbol_part": "HomesteadBlock", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.blocks", + "imports": "transactions.SpuriousDragonTransaction", + "type": "from_import", + "relative_level": 1, + "module_part": "transactions", + "symbol_part": "SpuriousDragonTransaction", + "lineno": 12 + } + ], + "eth.vm.forks.spurious_dragon.computation": [ + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "eth.abc.TransactionContextAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionContextAPI", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "eth.vm.forks.homestead.computation.HomesteadComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.computation", + "symbol_part": "HomesteadComputation", + "lineno": 25 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "spurious_dragon.constants.EIP170_CODE_SIZE_LIMIT", + "type": "from_import", + "relative_level": 2, + "module_part": "spurious_dragon.constants", + "symbol_part": "EIP170_CODE_SIZE_LIMIT", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.computation", + "imports": "opcodes.SPURIOUS_DRAGON_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "SPURIOUS_DRAGON_OPCODES", + "lineno": 32 + } + ], + "eth.vm.forks.spurious_dragon.constants": [], + "eth.vm.forks.spurious_dragon.opcodes": [ + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.abc.OpcodeAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "OpcodeAPI", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 13 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.forks.tangerine_whistle.constants.GAS_CALL_EIP150", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle.constants", + "symbol_part": "GAS_CALL_EIP150", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.forks.tangerine_whistle.constants.GAS_SELFDESTRUCT_EIP150", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle.constants", + "symbol_part": "GAS_SELFDESTRUCT_EIP150", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.forks.tangerine_whistle.opcodes.TANGERINE_WHISTLE_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle.opcodes", + "symbol_part": "TANGERINE_WHISTLE_OPCODES", + "lineno": 21 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.logic.arithmetic", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "arithmetic", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.logic.call", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "call", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.logic.system", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "system", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 29 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "constants.GAS_EXP_EIP160", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_EXP_EIP160", + "lineno": 33 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.opcodes", + "imports": "constants.GAS_EXPBYTE_EIP160", + "type": "from_import", + "relative_level": 1, + "module_part": "constants", + "symbol_part": "GAS_EXPBYTE_EIP160", + "lineno": 33 + } + ], + "eth.vm.forks.spurious_dragon.state": [ + { + "from_module": "eth.vm.forks.spurious_dragon.state", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.state", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.state", + "imports": "eth.abc.TransactionExecutorAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionExecutorAPI", + "lineno": 9 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.state", + "imports": "eth.vm.forks.homestead.state.HomesteadState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.state", + "symbol_part": "HomesteadState", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.state", + "imports": "eth.vm.forks.homestead.state.HomesteadTransactionExecutor", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.state", + "symbol_part": "HomesteadTransactionExecutor", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.state", + "imports": "_utils.collect_touched_accounts", + "type": "from_import", + "relative_level": 1, + "module_part": "_utils", + "symbol_part": "collect_touched_accounts", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.state", + "imports": "computation.SpuriousDragonComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "SpuriousDragonComputation", + "lineno": 22 + } + ], + "eth.vm.forks.spurious_dragon.transactions": [ + { + "from_module": "eth.vm.forks.spurious_dragon.transactions", + "imports": "eth._utils.numeric.is_even", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "is_even", + "lineno": 16 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.transactions", + "imports": "eth._utils.transactions.create_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "create_transaction_signature", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.transactions", + "imports": "eth._utils.transactions.extract_chain_id", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "extract_chain_id", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.transactions", + "imports": "eth._utils.transactions.is_eip_155_signed_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "is_eip_155_signed_transaction", + "lineno": 19 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.transactions", + "imports": "eth.vm.forks.homestead.transactions.HomesteadTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.transactions", + "symbol_part": "HomesteadTransaction", + "lineno": 24 + }, + { + "from_module": "eth.vm.forks.spurious_dragon.transactions", + "imports": "eth.vm.forks.homestead.transactions.HomesteadUnsignedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.transactions", + "symbol_part": "HomesteadUnsignedTransaction", + "lineno": 24 + } + ], + "eth.vm.forks.spurious_dragon._utils": [ + { + "from_module": "eth.vm.forks.spurious_dragon._utils", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 12 + }, + { + "from_module": "eth.vm.forks.spurious_dragon._utils", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 15 + }, + { + "from_module": "eth.vm.forks.spurious_dragon._utils", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 18 + } + ], + "eth.vm.forks.spurious_dragon": [ + { + "from_module": "eth.vm.forks.spurious_dragon", + "imports": "eth.abc.BlockAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockAPI", + "lineno": 3 + }, + { + "from_module": "eth.vm.forks.spurious_dragon", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 3 + }, + { + "from_module": "eth.vm.forks.spurious_dragon", + "imports": "tangerine_whistle.TangerineWhistleVM", + "type": "from_import", + "relative_level": 2, + "module_part": "tangerine_whistle", + "symbol_part": "TangerineWhistleVM", + "lineno": 8 + }, + { + "from_module": "eth.vm.forks.spurious_dragon", + "imports": "blocks.SpuriousDragonBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "blocks", + "symbol_part": "SpuriousDragonBlock", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.spurious_dragon", + "imports": "state.SpuriousDragonState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "SpuriousDragonState", + "lineno": 11 + } + ], + "eth.vm.forks.tangerine_whistle.computation": [ + { + "from_module": "eth.vm.forks.tangerine_whistle.computation", + "imports": "homestead.computation.HomesteadComputation", + "type": "from_import", + "relative_level": 2, + "module_part": "homestead.computation", + "symbol_part": "HomesteadComputation", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.computation", + "imports": "opcodes.TANGERINE_WHISTLE_OPCODES", + "type": "from_import", + "relative_level": 1, + "module_part": "opcodes", + "symbol_part": "TANGERINE_WHISTLE_OPCODES", + "lineno": 4 + } + ], + "eth.vm.forks.tangerine_whistle.constants": [], + "eth.vm.forks.tangerine_whistle.opcodes": [ + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.constants.GAS_CREATE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_CREATE", + "lineno": 7 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 10 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.forks.homestead.opcodes.HOMESTEAD_OPCODES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.opcodes", + "symbol_part": "HOMESTEAD_OPCODES", + "lineno": 14 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.forks.tangerine_whistle.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.tangerine_whistle", + "symbol_part": "constants", + "lineno": 17 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.logic.call", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "call", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.logic.context", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "context", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.logic.storage", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "storage", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.logic.system", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.logic", + "symbol_part": "system", + "lineno": 20 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.opcodes", + "imports": "eth.vm.opcode.as_opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "as_opcode", + "lineno": 26 + } + ], + "eth.vm.forks.tangerine_whistle.state": [ + { + "from_module": "eth.vm.forks.tangerine_whistle.state", + "imports": "eth.vm.forks.homestead.state.HomesteadState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.state", + "symbol_part": "HomesteadState", + "lineno": 1 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle.state", + "imports": "computation.TangerineWhistleComputation", + "type": "from_import", + "relative_level": 1, + "module_part": "computation", + "symbol_part": "TangerineWhistleComputation", + "lineno": 5 + } + ], + "eth.vm.forks.tangerine_whistle": [ + { + "from_module": "eth.vm.forks.tangerine_whistle", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 3 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle", + "imports": "eth.vm.forks.homestead.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead", + "symbol_part": "HomesteadVM", + "lineno": 4 + }, + { + "from_module": "eth.vm.forks.tangerine_whistle", + "imports": "state.TangerineWhistleState", + "type": "from_import", + "relative_level": 1, + "module_part": "state", + "symbol_part": "TangerineWhistleState", + "lineno": 6 + } + ], + "eth.vm.logic.arithmetic": [ + { + "from_module": "eth.vm.logic.arithmetic", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 5 + }, + { + "from_module": "eth.vm.logic.arithmetic", + "imports": "eth._utils.numeric.ceil8", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil8", + "lineno": 8 + }, + { + "from_module": "eth.vm.logic.arithmetic", + "imports": "eth._utils.numeric.signed_to_unsigned", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "signed_to_unsigned", + "lineno": 8 + }, + { + "from_module": "eth.vm.logic.arithmetic", + "imports": "eth._utils.numeric.unsigned_to_signed", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "unsigned_to_signed", + "lineno": 8 + }, + { + "from_module": "eth.vm.logic.arithmetic", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 13 + } + ], + "eth.vm.logic.block": [ + { + "from_module": "eth.vm.logic.block", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 5 + } + ], + "eth.vm.logic.call": [ + { + "from_module": "eth.vm.logic.call", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 14 + }, + { + "from_module": "eth.vm.logic.call", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 17 + }, + { + "from_module": "eth.vm.logic.call", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 20 + }, + { + "from_module": "eth.vm.logic.call", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 23 + }, + { + "from_module": "eth.vm.logic.call", + "imports": "eth.exceptions.WriteProtection", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "WriteProtection", + "lineno": 23 + }, + { + "from_module": "eth.vm.logic.call", + "imports": "eth.vm.opcode.Opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "Opcode", + "lineno": 27 + } + ], + "eth.vm.logic.comparison": [ + { + "from_module": "eth.vm.logic.comparison", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 1 + }, + { + "from_module": "eth.vm.logic.comparison", + "imports": "eth._utils.numeric.signed_to_unsigned", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "signed_to_unsigned", + "lineno": 4 + }, + { + "from_module": "eth.vm.logic.comparison", + "imports": "eth._utils.numeric.unsigned_to_signed", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "unsigned_to_signed", + "lineno": 4 + }, + { + "from_module": "eth.vm.logic.comparison", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 8 + } + ], + "eth.vm.logic.context": [ + { + "from_module": "eth.vm.logic.context", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 9 + }, + { + "from_module": "eth.vm.logic.context", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 12 + }, + { + "from_module": "eth.vm.logic.context", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 15 + }, + { + "from_module": "eth.vm.logic.context", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 18 + }, + { + "from_module": "eth.vm.logic.context", + "imports": "eth.exceptions.OutOfBoundsRead", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfBoundsRead", + "lineno": 21 + } + ], + "eth.vm.logic.duplication": [ + { + "from_module": "eth.vm.logic.duplication", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 1 + } + ], + "eth.vm.logic.flow": [ + { + "from_module": "eth.vm.logic.flow", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 1 + }, + { + "from_module": "eth.vm.logic.flow", + "imports": "eth.exceptions.Halt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "Halt", + "lineno": 4 + }, + { + "from_module": "eth.vm.logic.flow", + "imports": "eth.exceptions.InvalidInstruction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InvalidInstruction", + "lineno": 4 + }, + { + "from_module": "eth.vm.logic.flow", + "imports": "eth.exceptions.InvalidJumpDestination", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InvalidJumpDestination", + "lineno": 4 + }, + { + "from_module": "eth.vm.logic.flow", + "imports": "eth.vm.opcode_values.JUMPDEST", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode_values", + "symbol_part": "JUMPDEST", + "lineno": 9 + } + ], + "eth.vm.logic.invalid": [ + { + "from_module": "eth.vm.logic.invalid", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 1 + }, + { + "from_module": "eth.vm.logic.invalid", + "imports": "eth.exceptions.InvalidInstruction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InvalidInstruction", + "lineno": 4 + }, + { + "from_module": "eth.vm.logic.invalid", + "imports": "eth.vm.opcode.Opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "Opcode", + "lineno": 7 + } + ], + "eth.vm.logic.logging": [ + { + "from_module": "eth.vm.logic.logging", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 6 + }, + { + "from_module": "eth.vm.logic.logging", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 9 + } + ], + "eth.vm.logic.memory": [ + { + "from_module": "eth.vm.logic.memory", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 1 + }, + { + "from_module": "eth.vm.logic.memory", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 4 + }, + { + "from_module": "eth.vm.logic.memory", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 7 + } + ], + "eth.vm.logic.sha3": [ + { + "from_module": "eth.vm.logic.sha3", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 5 + }, + { + "from_module": "eth.vm.logic.sha3", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 8 + }, + { + "from_module": "eth.vm.logic.sha3", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 11 + } + ], + "eth.vm.logic.stack": [ + { + "from_module": "eth.vm.logic.stack", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 1 + } + ], + "eth.vm.logic.storage": [ + { + "from_module": "eth.vm.logic.storage", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 9 + }, + { + "from_module": "eth.vm.logic.storage", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 12 + } + ], + "eth.vm.logic.swap": [ + { + "from_module": "eth.vm.logic.swap", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 1 + } + ], + "eth.vm.logic.system": [ + { + "from_module": "eth.vm.logic.system", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 12 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 15 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth._utils.address.generate_contract_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "generate_contract_address", + "lineno": 15 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth._utils.address.generate_safe_contract_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "generate_safe_contract_address", + "lineno": 15 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth._utils.numeric.ceil32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "ceil32", + "lineno": 20 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth.abc.ComputationAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ComputationAPI", + "lineno": 23 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth.abc.MessageAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MessageAPI", + "lineno": 23 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth.exceptions.Halt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "Halt", + "lineno": 27 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth.exceptions.Revert", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "Revert", + "lineno": 27 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth.exceptions.WriteProtection", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "WriteProtection", + "lineno": 27 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth.vm.mnemonics", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "mnemonics", + "lineno": 32 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "eth.vm.opcode.Opcode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.opcode", + "symbol_part": "Opcode", + "lineno": 35 + }, + { + "from_module": "eth.vm.logic.system", + "imports": "call.max_child_gas_eip150", + "type": "from_import", + "relative_level": 1, + "module_part": "call", + "symbol_part": "max_child_gas_eip150", + "lineno": 39 + } + ], + "eth.vm.logic": [], + "eth._utils.address": [ + { + "from_module": "eth._utils.address", + "imports": "eth._utils.numeric.int_to_bytes32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "int_to_bytes32", + "lineno": 9 + } + ], + "eth._utils.bn128": [], + "eth._utils.calculations": [], + "eth._utils.datatypes": [ + { + "from_module": "eth._utils.datatypes", + "imports": "eth.abc.ConfigurableAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConfigurableAPI", + "lineno": 20 + } + ], + "eth._utils.db": [ + { + "from_module": "eth._utils.db", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 5 + }, + { + "from_module": "eth._utils.db", + "imports": "eth.abc.ChainDatabaseAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ChainDatabaseAPI", + "lineno": 5 + }, + { + "from_module": "eth._utils.db", + "imports": "eth.abc.StateAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "StateAPI", + "lineno": 5 + }, + { + "from_module": "eth._utils.db", + "imports": "eth.typing.AccountState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountState", + "lineno": 10 + } + ], + "eth._utils.empty": [], + "eth._utils.env": [], + "eth._utils.generator": [], + "eth._utils.headers": [ + { + "from_module": "eth._utils.headers", + "imports": "eth.abc.BlockHeaderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "BlockHeaderAPI", + "lineno": 12 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.GAS_LIMIT_ADJUSTMENT_FACTOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_LIMIT_ADJUSTMENT_FACTOR", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.GAS_LIMIT_EMA_DENOMINATOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_LIMIT_EMA_DENOMINATOR", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.GAS_LIMIT_MAXIMUM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_LIMIT_MAXIMUM", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.GAS_LIMIT_MINIMUM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_LIMIT_MINIMUM", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.GAS_LIMIT_USAGE_ADJUSTMENT_DENOMINATOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_LIMIT_USAGE_ADJUSTMENT_DENOMINATOR", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.GAS_LIMIT_USAGE_ADJUSTMENT_NUMERATOR", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_LIMIT_USAGE_ADJUSTMENT_NUMERATOR", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.GENESIS_BLOCK_NUMBER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_BLOCK_NUMBER", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 15 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.typing.BlockNumber", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "BlockNumber", + "lineno": 27 + }, + { + "from_module": "eth._utils.headers", + "imports": "eth.typing.HeaderParams", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "HeaderParams", + "lineno": 27 + } + ], + "eth._utils.logging": [], + "eth._utils.module_loading": [], + "eth._utils.numeric": [ + { + "from_module": "eth._utils.numeric", + "imports": "eth.constants.UINT_255_MAX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UINT_255_MAX", + "lineno": 14 + }, + { + "from_module": "eth._utils.numeric", + "imports": "eth.constants.UINT_256_CEILING", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UINT_256_CEILING", + "lineno": 14 + }, + { + "from_module": "eth._utils.numeric", + "imports": "eth.constants.UINT_256_MAX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UINT_256_MAX", + "lineno": 14 + } + ], + "eth._utils.padding": [], + "eth._utils.rlp": [ + { + "from_module": "eth._utils.rlp", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 16 + } + ], + "eth._utils.spoof": [ + { + "from_module": "eth._utils.spoof", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 11 + }, + { + "from_module": "eth._utils.spoof", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 11 + }, + { + "from_module": "eth._utils.spoof", + "imports": "eth.constants.DEFAULT_SPOOF_R", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DEFAULT_SPOOF_R", + "lineno": 15 + }, + { + "from_module": "eth._utils.spoof", + "imports": "eth.constants.DEFAULT_SPOOF_S", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DEFAULT_SPOOF_S", + "lineno": 15 + }, + { + "from_module": "eth._utils.spoof", + "imports": "eth.constants.DEFAULT_SPOOF_Y_PARITY", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DEFAULT_SPOOF_Y_PARITY", + "lineno": 15 + } + ], + "eth._utils.state": [ + { + "from_module": "eth._utils.state", + "imports": "eth.typing.AccountDiff", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountDiff", + "lineno": 5 + }, + { + "from_module": "eth._utils.state", + "imports": "eth.typing.AccountState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "AccountState", + "lineno": 5 + }, + { + "from_module": "eth._utils.state", + "imports": "eth.vm.forks.prague.constants.DELEGATION_DESIGNATION_PREFIX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.constants", + "symbol_part": "DELEGATION_DESIGNATION_PREFIX", + "lineno": 9 + }, + { + "from_module": "eth._utils.state", + "imports": "eth.vm.state.BaseState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.state", + "symbol_part": "BaseState", + "lineno": 12 + } + ], + "eth._utils.transactions": [ + { + "from_module": "eth._utils.transactions", + "imports": "eth._utils.numeric.is_even", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "is_even", + "lineno": 19 + }, + { + "from_module": "eth._utils.transactions", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 22 + }, + { + "from_module": "eth._utils.transactions", + "imports": "eth.abc.UnsignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "UnsignedTransactionAPI", + "lineno": 22 + }, + { + "from_module": "eth._utils.transactions", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 26 + }, + { + "from_module": "eth._utils.transactions", + "imports": "eth.rlp.transactions.BaseTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.transactions", + "symbol_part": "BaseTransaction", + "lineno": 29 + }, + { + "from_module": "eth._utils.transactions", + "imports": "eth.typing.VRS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "VRS", + "lineno": 32 + }, + { + "from_module": "eth._utils.transactions", + "imports": "eth.typing.Address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.typing", + "symbol_part": "Address", + "lineno": 32 + } + ], + "eth._utils.version": [ + { + "from_module": "eth._utils.version", + "imports": "eth.__version__", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "__version__", + "lineno": 3 + } + ], + "eth._utils": [], + "eth._utils.blake2.coders": [ + { + "from_module": "eth._utils.blake2.coders", + "imports": "compression.TMessageBlock", + "type": "from_import", + "relative_level": 1, + "module_part": "compression", + "symbol_part": "TMessageBlock", + "lineno": 13 + } + ], + "eth._utils.blake2.compression": [], + "eth._utils.blake2": [], + "newsfragments.validate_files": [], + "scripts.benchmark.run": [ + { + "from_module": "scripts.benchmark.run", + "imports": "eth._utils.version.construct_evm_runtime_identifier", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.version", + "symbol_part": "construct_evm_runtime_identifier", + "lineno": 32 + }, + { + "from_module": "scripts.benchmark.run", + "imports": "scripts.benchmark._utils.compile.compile_contracts", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.compile", + "symbol_part": "compile_contracts", + "lineno": 35 + }, + { + "from_module": "scripts.benchmark.run", + "imports": "scripts.benchmark._utils.reporting.DefaultStat", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "DefaultStat", + "lineno": 38 + }, + { + "from_module": "scripts.benchmark.run", + "imports": "scripts.benchmark._utils.reporting.print_final_benchmark_total_line", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "print_final_benchmark_total_line", + "lineno": 38 + }, + { + "from_module": "scripts.benchmark.run", + "imports": "scripts.benchmark._utils.shellart.bold_green", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.shellart", + "symbol_part": "bold_green", + "lineno": 42 + }, + { + "from_module": "scripts.benchmark.run", + "imports": "scripts.benchmark._utils.shellart.bold_red", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.shellart", + "symbol_part": "bold_red", + "lineno": 42 + } + ], + "scripts.benchmark": [], + "scripts.benchmark.checks.base_benchmark": [ + { + "from_module": "scripts.benchmark.checks.base_benchmark", + "imports": "scripts.benchmark._utils.meters.TimedResult", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.meters", + "symbol_part": "TimedResult", + "lineno": 11 + }, + { + "from_module": "scripts.benchmark.checks.base_benchmark", + "imports": "scripts.benchmark._utils.meters.time_call", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.meters", + "symbol_part": "time_call", + "lineno": 11 + }, + { + "from_module": "scripts.benchmark.checks.base_benchmark", + "imports": "scripts.benchmark._utils.reporting.DefaultStat", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "DefaultStat", + "lineno": 15 + }, + { + "from_module": "scripts.benchmark.checks.base_benchmark", + "imports": "scripts.benchmark._utils.reporting.print_default_benchmark_result_header", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "print_default_benchmark_result_header", + "lineno": 15 + }, + { + "from_module": "scripts.benchmark.checks.base_benchmark", + "imports": "scripts.benchmark._utils.reporting.print_default_benchmark_stat_line", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "print_default_benchmark_stat_line", + "lineno": 15 + }, + { + "from_module": "scripts.benchmark.checks.base_benchmark", + "imports": "scripts.benchmark._utils.reporting.print_default_benchmark_total_line", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "print_default_benchmark_total_line", + "lineno": 15 + }, + { + "from_module": "scripts.benchmark.checks.base_benchmark", + "imports": "scripts.benchmark._utils.shellart.bold_yellow", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.shellart", + "symbol_part": "bold_yellow", + "lineno": 21 + } + ], + "scripts.benchmark.checks.deploy_dos": [ + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 18 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 21 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 24 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "scripts.benchmark._utils.chain_plumbing.FUNDED_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "FUNDED_ADDRESS", + "lineno": 27 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "scripts.benchmark._utils.chain_plumbing.FUNDED_ADDRESS_PRIVATE_KEY", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "FUNDED_ADDRESS_PRIVATE_KEY", + "lineno": 27 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "scripts.benchmark._utils.chain_plumbing.get_all_chains", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "get_all_chains", + "lineno": 27 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "scripts.benchmark._utils.compile.get_compiled_contract", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.compile", + "symbol_part": "get_compiled_contract", + "lineno": 32 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "scripts.benchmark._utils.reporting.DefaultStat", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "DefaultStat", + "lineno": 35 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 38 + }, + { + "from_module": "scripts.benchmark.checks.deploy_dos", + "imports": "base_benchmark.BaseBenchmark", + "type": "from_import", + "relative_level": 1, + "module_part": "base_benchmark", + "symbol_part": "BaseBenchmark", + "lineno": 42 + } + ], + "scripts.benchmark.checks.erc20_interact": [ + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 17 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 20 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 23 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "scripts.benchmark._utils.chain_plumbing.FUNDED_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "FUNDED_ADDRESS", + "lineno": 26 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "scripts.benchmark._utils.chain_plumbing.FUNDED_ADDRESS_PRIVATE_KEY", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "FUNDED_ADDRESS_PRIVATE_KEY", + "lineno": 26 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "scripts.benchmark._utils.chain_plumbing.SECOND_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "SECOND_ADDRESS", + "lineno": 26 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "scripts.benchmark._utils.chain_plumbing.SECOND_ADDRESS_PRIVATE_KEY", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "SECOND_ADDRESS_PRIVATE_KEY", + "lineno": 26 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "scripts.benchmark._utils.chain_plumbing.get_all_chains", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "get_all_chains", + "lineno": 26 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "scripts.benchmark._utils.compile.get_compiled_contract", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.compile", + "symbol_part": "get_compiled_contract", + "lineno": 33 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "scripts.benchmark._utils.reporting.DefaultStat", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "DefaultStat", + "lineno": 36 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 39 + }, + { + "from_module": "scripts.benchmark.checks.erc20_interact", + "imports": "base_benchmark.BaseBenchmark", + "type": "from_import", + "relative_level": 1, + "module_part": "base_benchmark", + "symbol_part": "BaseBenchmark", + "lineno": 43 + } + ], + "scripts.benchmark.checks.import_empty_blocks": [ + { + "from_module": "scripts.benchmark.checks.import_empty_blocks", + "imports": "eth.chains.base.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "Chain", + "lineno": 3 + }, + { + "from_module": "scripts.benchmark.checks.import_empty_blocks", + "imports": "scripts.benchmark._utils.chain_plumbing.get_all_chains", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "get_all_chains", + "lineno": 6 + }, + { + "from_module": "scripts.benchmark.checks.import_empty_blocks", + "imports": "scripts.benchmark._utils.format.format_block", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.format", + "symbol_part": "format_block", + "lineno": 9 + }, + { + "from_module": "scripts.benchmark.checks.import_empty_blocks", + "imports": "scripts.benchmark._utils.reporting.DefaultStat", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "DefaultStat", + "lineno": 12 + }, + { + "from_module": "scripts.benchmark.checks.import_empty_blocks", + "imports": "base_benchmark.BaseBenchmark", + "type": "from_import", + "relative_level": 1, + "module_part": "base_benchmark", + "symbol_part": "BaseBenchmark", + "lineno": 16 + } + ], + "scripts.benchmark.checks.mine_empty_blocks": [ + { + "from_module": "scripts.benchmark.checks.mine_empty_blocks", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 3 + }, + { + "from_module": "scripts.benchmark.checks.mine_empty_blocks", + "imports": "scripts.benchmark._utils.chain_plumbing.get_all_chains", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "get_all_chains", + "lineno": 6 + }, + { + "from_module": "scripts.benchmark.checks.mine_empty_blocks", + "imports": "scripts.benchmark._utils.format.format_block", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.format", + "symbol_part": "format_block", + "lineno": 9 + }, + { + "from_module": "scripts.benchmark.checks.mine_empty_blocks", + "imports": "scripts.benchmark._utils.reporting.DefaultStat", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "DefaultStat", + "lineno": 12 + }, + { + "from_module": "scripts.benchmark.checks.mine_empty_blocks", + "imports": "base_benchmark.BaseBenchmark", + "type": "from_import", + "relative_level": 1, + "module_part": "base_benchmark", + "symbol_part": "BaseBenchmark", + "lineno": 16 + } + ], + "scripts.benchmark.checks.simple_value_transfers": [ + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 11 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 14 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "scripts.benchmark._utils.address.generate_random_address", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.address", + "symbol_part": "generate_random_address", + "lineno": 17 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "scripts.benchmark._utils.chain_plumbing.FUNDED_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "FUNDED_ADDRESS", + "lineno": 20 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "scripts.benchmark._utils.chain_plumbing.FUNDED_ADDRESS_PRIVATE_KEY", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "FUNDED_ADDRESS_PRIVATE_KEY", + "lineno": 20 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "scripts.benchmark._utils.chain_plumbing.SECOND_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "SECOND_ADDRESS", + "lineno": 20 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "scripts.benchmark._utils.chain_plumbing.get_all_chains", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.chain_plumbing", + "symbol_part": "get_all_chains", + "lineno": 20 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "scripts.benchmark._utils.reporting.DefaultStat", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.reporting", + "symbol_part": "DefaultStat", + "lineno": 26 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "scripts.benchmark._utils.shellart.bold_yellow", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.shellart", + "symbol_part": "bold_yellow", + "lineno": 29 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 32 + }, + { + "from_module": "scripts.benchmark.checks.simple_value_transfers", + "imports": "base_benchmark.BaseBenchmark", + "type": "from_import", + "relative_level": 1, + "module_part": "base_benchmark", + "symbol_part": "BaseBenchmark", + "lineno": 36 + } + ], + "scripts.benchmark.checks": [ + { + "from_module": "scripts.benchmark.checks", + "imports": "mine_empty_blocks.MineEmptyBlocksBenchmark", + "type": "from_import", + "relative_level": 1, + "module_part": "mine_empty_blocks", + "symbol_part": "MineEmptyBlocksBenchmark", + "lineno": 1 + }, + { + "from_module": "scripts.benchmark.checks", + "imports": "import_empty_blocks.ImportEmptyBlocksBenchmark", + "type": "from_import", + "relative_level": 1, + "module_part": "import_empty_blocks", + "symbol_part": "ImportEmptyBlocksBenchmark", + "lineno": 3 + }, + { + "from_module": "scripts.benchmark.checks", + "imports": "simple_value_transfers.SimpleValueTransferBenchmark", + "type": "from_import", + "relative_level": 1, + "module_part": "simple_value_transfers", + "symbol_part": "SimpleValueTransferBenchmark", + "lineno": 5 + } + ], + "scripts.benchmark.contract_data": [], + "scripts.benchmark._utils.address": [ + { + "from_module": "scripts.benchmark._utils.address", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 20 + } + ], + "scripts.benchmark._utils.chain_plumbing": [ + { + "from_module": "scripts.benchmark._utils.chain_plumbing", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 19 + }, + { + "from_module": "scripts.benchmark._utils.chain_plumbing", + "imports": "eth.chains.mainnet.BaseMainnetChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "BaseMainnetChain", + "lineno": 22 + } + ], + "scripts.benchmark._utils.compile": [], + "scripts.benchmark._utils.format": [ + { + "from_module": "scripts.benchmark._utils.format", + "imports": "eth.rlp.blocks.BaseBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.blocks", + "symbol_part": "BaseBlock", + "lineno": 5 + } + ], + "scripts.benchmark._utils.meters": [], + "scripts.benchmark._utils.reporting": [ + { + "from_module": "scripts.benchmark._utils.reporting", + "imports": "scripts.benchmark._utils.shellart.bold_white", + "type": "from_import", + "relative_level": 0, + "module_part": "scripts.benchmark._utils.shellart", + "symbol_part": "bold_white", + "lineno": 6 + } + ], + "scripts.benchmark._utils.shellart": [], + "scripts.benchmark._utils": [], + "scripts.release.test_package": [], + "tests.conftest": [ + { + "from_module": "tests.conftest", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 17 + }, + { + "from_module": "tests.conftest", + "imports": "eth.chains.base.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "Chain", + "lineno": 20 + }, + { + "from_module": "tests.conftest", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 20 + }, + { + "from_module": "tests.conftest", + "imports": "eth.consensus.PowConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "PowConsensus", + "lineno": 24 + }, + { + "from_module": "tests.conftest", + "imports": "eth.consensus.noproof.NoProofConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.noproof", + "symbol_part": "NoProofConsensus", + "lineno": 27 + }, + { + "from_module": "tests.conftest", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 30 + }, + { + "from_module": "tests.conftest", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 33 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.ArrowGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ArrowGlacierVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "GrayGlacierVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 36 + }, + { + "from_module": "tests.conftest", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 36 + } + ], + "tests": [], + "tests.core.fixtures": [], + "tests.core.helpers": [ + { + "from_module": "tests.core.helpers", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 8 + }, + { + "from_module": "tests.core.helpers", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 11 + } + ], + "tests.core.test_import_and_version": [ + { + "from_module": "tests.core.test_import_and_version", + "imports": "eth", + "type": "import", + "lineno": 2 + } + ], + "tests.core.address-utils.test_address_generation": [ + { + "from_module": "tests.core.address-utils.test_address_generation", + "imports": "eth._utils.address.generate_safe_contract_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "generate_safe_contract_address", + "lineno": 9 + } + ], + "tests.core.builder-tools.test_chain_builder": [ + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.chains.base.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "Chain", + "lineno": 8 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 8 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 12 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.at_block_number", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "at_block_number", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.build", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "build", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.chain_split", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "chain_split", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.copy", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "copy", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.disable_pow_check", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "disable_pow_check", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.frontier_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "frontier_at", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.genesis", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "genesis", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.import_block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "import_block", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.import_blocks", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "import_blocks", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.mine_block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "mine_block", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "eth.tools.builder.chain.mine_blocks", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "mine_blocks", + "lineno": 15 + }, + { + "from_module": "tests.core.builder-tools.test_chain_builder", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 28 + } + ], + "tests.core.builder-tools.test_chain_construction": [ + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 7 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.consensus.pow.check_pow", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.pow", + "symbol_part": "check_pow", + "lineno": 10 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.arrow_glacier_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "arrow_glacier_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.berlin_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "berlin_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.build", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "build", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.byzantium_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "byzantium_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.cancun_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "cancun_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.chain_id", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "chain_id", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.constantinople_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "constantinople_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.disable_pow_check", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "disable_pow_check", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.enable_pow_mining", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "enable_pow_mining", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.fork_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "fork_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.frontier_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "frontier_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.genesis", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "genesis", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.gray_glacier_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "gray_glacier_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.homestead_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "homestead_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.istanbul_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "istanbul_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.latest_mainnet_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "latest_mainnet_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.london_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "london_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.muir_glacier_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "muir_glacier_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.name", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "name", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.paris_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "paris_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.petersburg_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "petersburg_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.shanghai_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "shanghai_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.spurious_dragon_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "spurious_dragon_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.tangerine_whistle_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "tangerine_whistle_at", + "lineno": 13 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.tools.builder.chain.builders.prague_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain.builders", + "symbol_part": "prague_at", + "lineno": 39 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.ArrowGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ArrowGlacierVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.CancunVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "CancunVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "GrayGlacierVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.ParisVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ParisVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.PragueVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PragueVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.ShanghaiVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ShanghaiVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 42 + }, + { + "from_module": "tests.core.builder-tools.test_chain_construction", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 42 + } + ], + "tests.core.builder-tools.test_chain_initializer": [ + { + "from_module": "tests.core.builder-tools.test_chain_initializer", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 8 + }, + { + "from_module": "tests.core.builder-tools.test_chain_initializer", + "imports": "eth.chains.base.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "Chain", + "lineno": 11 + }, + { + "from_module": "tests.core.builder-tools.test_chain_initializer", + "imports": "eth.tools.builder.chain.frontier_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "frontier_at", + "lineno": 14 + }, + { + "from_module": "tests.core.builder-tools.test_chain_initializer", + "imports": "eth.tools.builder.chain.genesis", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "genesis", + "lineno": 14 + } + ], + "tests.core.chain-object.test_build_block_incrementally": [ + { + "from_module": "tests.core.chain-object.test_build_block_incrementally", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 3 + }, + { + "from_module": "tests.core.chain-object.test_build_block_incrementally", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 6 + }, + { + "from_module": "tests.core.chain-object.test_build_block_incrementally", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 9 + } + ], + "tests.core.chain-object.test_chain": [ + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 11 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.abc.MiningChainAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "MiningChainAPI", + "lineno": 14 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.chains.mainnet.MAINNET_GENESIS_HEADER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MAINNET_GENESIS_HEADER", + "lineno": 20 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.chains.mainnet.MINING_MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MINING_MAINNET_VMS", + "lineno": 20 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.chains.ropsten.ROPSTEN_GENESIS_HEADER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.ropsten", + "symbol_part": "ROPSTEN_GENESIS_HEADER", + "lineno": 24 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.consensus.noproof.NoProofConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.noproof", + "symbol_part": "NoProofConsensus", + "lineno": 27 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.exceptions.TransactionNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "TransactionNotFound", + "lineno": 30 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "eth.vm.forks.frontier.blocks.FrontierBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.blocks", + "symbol_part": "FrontierBlock", + "lineno": 33 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "tests.core.fixtures.valid_block_rlp", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.core.fixtures", + "symbol_part": "valid_block_rlp", + "lineno": 36 + }, + { + "from_module": "tests.core.chain-object.test_chain", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 39 + } + ], + "tests.core.chain-object.test_chain_get_ancestors": [ + { + "from_module": "tests.core.chain-object.test_chain_get_ancestors", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 3 + }, + { + "from_module": "tests.core.chain-object.test_chain_get_ancestors", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 6 + }, + { + "from_module": "tests.core.chain-object.test_chain_get_ancestors", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 9 + } + ], + "tests.core.chain-object.test_chain_reorganization": [ + { + "from_module": "tests.core.chain-object.test_chain_reorganization", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 3 + }, + { + "from_module": "tests.core.chain-object.test_chain_reorganization", + "imports": "eth.tools.builder.chain.api", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "api", + "lineno": 6 + } + ], + "tests.core.chain-object.test_chain_retrieval_of_vm_class": [ + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.chains.base.Chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "Chain", + "lineno": 3 + }, + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 3 + }, + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.constants.GENESIS_BLOCK_NUMBER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_BLOCK_NUMBER", + "lineno": 7 + }, + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.constants.GENESIS_DIFFICULTY", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_DIFFICULTY", + "lineno": 7 + }, + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.constants.GENESIS_GAS_LIMIT", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_GAS_LIMIT", + "lineno": 7 + }, + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.db.chain.ChainDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain", + "symbol_part": "ChainDB", + "lineno": 12 + }, + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.exceptions.VMNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMNotFound", + "lineno": 15 + }, + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 18 + }, + { + "from_module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "imports": "eth.vm.base.VM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.base", + "symbol_part": "VM", + "lineno": 21 + } + ], + "tests.core.chain-object.test_contract_call": [ + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.exceptions.InvalidInstruction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InvalidInstruction", + "lineno": 12 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 12 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.exceptions.Revert", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "Revert", + "lineno": 12 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.ArrowGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ArrowGlacierVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "GrayGlacierVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 17 + }, + { + "from_module": "tests.core.chain-object.test_contract_call", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 32 + } + ], + "tests.core.chain-object.test_create_transaction": [ + { + "from_module": "tests.core.chain-object.test_create_transaction", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 7 + }, + { + "from_module": "tests.core.chain-object.test_create_transaction", + "imports": "eth.chains.mainnet.MINING_MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MINING_MAINNET_VMS", + "lineno": 10 + }, + { + "from_module": "tests.core.chain-object.test_create_transaction", + "imports": "eth.tools.builder.chain.api", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "api", + "lineno": 13 + } + ], + "tests.core.chain-object.test_gas_estimation": [ + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 3 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.estimators.gas.binary_gas_search_1000_tolerance", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.estimators.gas", + "symbol_part": "binary_gas_search_1000_tolerance", + "lineno": 6 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.ArrowGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ArrowGlacierVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 9 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "tests.core.helpers.fill_block", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.core.helpers", + "symbol_part": "fill_block", + "lineno": 23 + }, + { + "from_module": "tests.core.chain-object.test_gas_estimation", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 26 + } + ], + "tests.core.code-stream.test_code_stream": [ + { + "from_module": "tests.core.code-stream.test_code_stream", + "imports": "eth.tools._utils.slow_code_stream.SlowCodeStream", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.slow_code_stream", + "symbol_part": "SlowCodeStream", + "lineno": 16 + }, + { + "from_module": "tests.core.code-stream.test_code_stream", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 19 + }, + { + "from_module": "tests.core.code-stream.test_code_stream", + "imports": "eth.vm.code_stream.CodeStream", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.code_stream", + "symbol_part": "CodeStream", + "lineno": 22 + } + ], + "tests.core.consensus.test_clique_consensus": [ + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 12 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.chains.goerli.GOERLI_GENESIS_HEADER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.goerli", + "symbol_part": "GOERLI_GENESIS_HEADER", + "lineno": 15 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique.NONCE_AUTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique", + "symbol_part": "NONCE_AUTH", + "lineno": 18 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique.NONCE_DROP", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique", + "symbol_part": "NONCE_DROP", + "lineno": 18 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique.CliqueApplier", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique", + "symbol_part": "CliqueApplier", + "lineno": 18 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique.CliqueConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique", + "symbol_part": "CliqueConsensus", + "lineno": 18 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique.CliqueConsensusContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique", + "symbol_part": "CliqueConsensusContext", + "lineno": 18 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique.VoteAction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique", + "symbol_part": "VoteAction", + "lineno": 18 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique._utils.get_block_signer", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique._utils", + "symbol_part": "get_block_signer", + "lineno": 26 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique._utils.sign_block_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique._utils", + "symbol_part": "sign_block_header", + "lineno": 26 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique.constants.SIGNATURE_LENGTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.constants", + "symbol_part": "SIGNATURE_LENGTH", + "lineno": 30 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.consensus.clique.constants.VANITY_LENGTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.constants", + "symbol_part": "VANITY_LENGTH", + "lineno": 30 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 34 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 37 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.vm.forks.istanbul.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul", + "symbol_part": "IstanbulVM", + "lineno": 40 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "eth.vm.forks.petersburg.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg", + "symbol_part": "PetersburgVM", + "lineno": 43 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "tests.tools.factories.keys.PublicKeyFactory", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.keys", + "symbol_part": "PublicKeyFactory", + "lineno": 46 + }, + { + "from_module": "tests.core.consensus.test_clique_consensus", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 49 + } + ], + "tests.core.consensus.test_clique_encoding": [ + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.datatypes.Snapshot", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.datatypes", + "symbol_part": "Snapshot", + "lineno": 3 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.datatypes.Tally", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.datatypes", + "symbol_part": "Tally", + "lineno": 3 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.datatypes.Vote", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.datatypes", + "symbol_part": "Vote", + "lineno": 3 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.datatypes.VoteAction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.datatypes", + "symbol_part": "VoteAction", + "lineno": 3 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.encoding.decode_address_tally_pair", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.encoding", + "symbol_part": "decode_address_tally_pair", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.encoding.decode_snapshot", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.encoding", + "symbol_part": "decode_snapshot", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.encoding.decode_tally", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.encoding", + "symbol_part": "decode_tally", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.encoding.decode_vote", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.encoding", + "symbol_part": "decode_vote", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.encoding.encode_address_tally_pair", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.encoding", + "symbol_part": "encode_address_tally_pair", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.encoding.encode_snapshot", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.encoding", + "symbol_part": "encode_snapshot", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.encoding.encode_tally", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.encoding", + "symbol_part": "encode_tally", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.consensus.clique.encoding.encode_vote", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.encoding", + "symbol_part": "encode_vote", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.constants.GENESIS_PARENT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_PARENT_HASH", + "lineno": 19 + }, + { + "from_module": "tests.core.consensus.test_clique_encoding", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 19 + } + ], + "tests.core.consensus.test_clique_utils": [ + { + "from_module": "tests.core.consensus.test_clique_utils", + "imports": "eth.chains.goerli.GOERLI_GENESIS_HEADER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.goerli", + "symbol_part": "GOERLI_GENESIS_HEADER", + "lineno": 13 + }, + { + "from_module": "tests.core.consensus.test_clique_utils", + "imports": "eth.consensus.clique._utils.get_block_signer", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique._utils", + "symbol_part": "get_block_signer", + "lineno": 16 + }, + { + "from_module": "tests.core.consensus.test_clique_utils", + "imports": "eth.consensus.clique._utils.get_signers_at_checkpoint", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique._utils", + "symbol_part": "get_signers_at_checkpoint", + "lineno": 16 + }, + { + "from_module": "tests.core.consensus.test_clique_utils", + "imports": "eth.consensus.clique._utils.sign_block_header", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique._utils", + "symbol_part": "sign_block_header", + "lineno": 16 + }, + { + "from_module": "tests.core.consensus.test_clique_utils", + "imports": "eth.consensus.clique.constants.SIGNATURE_LENGTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.constants", + "symbol_part": "SIGNATURE_LENGTH", + "lineno": 21 + }, + { + "from_module": "tests.core.consensus.test_clique_utils", + "imports": "eth.consensus.clique.constants.VANITY_LENGTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique.constants", + "symbol_part": "VANITY_LENGTH", + "lineno": 21 + }, + { + "from_module": "tests.core.consensus.test_clique_utils", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 25 + } + ], + "tests.core.consensus.test_consensus_engine": [ + { + "from_module": "tests.core.consensus.test_consensus_engine", + "imports": "eth.abc.ConsensusAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ConsensusAPI", + "lineno": 7 + }, + { + "from_module": "tests.core.consensus.test_consensus_engine", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 10 + }, + { + "from_module": "tests.core.consensus.test_consensus_engine", + "imports": "eth.consensus.ConsensusContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "ConsensusContext", + "lineno": 13 + }, + { + "from_module": "tests.core.consensus.test_consensus_engine", + "imports": "eth.tools.builder.chain.genesis", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "genesis", + "lineno": 16 + }, + { + "from_module": "tests.core.consensus.test_consensus_engine", + "imports": "eth.vm.forks.istanbul.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul", + "symbol_part": "IstanbulVM", + "lineno": 19 + } + ], + "tests.core.consensus.test_pow_mining": [ + { + "from_module": "tests.core.consensus.test_pow_mining", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 6 + }, + { + "from_module": "tests.core.consensus.test_pow_mining", + "imports": "eth.chains.mainnet.MINING_MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MINING_MAINNET_VMS", + "lineno": 9 + }, + { + "from_module": "tests.core.consensus.test_pow_mining", + "imports": "eth.consensus.pow.EPOCH_LENGTH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.pow", + "symbol_part": "EPOCH_LENGTH", + "lineno": 12 + }, + { + "from_module": "tests.core.consensus.test_pow_mining", + "imports": "eth.consensus.pow.check_pow", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.pow", + "symbol_part": "check_pow", + "lineno": 12 + }, + { + "from_module": "tests.core.consensus.test_pow_mining", + "imports": "eth.consensus.pow.get_cache", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.pow", + "symbol_part": "get_cache", + "lineno": 12 + }, + { + "from_module": "tests.core.consensus.test_pow_mining", + "imports": "eth.tools.builder.chain.genesis", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "genesis", + "lineno": 17 + }, + { + "from_module": "tests.core.consensus.test_pow_mining", + "imports": "eth.tools.mining.POWMiningMixin", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.mining", + "symbol_part": "POWMiningMixin", + "lineno": 20 + } + ], + "tests.core.datatype-utils.test_configurable_class": [ + { + "from_module": "tests.core.datatype-utils.test_configurable_class", + "imports": "eth._utils.datatypes.Configurable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.datatypes", + "symbol_part": "Configurable", + "lineno": 3 + } + ], + "tests.core.db.test_keymap_db": [ + { + "from_module": "tests.core.db.test_keymap_db", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 3 + }, + { + "from_module": "tests.core.db.test_keymap_db", + "imports": "eth.db.hash_trie.HashTrie", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.hash_trie", + "symbol_part": "HashTrie", + "lineno": 6 + } + ], + "tests.core.env-utils.test_env_bool": [ + { + "from_module": "tests.core.env-utils.test_env_bool", + "imports": "eth._utils.env.env_bool", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.env", + "symbol_part": "env_bool", + "lineno": 4 + } + ], + "tests.core.env-utils.test_env_float": [ + { + "from_module": "tests.core.env-utils.test_env_float", + "imports": "eth._utils.env.env_float", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.env", + "symbol_part": "env_float", + "lineno": 4 + } + ], + "tests.core.env-utils.test_env_int": [ + { + "from_module": "tests.core.env-utils.test_env_int", + "imports": "eth._utils.env.env_int", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.env", + "symbol_part": "env_int", + "lineno": 4 + } + ], + "tests.core.env-utils.test_env_list": [ + { + "from_module": "tests.core.env-utils.test_env_list", + "imports": "eth._utils.env.env_list", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.env", + "symbol_part": "env_list", + "lineno": 4 + } + ], + "tests.core.env-utils.test_env_string": [ + { + "from_module": "tests.core.env-utils.test_env_string", + "imports": "eth._utils.env.env_string", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.env", + "symbol_part": "env_string", + "lineno": 4 + } + ], + "tests.core.env-utils.test_get": [ + { + "from_module": "tests.core.env-utils.test_get", + "imports": "eth._utils.env.get", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.env", + "symbol_part": "get", + "lineno": 3 + } + ], + "tests.core.fixture-tools.test_normalize_state": [ + { + "from_module": "tests.core.fixture-tools.test_normalize_state", + "imports": "eth.tools._utils.normalization.normalize_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_state", + "lineno": 8 + } + ], + "tests.core.gas_meter.test_gas_meter": [ + { + "from_module": "tests.core.gas_meter.test_gas_meter", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 7 + }, + { + "from_module": "tests.core.gas_meter.test_gas_meter", + "imports": "eth.vm.gas_meter.GasMeter", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.gas_meter", + "symbol_part": "GasMeter", + "lineno": 10 + } + ], + "tests.core.generator-utils.test_cached_iterable": [ + { + "from_module": "tests.core.generator-utils.test_cached_iterable", + "imports": "eth._utils.generator.CachedIterable", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.generator", + "symbol_part": "CachedIterable", + "lineno": 8 + } + ], + "tests.core.hexadecimal-utils.test_encode_and_decode": [], + "tests.core.memory.test_memory": [ + { + "from_module": "tests.core.memory.test_memory", + "imports": "eth.vm.memory.Memory", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.memory", + "symbol_part": "Memory", + "lineno": 7 + } + ], + "tests.core.message-object.test_message_object": [ + { + "from_module": "tests.core.message-object.test_message_object", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 8 + }, + { + "from_module": "tests.core.message-object.test_message_object", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 11 + } + ], + "tests.core.numeric-utils.test_get_highest_bit_length": [ + { + "from_module": "tests.core.numeric-utils.test_get_highest_bit_length", + "imports": "eth._utils.numeric.get_highest_bit_index", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "get_highest_bit_index", + "lineno": 3 + } + ], + "tests.core.numeric-utils.test_integer_squareroot": [ + { + "from_module": "tests.core.numeric-utils.test_integer_squareroot", + "imports": "eth._utils.numeric.integer_squareroot", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "integer_squareroot", + "lineno": 8 + } + ], + "tests.core.numeric-utils.test_int_to_bytes32": [ + { + "from_module": "tests.core.numeric-utils.test_int_to_bytes32", + "imports": "eth._utils.numeric.int_to_bytes32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.numeric", + "symbol_part": "int_to_bytes32", + "lineno": 3 + }, + { + "from_module": "tests.core.numeric-utils.test_int_to_bytes32", + "imports": "eth.constants.NULL_BYTE", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "NULL_BYTE", + "lineno": 6 + }, + { + "from_module": "tests.core.numeric-utils.test_int_to_bytes32", + "imports": "eth.constants.UINT_256_MAX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "UINT_256_MAX", + "lineno": 6 + } + ], + "tests.core.opcodes.test_opcodes": [ + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 14 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 17 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 20 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.chains.mainnet.MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MAINNET_VMS", + "lineno": 23 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.chains.mainnet.POS_MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "POS_MAINNET_VMS", + "lineno": 23 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.consensus.ConsensusContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "ConsensusContext", + "lineno": 27 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 30 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.db.chain.ChainDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain", + "symbol_part": "ChainDB", + "lineno": 33 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.exceptions.InvalidInstruction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InvalidInstruction", + "lineno": 36 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 36 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 40 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.chain_context.ChainContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.chain_context", + "symbol_part": "ChainContext", + "lineno": 43 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.IstanbulVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "IstanbulVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.MuirGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "MuirGlacierVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PetersburgVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.SpuriousDragonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "SpuriousDragonVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.TangerineWhistleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "TangerineWhistleVM", + "lineno": 46 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.forks.cancun.computation.CancunComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.computation", + "symbol_part": "CancunComputation", + "lineno": 59 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 62 + }, + { + "from_module": "tests.core.opcodes.test_opcodes", + "imports": "eth.vm.spoof.SpoofTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.spoof", + "symbol_part": "SpoofTransaction", + "lineno": 65 + } + ], + "tests.core.padding-utils.test_padding": [ + { + "from_module": "tests.core.padding-utils.test_padding", + "imports": "eth._utils.padding.pad32", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32", + "lineno": 3 + }, + { + "from_module": "tests.core.padding-utils.test_padding", + "imports": "eth._utils.padding.pad32r", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.padding", + "symbol_part": "pad32r", + "lineno": 3 + } + ], + "tests.core.precompiles.test_blake2": [ + { + "from_module": "tests.core.precompiles.test_blake2", + "imports": "eth._utils.blake2.coders.extract_blake2b_parameters", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.blake2.coders", + "symbol_part": "extract_blake2b_parameters", + "lineno": 8 + }, + { + "from_module": "tests.core.precompiles.test_blake2", + "imports": "eth._utils.blake2.compression.blake2b_compress", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.blake2.compression", + "symbol_part": "blake2b_compress", + "lineno": 11 + } + ], + "tests.core.stack.test_stack": [ + { + "from_module": "tests.core.stack.test_stack", + "imports": "eth.exceptions.FullStack", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "FullStack", + "lineno": 7 + }, + { + "from_module": "tests.core.stack.test_stack", + "imports": "eth.exceptions.InsufficientStack", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InsufficientStack", + "lineno": 7 + }, + { + "from_module": "tests.core.stack.test_stack", + "imports": "eth.vm.stack.Stack", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.stack", + "symbol_part": "Stack", + "lineno": 11 + } + ], + "tests.core.tester.test_generate_vm_configuration": [ + { + "from_module": "tests.core.tester.test_generate_vm_configuration", + "imports": "eth.chains.tester._generate_vm_configuration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.tester", + "symbol_part": "_generate_vm_configuration", + "lineno": 4 + }, + { + "from_module": "tests.core.tester.test_generate_vm_configuration", + "imports": "eth.vm.forks.frontier.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier", + "symbol_part": "FrontierVM", + "lineno": 7 + } + ], + "tests.core.transactions.test_legacy_transaction": [ + { + "from_module": "tests.core.transactions.test_legacy_transaction", + "imports": "eth.chains.mainnet.MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MAINNET_VMS", + "lineno": 7 + } + ], + "tests.core.transactions.test_transaction_builder": [ + { + "from_module": "tests.core.transactions.test_transaction_builder", + "imports": "eth.chains.mainnet.MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MAINNET_VMS", + "lineno": 10 + }, + { + "from_module": "tests.core.transactions.test_transaction_builder", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 13 + }, + { + "from_module": "tests.core.transactions.test_transaction_builder", + "imports": "eth.vm.forks.CancunVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "CancunVM", + "lineno": 13 + }, + { + "from_module": "tests.core.transactions.test_transaction_builder", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 13 + }, + { + "from_module": "tests.core.transactions.test_transaction_builder", + "imports": "eth.vm.forks.PragueVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "PragueVM", + "lineno": 13 + }, + { + "from_module": "tests.core.transactions.test_transaction_builder", + "imports": "eth.vm.forks.prague.transactions.Authorization", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.transactions", + "symbol_part": "Authorization", + "lineno": 19 + }, + { + "from_module": "tests.core.transactions.test_transaction_builder", + "imports": "eth.vm.forks.prague.transactions.PragueTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.transactions", + "symbol_part": "PragueTransactionBuilder", + "lineno": 19 + }, + { + "from_module": "tests.core.transactions.test_transaction_builder", + "imports": "eth.vm.forks.prague.transactions.PragueTypedTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.transactions", + "symbol_part": "PragueTypedTransaction", + "lineno": 19 + } + ], + "tests.core.transactions.transaction-utils.conftest": [], + "tests.core.transactions.transaction-utils.test_receipt_encoding": [ + { + "from_module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "imports": "eth.exceptions.UnrecognizedTransactionType", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "UnrecognizedTransactionType", + "lineno": 10 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "imports": "eth.rlp.receipts.Receipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.receipts", + "symbol_part": "Receipt", + "lineno": 13 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 16 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 16 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "imports": "eth.vm.forks.berlin.receipts.TypedReceipt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.receipts", + "symbol_part": "TypedReceipt", + "lineno": 20 + } + ], + "tests.core.transactions.transaction-utils.test_spoof_transaction": [ + { + "from_module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "imports": "eth.constants.DEFAULT_SPOOF_R", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DEFAULT_SPOOF_R", + "lineno": 8 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "imports": "eth.constants.DEFAULT_SPOOF_S", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DEFAULT_SPOOF_S", + "lineno": 8 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "imports": "eth.constants.DEFAULT_SPOOF_Y_PARITY", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "DEFAULT_SPOOF_Y_PARITY", + "lineno": 8 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "imports": "eth.vm.forks.LATEST_VM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LATEST_VM", + "lineno": 13 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "imports": "eth.vm.spoof.SpoofTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.spoof", + "symbol_part": "SpoofTransaction", + "lineno": 16 + } + ], + "tests.core.transactions.transaction-utils.test_transaction_encoding": [ + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "imports": "eth.exceptions.UnrecognizedTransactionType", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "UnrecognizedTransactionType", + "lineno": 11 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 14 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 14 + } + ], + "tests.core.transactions.transaction-utils.test_transaction_signature_validation": [ + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "imports": "eth._utils.transactions.extract_transaction_sender", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "extract_transaction_sender", + "lineno": 13 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "imports": "eth._utils.transactions.validate_transaction_signature", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.transactions", + "symbol_part": "validate_transaction_signature", + "lineno": 13 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "imports": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "BerlinTransactionBuilder", + "lineno": 17 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "imports": "eth.vm.forks.frontier.transactions.FrontierTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.transactions", + "symbol_part": "FrontierTransaction", + "lineno": 20 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "imports": "eth.vm.forks.homestead.transactions.HomesteadTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.transactions", + "symbol_part": "HomesteadTransaction", + "lineno": 23 + }, + { + "from_module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "imports": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.transactions", + "symbol_part": "SpuriousDragonTransaction", + "lineno": 26 + } + ], + "tests.core.validation.test_eth1_validation": [ + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.constants.SECPK1_N", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "SECPK1_N", + "lineno": 7 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_block_number", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_block_number", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_canonical_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_canonical_address", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_gt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gt", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_gte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_gte", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_is_boolean", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_boolean", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_is_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_bytes", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_is_integer", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_integer", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_is_list_like", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_list_like", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_is_transaction_access_list", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_is_transaction_access_list", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_length", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_length", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_length_lte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_length_lte", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_lt", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lt", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_lt_secpk1n", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lt_secpk1n", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_lt_secpk1n2", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lt_secpk1n2", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_lte", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_lte", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_multiple_of", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_multiple_of", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_stack_bytes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_stack_bytes", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_stack_int", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_stack_int", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_uint256", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_uint256", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_unique", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_unique", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_vm_block_numbers", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_vm_block_numbers", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_vm_configuration", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_vm_configuration", + "lineno": 10 + }, + { + "from_module": "tests.core.validation.test_eth1_validation", + "imports": "eth.validation.validate_word", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "validate_word", + "lineno": 10 + } + ], + "tests.core.validation.test_transaction_validation": [ + { + "from_module": "tests.core.validation.test_transaction_validation", + "imports": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "UnsignedAccessListTransaction", + "lineno": 7 + }, + { + "from_module": "tests.core.validation.test_transaction_validation", + "imports": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "UnsignedDynamicFeeTransaction", + "lineno": 10 + } + ], + "tests.core.validation.test_withdrawal_validation": [ + { + "from_module": "tests.core.validation.test_withdrawal_validation", + "imports": "eth.validation.UINT_64_MAX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.validation", + "symbol_part": "UINT_64_MAX", + "lineno": 11 + }, + { + "from_module": "tests.core.validation.test_withdrawal_validation", + "imports": "eth.vm.forks.shanghai.withdrawals.Withdrawal", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.withdrawals", + "symbol_part": "Withdrawal", + "lineno": 14 + } + ], + "tests.core.vm.conftest": [ + { + "from_module": "tests.core.vm.conftest", + "imports": "eth.vm.transaction_context.BaseTransactionContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.transaction_context", + "symbol_part": "BaseTransactionContext", + "lineno": 7 + } + ], + "tests.core.vm.test_base_computation": [ + { + "from_module": "tests.core.vm.test_base_computation", + "imports": "eth.exceptions.Revert", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "Revert", + "lineno": 7 + }, + { + "from_module": "tests.core.vm.test_base_computation", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 7 + }, + { + "from_module": "tests.core.vm.test_base_computation", + "imports": "eth.vm.computation.BaseComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.computation", + "symbol_part": "BaseComputation", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_base_computation", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 14 + }, + { + "from_module": "tests.core.vm.test_base_computation", + "imports": "eth.vm.transaction_context.BaseTransactionContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.transaction_context", + "symbol_part": "BaseTransactionContext", + "lineno": 17 + } + ], + "tests.core.vm.test_clique_validation": [ + { + "from_module": "tests.core.vm.test_clique_validation", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 8 + }, + { + "from_module": "tests.core.vm.test_clique_validation", + "imports": "eth.chains.goerli.GOERLI_GENESIS_HEADER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.goerli", + "symbol_part": "GOERLI_GENESIS_HEADER", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_clique_validation", + "imports": "eth.consensus.clique.CliqueApplier", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique", + "symbol_part": "CliqueApplier", + "lineno": 14 + }, + { + "from_module": "tests.core.vm.test_clique_validation", + "imports": "eth.consensus.clique.CliqueConsensusContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.clique", + "symbol_part": "CliqueConsensusContext", + "lineno": 14 + }, + { + "from_module": "tests.core.vm.test_clique_validation", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 18 + }, + { + "from_module": "tests.core.vm.test_clique_validation", + "imports": "eth.vm.forks.petersburg.PetersburgVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg", + "symbol_part": "PetersburgVM", + "lineno": 21 + } + ], + "tests.core.vm.test_computation": [ + { + "from_module": "tests.core.vm.test_computation", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_computation", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 14 + }, + { + "from_module": "tests.core.vm.test_computation", + "imports": "eth.chains.mainnet.MINING_MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MINING_MAINNET_VMS", + "lineno": 17 + }, + { + "from_module": "tests.core.vm.test_computation", + "imports": "eth.consensus.NoProofConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "NoProofConsensus", + "lineno": 20 + }, + { + "from_module": "tests.core.vm.test_computation", + "imports": "eth.exceptions.InvalidInstruction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InvalidInstruction", + "lineno": 23 + } + ], + "tests.core.vm.test_contract_code_size_limit": [ + { + "from_module": "tests.core.vm.test_contract_code_size_limit", + "imports": "eth._utils.address.generate_contract_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "generate_contract_address", + "lineno": 9 + }, + { + "from_module": "tests.core.vm.test_contract_code_size_limit", + "imports": "eth.constants.CREATE_CONTRACT_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "CREATE_CONTRACT_ADDRESS", + "lineno": 12 + }, + { + "from_module": "tests.core.vm.test_contract_code_size_limit", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 15 + }, + { + "from_module": "tests.core.vm.test_contract_code_size_limit", + "imports": "eth.vm.opcode_values", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm", + "symbol_part": "opcode_values", + "lineno": 18 + }, + { + "from_module": "tests.core.vm.test_contract_code_size_limit", + "imports": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.computation", + "symbol_part": "SpuriousDragonComputation", + "lineno": 21 + }, + { + "from_module": "tests.core.vm.test_contract_code_size_limit", + "imports": "eth.vm.forks.spurious_dragon.constants.EIP170_CODE_SIZE_LIMIT", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.constants", + "symbol_part": "EIP170_CODE_SIZE_LIMIT", + "lineno": 24 + }, + { + "from_module": "tests.core.vm.test_contract_code_size_limit", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 27 + }, + { + "from_module": "tests.core.vm.test_contract_code_size_limit", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 30 + } + ], + "tests.core.vm.test_frontier_computation": [ + { + "from_module": "tests.core.vm.test_frontier_computation", + "imports": "eth.vm.forks.frontier.computation.FrontierComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.computation", + "symbol_part": "FrontierComputation", + "lineno": 3 + }, + { + "from_module": "tests.core.vm.test_frontier_computation", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 6 + } + ], + "tests.core.vm.test_interrupt": [ + { + "from_module": "tests.core.vm.test_interrupt", + "imports": "eth.vm.interrupt.MissingAccountTrieNode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "MissingAccountTrieNode", + "lineno": 10 + }, + { + "from_module": "tests.core.vm.test_interrupt", + "imports": "eth.vm.interrupt.MissingBytecode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "MissingBytecode", + "lineno": 10 + }, + { + "from_module": "tests.core.vm.test_interrupt", + "imports": "eth.vm.interrupt.MissingStorageTrieNode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "MissingStorageTrieNode", + "lineno": 10 + } + ], + "tests.core.vm.test_london": [ + { + "from_module": "tests.core.vm.test_london", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 10 + }, + { + "from_module": "tests.core.vm.test_london", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 13 + }, + { + "from_module": "tests.core.vm.test_london", + "imports": "eth.chains.mainnet.MINING_MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MINING_MAINNET_VMS", + "lineno": 16 + }, + { + "from_module": "tests.core.vm.test_london", + "imports": "eth.consensus.noproof.NoProofConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus.noproof", + "symbol_part": "NoProofConsensus", + "lineno": 19 + }, + { + "from_module": "tests.core.vm.test_london", + "imports": "eth.exceptions.InvalidInstruction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InvalidInstruction", + "lineno": 22 + }, + { + "from_module": "tests.core.vm.test_london", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 25 + }, + { + "from_module": "tests.core.vm.test_london", + "imports": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_dynamic_fee_transaction", + "lineno": 28 + }, + { + "from_module": "tests.core.vm.test_london", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 28 + } + ], + "tests.core.vm.test_mainnet_dao_fork": [ + { + "from_module": "tests.core.vm.test_mainnet_dao_fork", + "imports": "eth.chains.mainnet.MainnetHomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MainnetHomesteadVM", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_mainnet_dao_fork", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 14 + } + ], + "tests.core.vm.test_modexp_precompile": [ + { + "from_module": "tests.core.vm.test_modexp_precompile", + "imports": "eth.precompiles.modexp._compute_modexp_gas_fee_eip_198", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles.modexp", + "symbol_part": "_compute_modexp_gas_fee_eip_198", + "lineno": 9 + }, + { + "from_module": "tests.core.vm.test_modexp_precompile", + "imports": "eth.precompiles.modexp._modexp", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.precompiles.modexp", + "symbol_part": "_modexp", + "lineno": 9 + }, + { + "from_module": "tests.core.vm.test_modexp_precompile", + "imports": "eth.vm.forks.berlin.computation._compute_modexp_gas_fee_eip_2565", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.computation", + "symbol_part": "_compute_modexp_gas_fee_eip_2565", + "lineno": 13 + } + ], + "tests.core.vm.test_rewards": [ + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 8 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.at_block_number", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "at_block_number", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.berlin_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "berlin_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.build", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "build", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.byzantium_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "byzantium_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.constantinople_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "constantinople_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.disable_pow_check", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "disable_pow_check", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.frontier_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "frontier_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.genesis", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "genesis", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.homestead_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "homestead_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.london_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "london_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.mine_block", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "mine_block", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.mine_blocks", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "mine_blocks", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.petersburg_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "petersburg_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.spurious_dragon_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "spurious_dragon_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "eth.tools.builder.chain.tangerine_whistle_at", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "tangerine_whistle_at", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_rewards", + "imports": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_dynamic_fee_transaction", + "lineno": 28 + } + ], + "tests.core.vm.test_shanghai": [ + { + "from_module": "tests.core.vm.test_shanghai", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 3 + }, + { + "from_module": "tests.core.vm.test_shanghai", + "imports": "eth.consensus.NoProofConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "NoProofConsensus", + "lineno": 6 + }, + { + "from_module": "tests.core.vm.test_shanghai", + "imports": "eth.vm.forks.ShanghaiVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ShanghaiVM", + "lineno": 9 + }, + { + "from_module": "tests.core.vm.test_shanghai", + "imports": "eth.vm.forks.shanghai.withdrawals.Withdrawal", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.withdrawals", + "symbol_part": "Withdrawal", + "lineno": 12 + } + ], + "tests.core.vm.test_validate_transaction": [ + { + "from_module": "tests.core.vm.test_validate_transaction", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 7 + }, + { + "from_module": "tests.core.vm.test_validate_transaction", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 10 + }, + { + "from_module": "tests.core.vm.test_validate_transaction", + "imports": "eth.constants.GAS_TX", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GAS_TX", + "lineno": 13 + }, + { + "from_module": "tests.core.vm.test_validate_transaction", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 16 + }, + { + "from_module": "tests.core.vm.test_validate_transaction", + "imports": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_dynamic_fee_transaction", + "lineno": 19 + } + ], + "tests.core.vm.test_vm": [ + { + "from_module": "tests.core.vm.test_vm", + "imports": "eth.constants", + "type": "from_import", + "relative_level": 0, + "module_part": "eth", + "symbol_part": "constants", + "lineno": 9 + }, + { + "from_module": "tests.core.vm.test_vm", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 12 + }, + { + "from_module": "tests.core.vm.test_vm", + "imports": "eth.chains.mainnet.MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MAINNET_VMS", + "lineno": 15 + }, + { + "from_module": "tests.core.vm.test_vm", + "imports": "eth.chains.mainnet.MINING_MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MINING_MAINNET_VMS", + "lineno": 15 + }, + { + "from_module": "tests.core.vm.test_vm", + "imports": "eth.tools.builder.chain.api", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "api", + "lineno": 19 + }, + { + "from_module": "tests.core.vm.test_vm", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 22 + } + ], + "tests.core.vm.test_vm_class_configurations": [ + { + "from_module": "tests.core.vm.test_vm_class_configurations", + "imports": "eth.abc.ReceiptBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "ReceiptBuilderAPI", + "lineno": 7 + }, + { + "from_module": "tests.core.vm.test_vm_class_configurations", + "imports": "eth.abc.TransactionBuilderAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "TransactionBuilderAPI", + "lineno": 7 + }, + { + "from_module": "tests.core.vm.test_vm_class_configurations", + "imports": "eth.chains.mainnet.MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MAINNET_VMS", + "lineno": 11 + }, + { + "from_module": "tests.core.vm.test_vm_class_configurations", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 14 + } + ], + "tests.core.vm.test_vm_state": [ + { + "from_module": "tests.core.vm.test_vm_state", + "imports": "eth.vm.interrupt.MissingAccountTrieNode", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "MissingAccountTrieNode", + "lineno": 7 + }, + { + "from_module": "tests.core.vm.test_vm_state", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 10 + } + ], + "tests.core.vm.test_vm_transitions": [ + { + "from_module": "tests.core.vm.test_vm_transitions", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 3 + }, + { + "from_module": "tests.core.vm.test_vm_transitions", + "imports": "eth.chains.mainnet.MAINNET_VMS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.mainnet", + "symbol_part": "MAINNET_VMS", + "lineno": 6 + }, + { + "from_module": "tests.core.vm.test_vm_transitions", + "imports": "eth.consensus.NoProofConsensus", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "NoProofConsensus", + "lineno": 9 + }, + { + "from_module": "tests.core.vm.test_vm_transitions", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 12 + } + ], + "tests.database.test_accesslog": [ + { + "from_module": "tests.database.test_accesslog", + "imports": "eth.db.accesslog.KeyAccessLoggerAtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.accesslog", + "symbol_part": "KeyAccessLoggerAtomicDB", + "lineno": 8 + }, + { + "from_module": "tests.database.test_accesslog", + "imports": "eth.db.accesslog.KeyAccessLoggerDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.accesslog", + "symbol_part": "KeyAccessLoggerDB", + "lineno": 8 + }, + { + "from_module": "tests.database.test_accesslog", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 12 + } + ], + "tests.database.test_account_db": [ + { + "from_module": "tests.database.test_account_db", + "imports": "eth.constants.EMPTY_SHA3", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_SHA3", + "lineno": 10 + }, + { + "from_module": "tests.database.test_account_db", + "imports": "eth.db.account.AccountDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.account", + "symbol_part": "AccountDB", + "lineno": 13 + }, + { + "from_module": "tests.database.test_account_db", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 16 + }, + { + "from_module": "tests.database.test_account_db", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 19 + } + ], + "tests.database.test_batch_db": [ + { + "from_module": "tests.database.test_batch_db", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 7 + }, + { + "from_module": "tests.database.test_batch_db", + "imports": "eth.db.batch.BatchDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.batch", + "symbol_part": "BatchDB", + "lineno": 10 + } + ], + "tests.database.test_database_api": [ + { + "from_module": "tests.database.test_database_api", + "imports": "eth.db.accesslog.KeyAccessLoggerAtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.accesslog", + "symbol_part": "KeyAccessLoggerAtomicDB", + "lineno": 3 + }, + { + "from_module": "tests.database.test_database_api", + "imports": "eth.db.accesslog.KeyAccessLoggerDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.accesslog", + "symbol_part": "KeyAccessLoggerDB", + "lineno": 3 + }, + { + "from_module": "tests.database.test_database_api", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 7 + }, + { + "from_module": "tests.database.test_database_api", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 10 + }, + { + "from_module": "tests.database.test_database_api", + "imports": "eth.db.batch.BatchDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.batch", + "symbol_part": "BatchDB", + "lineno": 13 + }, + { + "from_module": "tests.database.test_database_api", + "imports": "eth.db.cache.CacheDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.cache", + "symbol_part": "CacheDB", + "lineno": 16 + }, + { + "from_module": "tests.database.test_database_api", + "imports": "eth.db.journal.JournalDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.journal", + "symbol_part": "JournalDB", + "lineno": 19 + }, + { + "from_module": "tests.database.test_database_api", + "imports": "eth.tools.db.base.DatabaseAPITestSuite", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.db.base", + "symbol_part": "DatabaseAPITestSuite", + "lineno": 22 + } + ], + "tests.database.test_db_diff": [ + { + "from_module": "tests.database.test_db_diff", + "imports": "eth.db.diff.DBDiff", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiff", + "lineno": 3 + }, + { + "from_module": "tests.database.test_db_diff", + "imports": "eth.db.diff.DBDiffTracker", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DBDiffTracker", + "lineno": 3 + }, + { + "from_module": "tests.database.test_db_diff", + "imports": "eth.db.diff.DiffMissingError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.diff", + "symbol_part": "DiffMissingError", + "lineno": 3 + } + ], + "tests.database.test_eth1_chaindb": [ + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth._utils.address.force_bytes_to_address", + "type": "from_import", + "relative_level": 0, + "module_part": "eth._utils.address", + "symbol_part": "force_bytes_to_address", + "lineno": 14 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.chains.base.MiningChain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.chains.base", + "symbol_part": "MiningChain", + "lineno": 17 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.constants.BLANK_ROOT_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "BLANK_ROOT_HASH", + "lineno": 20 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.constants.ZERO_ADDRESS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "ZERO_ADDRESS", + "lineno": 20 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 24 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.db.chain.ChainDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain", + "symbol_part": "ChainDB", + "lineno": 27 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.db.chain_gaps.GENESIS_CHAIN_GAPS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GENESIS_CHAIN_GAPS", + "lineno": 30 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.db.schema.SchemaV1", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.schema", + "symbol_part": "SchemaV1", + "lineno": 33 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.exceptions.BlockNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "BlockNotFound", + "lineno": 36 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.exceptions.CheckpointsMustBeCanonical", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "CheckpointsMustBeCanonical", + "lineno": 36 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 36 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.exceptions.ParentNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "ParentNotFound", + "lineno": 36 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.exceptions.ReceiptNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "ReceiptNotFound", + "lineno": 36 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 43 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.tools.builder.chain.api", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.builder.chain", + "symbol_part": "api", + "lineno": 46 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.tools.rlp.assert_headers_eq", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.rlp", + "symbol_part": "assert_headers_eq", + "lineno": 49 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 52 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.vm.forks.LondonVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "LondonVM", + "lineno": 52 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.vm.forks.frontier.blocks.FrontierBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.blocks", + "symbol_part": "FrontierBlock", + "lineno": 56 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "eth.vm.forks.homestead.blocks.HomesteadBlock", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.blocks", + "symbol_part": "HomesteadBlock", + "lineno": 59 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "tests.tools.factories.transaction.new_access_list_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_access_list_transaction", + "lineno": 62 + }, + { + "from_module": "tests.database.test_eth1_chaindb", + "imports": "tests.tools.factories.transaction.new_transaction", + "type": "from_import", + "relative_level": 0, + "module_part": "tests.tools.factories.transaction", + "symbol_part": "new_transaction", + "lineno": 62 + } + ], + "tests.database.test_hash_trie": [ + { + "from_module": "tests.database.test_hash_trie", + "imports": "eth.db.hash_trie.HashTrie", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.hash_trie", + "symbol_part": "HashTrie", + "lineno": 12 + } + ], + "tests.database.test_header_db": [ + { + "from_module": "tests.database.test_header_db", + "imports": "eth.constants.GENESIS_BLOCK_NUMBER", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_BLOCK_NUMBER", + "lineno": 27 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.constants.GENESIS_DIFFICULTY", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_DIFFICULTY", + "lineno": 27 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.constants.GENESIS_GAS_LIMIT", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "GENESIS_GAS_LIMIT", + "lineno": 27 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 32 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.db.chain_gaps.GENESIS_CHAIN_GAPS", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GENESIS_CHAIN_GAPS", + "lineno": 35 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.db.chain_gaps.GapChange", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "GapChange", + "lineno": 35 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.db.chain_gaps.fill_gap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "fill_gap", + "lineno": 35 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.db.chain_gaps.is_block_number_in_gap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "is_block_number_in_gap", + "lineno": 35 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.db.chain_gaps.reopen_gap", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain_gaps", + "symbol_part": "reopen_gap", + "lineno": 35 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.db.header.HeaderDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.header", + "symbol_part": "HeaderDB", + "lineno": 42 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.exceptions.CanonicalHeadNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "CanonicalHeadNotFound", + "lineno": 45 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.exceptions.CheckpointsMustBeCanonical", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "CheckpointsMustBeCanonical", + "lineno": 45 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.exceptions.GapTrackingCorrupted", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "GapTrackingCorrupted", + "lineno": 45 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.exceptions.HeaderNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "HeaderNotFound", + "lineno": 45 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.exceptions.ParentNotFound", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "ParentNotFound", + "lineno": 45 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.tools.rlp.assert_headers_eq", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.rlp", + "symbol_part": "assert_headers_eq", + "lineno": 52 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.vm.forks.gray_glacier.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier", + "symbol_part": "GrayGlacierVM", + "lineno": 55 + }, + { + "from_module": "tests.database.test_header_db", + "imports": "eth.vm.forks.gray_glacier.blocks.GrayGlacierBlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.gray_glacier.blocks", + "symbol_part": "GrayGlacierBlockHeader", + "lineno": 58 + } + ], + "tests.database.test_journal_db": [ + { + "from_module": "tests.database.test_journal_db", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 18 + }, + { + "from_module": "tests.database.test_journal_db", + "imports": "eth.db.journal.JournalDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.journal", + "symbol_part": "JournalDB", + "lineno": 21 + }, + { + "from_module": "tests.database.test_journal_db", + "imports": "eth.db.slow_journal.JournalDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.slow_journal", + "symbol_part": "JournalDB", + "lineno": 24 + }, + { + "from_module": "tests.database.test_journal_db", + "imports": "eth.vm.interrupt.EVMMissingData", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.interrupt", + "symbol_part": "EVMMissingData", + "lineno": 27 + } + ], + "tests.database.test_leveldb_db_backend": [ + { + "from_module": "tests.database.test_leveldb_db_backend", + "imports": "eth.db.get_db_backend", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db", + "symbol_part": "get_db_backend", + "lineno": 3 + }, + { + "from_module": "tests.database.test_leveldb_db_backend", + "imports": "eth.db.atomic.AtomicDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.atomic", + "symbol_part": "AtomicDB", + "lineno": 6 + }, + { + "from_module": "tests.database.test_leveldb_db_backend", + "imports": "eth.db.backends.memory.MemoryDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.backends.memory", + "symbol_part": "MemoryDB", + "lineno": 9 + } + ], + "tests.fillers.build_json": [ + { + "from_module": "tests.fillers.build_json", + "imports": "eth.tools.fixtures.fillers.fill_test", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures.fillers", + "symbol_part": "fill_test", + "lineno": 11 + }, + { + "from_module": "tests.fillers.build_json", + "imports": "eth.tools.fixtures.fillers.formatters.filler_formatter", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures.fillers.formatters", + "symbol_part": "filler_formatter", + "lineno": 14 + }, + { + "from_module": "tests.fillers.build_json", + "imports": "eth.tools.fixtures.helpers.get_test_name", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures.helpers", + "symbol_part": "get_test_name", + "lineno": 17 + } + ], + "tests.fillers": [], + "tests.fillers.vm_fillers": [], + "tests.json-fixtures.test_difficulty": [ + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.constants.EMPTY_UNCLE_HASH", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.constants", + "symbol_part": "EMPTY_UNCLE_HASH", + "lineno": 11 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 14 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.tools.fixtures.filter_fixtures", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "filter_fixtures", + "lineno": 17 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.tools.fixtures.generate_fixture_tests", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "generate_fixture_tests", + "lineno": 17 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.tools.fixtures.load_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "load_fixture", + "lineno": 17 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.vm.forks.ArrowGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ArrowGlacierVM", + "lineno": 22 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.vm.forks.BerlinVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "BerlinVM", + "lineno": 22 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.vm.forks.ByzantiumVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ByzantiumVM", + "lineno": 22 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.vm.forks.ConstantinopleVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "ConstantinopleVM", + "lineno": 22 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.vm.forks.FrontierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "FrontierVM", + "lineno": 22 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.vm.forks.GrayGlacierVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "GrayGlacierVM", + "lineno": 22 + }, + { + "from_module": "tests.json-fixtures.test_difficulty", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 22 + } + ], + "tests.json-fixtures.test_transactions": [ + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.exceptions.UnrecognizedTransactionType", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "UnrecognizedTransactionType", + "lineno": 14 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.tools._utils.normalization.normalize_transactiontest_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_transactiontest_fixture", + "lineno": 17 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.tools.fixtures.filter_fixtures", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "filter_fixtures", + "lineno": 20 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.tools.fixtures.generate_fixture_tests", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "generate_fixture_tests", + "lineno": 20 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.tools.fixtures.load_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "load_fixture", + "lineno": 20 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.berlin.constants.VALID_TRANSACTION_TYPES", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.constants", + "symbol_part": "VALID_TRANSACTION_TYPES", + "lineno": 25 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "BerlinTransactionBuilder", + "lineno": 28 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.byzantium.transactions.ByzantiumTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.byzantium.transactions", + "symbol_part": "ByzantiumTransaction", + "lineno": 31 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.cancun.transactions.CancunTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.cancun.transactions", + "symbol_part": "CancunTransactionBuilder", + "lineno": 34 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.constantinople.transactions.ConstantinopleTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.constantinople.transactions", + "symbol_part": "ConstantinopleTransaction", + "lineno": 37 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.frontier.transactions.FrontierTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.frontier.transactions", + "symbol_part": "FrontierTransaction", + "lineno": 40 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.homestead.transactions.HomesteadTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.transactions", + "symbol_part": "HomesteadTransaction", + "lineno": 43 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.istanbul.transactions.IstanbulTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.istanbul.transactions", + "symbol_part": "IstanbulTransaction", + "lineno": 46 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.london.transactions.LondonTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "LondonTransactionBuilder", + "lineno": 49 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.paris.transactions.ParisTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.paris.transactions", + "symbol_part": "ParisTransactionBuilder", + "lineno": 52 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.petersburg.transactions.PetersburgTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.petersburg.transactions", + "symbol_part": "PetersburgTransaction", + "lineno": 55 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.prague.transactions.PragueTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.prague.transactions", + "symbol_part": "PragueTransactionBuilder", + "lineno": 58 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.shanghai.transactions.ShanghaiTransactionBuilder", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.shanghai.transactions", + "symbol_part": "ShanghaiTransactionBuilder", + "lineno": 61 + }, + { + "from_module": "tests.json-fixtures.test_transactions", + "imports": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.spurious_dragon.transactions", + "symbol_part": "SpuriousDragonTransaction", + "lineno": 64 + } + ], + "tests.json-fixtures.test_virtual_machine": [ + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.consensus.ConsensusContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.consensus", + "symbol_part": "ConsensusContext", + "lineno": 11 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.db.get_db_backend", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db", + "symbol_part": "get_db_backend", + "lineno": 14 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.db.chain.ChainDB", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.db.chain", + "symbol_part": "ChainDB", + "lineno": 17 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.exceptions.VMError", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "VMError", + "lineno": 20 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.rlp.headers.BlockHeader", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.rlp.headers", + "symbol_part": "BlockHeader", + "lineno": 23 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.tools._utils.hashing.hash_log_entries", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.hashing", + "symbol_part": "hash_log_entries", + "lineno": 26 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_vmtest_fixture", + "lineno": 29 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.tools.fixtures.filter_fixtures", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "filter_fixtures", + "lineno": 32 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.tools.fixtures.generate_fixture_tests", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "generate_fixture_tests", + "lineno": 32 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.tools.fixtures.load_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "load_fixture", + "lineno": 32 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.tools.fixtures.setup_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "setup_state", + "lineno": 32 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.tools.fixtures.verify_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "verify_state", + "lineno": 32 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.vm.chain_context.ChainContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.chain_context", + "symbol_part": "ChainContext", + "lineno": 39 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.vm.forks.HomesteadVM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks", + "symbol_part": "HomesteadVM", + "lineno": 42 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.vm.forks.homestead.computation.HomesteadComputation", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.computation", + "symbol_part": "HomesteadComputation", + "lineno": 45 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.vm.forks.homestead.state.HomesteadState", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.homestead.state", + "symbol_part": "HomesteadState", + "lineno": 48 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.vm.message.Message", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.message", + "symbol_part": "Message", + "lineno": 51 + }, + { + "from_module": "tests.json-fixtures.test_virtual_machine", + "imports": "eth.vm.transaction_context.BaseTransactionContext", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.transaction_context", + "symbol_part": "BaseTransactionContext", + "lineno": 54 + } + ], + "tests.json-fixtures.blockchain.test_blockchain": [ + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.exceptions.InsufficientFunds", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "InsufficientFunds", + "lineno": 13 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.exceptions.OutOfGas", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "OutOfGas", + "lineno": 13 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.exceptions.UnrecognizedTransactionType", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.exceptions", + "symbol_part": "UnrecognizedTransactionType", + "lineno": 13 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools._utils.normalization", + "symbol_part": "normalize_blockchain_fixtures", + "lineno": 18 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.fixtures.apply_fixture_block_to_chain", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "apply_fixture_block_to_chain", + "lineno": 21 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.fixtures.filter_fixtures", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "filter_fixtures", + "lineno": 21 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.fixtures.generate_fixture_tests", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "generate_fixture_tests", + "lineno": 21 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.fixtures.genesis_fields_from_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "genesis_fields_from_fixture", + "lineno": 21 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.fixtures.load_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "load_fixture", + "lineno": 21 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.fixtures.new_chain_from_fixture", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "new_chain_from_fixture", + "lineno": 21 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.fixtures.should_run_slow_tests", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "should_run_slow_tests", + "lineno": 21 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.fixtures.verify_state", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.fixtures", + "symbol_part": "verify_state", + "lineno": 21 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.rlp.assert_headers_eq", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.rlp", + "symbol_part": "assert_headers_eq", + "lineno": 31 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.tools.rlp.assert_imported_block_unchanged", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.tools.rlp", + "symbol_part": "assert_imported_block_unchanged", + "lineno": 31 + }, + { + "from_module": "tests.json-fixtures.blockchain.test_blockchain", + "imports": "eth.vm.header.HeaderSedes", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.header", + "symbol_part": "HeaderSedes", + "lineno": 35 + } + ], + "tests.tools.factories.keys": [], + "tests.tools.factories.transaction": [ + { + "from_module": "tests.tools.factories.transaction", + "imports": "eth.abc.SignedTransactionAPI", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.abc", + "symbol_part": "SignedTransactionAPI", + "lineno": 17 + }, + { + "from_module": "tests.tools.factories.transaction", + "imports": "eth.vm.base.VM", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.base", + "symbol_part": "VM", + "lineno": 20 + }, + { + "from_module": "tests.tools.factories.transaction", + "imports": "eth.vm.forks.berlin.transactions.AccessListTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.berlin.transactions", + "symbol_part": "AccessListTransaction", + "lineno": 23 + }, + { + "from_module": "tests.tools.factories.transaction", + "imports": "eth.vm.forks.london.transactions.DynamicFeeTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.forks.london.transactions", + "symbol_part": "DynamicFeeTransaction", + "lineno": 26 + }, + { + "from_module": "tests.tools.factories.transaction", + "imports": "eth.vm.spoof.SpoofTransaction", + "type": "from_import", + "relative_level": 0, + "module_part": "eth.vm.spoof", + "symbol_part": "SpoofTransaction", + "lineno": 29 + } + ] + }, + "dependency_graph": { + "setuptools": { + "used_by": [ + "setup" + ], + "import_count": 2 + }, + "os": { + "used_by": [ + ".project-template.fill_template_vars", + ".project-template.refill_template_vars", + "docs.conf", + "eth.db", + "eth.estimators", + "eth.precompiles.point_evaluation", + "eth.tools.fixtures.helpers", + "eth.tools.fixtures.loading", + "eth.tools.fixtures._utils", + "eth._utils.env", + "tests.core.env-utils.test_env_bool", + "tests.core.env-utils.test_env_float", + "tests.core.env-utils.test_env_int", + "tests.core.env-utils.test_env_list", + "tests.core.env-utils.test_env_string", + "tests.core.vm.test_modexp_precompile", + "tests.fillers.build_json", + "tests.json-fixtures.test_difficulty", + "tests.json-fixtures.test_transactions", + "tests.json-fixtures.test_virtual_machine", + "tests.json-fixtures.blockchain.test_blockchain" + ], + "import_count": 21 + }, + "sys": { + "used_by": [ + ".project-template.fill_template_vars", + ".project-template.refill_template_vars", + "eth", + "eth._utils.version", + "newsfragments.validate_files", + "scripts.benchmark.run", + "tests.core.code-stream.test_code_stream" + ], + "import_count": 7 + }, + "re": { + "used_by": [ + ".project-template.fill_template_vars", + "eth.tools.fixtures.helpers" + ], + "import_count": 2 + }, + "pathlib": { + "used_by": [ + ".project-template.fill_template_vars", + ".project-template.refill_template_vars", + "newsfragments.validate_files", + "scripts.benchmark.checks.deploy_dos", + "scripts.benchmark.checks.erc20_interact", + "scripts.benchmark.contract_data", + "scripts.benchmark._utils.compile", + "scripts.release.test_package", + "tests.conftest", + "tests.json-fixtures.blockchain.test_blockchain" + ], + "import_count": 10 + }, + "subprocess": { + "used_by": [ + ".project-template.refill_template_vars", + "eth.tools._utils.git", + "scripts.benchmark._utils.compile", + "scripts.release.test_package" + ], + "import_count": 4 + }, + "doctest": { + "used_by": [ + "docs.conf" + ], + "import_count": 1 + }, + "abc": { + "used_by": [ + "eth.abc", + "eth.db.keymap", + "eth.vm.forks.arrow_glacier.blocks", + "eth.vm.forks.arrow_glacier.transactions", + "eth.vm.forks.berlin.logic", + "eth.vm.forks.cancun.blocks", + "eth.vm.forks.cancun.transactions", + "eth.vm.forks.gray_glacier.blocks", + "eth.vm.forks.gray_glacier.transactions", + "eth.vm.forks.paris.blocks", + "eth.vm.forks.paris.transactions", + "eth.vm.forks.prague.blocks", + "eth.vm.forks.prague.logic", + "eth.vm.forks.prague.transactions", + "eth.vm.forks.shanghai.blocks", + "eth.vm.forks.shanghai.transactions", + "eth.vm.logic.call", + "scripts.benchmark.checks.base_benchmark", + "scripts.benchmark.checks.deploy_dos", + "scripts.benchmark.checks.erc20_interact" + ], + "import_count": 23 + }, + "typing": { + "used_by": [ + "eth.abc", + "eth.constants", + "eth.typing", + "eth.validation", + "eth.chains.base", + "eth.chains.header", + "eth.chains.mainnet", + "eth.chains.ropsten", + "eth.chains.tester", + "eth.consensus.applier", + "eth.consensus.ethash", + "eth.consensus.noproof", + "eth.consensus.pos", + "eth.consensus.pow", + "eth.consensus.clique.clique", + "eth.consensus.clique.datatypes", + "eth.consensus.clique.encoding", + "eth.consensus.clique.snapshot_manager", + "eth.consensus.clique._utils", + "eth.db.accesslog", + "eth.db.account", + "eth.db.atomic", + "eth.db.chain", + "eth.db.chain_gaps", + "eth.db.diff", + "eth.db.hash_trie", + "eth.db.header", + "eth.db.journal", + "eth.db.keymap", + "eth.db.slow_journal", + "eth.db.storage", + "eth.db.trie", + "eth.db.witness", + "eth.db", + "eth.db.backends.base", + "eth.db.backends.memory", + "eth.estimators.gas", + "eth.estimators", + "eth.precompiles.ecadd", + "eth.precompiles.ecmul", + "eth.precompiles.ecpairing", + "eth.precompiles.modexp", + "eth.precompiles.point_evaluation", + "eth.precompiles.bls12_381.bls12_381_g1", + "eth.precompiles.bls12_381.bls12_381_g2", + "eth.rlp.accounts", + "eth.rlp.blocks", + "eth.rlp.headers", + "eth.rlp.logs", + "eth.rlp.receipts", + "eth.rlp.transactions", + "eth.tools.builder.chain.builders", + "eth.tools.fixtures.generation", + "eth.tools.fixtures.helpers", + "eth.tools.fixtures.loading", + "eth.tools.fixtures._utils", + "eth.tools.fixtures.fillers.common", + "eth.tools.fixtures.fillers.formatters", + "eth.tools.fixtures.fillers.main", + "eth.tools.fixtures.fillers.state", + "eth.tools.fixtures.fillers.vm", + "eth.tools.fixtures.fillers._utils", + "eth.tools._utils.deprecation", + "eth.tools._utils.hashing", + "eth.tools._utils.mappings", + "eth.tools._utils.normalization", + "eth.tools._utils.slow_code_stream", + "eth.tools._utils.vyper", + "eth.vm.base", + "eth.vm.chain_context", + "eth.vm.code_stream", + "eth.vm.computation", + "eth.vm.execution_context", + "eth.vm.gas_meter", + "eth.vm.interrupt", + "eth.vm.opcode", + "eth.vm.spoof", + "eth.vm.stack", + "eth.vm.state", + "eth.vm.transaction_context", + "eth.vm.forks.arrow_glacier.blocks", + "eth.vm.forks.arrow_glacier.headers", + "eth.vm.forks.arrow_glacier.state", + "eth.vm.forks.arrow_glacier", + "eth.vm.forks.berlin.blocks", + "eth.vm.forks.berlin.logic", + "eth.vm.forks.berlin.opcodes", + "eth.vm.forks.berlin.receipts", + "eth.vm.forks.berlin.state", + "eth.vm.forks.berlin.transactions", + "eth.vm.forks.berlin", + "eth.vm.forks.byzantium.headers", + "eth.vm.forks.byzantium.opcodes", + "eth.vm.forks.byzantium", + "eth.vm.forks.cancun.blocks", + "eth.vm.forks.cancun.headers", + "eth.vm.forks.cancun.opcodes", + "eth.vm.forks.cancun.receipts", + "eth.vm.forks.cancun.state", + "eth.vm.forks.cancun.transactions", + "eth.vm.forks.cancun.transaction_context", + "eth.vm.forks.cancun", + "eth.vm.forks.constantinople", + "eth.vm.forks.frontier.blocks", + "eth.vm.forks.frontier.computation", + "eth.vm.forks.frontier.headers", + "eth.vm.forks.frontier.opcodes", + "eth.vm.forks.frontier.state", + "eth.vm.forks.frontier.transactions", + "eth.vm.forks.frontier", + "eth.vm.forks.gray_glacier.blocks", + "eth.vm.forks.gray_glacier.headers", + "eth.vm.forks.gray_glacier.state", + "eth.vm.forks.gray_glacier", + "eth.vm.forks.homestead.computation", + "eth.vm.forks.homestead.headers", + "eth.vm.forks.homestead.opcodes", + "eth.vm.forks.homestead.state", + "eth.vm.forks.homestead", + "eth.vm.forks.istanbul", + "eth.vm.forks.london.blocks", + "eth.vm.forks.london.headers", + "eth.vm.forks.london.opcodes", + "eth.vm.forks.london.receipts", + "eth.vm.forks.london.state", + "eth.vm.forks.london.transactions", + "eth.vm.forks.london", + "eth.vm.forks.muir_glacier", + "eth.vm.forks.paris.blocks", + "eth.vm.forks.paris.headers", + "eth.vm.forks.paris.opcodes", + "eth.vm.forks.paris.state", + "eth.vm.forks.paris", + "eth.vm.forks.petersburg.opcodes", + "eth.vm.forks.petersburg", + "eth.vm.forks.prague.blocks", + "eth.vm.forks.prague.headers", + "eth.vm.forks.prague.logic", + "eth.vm.forks.prague.opcodes", + "eth.vm.forks.prague.receipts", + "eth.vm.forks.prague.state", + "eth.vm.forks.prague.transactions", + "eth.vm.forks.prague", + "eth.vm.forks.shanghai.blocks", + "eth.vm.forks.shanghai.headers", + "eth.vm.forks.shanghai.opcodes", + "eth.vm.forks.shanghai.state", + "eth.vm.forks.shanghai.withdrawals", + "eth.vm.forks.shanghai", + "eth.vm.forks.spurious_dragon.computation", + "eth.vm.forks.spurious_dragon.opcodes", + "eth.vm.forks.spurious_dragon.state", + "eth.vm.forks.spurious_dragon.transactions", + "eth.vm.forks.spurious_dragon._utils", + "eth.vm.forks.spurious_dragon", + "eth.vm.forks.tangerine_whistle", + "eth.vm.logic.call", + "eth.vm.logic.context", + "eth.vm.logic.logging", + "eth.vm.logic.storage", + "eth.vm.logic.system", + "eth._utils.bn128", + "eth._utils.datatypes", + "eth._utils.env", + "eth._utils.generator", + "eth._utils.headers", + "eth._utils.module_loading", + "eth._utils.numeric", + "eth._utils.rlp", + "eth._utils.spoof", + "eth._utils.transactions", + "eth._utils.blake2.coders", + "eth._utils.blake2.compression", + "scripts.benchmark.checks.base_benchmark", + "scripts.benchmark.checks.deploy_dos", + "scripts.benchmark.checks.erc20_interact", + "scripts.benchmark.checks.simple_value_transfers", + "scripts.benchmark.contract_data", + "scripts.benchmark._utils.address", + "scripts.benchmark._utils.chain_plumbing", + "scripts.benchmark._utils.compile", + "scripts.benchmark._utils.meters", + "scripts.benchmark._utils.reporting", + "tests.tools.factories.transaction" + ], + "import_count": 506 + }, + "eth_bloom": { + "used_by": [ + "eth.abc", + "eth.rlp.receipts", + "eth.vm.forks.berlin.receipts", + "eth.vm.forks.byzantium", + "eth.vm.forks.frontier.blocks", + "eth.vm.forks.frontier", + "eth.vm.forks.shanghai.blocks", + "tests.core.vm.test_vm_class_configurations" + ], + "import_count": 8 + }, + "eth_keys": { + "used_by": [ + "eth.abc", + "eth.consensus.clique._utils", + "eth.precompiles.ecrecover", + "eth.tools.fixtures.fillers._utils", + "eth.vm.forks.arrow_glacier.transactions", + "eth.vm.forks.berlin.transactions", + "eth.vm.forks.byzantium.transactions", + "eth.vm.forks.cancun.transactions", + "eth.vm.forks.constantinople.transactions", + "eth.vm.forks.frontier.transactions", + "eth.vm.forks.gray_glacier.transactions", + "eth.vm.forks.homestead.transactions", + "eth.vm.forks.istanbul.transactions", + "eth.vm.forks.london.transactions", + "eth.vm.forks.muir_glacier.transactions", + "eth.vm.forks.paris.transactions", + "eth.vm.forks.petersburg.transactions", + "eth.vm.forks.prague.state", + "eth.vm.forks.prague.transactions", + "eth.vm.forks.shanghai.transactions", + "eth.vm.forks.spurious_dragon.transactions", + "eth._utils.transactions", + "scripts.benchmark._utils.address", + "scripts.benchmark._utils.chain_plumbing", + "tests.conftest", + "tests.core.chain-object.test_create_transaction", + "tests.core.consensus.test_clique_consensus", + "tests.core.consensus.test_clique_utils", + "tests.core.transactions.test_legacy_transaction", + "tests.core.transactions.test_transaction_builder", + "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "tests.tools.factories.keys", + "tests.tools.factories.transaction" + ], + "import_count": 39 + }, + "eth_typing": { + "used_by": [ + "eth.abc", + "eth.constants", + "eth.exceptions", + "eth.typing", + "eth.validation", + "eth.chains.base", + "eth.chains.header", + "eth.chains.goerli.constants", + "eth.chains.mainnet.constants", + "eth.chains.mainnet", + "eth.chains.ropsten.constants", + "eth.chains.ropsten", + "eth.chains.tester", + "eth.consensus.ethash", + "eth.consensus.pow", + "eth.consensus.clique.clique", + "eth.consensus.clique.datatypes", + "eth.consensus.clique.encoding", + "eth.consensus.clique.snapshot_manager", + "eth.consensus.clique._utils", + "eth.db.account", + "eth.db.chain", + "eth.db.chain_gaps", + "eth.db.header", + "eth.db.schema", + "eth.db.storage", + "eth.db.trie", + "eth.db.witness", + "eth.precompiles.point_evaluation", + "eth.rlp.headers", + "eth.rlp.transactions", + "eth.tools.builder.chain.builders", + "eth.tools.fixtures.fillers._utils", + "eth.tools._utils.hashing", + "eth.tools._utils.normalization", + "eth.vm.base", + "eth.vm.computation", + "eth.vm.execution_context", + "eth.vm.interrupt", + "eth.vm.message", + "eth.vm.state", + "eth.vm.transaction_context", + "eth.vm.forks.berlin.logic", + "eth.vm.forks.berlin.transactions", + "eth.vm.forks.byzantium.transactions", + "eth.vm.forks.cancun.blocks", + "eth.vm.forks.cancun.constants", + "eth.vm.forks.cancun.state", + "eth.vm.forks.cancun.transactions", + "eth.vm.forks.cancun.transaction_context", + "eth.vm.forks.constantinople.transactions", + "eth.vm.forks.frontier.blocks", + "eth.vm.forks.frontier.transactions", + "eth.vm.forks.homestead.headers", + "eth.vm.forks.homestead.transactions", + "eth.vm.forks.homestead", + "eth.vm.forks.istanbul.transactions", + "eth.vm.forks.london.blocks", + "eth.vm.forks.london.transactions", + "eth.vm.forks.muir_glacier.transactions", + "eth.vm.forks.paris.blocks", + "eth.vm.forks.paris.state", + "eth.vm.forks.petersburg.transactions", + "eth.vm.forks.prague.blocks", + "eth.vm.forks.prague.constants", + "eth.vm.forks.prague.logic", + "eth.vm.forks.prague.state", + "eth.vm.forks.prague.transactions", + "eth.vm.forks.shanghai.blocks", + "eth.vm.forks.shanghai.withdrawals", + "eth.vm.forks.spurious_dragon.transactions", + "eth.vm.forks.spurious_dragon._utils", + "eth.vm.logic.block", + "eth.vm.logic.call", + "eth.vm.logic.context", + "eth.vm.logic.system", + "eth._utils.address", + "eth._utils.db", + "eth._utils.headers", + "eth._utils.numeric", + "scripts.benchmark.checks.simple_value_transfers", + "scripts.benchmark._utils.address", + "scripts.benchmark._utils.chain_plumbing", + "tests.core.consensus.test_clique_utils", + "tests.core.transactions.transaction-utils.test_spoof_transaction", + "tests.core.validation.test_withdrawal_validation", + "tests.core.vm.test_computation", + "tests.core.vm.test_london", + "tests.json-fixtures.test_difficulty", + "tests.json-fixtures.test_transactions", + "tests.tools.factories.transaction" + ], + "import_count": 141 + }, + "eth_utils": { + "used_by": [ + "eth.abc", + "eth.constants", + "eth.validation", + "eth.chains.base", + "eth.chains.goerli", + "eth.chains.mainnet", + "eth.chains.ropsten", + "eth.chains.tester", + "eth.consensus.applier", + "eth.consensus.pow", + "eth.consensus.clique.clique", + "eth.consensus.clique.constants", + "eth.consensus.clique.datatypes", + "eth.consensus.clique.snapshot_manager", + "eth.consensus.clique._utils", + "eth.db.account", + "eth.db.atomic", + "eth.db.batch", + "eth.db.chain", + "eth.db.chain_gaps", + "eth.db.diff", + "eth.db.header", + "eth.db.journal", + "eth.db.slow_journal", + "eth.db.storage", + "eth.db", + "eth.estimators.gas", + "eth.precompiles.blake2", + "eth.precompiles.ecadd", + "eth.precompiles.ecmul", + "eth.precompiles.ecpairing", + "eth.precompiles.ecrecover", + "eth.precompiles.modexp", + "eth.rlp.blocks", + "eth.rlp.headers", + "eth.rlp.transactions", + "eth.tools.rlp", + "eth.tools.builder.chain.builders", + "eth.tools.db.atomic", + "eth.tools.fixtures.generation", + "eth.tools.fixtures.helpers", + "eth.tools.fixtures.loading", + "eth.tools.fixtures._utils", + "eth.tools.fixtures.fillers.common", + "eth.tools.fixtures.fillers.formatters", + "eth.tools.fixtures.fillers.main", + "eth.tools.fixtures.fillers.state", + "eth.tools.fixtures.fillers._utils", + "eth.tools._utils.git", + "eth.tools._utils.mappings", + "eth.tools._utils.normalization", + "eth.vm.base", + "eth.vm.computation", + "eth.vm.gas_meter", + "eth.vm.interrupt", + "eth.vm.opcode", + "eth.vm.stack", + "eth.vm.state", + "eth.vm.transient_storage", + "eth.vm.forks.arrow_glacier.blocks", + "eth.vm.forks.berlin.computation", + "eth.vm.forks.berlin.logic", + "eth.vm.forks.berlin.opcodes", + "eth.vm.forks.berlin.receipts", + "eth.vm.forks.berlin.transactions", + "eth.vm.forks.byzantium.computation", + "eth.vm.forks.byzantium.constants", + "eth.vm.forks.byzantium.headers", + "eth.vm.forks.byzantium.opcodes", + "eth.vm.forks.byzantium", + "eth.vm.forks.cancun.blocks", + "eth.vm.forks.cancun.logic", + "eth.vm.forks.cancun.opcodes", + "eth.vm.forks.cancun.state", + "eth.vm.forks.cancun.transactions", + "eth.vm.forks.cancun", + "eth.vm.forks.constantinople.constants", + "eth.vm.forks.constantinople.opcodes", + "eth.vm.forks.frontier.computation", + "eth.vm.forks.frontier.state", + "eth.vm.forks.frontier.validation", + "eth.vm.forks.gray_glacier.blocks", + "eth.vm.forks.homestead.computation", + "eth.vm.forks.homestead.headers", + "eth.vm.forks.homestead.opcodes", + "eth.vm.forks.homestead.validation", + "eth.vm.forks.istanbul.computation", + "eth.vm.forks.istanbul.opcodes", + "eth.vm.forks.istanbul.storage", + "eth.vm.forks.london.blocks", + "eth.vm.forks.london.headers", + "eth.vm.forks.london.opcodes", + "eth.vm.forks.london.state", + "eth.vm.forks.london.storage", + "eth.vm.forks.london.transactions", + "eth.vm.forks.london.validation", + "eth.vm.forks.london", + "eth.vm.forks.paris.blocks", + "eth.vm.forks.paris.headers", + "eth.vm.forks.paris.opcodes", + "eth.vm.forks.paris", + "eth.vm.forks.petersburg.constants", + "eth.vm.forks.petersburg.opcodes", + "eth.vm.forks.prague.blocks", + "eth.vm.forks.prague.computation", + "eth.vm.forks.prague.headers", + "eth.vm.forks.prague.opcodes", + "eth.vm.forks.prague.transactions", + "eth.vm.forks.prague", + "eth.vm.forks.shanghai.blocks", + "eth.vm.forks.shanghai.opcodes", + "eth.vm.forks.shanghai.withdrawals", + "eth.vm.forks.spurious_dragon.computation", + "eth.vm.forks.spurious_dragon.opcodes", + "eth.vm.forks.spurious_dragon.state", + "eth.vm.forks.spurious_dragon.transactions", + "eth.vm.forks.spurious_dragon._utils", + "eth.vm.forks.tangerine_whistle.opcodes", + "eth.vm.logic.arithmetic", + "eth.vm.logic.storage", + "eth.vm.logic.system", + "eth._utils.bn128", + "eth._utils.datatypes", + "eth._utils.numeric", + "eth._utils.padding", + "eth._utils.rlp", + "eth._utils.spoof", + "eth._utils.state", + "eth._utils.transactions", + "eth._utils.blake2.coders", + "scripts.benchmark.checks.deploy_dos", + "scripts.benchmark.checks.erc20_interact", + "scripts.benchmark._utils.address", + "scripts.benchmark._utils.chain_plumbing", + "scripts.benchmark._utils.format", + "tests.conftest", + "tests.core.fixtures", + "tests.core.helpers", + "tests.core.address-utils.test_address_generation", + "tests.core.builder-tools.test_chain_builder", + "tests.core.builder-tools.test_chain_construction", + "tests.core.builder-tools.test_chain_initializer", + "tests.core.chain-object.test_chain", + "tests.core.chain-object.test_contract_call", + "tests.core.code-stream.test_code_stream", + "tests.core.consensus.test_clique_consensus", + "tests.core.consensus.test_clique_utils", + "tests.core.consensus.test_consensus_engine", + "tests.core.fixture-tools.test_normalize_state", + "tests.core.gas_meter.test_gas_meter", + "tests.core.generator-utils.test_cached_iterable", + "tests.core.hexadecimal-utils.test_encode_and_decode", + "tests.core.memory.test_memory", + "tests.core.message-object.test_message_object", + "tests.core.opcodes.test_opcodes", + "tests.core.precompiles.test_blake2", + "tests.core.stack.test_stack", + "tests.core.transactions.test_transaction_builder", + "tests.core.transactions.transaction-utils.test_receipt_encoding", + "tests.core.transactions.transaction-utils.test_transaction_encoding", + "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "tests.core.validation.test_eth1_validation", + "tests.core.validation.test_transaction_validation", + "tests.core.validation.test_withdrawal_validation", + "tests.core.vm.conftest", + "tests.core.vm.test_base_computation", + "tests.core.vm.test_clique_validation", + "tests.core.vm.test_computation", + "tests.core.vm.test_contract_code_size_limit", + "tests.core.vm.test_interrupt", + "tests.core.vm.test_london", + "tests.core.vm.test_mainnet_dao_fork", + "tests.core.vm.test_modexp_precompile", + "tests.core.vm.test_rewards", + "tests.core.vm.test_validate_transaction", + "tests.core.vm.test_vm", + "tests.core.vm.test_vm_state", + "tests.database.test_account_db", + "tests.database.test_batch_db", + "tests.database.test_header_db", + "tests.database.test_journal_db", + "tests.fillers.build_json", + "tests.json-fixtures.test_difficulty", + "tests.json-fixtures.test_transactions", + "tests.json-fixtures.test_virtual_machine", + "tests.json-fixtures.blockchain.test_blockchain", + "tests.tools.factories.keys", + "tests.tools.factories.transaction" + ], + "import_count": 381 + }, + "functools": { + "used_by": [ + "eth.validation", + "eth.db.chain", + "eth.db.header", + "eth.db.trie", + "eth.tools.builder.chain.builders", + "eth.tools.fixtures.loading", + "eth.tools.fixtures._utils", + "eth.tools.fixtures.fillers.common", + "eth.tools._utils.deprecation", + "eth.tools._utils.normalization", + "eth.tools._utils.vyper", + "eth.vm.forks.byzantium.opcodes", + "eth.vm.forks.cancun.transactions", + "eth.vm.forks.constantinople.storage", + "eth.vm.forks.frontier.transactions", + "eth.vm.forks.homestead.transactions", + "eth.vm.forks.istanbul.transactions", + "eth.vm.logic.logging", + "tests.database.test_header_db" + ], + "import_count": 20 + }, + "importlib": { + "used_by": [ + "eth", + "eth._utils.module_loading" + ], + "import_count": 2 + }, + "logging": { + "used_by": [ + "eth.chains.base", + "eth.consensus.clique.clique", + "eth.db.accesslog", + "eth.db.atomic", + "eth.db.batch", + "eth.tools._utils.slow_code_stream", + "eth.vm.base", + "eth.vm.code_stream", + "eth.vm.memory", + "eth.vm.message", + "eth.vm.stack", + "scripts.benchmark.run", + "scripts.benchmark.checks.base_benchmark", + "scripts.benchmark.checks.deploy_dos", + "scripts.benchmark.checks.import_empty_blocks", + "scripts.benchmark.checks.mine_empty_blocks", + "scripts.benchmark.checks.simple_value_transfers", + "scripts.benchmark._utils.reporting" + ], + "import_count": 18 + }, + "operator": { + "used_by": [ + "eth.chains.base", + "eth.chains.tester", + "eth._utils.module_loading", + "tests.database.test_header_db" + ], + "import_count": 4 + }, + "random": { + "used_by": [ + "eth.chains.base", + "eth.tools.fixtures.fillers._utils", + "scripts.benchmark._utils.address", + "tests.core.consensus.test_pow_mining", + "tests.database.test_header_db" + ], + "import_count": 5 + }, + "collections": { + "used_by": [ + "eth.chains.tester", + "eth.consensus.pow", + "eth.db.diff", + "eth.db.journal", + "eth.db.slow_journal", + "eth.tools.fixtures.fillers.common", + "eth.tools.fixtures.fillers.state", + "eth.tools._utils.mappings" + ], + "import_count": 9 + }, + "Crypto": { + "used_by": [ + "eth.consensus.ethash" + ], + "import_count": 1 + }, + "enum": { + "used_by": [ + "eth.consensus.clique.datatypes", + "eth.db.chain_gaps", + "tests.core.tester.test_generate_vm_configuration", + "tests.database.test_header_db" + ], + "import_count": 4 + }, + "rlp": { + "used_by": [ + "eth.consensus.clique.encoding", + "eth.db.account", + "eth.db.chain", + "eth.db.header", + "eth.db.storage", + "eth.db.trie", + "eth.rlp.accounts", + "eth.rlp.blocks", + "eth.rlp.headers", + "eth.rlp.logs", + "eth.rlp.receipts", + "eth.rlp.sedes", + "eth.rlp.transactions", + "eth.tools.fixtures.helpers", + "eth.tools._utils.hashing", + "eth.vm.base", + "eth.vm.forks.arrow_glacier.blocks", + "eth.vm.forks.berlin.blocks", + "eth.vm.forks.berlin.receipts", + "eth.vm.forks.berlin.transactions", + "eth.vm.forks.byzantium.blocks", + "eth.vm.forks.cancun.blocks", + "eth.vm.forks.cancun.transactions", + "eth.vm.forks.constantinople.blocks", + "eth.vm.forks.frontier.blocks", + "eth.vm.forks.frontier.transactions", + "eth.vm.forks.gray_glacier.blocks", + "eth.vm.forks.homestead.blocks", + "eth.vm.forks.homestead.transactions", + "eth.vm.forks.istanbul.blocks", + "eth.vm.forks.london.blocks", + "eth.vm.forks.london.transactions", + "eth.vm.forks.muir_glacier.blocks", + "eth.vm.forks.paris.blocks", + "eth.vm.forks.petersburg.blocks", + "eth.vm.forks.prague.blocks", + "eth.vm.forks.prague.state", + "eth.vm.forks.prague.transactions", + "eth.vm.forks.shanghai.blocks", + "eth.vm.forks.shanghai.withdrawals", + "eth.vm.forks.spurious_dragon.blocks", + "eth.vm.forks.spurious_dragon.transactions", + "eth._utils.address", + "eth._utils.rlp", + "eth._utils.transactions", + "tests.conftest", + "tests.core.chain-object.test_chain", + "tests.core.transactions.transaction-utils.test_receipt_encoding", + "tests.core.transactions.transaction-utils.test_transaction_encoding", + "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "tests.core.vm.test_vm", + "tests.database.test_eth1_chaindb", + "tests.json-fixtures.test_transactions", + "tests.json-fixtures.blockchain.test_blockchain" + ], + "import_count": 99 + }, + "lru": { + "used_by": [ + "eth.consensus.clique.snapshot_manager", + "eth.db.account", + "eth.db.cache" + ], + "import_count": 3 + }, + "contextlib": { + "used_by": [ + "eth.db.accesslog", + "eth.db.atomic", + "eth.db.hash_trie", + "eth.tools._utils.slow_code_stream", + "eth.vm.base", + "eth.vm.code_stream", + "eth.vm.state" + ], + "import_count": 7 + }, + "eth_hash": { + "used_by": [ + "eth.db.account", + "eth.db.chain", + "eth.db.hash_trie", + "eth.db.storage", + "eth.rlp.headers", + "eth.rlp.transactions", + "eth.tools._utils.hashing", + "eth.vm.base", + "eth.vm.forks.berlin.transactions", + "eth.vm.forks.frontier.computation", + "eth.vm.forks.frontier.state", + "eth.vm.forks.homestead.computation", + "eth.vm.forks.london.blocks", + "eth.vm.forks.london.state", + "eth.vm.forks.spurious_dragon.computation", + "eth.vm.logic.sha3", + "eth._utils.address", + "tests.core.vm.test_interrupt", + "tests.database.test_account_db", + "tests.database.test_eth1_chaindb", + "tests.database.test_hash_trie", + "tests.fillers.build_json", + "tests.json-fixtures.test_virtual_machine" + ], + "import_count": 23 + }, + "trie": { + "used_by": [ + "eth.db.account", + "eth.db.chain", + "eth.db.hash_trie", + "eth.db.storage", + "eth.db.trie", + "eth.vm.interrupt", + "eth.vm.forks.frontier.blocks", + "eth.vm.forks.shanghai.blocks", + "tests.database.test_hash_trie" + ], + "import_count": 13 + }, + "itertools": { + "used_by": [ + "eth.db.chain", + "eth.db.journal", + "eth.rlp.receipts", + "eth.tools._utils.mappings", + "eth.vm.base", + "eth.vm.computation", + "eth.vm.transaction_context", + "eth._utils.generator", + "eth._utils.numeric", + "tests.core.code-stream.test_code_stream", + "tests.core.generator-utils.test_cached_iterable" + ], + "import_count": 11 + }, + "uuid": { + "used_by": [ + "eth.db.slow_journal" + ], + "import_count": 1 + }, + "blake2b": { + "used_by": [ + "eth.precompiles.blake2" + ], + "import_count": 1 + }, + "py_ecc": { + "used_by": [ + "eth.precompiles.ecadd", + "eth.precompiles.ecmul", + "eth.precompiles.ecpairing", + "eth.precompiles.bls12_381.bls12_381_g1", + "eth.precompiles.bls12_381.bls12_381_g2", + "eth.precompiles.bls12_381.bls12_381_pairing", + "eth._utils.bn128" + ], + "import_count": 34 + }, + "hashlib": { + "used_by": [ + "eth.precompiles.point_evaluation", + "eth.precompiles.ripemd160", + "eth.precompiles.sha256", + "eth.tools.fixtures.generation", + "eth.vm.forks.prague" + ], + "import_count": 5 + }, + "ckzg": { + "used_by": [ + "eth.precompiles.point_evaluation" + ], + "import_count": 2 + }, + "cached_property": { + "used_by": [ + "eth.rlp.transactions", + "eth.vm.base", + "eth.vm.computation", + "eth.vm.forks.berlin.receipts", + "eth.vm.forks.berlin.transactions", + "eth.vm.forks.london.transactions", + "eth.vm.forks.prague.transactions", + "eth.vm.forks.shanghai.withdrawals" + ], + "import_count": 8 + }, + "time": { + "used_by": [ + "eth.tools.builder.chain.builders", + "scripts.benchmark._utils.meters", + "tests.core.builder-tools.test_chain_initializer", + "tests.core.consensus.test_pow_mining" + ], + "import_count": 4 + }, + "pytest": { + "used_by": [ + "eth.tools.db.atomic", + "eth.tools.db.base", + "eth.tools.fixtures.loading", + "eth.tools.fixtures._utils", + "tests.conftest", + "tests.core.helpers", + "tests.core.address-utils.test_address_generation", + "tests.core.builder-tools.test_chain_builder", + "tests.core.builder-tools.test_chain_construction", + "tests.core.builder-tools.test_chain_initializer", + "tests.core.chain-object.test_build_block_incrementally", + "tests.core.chain-object.test_chain", + "tests.core.chain-object.test_chain_get_ancestors", + "tests.core.chain-object.test_chain_reorganization", + "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "tests.core.chain-object.test_contract_call", + "tests.core.chain-object.test_create_transaction", + "tests.core.chain-object.test_gas_estimation", + "tests.core.code-stream.test_code_stream", + "tests.core.consensus.test_clique_consensus", + "tests.core.consensus.test_clique_encoding", + "tests.core.consensus.test_clique_utils", + "tests.core.consensus.test_consensus_engine", + "tests.core.consensus.test_pow_mining", + "tests.core.datatype-utils.test_configurable_class", + "tests.core.env-utils.test_env_bool", + "tests.core.env-utils.test_env_float", + "tests.core.env-utils.test_env_int", + "tests.core.env-utils.test_env_list", + "tests.core.env-utils.test_env_string", + "tests.core.env-utils.test_get", + "tests.core.fixture-tools.test_normalize_state", + "tests.core.gas_meter.test_gas_meter", + "tests.core.hexadecimal-utils.test_encode_and_decode", + "tests.core.memory.test_memory", + "tests.core.message-object.test_message_object", + "tests.core.numeric-utils.test_get_highest_bit_length", + "tests.core.numeric-utils.test_integer_squareroot", + "tests.core.numeric-utils.test_int_to_bytes32", + "tests.core.opcodes.test_opcodes", + "tests.core.padding-utils.test_padding", + "tests.core.precompiles.test_blake2", + "tests.core.stack.test_stack", + "tests.core.tester.test_generate_vm_configuration", + "tests.core.transactions.test_legacy_transaction", + "tests.core.transactions.test_transaction_builder", + "tests.core.transactions.transaction-utils.conftest", + "tests.core.transactions.transaction-utils.test_receipt_encoding", + "tests.core.transactions.transaction-utils.test_transaction_encoding", + "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "tests.core.validation.test_eth1_validation", + "tests.core.validation.test_transaction_validation", + "tests.core.validation.test_withdrawal_validation", + "tests.core.vm.conftest", + "tests.core.vm.test_base_computation", + "tests.core.vm.test_clique_validation", + "tests.core.vm.test_computation", + "tests.core.vm.test_contract_code_size_limit", + "tests.core.vm.test_frontier_computation", + "tests.core.vm.test_interrupt", + "tests.core.vm.test_london", + "tests.core.vm.test_mainnet_dao_fork", + "tests.core.vm.test_modexp_precompile", + "tests.core.vm.test_rewards", + "tests.core.vm.test_shanghai", + "tests.core.vm.test_validate_transaction", + "tests.core.vm.test_vm", + "tests.core.vm.test_vm_class_configurations", + "tests.core.vm.test_vm_state", + "tests.core.vm.test_vm_transitions", + "tests.database.test_accesslog", + "tests.database.test_account_db", + "tests.database.test_batch_db", + "tests.database.test_database_api", + "tests.database.test_db_diff", + "tests.database.test_eth1_chaindb", + "tests.database.test_header_db", + "tests.database.test_journal_db", + "tests.database.test_leveldb_db_backend", + "tests.json-fixtures.test_difficulty", + "tests.json-fixtures.test_transactions", + "tests.json-fixtures.test_virtual_machine", + "tests.json-fixtures.blockchain.test_blockchain" + ], + "import_count": 85 + }, + "json": { + "used_by": [ + "eth.tools.fixtures.loading", + "scripts.benchmark._utils.compile", + "tests.core.vm.test_modexp_precompile", + "tests.fillers.build_json" + ], + "import_count": 4 + }, + "fnmatch": { + "used_by": [ + "eth.tools.fixtures._utils" + ], + "import_count": 1 + }, + "copy": { + "used_by": [ + "eth.tools.fixtures.fillers._utils", + "eth.vm.forks.berlin.opcodes", + "eth.vm.forks.byzantium.opcodes", + "eth.vm.forks.cancun.opcodes", + "eth.vm.forks.constantinople.opcodes", + "eth.vm.forks.homestead.opcodes", + "eth.vm.forks.istanbul.opcodes", + "eth.vm.forks.london.opcodes", + "eth.vm.forks.muir_glacier.opcodes", + "eth.vm.forks.paris.opcodes", + "eth.vm.forks.petersburg.opcodes", + "eth.vm.forks.prague.opcodes", + "eth.vm.forks.shanghai.opcodes", + "eth.vm.forks.spurious_dragon.opcodes", + "eth.vm.forks.tangerine_whistle.opcodes", + "tests.core.db.test_keymap_db" + ], + "import_count": 16 + }, + "warnings": { + "used_by": [ + "eth.tools._utils.deprecation", + "tests.core.opcodes.test_opcodes" + ], + "import_count": 2 + }, + "binascii": { + "used_by": [ + "eth.tools._utils.normalization" + ], + "import_count": 1 + }, + "io": { + "used_by": [ + "eth.tools._utils.slow_code_stream" + ], + "import_count": 1 + }, + "vyper": { + "used_by": [ + "eth.tools._utils.vyper" + ], + "import_count": 3 + }, + "types": { + "used_by": [ + "eth.vm.computation", + "eth._utils.module_loading" + ], + "import_count": 2 + }, + "toolz": { + "used_by": [ + "eth.vm.forks.arrow_glacier.headers", + "eth.vm.forks.cancun.computation", + "eth.vm.forks.cancun.headers", + "eth.vm.forks.gray_glacier.headers", + "eth.vm.forks.london.headers", + "eth.vm.forks.paris.headers", + "eth.vm.forks.shanghai.headers", + "tests.core.transactions.transaction-utils.test_spoof_transaction" + ], + "import_count": 9 + }, + "math": { + "used_by": [ + "eth.vm.forks.berlin.computation" + ], + "import_count": 1 + }, + "datetime": { + "used_by": [ + "eth._utils.headers" + ], + "import_count": 1 + }, + "decimal": { + "used_by": [ + "eth._utils.numeric" + ], + "import_count": 1 + }, + "struct": { + "used_by": [ + "eth._utils.blake2.compression" + ], + "import_count": 1 + }, + "checks": { + "used_by": [ + "scripts.benchmark.run" + ], + "import_count": 14 + }, + "contract_data": { + "used_by": [ + "scripts.benchmark.run" + ], + "import_count": 1 + }, + "web3": { + "used_by": [ + "scripts.benchmark.checks.deploy_dos", + "scripts.benchmark.checks.erc20_interact" + ], + "import_count": 2 + }, + "termcolor": { + "used_by": [ + "scripts.benchmark._utils.shellart" + ], + "import_count": 1 + }, + "tempfile": { + "used_by": [ + "scripts.release.test_package" + ], + "import_count": 1 + }, + "venv": { + "used_by": [ + "scripts.release.test_package" + ], + "import_count": 1 + }, + "hypothesis": { + "used_by": [ + "tests.core.code-stream.test_code_stream", + "tests.core.hexadecimal-utils.test_encode_and_decode", + "tests.core.numeric-utils.test_integer_squareroot", + "tests.database.test_accesslog", + "tests.database.test_eth1_chaindb", + "tests.database.test_hash_trie", + "tests.database.test_header_db", + "tests.database.test_journal_db" + ], + "import_count": 25 + }, + "threading": { + "used_by": [ + "tests.core.consensus.test_pow_mining" + ], + "import_count": 1 + }, + "secrets": { + "used_by": [ + "tests.tools.factories.keys" + ], + "import_count": 1 + }, + "factory": { + "used_by": [ + "tests.tools.factories.keys" + ], + "import_count": 1 + } + }, + "declared_dependencies": {}, + "call_graph": { + "setup": [ + { + "caller": "setup.", + "callee": ".setuptools.setup", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "setup.", + "callee": ".setuptools.find_packages", + "lineno": 92, + "resolution": "external_constructor_call" + } + ], + ".project-template.fill_template_vars": [ + { + "caller": ".project-template.fill_template_vars._find_files", + "callee": ".list.append", + "lineno": 17, + "resolution": "local_builtin_method_call" + }, + { + "caller": ".project-template.fill_template_vars._find_files", + "callee": ".pathlib.Path", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": ".project-template.fill_template_vars._replace", + "callee": ".project-template.fill_template_vars._find_files", + "lineno": 24, + "resolution": "direct_name_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".pathlib.Path", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".project-template.fill_template_vars._replace", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".project-template.fill_template_vars._replace", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".project-template.fill_template_vars._replace", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".project-template.fill_template_vars._replace", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".project-template.fill_template_vars._replace", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".project-template.fill_template_vars._replace", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".pathlib.Path", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": ".project-template.fill_template_vars.main", + "callee": ".pathlib.Path", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": ".project-template.fill_template_vars.", + "callee": ".project-template.fill_template_vars.main", + "lineno": 71, + "resolution": "direct_name_call" + } + ], + ".project-template.refill_template_vars": [ + { + "caller": ".project-template.refill_template_vars.main", + "callee": ".pathlib.Path", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": ".project-template.refill_template_vars.", + "callee": ".project-template.refill_template_vars.main", + "lineno": 39, + "resolution": "direct_name_call" + } + ], + "docs.conf": [], + "eth.abc": [ + { + "caller": "eth.abc.", + "callee": ".typing.TypeVar", + "lineno": 56, + "resolution": "external_constructor_call" + } + ], + "eth.constants": [ + { + "caller": "eth.constants.", + "callee": ".eth_typing.Address", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.constants.", + "callee": ".eth_typing.Address", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.constants.", + "callee": ".eth_typing.Address", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.constants.", + "callee": ".eth_typing.Hash32", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.constants.", + "callee": ".eth_typing.Hash32", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.constants.", + "callee": ".eth_typing.Hash32", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.constants.", + "callee": ".eth_typing.Hash32", + "lineno": 193, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.constants.", + "callee": ".eth_typing.Hash32", + "lineno": 196, + "resolution": "external_constructor_call" + } + ], + "eth.exceptions": [], + "eth.typing": [ + { + "caller": "eth.typing.", + "callee": ".typing.NewType", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.typing.", + "callee": ".typing.NewType", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.typing.", + "callee": ".typing.TypeVar", + "lineno": 113, + "resolution": "external_constructor_call" + } + ], + "eth.validation": [ + { + "caller": "eth.validation.validate_is_bytes", + "callee": ".eth_utils.ValidationError", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_bytes", + "callee": ".eth_utils.ValidationError", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_bytes_or_view", + "callee": ".eth_utils.ValidationError", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_integer", + "callee": ".eth_utils.ValidationError", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_length", + "callee": ".eth_utils.ValidationError", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_length_lte", + "callee": ".eth_utils.ValidationError", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_gte", + "callee": ".eth_utils.ValidationError", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_gte", + "callee": "eth.validation.validate_is_integer", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_gt", + "callee": ".eth_utils.ValidationError", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_gt", + "callee": "eth.validation.validate_is_integer", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_lte", + "callee": ".eth_utils.ValidationError", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_lte", + "callee": "eth.validation.validate_is_integer", + "lineno": 97, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_lt", + "callee": ".eth_utils.ValidationError", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_lt", + "callee": "eth.validation.validate_is_integer", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_canonical_address", + "callee": ".eth_utils.ValidationError", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_multiple_of", + "callee": ".eth_utils.ValidationError", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_boolean", + "callee": ".eth_utils.ValidationError", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_word", + "callee": ".eth_utils.ValidationError", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_word", + "callee": ".eth_utils.ValidationError", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint8", + "callee": ".eth_utils.ValidationError", + "lineno": 135, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint8", + "callee": ".eth_utils.ValidationError", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint8", + "callee": ".eth_utils.ValidationError", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint64", + "callee": ".eth_utils.ValidationError", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint64", + "callee": ".eth_utils.ValidationError", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint64", + "callee": ".eth_utils.ValidationError", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint256", + "callee": ".eth_utils.ValidationError", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint256", + "callee": ".eth_utils.ValidationError", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_uint256", + "callee": ".eth_utils.ValidationError", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_stack_int", + "callee": ".eth_utils.ValidationError", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_stack_bytes", + "callee": ".eth_utils.ValidationError", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_unique", + "callee": ".eth_utils.ValidationError", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_transaction_access_list", + "callee": "eth.validation.validate_is_list_like", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_is_transaction_access_list", + "callee": "eth.validation.validate_is_list_like", + "lineno": 201, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_is_transaction_access_list", + "callee": ".eth_utils.ValidationError", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_transaction_access_list", + "callee": "eth.validation.validate_canonical_address", + "lineno": 207, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_is_transaction_access_list", + "callee": ".typing.cast", + "lineno": 208, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_transaction_access_list", + "callee": "eth.validation.validate_is_list_like", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_is_transaction_access_list", + "callee": "eth.validation.validate_is_integer", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_is_list_like", + "callee": ".eth_utils.is_list_like", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_list_like", + "callee": ".eth_utils.ValidationError", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_is_list_like", + "callee": ".eth_utils.ValidationError", + "lineno": 224, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_block_number", + "callee": "eth.validation.validate_is_integer", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_block_number", + "callee": "eth.validation.validate_gte", + "lineno": 229, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_vm_block_numbers", + "callee": "eth.validation.validate_unique", + "lineno": 233, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_vm_block_numbers", + "callee": "eth.validation.validate_block_number", + "lineno": 236, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_vm_configuration", + "callee": "eth.validation.validate_vm_block_numbers", + "lineno": 242, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_gas_limit", + "callee": "eth._utils.headers.compute_gas_limit_bounds", + "lineno": 248, + "resolution": "imported_call" + }, + { + "caller": "eth.validation.validate_gas_limit", + "callee": ".eth_utils.ValidationError", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_gas_limit", + "callee": ".eth_utils.ValidationError", + "lineno": 254, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_nonce", + "callee": "eth.validation.validate_uint64", + "lineno": 260, + "resolution": "direct_name_call" + }, + { + "caller": "eth.validation.validate_nonce", + "callee": ".eth_utils.ValidationError", + "lineno": 262, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_header_params_for_configuration", + "callee": ".eth_utils.ValidationError", + "lineno": 284, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.validation.validate_chain_id_is_current_or_zero", + "callee": ".eth_utils.ValidationError", + "lineno": 294, + "resolution": "external_constructor_call" + } + ], + "eth": [], + "eth.chains.base": [ + { + "caller": "eth.chains.base.BaseChain.get_vm_class_for_block_number", + "callee": "eth.validation.validate_block_number", + "lineno": 123, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.BaseChain.validate_chain", + "callee": ".eth_utils.toolz.sliding_window", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.BaseChain.validate_chain", + "callee": ".eth_utils.toolz.concatv", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.BaseChain.validate_chain", + "callee": ".eth_utils.ValidationError", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.BaseChain.validate_chain", + "callee": ".eth_utils.encode_hex", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.BaseChain.validate_chain", + "callee": ".eth_utils.encode_hex", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.BaseChain.validate_chain", + "callee": "eth.abc.ChainAPI.get_vm", + "lineno": 161, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.BaseChain.validate_chain", + "callee": ".eth_utils.ValidationError", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.BaseChain.validate_chain_extension", + "callee": "eth.abc.ChainAPI.get_vm", + "lineno": 174, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.Chain.__init__", + "callee": "eth.validation.validate_vm_configuration", + "lineno": 195, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.__init__", + "callee": "eth.chains.base.Chain.get_chaindb_class", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.__init__", + "callee": "eth.db.header.HeaderDB.__init__", + "lineno": 199, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.__init__", + "callee": "eth.estimators.get_gas_estimator", + "lineno": 201, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.from_genesis", + "callee": ".eth_typing.BlockNumber", + "lineno": 222, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.from_genesis", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 224, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.from_genesis", + "callee": "eth.vm.chain_context.ChainContext.__init__", + "lineno": 225, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.from_genesis", + "callee": "eth._utils.db.apply_state_dict", + "lineno": 232, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.from_genesis", + "callee": ".eth_utils.toolz.assoc", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.from_genesis", + "callee": ".eth_utils.ValidationError", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.get_vm", + "callee": "eth.chains.base.Chain.ensure_header", + "lineno": 263, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_vm", + "callee": "eth.chains.base.BaseChain.get_vm_class_for_block_number", + "lineno": 264, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_vm", + "callee": "eth.vm.chain_context.ChainContext.__init__", + "lineno": 265, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.create_header_from_parent", + "callee": "eth.chains.base.BaseChain.get_vm_class_for_block_number", + "lineno": 280, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.Chain.create_header_from_parent", + "callee": ".eth_typing.BlockNumber", + "lineno": 281, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.get_block_header_by_hash", + "callee": "eth.validation.validate_word", + "lineno": 285, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.ensure_header", + "callee": "eth.chains.base.Chain.get_canonical_head", + "lineno": 305, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.ensure_header", + "callee": "eth.chains.base.Chain.create_header_from_parent", + "lineno": 306, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_ancestors", + "callee": "eth.chains.base.BaseChain.get_vm_class_for_block_number", + "lineno": 317, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_ancestors", + "callee": ".eth_utils.toolz.iterate", + "lineno": 321, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.get_ancestors", + "callee": ".eth_utils.toolz.compose", + "lineno": 322, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.get_ancestors", + "callee": ".eth_utils.toolz.take", + "lineno": 333, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.get_block", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 336, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_block_by_hash", + "callee": "eth.validation.validate_word", + "lineno": 339, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.get_block_by_hash", + "callee": "eth.chains.base.Chain.get_block_header_by_hash", + "lineno": 340, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_block_by_hash", + "callee": "eth.chains.base.Chain.get_block_by_header", + "lineno": 341, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_block_by_header", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 344, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_canonical_block_by_number", + "callee": "eth.validation.validate_uint256", + "lineno": 348, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.base.Chain.get_canonical_block_by_number", + "callee": "eth.chains.base.Chain.get_block_by_hash", + "lineno": 349, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.build_block_with_transactions_and_withdrawals", + "callee": "eth.chains.base.Chain.ensure_header", + "lineno": 362, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.build_block_with_transactions_and_withdrawals", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 363, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_canonical_transaction", + "callee": "eth.chains.base.Chain.get_canonical_transaction_by_index", + "lineno": 396, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_canonical_transaction", + "callee": ".eth_utils.encode_hex", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.get_canonical_transaction", + "callee": ".eth_utils.encode_hex", + "lineno": 403, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.get_canonical_transaction_by_index", + "callee": "eth.chains.base.BaseChain.get_vm_class_for_block_number", + "lineno": 410, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.Chain.create_transaction", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 419, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.create_unsigned_transaction", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 431, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_transaction_receipt", + "callee": "eth.chains.base.Chain.get_transaction_receipt_by_index", + "lineno": 447, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_transaction_receipt_by_index", + "callee": "eth.chains.base.BaseChain.get_vm_class_for_block_number", + "lineno": 454, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.Chain.get_transaction_result", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 470, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.estimate_gas", + "callee": "eth.chains.base.Chain.get_canonical_head", + "lineno": 480, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.estimate_gas", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 481, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.import_block", + "callee": "eth.chains.base.Chain.get_block_header_by_hash", + "lineno": 488, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.import_block", + "callee": ".eth_utils.ValidationError", + "lineno": 490, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.import_block", + "callee": "eth.chains.base.Chain.create_header_from_parent", + "lineno": 496, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.import_block", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 500, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.import_block", + "callee": "eth.chains.base.Chain.persist_block", + "lineno": 513, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.persist_block", + "callee": "eth.chains.base.Chain.validate_block", + "lineno": 520, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.persist_block", + "callee": ".eth_utils.encode_hex", + "lineno": 530, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.persist_block", + "callee": "eth.chains.base.Chain.get_block_by_hash", + "lineno": 534, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.persist_block", + "callee": "eth.chains.base.Chain.get_block_by_hash", + "lineno": 537, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_receipt", + "callee": "eth.chains.base.BaseChain.get_vm_class", + "lineno": 550, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_block", + "callee": ".eth_utils.ValidationError", + "lineno": 555, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_block", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 556, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_block", + "callee": "eth.chains.base.Chain.get_block_header_by_hash", + "lineno": 557, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_block", + "callee": "eth.chains.base.Chain.validate_uncles", + "lineno": 561, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_seal", + "callee": "eth.chains.base.Chain.get_vm", + "lineno": 564, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.ValidationError", + "lineno": 576, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.ValidationError", + "lineno": 580, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.toolz.groupby", + "lineno": 585, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.ValidationError", + "lineno": 590, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": "eth.chains.base.Chain.get_ancestors", + "lineno": 597, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": "eth.chains.base._extract_uncle_hashes", + "lineno": 600, + "resolution": "direct_name_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.ValidationError", + "lineno": 604, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.ValidationError", + "lineno": 608, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.encode_hex", + "lineno": 608, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.ValidationError", + "lineno": 612, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.encode_hex", + "lineno": 613, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.encode_hex", + "lineno": 614, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.ValidationError", + "lineno": 622, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.encode_hex", + "lineno": 623, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.encode_hex", + "lineno": 624, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": "eth.chains.base.Chain.validate_seal", + "lineno": 628, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": "eth.chains.base.Chain.get_block_header_by_hash", + "lineno": 631, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": ".eth_utils.ValidationError", + "lineno": 633, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.base.Chain.validate_uncles", + "callee": "eth.chains.base.BaseChain.get_vm_class_for_block_number", + "lineno": 637, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.__init__", + "callee": "eth.chains.base.Chain.ensure_header", + "lineno": 655, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.apply_transaction", + "callee": "eth.chains.base.MiningChain.get_vm", + "lineno": 661, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.import_block", + "callee": "eth.chains.base.Chain.ensure_header", + "lineno": 693, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_all", + "callee": "eth.chains.base.Chain.create_header_from_parent", + "lineno": 716, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_all", + "callee": "eth.chains.base.MiningChain._custom_header", + "lineno": 718, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_all", + "callee": "eth.chains.base.MiningChain.get_vm", + "lineno": 719, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_all", + "callee": "eth.chains.base.Chain.persist_block", + "lineno": 739, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_all", + "callee": "eth.chains.base.Chain.create_header_from_parent", + "lineno": 745, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_block", + "callee": "eth.chains.base.MiningChain.mine_block_extended", + "lineno": 752, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_block_extended", + "callee": "eth.chains.base.MiningChain._custom_header", + "lineno": 755, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_block_extended", + "callee": "eth.chains.base.MiningChain.get_vm", + "lineno": 756, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_block_extended", + "callee": "eth.chains.base.Chain.validate_block", + "lineno": 761, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.chains.base.MiningChain.mine_block_extended", + "callee": "eth.chains.base.Chain.create_header_from_parent", + "lineno": 764, + "resolution": "inherited_method_call" + } + ], + "eth.chains.header": [ + { + "caller": "eth.chains.header.HeaderChain.__init__", + "callee": "eth.chains.header.HeaderChain.get_headerdb_class", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.header.HeaderChain.__init__", + "callee": "eth.chains.header.HeaderChain.get_canonical_head", + "lineno": 42, + "resolution": "self_method_call" + }, + { + "caller": "eth.chains.header.HeaderChain.from_genesis_header", + "callee": ".typing.cast", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.header.HeaderChain.import_header", + "callee": "eth.chains.header.HeaderChain.get_canonical_head", + "lineno": 93, + "resolution": "self_method_call" + } + ], + "eth.chains": [], + "eth.chains.goerli.constants": [ + { + "caller": "eth.chains.goerli.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.goerli.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.goerli.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "eth.chains.goerli": [ + { + "caller": "eth.chains.goerli.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.goerli.", + "callee": ".eth_utils.decode_hex", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.goerli.", + "callee": ".eth_utils.decode_hex", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.goerli.", + "callee": ".eth_utils.decode_hex", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "eth.chains.mainnet.constants": [ + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "eth.chains.mainnet": [ + { + "caller": "eth.chains.mainnet.validate_header_is_on_intended_dao_fork", + "callee": ".eth_utils.ValidationError", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.validate_header_is_on_intended_dao_fork", + "callee": ".eth_utils.encode_hex", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.validate_header_is_on_intended_dao_fork", + "callee": ".eth_utils.encode_hex", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.validate_header_is_on_intended_dao_fork", + "callee": ".eth_utils.ValidationError", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.validate_header_is_on_intended_dao_fork", + "callee": ".eth_utils.encode_hex", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.MainnetDAOValidatorVM.validate_header", + "callee": "eth.chains.mainnet.validate_header_is_on_intended_dao_fork", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "eth.chains.mainnet.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 157, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.mainnet.", + "callee": ".eth_utils.decode_hex", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.mainnet.", + "callee": ".eth_utils.decode_hex", + "lineno": 171, + "resolution": "external_constructor_call" + } + ], + "eth.chains.ropsten.constants": [ + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.constants.", + "callee": ".eth_typing.BlockNumber", + "lineno": 61, + "resolution": "external_constructor_call" + } + ], + "eth.chains.ropsten": [ + { + "caller": "eth.chains.ropsten.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 58, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.ropsten.", + "callee": ".eth_utils.decode_hex", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.ropsten.", + "callee": ".eth_utils.decode_hex", + "lineno": 72, + "resolution": "external_constructor_call" + } + ], + "eth.chains.tester": [ + { + "caller": "eth.chains.tester.MaintainGasLimitMixin.create_header_from_parent", + "callee": ".eth_utils.toolz.assoc", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.tester._generate_vm_configuration", + "callee": ".eth_utils.toolz.last", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.tester._generate_vm_configuration", + "callee": ".set.difference", + "lineno": 87, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.chains.tester._generate_vm_configuration", + "callee": ".eth_utils.ValidationError", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.tester._generate_vm_configuration", + "callee": ".eth_utils.ValidationError", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.chains.tester._generate_vm_configuration", + "callee": "eth.validation.validate_gte", + "lineno": 126, + "resolution": "imported_call" + }, + { + "caller": "eth.chains.tester.", + "callee": "eth.chains.tester._generate_vm_configuration", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "eth.chains.tester.MainnetTesterChain.configure_forks", + "callee": "eth.chains.tester._generate_vm_configuration", + "lineno": 172, + "resolution": "direct_name_call" + } + ], + "eth.consensus.applier": [], + "eth.consensus.context": [], + "eth.consensus.ethash": [ + { + "caller": "eth.consensus.ethash.get_cache_size", + "callee": "eth.consensus.ethash.isprime", + "lineno": 61, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.get_dataset_full_size", + "callee": "eth.consensus.ethash.isprime", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.serialize_hash", + "callee": "eth.consensus.ethash.zpad", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.serialize_hash", + "callee": "eth.consensus.ethash.encode_int", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.generate_seed_hash", + "callee": "eth.consensus.ethash.serialize_hash", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.generate_seed_hash", + "callee": "eth.consensus.ethash.keccak_256", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": "eth.consensus.ethash.get_cache_size", + "lineno": 100, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": "eth.consensus.ethash.generate_seed_hash", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": "eth.consensus.ethash.keccak_512", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": "eth.consensus.ethash.keccak_512", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": ".list.append", + "lineno": 110, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": "eth.consensus.ethash.bytes_to_int", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": "eth.consensus.ethash.xor", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": "eth.consensus.ethash.keccak_512", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.mkcache", + "callee": "eth.consensus.ethash.le_bytes_to_uint32_sequence", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.le_bytes_to_uint32_sequence", + "callee": ".list.append", + "lineno": 139, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.consensus.ethash.le_bytes_to_uint32_sequence", + "callee": "eth.consensus.ethash.bytes_to_int", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.le_uint32_sequence_to_bytes", + "callee": "eth.consensus.ethash.int_to_le_bytes", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.from_le_bytes", + "callee": "eth.consensus.ethash.bytes_to_int", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.le_uint32_sequence_to_uint", + "callee": "eth.consensus.ethash.le_uint32_sequence_to_bytes", + "lineno": 157, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.le_uint32_sequence_to_uint", + "callee": "eth.consensus.ethash.from_le_bytes", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.fnv_hash", + "callee": "eth.consensus.ethash.fnv", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.keccak_512", + "lineno": 169, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.int_to_le_bytes", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.le_uint32_sequence_to_uint", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.le_bytes_to_uint32_sequence", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.fnv", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.fnv_hash", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.le_uint32_sequence_to_bytes", + "lineno": 179, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.le_bytes_to_uint32_sequence", + "lineno": 180, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.calc_dataset_item", + "callee": "eth.consensus.ethash.keccak_512", + "lineno": 180, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.keccak_512", + "lineno": 192, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.from_le_bytes", + "lineno": 193, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.le_bytes_to_uint32_sequence", + "lineno": 196, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.fnv", + "lineno": 200, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.fnv_hash", + "lineno": 204, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": ".list.append", + "lineno": 208, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.fnv", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.fnv", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.fnv", + "lineno": 208, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.le_uint32_sequence_to_bytes", + "lineno": 210, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash._hashimoto", + "callee": "eth.consensus.ethash.keccak_256", + "lineno": 211, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.hashimoto_light", + "callee": "eth.consensus.ethash._hashimoto", + "lineno": 219, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.hashimoto_light", + "callee": "eth.consensus.ethash.calc_dataset_item", + "lineno": 223, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.ethash.hashimoto", + "callee": "eth.consensus.ethash._hashimoto", + "lineno": 230, + "resolution": "direct_name_call" + } + ], + "eth.consensus.noproof": [], + "eth.consensus.pos": [], + "eth.consensus.pow": [ + { + "caller": "eth.consensus.pow.", + "callee": ".collections.OrderedDict", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.pow.get_cache", + "callee": "eth.consensus.ethash.mkcache", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": "eth.validation.validate_length", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": "eth.validation.validate_length", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": "eth.validation.validate_length", + "lineno": 75, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": "eth.consensus.pow.get_cache", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": "eth.consensus.ethash.hashimoto_light", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": "eth.consensus.ethash.get_dataset_full_size", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": ".eth_utils.ValidationError", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": ".eth_utils.encode_hex", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": ".eth_utils.encode_hex", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": ".eth_utils.encode_hex", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": ".eth_utils.encode_hex", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.pow.check_pow", + "callee": "eth.validation.validate_lte", + "lineno": 93, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.mine_pow_nonce", + "callee": "eth.consensus.pow.get_cache", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.pow.mine_pow_nonce", + "callee": "eth.consensus.ethash.hashimoto_light", + "lineno": 104, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.mine_pow_nonce", + "callee": "eth.consensus.ethash.get_dataset_full_size", + "lineno": 105, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.pow.mine_pow_nonce", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.pow.PowConsensus.validate_seal", + "callee": "eth.consensus.pow.check_pow", + "lineno": 130, + "resolution": "direct_name_call" + } + ], + "eth.consensus": [], + "eth.consensus.clique.clique": [ + { + "caller": "eth.consensus.clique.clique._construct_turn_error_message", + "callee": ".eth_utils.encode_hex", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensusContext.__init__", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.__init__", + "lineno": 79, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensusContext.__init__", + "callee": "eth.db.chain.ChainDB.__init__", + "lineno": 79, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.get_fee_recipient", + "callee": "eth.consensus.clique._utils.get_block_signer", + "lineno": 103, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal", + "callee": "eth.consensus.clique._utils.validate_header_integrity", + "lineno": 120, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": "eth.consensus.clique._utils.validate_header_integrity", + "lineno": 132, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": "eth.consensus.clique._utils.get_block_signer", + "lineno": 134, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": "eth.consensus.clique._utils.is_in_turn", + "lineno": 138, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": ".eth_utils.ValidationError", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": "eth.consensus.clique.clique._construct_turn_error_message", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": ".eth_utils.ValidationError", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": "eth.consensus.clique.clique._construct_turn_error_message", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": ".eth_utils.ValidationError", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.clique.CliqueConsensus.validate_seal_extension", + "callee": ".eth_utils.encode_hex", + "lineno": 156, + "resolution": "external_constructor_call" + } + ], + "eth.consensus.clique.constants": [ + { + "caller": "eth.consensus.clique.constants.", + "callee": ".eth_utils.decode_hex", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.constants.", + "callee": ".eth_utils.decode_hex", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "eth.consensus.clique.datatypes": [ + { + "caller": "eth.consensus.clique.datatypes.VoteAction.validate_for", + "callee": ".eth_utils.ValidationError", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.datatypes.Tally.upvote", + "callee": "eth.consensus.clique.datatypes.Tally.", + "lineno": 62, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.consensus.clique.datatypes.Tally.downvote", + "callee": "eth.consensus.clique.datatypes.Tally.", + "lineno": 65, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.consensus.clique.datatypes.Snapshot.get_mutable_clone", + "callee": "eth.consensus.clique.datatypes.MutableSnapshot.", + "lineno": 97, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.consensus.clique.datatypes.MutableSnapshot.get_immutable_clone", + "callee": "eth.consensus.clique.datatypes.Snapshot.", + "lineno": 125, + "resolution": "same_module_class_call" + } + ], + "eth.consensus.clique.encoding": [ + { + "caller": "eth.consensus.clique.encoding.encode_address_tally_pair", + "callee": "eth.consensus.clique.encoding.encode_tally", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.encoding.decode_address_tally_pair", + "callee": "eth.consensus.clique.encoding.decode_tally", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.encoding.encode_snapshot", + "callee": "eth.consensus.clique.encoding.encode_vote", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.encoding.encode_snapshot", + "callee": "eth.consensus.clique.encoding.encode_address_tally_pair", + "lineno": 95, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.encoding.decode_snapshot", + "callee": "eth.consensus.clique.encoding.decode_vote", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.encoding.decode_snapshot", + "callee": "eth.consensus.clique.encoding.decode_address_tally_pair", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.encoding.decode_snapshot", + "callee": "eth.consensus.clique.datatypes.Snapshot.", + "lineno": 112, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.encoding.decode_tally", + "callee": "eth.consensus.clique.datatypes.Tally.", + "lineno": 133, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.encoding.decode_tally", + "callee": "eth.consensus.clique.datatypes.VoteAction.", + "lineno": 133, + "resolution": "imported_call" + } + ], + "eth.consensus.clique.exceptions": [], + "eth.consensus.clique.snapshot_manager": [ + { + "caller": "eth.consensus.clique.snapshot_manager.", + "callee": ".eth_utils.get_extended_debug_logger", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager._lookup_header", + "callee": ".eth_utils.ValidationError", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager._lookup_header", + "callee": ".eth_utils.encode_hex", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager._create_snapshot_from_checkpoint_header", + "callee": "eth.consensus.clique._utils.get_signers_at_checkpoint", + "lineno": 85, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager._create_snapshot_from_checkpoint_header", + "callee": "eth.consensus.clique.datatypes.MutableSnapshot.", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager._create_snapshot_from_checkpoint_header", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.add_snapshot", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "callee": "eth.consensus.clique._utils.is_checkpoint", + "lineno": 97, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager._create_snapshot_from_checkpoint_header", + "lineno": 98, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "callee": "eth.consensus.clique._utils.get_block_signer", + "lineno": 103, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.retract_vote", + "lineno": 107, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "callee": "eth.consensus.clique.datatypes.VoteAction.", + "lineno": 111, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.cast_vote", + "lineno": 113, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.retract_vote", + "lineno": 135, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.add_snapshot", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_or_create_snapshot", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_or_create_snapshot", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "lineno": 163, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager._lookup_header", + "lineno": 178, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique._utils.is_checkpoint", + "lineno": 180, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager._create_snapshot_from_checkpoint_header", + "lineno": 181, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot", + "lineno": 186, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager._lookup_header", + "lineno": 190, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique._utils.is_checkpoint", + "lineno": 194, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager._create_snapshot_from_checkpoint_header", + "lineno": 195, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": ".list.append", + "lineno": 200, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.apply", + "lineno": 207, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique._utils.is_checkpoint", + "lineno": 209, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.create_snapshot_for", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.persist_snapshot", + "lineno": 213, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot", + "callee": "eth.consensus.clique._utils.is_checkpoint", + "lineno": 227, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot_from_db", + "lineno": 230, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot", + "callee": "eth.consensus.clique.snapshot_manager.SnapshotManager._create_snapshot_from_checkpoint_header", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.persist_snapshot", + "callee": "eth.consensus.clique.snapshot_manager.make_snapshot_lookup_key", + "lineno": 266, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.persist_snapshot", + "callee": "eth.consensus.clique.encoding.encode_snapshot", + "lineno": 268, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot_from_db", + "callee": "eth.consensus.clique.snapshot_manager.make_snapshot_lookup_key", + "lineno": 275, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.get_snapshot_from_db", + "callee": "eth.consensus.clique.encoding.decode_snapshot", + "lineno": 283, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique.snapshot_manager.SnapshotManager.cast_vote", + "callee": "eth.consensus.clique.datatypes.Tally.", + "lineno": 297, + "resolution": "imported_call" + } + ], + "eth.consensus.clique._utils": [ + { + "caller": "eth.consensus.clique._utils.get_signers_at_checkpoint", + "callee": ".eth_utils.ValidationError", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.get_signers_at_checkpoint", + "callee": ".eth_typing.Address", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.get_block_signer", + "callee": "eth.consensus.clique._utils.get_signature_hash", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique._utils.get_block_signer", + "callee": ".typing.cast", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.sign_block_header", + "callee": "eth.consensus.clique._utils.get_signature_hash", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique._utils.sign_block_header", + "callee": "eth.consensus.clique._utils.get_signers_at_checkpoint", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": "eth._utils.headers.eth_now", + "lineno": 143, + "resolution": "imported_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 144, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": "eth.consensus.clique._utils.is_checkpoint", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 149, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.encode_hex", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.encode_hex", + "lineno": 151, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 175, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.consensus.clique._utils.validate_header_integrity", + "callee": ".eth_utils.ValidationError", + "lineno": 181, + "resolution": "external_constructor_call" + } + ], + "eth.consensus.clique": [], + "eth.db.accesslog": [], + "eth.db.account": [ + { + "caller": "eth.db.account.", + "callee": ".eth_utils.get_extended_debug_logger", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "lineno": 138, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.batch.BatchDB.__init__", + "lineno": 139, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.batch.BatchDB.__init__", + "lineno": 140, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.journal.JournalDB.__init__", + "lineno": 141, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.hash_trie.HashTrie.", + "lineno": 142, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": ".trie.HexaryTrie", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "lineno": 143, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.cache.CacheDB.__init__", + "lineno": 144, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.journal.JournalDB.__init__", + "lineno": 145, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": ".lru.LRU", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB.__init__", + "callee": "eth.db.account.AccountDB._reset_access_counters", + "lineno": 154, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.get_storage", + "callee": "eth.validation.validate_canonical_address", + "lineno": 175, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.get_storage", + "callee": "eth.validation.validate_uint256", + "lineno": 176, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.get_storage", + "callee": "eth.db.account.AccountDB._get_address_store", + "lineno": 178, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.set_storage", + "callee": "eth.validation.validate_uint256", + "lineno": 182, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_storage", + "callee": "eth.validation.validate_uint256", + "lineno": 183, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_storage", + "callee": "eth.validation.validate_canonical_address", + "lineno": 184, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_storage", + "callee": "eth.db.account.AccountDB._get_address_store", + "lineno": 186, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.delete_storage", + "callee": "eth.validation.validate_canonical_address", + "lineno": 191, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.delete_storage", + "callee": "eth.db.account.AccountDB._set_storage_root", + "lineno": 193, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.delete_storage", + "callee": "eth.db.account.AccountDB._wipe_storage", + "lineno": 194, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.is_storage_warm", + "callee": "eth.db.account.AccountDB._get_storage_tracker_key", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.mark_storage_warm", + "callee": "eth.db.account.AccountDB._get_storage_tracker_key", + "lineno": 201, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._get_storage_tracker_key", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._wipe_storage", + "callee": "eth.db.account.AccountDB._get_address_store", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._get_address_store", + "callee": "eth.db.account.AccountDB._get_storage_root", + "lineno": 224, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._get_address_store", + "callee": "eth.db.storage.AccountStorageDB.__init__", + "lineno": 225, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB._get_changed_roots", + "callee": "eth.db.account.AccountDB._dirty_account_stores", + "lineno": 239, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._get_storage_root", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 244, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._set_storage_root", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 248, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._set_storage_root", + "callee": "eth.db.account.AccountDB._set_account", + "lineno": 249, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._validate_flushed_storage", + "callee": "eth.db.account.AccountDB._get_storage_root", + "lineno": 255, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._validate_flushed_storage", + "callee": ".eth_utils.ValidationError", + "lineno": 258, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB.get_balance", + "callee": "eth.validation.validate_canonical_address", + "lineno": 268, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.get_balance", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 270, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.set_balance", + "callee": "eth.validation.validate_canonical_address", + "lineno": 274, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_balance", + "callee": "eth.validation.validate_uint256", + "lineno": 275, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_balance", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 277, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.set_balance", + "callee": "eth.db.account.AccountDB._set_account", + "lineno": 278, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.get_nonce", + "callee": "eth.validation.validate_canonical_address", + "lineno": 284, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.get_nonce", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 286, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.set_nonce", + "callee": "eth.validation.validate_canonical_address", + "lineno": 290, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_nonce", + "callee": "eth.validation.validate_uint64", + "lineno": 293, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_nonce", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.set_nonce", + "callee": "eth.db.account.AccountDB._set_account", + "lineno": 296, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.increment_nonce", + "callee": "eth.db.account.AccountDB.get_nonce", + "lineno": 299, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.increment_nonce", + "callee": "eth.db.account.AccountDB.set_nonce", + "lineno": 300, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.get_code", + "callee": "eth.validation.validate_canonical_address", + "lineno": 306, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.get_code", + "callee": "eth.db.account.AccountDB.get_code_hash", + "lineno": 308, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.get_code", + "callee": "eth.vm.interrupt.MissingBytecode.__init__", + "lineno": 315, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.get_code", + "callee": "eth.db.account.AccountDB._get_accessed_node_hashes", + "lineno": 317, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.set_code", + "callee": "eth.validation.validate_canonical_address", + "lineno": 321, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_code", + "callee": "eth.validation.validate_is_bytes", + "lineno": 322, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.set_code", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 324, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.set_code", + "callee": ".eth_hash.auto.keccak", + "lineno": 326, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB.set_code", + "callee": "eth.db.account.AccountDB._set_account", + "lineno": 328, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.get_code_hash", + "callee": "eth.validation.validate_canonical_address", + "lineno": 331, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.get_code_hash", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 333, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.delete_code", + "callee": "eth.validation.validate_canonical_address", + "lineno": 337, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.delete_code", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 339, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.delete_code", + "callee": "eth.db.account.AccountDB._set_account", + "lineno": 340, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.account_has_code_or_nonce", + "callee": "eth.db.account.AccountDB.get_nonce", + "lineno": 346, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.account_has_code_or_nonce", + "callee": "eth.db.account.AccountDB.get_code_hash", + "lineno": 346, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.delete_account", + "callee": "eth.validation.validate_canonical_address", + "lineno": 349, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.delete_account", + "callee": "eth.db.account.AccountDB._wipe_storage", + "lineno": 355, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.account_exists", + "callee": "eth.validation.validate_canonical_address", + "lineno": 362, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.account_exists", + "callee": "eth.db.account.AccountDB._get_encoded_account", + "lineno": 363, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.touch_account", + "callee": "eth.validation.validate_canonical_address", + "lineno": 367, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.touch_account", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 369, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.touch_account", + "callee": "eth.db.account.AccountDB._set_account", + "lineno": 370, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.account_is_empty", + "callee": "eth.db.account.AccountDB.account_has_code_or_nonce", + "lineno": 374, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.account_is_empty", + "callee": "eth.db.account.AccountDB.get_balance", + "lineno": 375, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._get_encoded_account", + "callee": "eth.vm.interrupt.MissingAccountTrieNode.", + "lineno": 397, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB._get_account", + "callee": "eth.db.account.AccountDB._get_encoded_account", + "lineno": 406, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._get_account", + "callee": "eth.rlp.accounts.Account.__init__", + "lineno": 411, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB._reset_access_counters", + "callee": "eth.db.journal.JournalDB.__init__", + "lineno": 426, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB._reset_access_counters", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 426, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB.record", + "callee": "eth.db.account.AccountDB._dirty_account_stores", + "lineno": 436, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.discard", + "callee": "eth.db.account.AccountDB._dirty_account_stores", + "lineno": 445, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.commit", + "callee": "eth.db.account.AccountDB._dirty_account_stores", + "lineno": 452, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.lock_changes", + "callee": "eth.db.account.AccountDB._dirty_account_stores", + "lineno": 456, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.lock_changes", + "callee": "eth.db.account.AccountDB._reset_access_counters", + "lineno": 458, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.make_state_root", + "callee": "eth.db.account.AccountDB._dirty_account_stores", + "lineno": 461, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.make_state_root", + "callee": "eth.db.account.AccountDB._get_changed_roots", + "lineno": 464, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.make_state_root", + "callee": "eth.db.account.AccountDB.account_exists", + "lineno": 465, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.make_state_root", + "callee": "eth.db.account.AccountDB._set_storage_root", + "lineno": 470, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.make_state_root", + "callee": "eth.db.account.AccountDB._apply_account_diff_without_proof", + "lineno": 479, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.persist", + "callee": "eth.db.account.AccountDB.make_state_root", + "lineno": 487, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.persist", + "callee": "eth.db.account.AccountDB._dirty_account_stores", + "lineno": 491, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.persist", + "callee": "eth.db.account.AccountDB._validate_flushed_storage", + "lineno": 492, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.persist", + "callee": "eth.db.account.AccountDB._get_changed_roots", + "lineno": 495, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.persist", + "callee": ".eth_utils.ValidationError", + "lineno": 497, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB.persist", + "callee": ".eth_utils.ValidationError", + "lineno": 502, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB.persist", + "callee": "eth.db.account.AccountDB._get_meta_witness", + "lineno": 509, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB.persist", + "callee": "eth.db.account.AccountDB._validate_generated_root", + "lineno": 522, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._get_accessed_node_hashes", + "callee": ".typing.cast", + "lineno": 533, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._get_meta_witness", + "callee": "eth.db.witness.MetaWitness.__init__", + "lineno": 560, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB._get_meta_witness", + "callee": "eth.db.account.AccountDB._get_accessed_node_hashes", + "lineno": 560, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._get_meta_witness", + "callee": "eth.db.account.AccountDB._get_access_list", + "lineno": 560, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._validate_generated_root", + "callee": ".eth_utils.ValidationError", + "lineno": 565, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._validate_generated_root", + "callee": ".eth_utils.ValidationError", + "lineno": 570, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": "eth.db.account.AccountDB._get_account", + "lineno": 581, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": ".eth_typing.Address", + "lineno": 581, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": ".eth_utils.to_checksum_address", + "lineno": 583, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": ".eth_utils.encode_hex", + "lineno": 586, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": ".eth_utils.encode_hex", + "lineno": 587, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": ".eth_typing.Address", + "lineno": 593, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": ".eth_utils.to_checksum_address", + "lineno": 595, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": "eth.db.account.AccountDB.account_is_empty", + "lineno": 596, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._log_pending_accounts", + "callee": "eth.db.account.AccountDB.account_exists", + "lineno": 597, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.account.AccountDB._apply_account_diff_without_proof", + "callee": ".eth_utils.encode_hex", + "lineno": 622, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._apply_account_diff_without_proof", + "callee": "eth.vm.interrupt.MissingAccountTrieNode.", + "lineno": 624, + "resolution": "imported_call" + }, + { + "caller": "eth.db.account.AccountDB._apply_account_diff_without_proof", + "callee": ".eth_utils.encode_hex", + "lineno": 650, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._apply_account_diff_without_proof", + "callee": ".eth_utils.encode_hex", + "lineno": 651, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.account.AccountDB._apply_account_diff_without_proof", + "callee": "eth.vm.interrupt.MissingAccountTrieNode.", + "lineno": 653, + "resolution": "imported_call" + } + ], + "eth.db.atomic": [ + { + "caller": "eth.db.atomic.AtomicDB.__init__", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "eth.db.atomic.AtomicDBWriteBatch.__init__", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "eth.db.atomic.AtomicDBWriteBatch.__getitem__", + "callee": ".eth_utils.ValidationError", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.atomic.AtomicDBWriteBatch.__setitem__", + "callee": ".eth_utils.ValidationError", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.atomic.AtomicDBWriteBatch.__delitem__", + "callee": ".eth_utils.ValidationError", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.atomic.AtomicDBWriteBatch._commit", + "callee": "eth.db.atomic.AtomicDBWriteBatch._diff", + "lineno": 110, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.atomic.AtomicDBWriteBatch._exists", + "callee": ".eth_utils.ValidationError", + "lineno": 114, + "resolution": "external_constructor_call" + } + ], + "eth.db.batch": [ + { + "caller": "eth.db.batch.BatchDB.__init__", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "eth.db.batch.BatchDB.__exit__", + "callee": "eth.db.batch.BatchDB.commit", + "lineno": 48, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.batch.BatchDB.__exit__", + "callee": "eth.db.batch.BatchDB.clear", + "lineno": 50, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.batch.BatchDB.clear", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "eth.db.batch.BatchDB.commit", + "callee": "eth.db.batch.BatchDB.commit_to", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.batch.BatchDB.commit_to", + "callee": ".eth_utils.ValidationError", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.batch.BatchDB.commit_to", + "callee": "eth.db.batch.BatchDB.diff", + "lineno": 64, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.batch.BatchDB.commit_to", + "callee": "eth.db.batch.BatchDB.clear", + "lineno": 66, + "resolution": "self_method_call" + } + ], + "eth.db.cache": [ + { + "caller": "eth.db.cache.CacheDB.__init__", + "callee": "eth.db.cache.CacheDB.reset_cache", + "lineno": 22, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.cache.CacheDB.__init__", + "callee": ".lru.LRU", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.cache.CacheDB.reset_cache", + "callee": ".lru.LRU", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "eth.db.chain": [ + { + "caller": "eth.db.chain.ChainDB.get_chain_gaps", + "callee": "eth.db.chain.ChainDB._get_chain_gaps", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB._get_chain_gaps", + "callee": "eth.db.schema.SchemaV1.make_chain_gaps_lookup_key", + "lineno": 105, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.chain.ChainDB._update_chain_gaps", + "callee": "eth.db.chain_gaps.fill_gap", + "lineno": 120, + "resolution": "imported_call" + }, + { + "caller": "eth.db.chain.ChainDB._update_chain_gaps", + "callee": "eth.db.schema.SchemaV1.make_chain_gaps_lookup_key", + "lineno": 123, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.chain.ChainDB._update_header_chain_gaps", + "callee": "eth.db.chain_gaps.is_block_number_in_gap", + "lineno": 149, + "resolution": "imported_call" + }, + { + "caller": "eth.db.chain.ChainDB._update_header_chain_gaps", + "callee": "eth.db.chain_gaps.reopen_gap", + "lineno": 156, + "resolution": "imported_call" + }, + { + "caller": "eth.db.chain.ChainDB._update_header_chain_gaps", + "callee": "eth.db.schema.SchemaV1.make_chain_gaps_lookup_key", + "lineno": 158, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_block_uncles", + "callee": "eth.validation.validate_word", + "lineno": 168, + "resolution": "imported_call" + }, + { + "caller": "eth.db.chain.ChainDB._decanonicalize_old_headers", + "callee": ".list.append", + "lineno": 197, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_block", + "callee": "eth.db.chain.ChainDB._persist_block", + "lineno": 221, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_unexecuted_block", + "callee": "eth.db.trie.make_trie_root_and_nodes", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_unexecuted_block", + "callee": ".eth_utils.ValidationError", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_unexecuted_block", + "callee": "eth.db.trie.make_trie_root_and_nodes", + "lineno": 237, + "resolution": "imported_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_unexecuted_block", + "callee": ".eth_utils.ValidationError", + "lineno": 240, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_unexecuted_block", + "callee": "eth.db.chain.ChainDB._persist_trie_data_dict", + "lineno": 246, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_unexecuted_block", + "callee": "eth.db.chain.ChainDB._persist_trie_data_dict", + "lineno": 247, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_unexecuted_block", + "callee": "eth.db.chain.ChainDB._persist_block", + "lineno": 249, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB._persist_block", + "callee": ".eth_utils.ValidationError", + "lineno": 292, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_uncles", + "callee": "eth.db.chain.ChainDB._persist_uncles", + "lineno": 303, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB._persist_uncles", + "callee": ".eth_hash.auto.keccak", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB._persist_uncles", + "callee": ".typing.cast", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB._get_block_data_from_root_hash", + "callee": ".trie.HexaryTrie", + "lineno": 327, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.add_receipt", + "callee": ".trie.HexaryTrie", + "lineno": 342, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.add_transaction", + "callee": ".trie.HexaryTrie", + "lineno": 352, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_block_transactions", + "callee": "eth.db.chain.ChainDB._get_block_transactions", + "lineno": 359, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_block_transaction_hashes", + "callee": "eth.db.chain.ChainDB._get_block_transaction_hashes", + "lineno": 370, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB._get_block_transaction_hashes", + "callee": ".typing.cast", + "lineno": 382, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB._get_block_transaction_hashes", + "callee": ".eth_hash.auto.keccak", + "lineno": 382, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_receipts", + "callee": ".trie.HexaryTrie", + "lineno": 388, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_transaction_by_index", + "callee": "eth.db.header.HeaderDB.get_canonical_block_header_by_number", + "lineno": 404, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_transaction_by_index", + "callee": ".trie.HexaryTrie", + "lineno": 409, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_transaction_index", + "callee": "eth.db.schema.SchemaV1.make_transaction_hash_to_block_lookup_key", + "lineno": 423, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_transaction_index", + "callee": ".eth_utils.encode_hex", + "lineno": 428, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_receipt_by_index", + "callee": "eth.db.header.HeaderDB.get_canonical_block_header_by_number", + "lineno": 442, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_receipt_by_index", + "callee": ".trie.HexaryTrie", + "lineno": 446, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain.ChainDB._get_block_transactions", + "callee": "eth.db.chain.ChainDB._get_block_data_from_root_hash", + "lineno": 464, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB._remove_transaction_from_canonical_chain", + "callee": "eth.db.schema.SchemaV1.make_transaction_hash_to_block_lookup_key", + "lineno": 477, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.chain.ChainDB._add_transaction_to_canonical_chain", + "callee": "eth.db.schema.SchemaV1.make_transaction_hash_to_block_lookup_key", + "lineno": 497, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.chain.ChainDB.get_block_withdrawals", + "callee": "eth.db.chain.ChainDB._get_block_withdrawals", + "lineno": 508, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB._get_block_withdrawals", + "callee": "eth.db.chain.ChainDB._get_block_data_from_root_hash", + "lineno": 519, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.chain.ChainDB._add_withdrawal_to_canonical_chain", + "callee": "eth.db.schema.SchemaV1.make_withdrawal_hash_to_block_lookup_key", + "lineno": 534, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.chain.ChainDB.persist_trie_data_dict", + "callee": "eth.db.chain.ChainDB._persist_trie_data_dict", + "lineno": 549, + "resolution": "self_method_call" + } + ], + "eth.db.chain_gaps": [ + { + "caller": "eth.db.chain_gaps.", + "callee": ".eth_typing.BlockNumber", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain_gaps._join_overlapping_gaps", + "callee": ".eth_utils.ValidationError", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain_gaps.reopen_gap", + "callee": "eth.db.chain_gaps._join_overlapping_gaps", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "eth.db.chain_gaps.fill_gap", + "callee": ".eth_typing.BlockNumber", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain_gaps.fill_gap", + "callee": ".eth_typing.BlockNumber", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain_gaps.fill_gap", + "callee": ".eth_typing.BlockNumber", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain_gaps.fill_gap", + "callee": ".eth_typing.BlockNumber", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain_gaps.fill_gap", + "callee": ".eth_typing.BlockNumber", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain_gaps.fill_gap", + "callee": ".eth_typing.BlockNumber", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.chain_gaps.fill_gap", + "callee": ".eth_typing.BlockNumber", + "lineno": 171, + "resolution": "external_constructor_call" + } + ], + "eth.db.diff": [ + { + "caller": "eth.db.diff.DBDiffTracker.__getitem__", + "callee": "eth.db.diff.DiffMissingError.__init__", + "lineno": 87, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.db.diff.DBDiffTracker.diff", + "callee": "eth.db.diff.DBDiff.__init__", + "lineno": 109, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.db.diff.DBDiff.__getitem__", + "callee": "eth.db.diff.DiffMissingError.__init__", + "lineno": 134, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.db.diff.DBDiff.__repr__", + "callee": ".eth_utils.encode_hex", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.diff.DBDiff.__repr__", + "callee": ".eth_utils.encode_hex", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.diff.DBDiff.__repr__", + "callee": ".eth_utils.encode_hex", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.diff.DBDiff.__repr__", + "callee": ".typing.cast", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.diff.DBDiff.join", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 228, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.db.diff.DBDiff.join", + "callee": "eth.db.diff.DBDiffTracker.diff", + "lineno": 231, + "resolution": "local_typed_method_call" + } + ], + "eth.db.hash_trie": [ + { + "caller": "eth.db.hash_trie.HashTrie.squash_changes", + "callee": ".typing.cast", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "eth.db.header": [ + { + "caller": "eth.db.header.HeaderDB.get_header_chain_gaps", + "callee": "eth.db.header.HeaderDB._get_header_chain_gaps", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_header_chain_gaps", + "callee": "eth.db.schema.SchemaV1.make_header_chain_gaps_lookup_key", + "lineno": 76, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._update_header_chain_gaps", + "callee": "eth.db.chain_gaps.fill_gap", + "lineno": 94, + "resolution": "imported_call" + }, + { + "caller": "eth.db.header.HeaderDB._update_header_chain_gaps", + "callee": "eth.db.schema.SchemaV1.make_header_chain_gaps_lookup_key", + "lineno": 98, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB.get_canonical_block_hash", + "callee": "eth.db.header.HeaderDB._get_canonical_block_hash", + "lineno": 108, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_canonical_block_hash", + "callee": "eth.validation.validate_block_number", + "lineno": 112, + "resolution": "imported_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_canonical_block_hash", + "callee": "eth.db.schema.SchemaV1.make_block_number_to_hash_lookup_key", + "lineno": 113, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB.get_canonical_block_header_by_number", + "callee": "eth.db.header.HeaderDB._get_canonical_block_header_by_number", + "lineno": 127, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_canonical_block_header_by_number", + "callee": "eth.validation.validate_block_number", + "lineno": 133, + "resolution": "imported_call" + }, + { + "caller": "eth.db.header.HeaderDB.get_canonical_head", + "callee": "eth.db.header.HeaderDB._get_canonical_head", + "lineno": 138, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_canonical_head_hash", + "callee": ".eth_typing.Hash32", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_canonical_head_hash", + "callee": "eth.db.schema.SchemaV1.make_canonical_head_hash_lookup_key", + "lineno": 148, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB.get_block_header_by_hash", + "callee": "eth.db.header.HeaderDB._get_block_header_by_hash", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_block_header_by_hash", + "callee": "eth.validation.validate_word", + "lineno": 167, + "resolution": "imported_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_block_header_by_hash", + "callee": ".eth_utils.encode_hex", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_block_header_by_hash", + "callee": "eth.db.header._decode_block_header", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "eth.db.header.HeaderDB.get_score", + "callee": "eth.db.header.HeaderDB._get_score", + "lineno": 175, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_score", + "callee": "eth.db.schema.SchemaV1.make_block_hash_to_score_lookup_key", + "lineno": 180, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_score", + "callee": ".eth_utils.encode_hex", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB.header_exists", + "callee": "eth.db.header.HeaderDB._header_exists", + "lineno": 186, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB._header_exists", + "callee": "eth.validation.validate_word", + "lineno": 190, + "resolution": "imported_call" + }, + { + "caller": "eth.db.header.HeaderDB.persist_header", + "callee": "eth.db.header.HeaderDB.persist_header_chain", + "lineno": 196, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB.persist_header_chain", + "callee": "eth.db.header.HeaderDB._persist_header_chain", + "lineno": 204, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB.persist_checkpoint_header", + "callee": "eth.db.header.HeaderDB._persist_checkpoint_header", + "lineno": 208, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.header.HeaderDB._set_hash_scores_to_db", + "callee": "eth.db.schema.SchemaV1.make_block_hash_to_score_lookup_key", + "lineno": 223, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_checkpoint_header", + "callee": "eth.db.schema.SchemaV1.make_checkpoint_headers_key", + "lineno": 242, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_checkpoint_header", + "callee": ".eth_typing.BlockNumber", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_checkpoint_header", + "callee": ".eth_utils.ValidationError", + "lineno": 279, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._decanonicalize_descendant_orphans", + "callee": ".eth_typing.BlockNumber", + "lineno": 295, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._decanonicalize_descendant_orphans", + "callee": "eth.db.schema.SchemaV1.make_block_number_to_hash_lookup_key", + "lineno": 315, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._decanonicalize_descendant_orphans", + "callee": "eth.db.chain_gaps.reopen_gap", + "lineno": 316, + "resolution": "imported_call" + }, + { + "caller": "eth.db.header.HeaderDB._decanonicalize_descendant_orphans", + "callee": ".eth_typing.BlockNumber", + "lineno": 319, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._decanonicalize_descendant_orphans", + "callee": "eth.db.schema.SchemaV1.make_header_chain_gaps_lookup_key", + "lineno": 337, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._decanonicalize_single", + "callee": "eth.db.schema.SchemaV1.make_block_number_to_hash_lookup_key", + "lineno": 351, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._decanonicalize_single", + "callee": "eth.db.chain_gaps.reopen_gap", + "lineno": 353, + "resolution": "imported_call" + }, + { + "caller": "eth.db.header.HeaderDB._decanonicalize_single", + "callee": "eth.db.schema.SchemaV1.make_header_chain_gaps_lookup_key", + "lineno": 356, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.toolz.first", + "lineno": 371, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.encode_hex", + "lineno": 378, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.encode_hex", + "lineno": 379, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.toolz.concat", + "lineno": 400, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.toolz.sliding_window", + "lineno": 401, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.ValidationError", + "lineno": 403, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.encode_hex", + "lineno": 404, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.encode_hex", + "lineno": 405, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._persist_header_chain", + "callee": ".eth_utils.encode_hex", + "lineno": 406, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._handle_gap_change", + "callee": ".eth_typing.BlockNumber", + "lineno": 449, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._canonicalize_header", + "callee": ".typing.cast", + "lineno": 493, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._set_as_canonical_chain_head", + "callee": "eth.db.schema.SchemaV1.make_canonical_head_hash_lookup_key", + "lineno": 561, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_checkpoints", + "callee": "eth.db.schema.SchemaV1.make_checkpoint_headers_key", + "lineno": 567, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.db.header.HeaderDB._get_checkpoints", + "callee": ".eth_typing.Hash32", + "lineno": 572, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.header.HeaderDB._add_block_number_to_hash_lookup", + "callee": "eth.db.schema.SchemaV1.make_block_number_to_hash_lookup_key", + "lineno": 638, + "resolution": "qualified_module_call" + } + ], + "eth.db.journal": [ + { + "caller": "eth.db.journal.", + "callee": ".typing.cast", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.", + "callee": ".itertools.count", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.root_checkpoint", + "callee": ".eth_utils.toolz.first", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.last_checkpoint", + "callee": ".eth_utils.toolz.first", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.record_checkpoint", + "callee": ".eth_utils.ValidationError", + "lineno": 152, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.discard", + "callee": ".eth_utils.ValidationError", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.discard", + "callee": ".eth_utils.ValidationError", + "lineno": 189, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.has_clear", + "callee": ".eth_utils.ValidationError", + "lineno": 223, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.commit_checkpoint", + "callee": ".eth_utils.ValidationError", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.commit_checkpoint", + "callee": ".eth_utils.ValidationError", + "lineno": 244, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.pop_all", + "callee": "eth.db.journal.Journal.record_checkpoint", + "lineno": 261, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.journal.Journal.flatten", + "callee": ".eth_utils.toolz.nth", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.Journal.flatten", + "callee": "eth.db.journal.Journal.commit_checkpoint", + "lineno": 270, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.journal.Journal.diff", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 318, + "resolution": "imported_call" + }, + { + "caller": "eth.db.journal.Journal.diff", + "callee": "eth.db.diff.DBDiffTracker.diff", + "lineno": 328, + "resolution": "local_typed_method_call" + }, + { + "caller": "eth.db.journal.JournalDB.__init__", + "callee": "eth.db.journal.Journal.__init__", + "lineno": 354, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.db.journal.JournalDB.__init__", + "callee": "eth.db.journal.JournalDB.reset", + "lineno": 357, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.journal.JournalDB.__getitem__", + "callee": ".typing.cast", + "lineno": 377, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.JournalDB._reapply_checkpoint_to_journal", + "callee": ".typing.cast", + "lineno": 444, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.JournalDB.persist", + "callee": ".typing.cast", + "lineno": 460, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.journal.JournalDB.persist", + "callee": "eth.db.journal.JournalDB._reapply_checkpoint_to_journal", + "lineno": 462, + "resolution": "self_method_call" + } + ], + "eth.db.keymap": [ + { + "caller": "eth.db.keymap.KeyMapDB.__getitem__", + "callee": "eth.db.keymap.KeyMapDB.keymap", + "lineno": 31, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.keymap.KeyMapDB.__setitem__", + "callee": "eth.db.keymap.KeyMapDB.keymap", + "lineno": 35, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.keymap.KeyMapDB.__delitem__", + "callee": "eth.db.keymap.KeyMapDB.keymap", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.keymap.KeyMapDB.__contains__", + "callee": "eth.db.keymap.KeyMapDB.keymap", + "lineno": 43, + "resolution": "self_method_call" + } + ], + "eth.db.schema": [], + "eth.db.slow_journal": [ + { + "caller": "eth.db.slow_journal.Journal.root_changeset_id", + "callee": ".eth_utils.toolz.first", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.Journal.latest_id", + "callee": ".eth_utils.toolz.first", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.Journal.record_changeset", + "callee": ".eth_utils.ValidationError", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.Journal.pop_changeset", + "callee": ".eth_utils.toolz.merge", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.Journal.clear", + "callee": "eth.db.slow_journal.Journal.record_changeset", + "lineno": 176, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.Journal.clear", + "callee": "eth.db.slow_journal.Journal.record_changeset", + "lineno": 178, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.Journal.has_clear", + "callee": ".eth_utils.ValidationError", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.Journal.commit_changeset", + "callee": "eth.db.slow_journal.Journal.has_clear", + "lineno": 197, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.Journal.commit_changeset", + "callee": "eth.db.slow_journal.Journal.pop_changeset", + "lineno": 198, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.Journal.commit_changeset", + "callee": "eth.db.slow_journal.Journal.is_empty", + "lineno": 199, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.Journal.commit_changeset", + "callee": "eth.db.slow_journal.Journal.record_changeset", + "lineno": 207, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.Journal.commit_changeset", + "callee": ".eth_utils.toolz.merge", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.Journal.flatten", + "callee": ".eth_utils.toolz.nth", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.Journal.flatten", + "callee": "eth.db.slow_journal.Journal.commit_changeset", + "lineno": 222, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.Journal.diff", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 262, + "resolution": "imported_call" + }, + { + "caller": "eth.db.slow_journal.Journal.diff", + "callee": ".typing.cast", + "lineno": 282, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.Journal.diff", + "callee": "eth.db.diff.DBDiffTracker.diff", + "lineno": 286, + "resolution": "local_typed_method_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.__init__", + "callee": "eth.db.slow_journal.JournalDB.reset", + "lineno": 314, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.__getitem__", + "callee": ".typing.cast", + "lineno": 334, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB._validate_changeset", + "callee": ".eth_utils.ValidationError", + "lineno": 390, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.discard", + "callee": "eth.db.slow_journal.JournalDB._validate_changeset", + "lineno": 407, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.commit", + "callee": "eth.db.slow_journal.JournalDB._validate_changeset", + "lineno": 416, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.commit", + "callee": ".eth_utils.ValidationError", + "lineno": 418, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB._reapply_changeset_to_journal", + "callee": "eth.db.slow_journal.JournalDB.record", + "lineno": 429, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB._reapply_changeset_to_journal", + "callee": ".typing.cast", + "lineno": 436, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.persist", + "callee": "eth.db.slow_journal.JournalDB.reset", + "lineno": 448, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.persist", + "callee": ".typing.cast", + "lineno": 457, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.persist", + "callee": "eth.db.slow_journal.JournalDB._reapply_changeset_to_journal", + "lineno": 459, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.reset", + "callee": "eth.db.slow_journal.Journal.__init__", + "lineno": 472, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.db.slow_journal.JournalDB.reset", + "callee": "eth.db.slow_journal.JournalDB.record", + "lineno": 473, + "resolution": "self_method_call" + } + ], + "eth.db.storage": [ + { + "caller": "eth.db.storage.", + "callee": ".eth_utils.get_extended_debug_logger", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__init__", + "callee": "eth.db.storage.StorageLookup._initialize_to_root_hash", + "lineno": 100, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup._get_write_trie", + "callee": "eth.db.batch.BatchDB.__init__", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "eth.db.storage.StorageLookup._get_write_trie", + "callee": ".trie.HexaryTrie", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.StorageLookup._get_read_trie", + "callee": ".trie.HexaryTrie", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.StorageLookup._decode_key", + "callee": ".eth_hash.auto.keccak", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__getitem__", + "callee": "eth.db.storage.StorageLookup._decode_key", + "lineno": 130, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__getitem__", + "callee": "eth.db.storage.StorageLookup._get_read_trie", + "lineno": 131, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__getitem__", + "callee": "eth.vm.interrupt.MissingStorageTrieNode.__init__", + "lineno": 135, + "resolution": "imported_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__setitem__", + "callee": "eth.db.storage.StorageLookup._decode_key", + "lineno": 144, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__setitem__", + "callee": "eth.db.storage.StorageLookup._get_write_trie", + "lineno": 145, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup._exists", + "callee": "eth.db.storage.StorageLookup._decode_key", + "lineno": 150, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup._exists", + "callee": "eth.db.storage.StorageLookup._get_read_trie", + "lineno": 151, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__delitem__", + "callee": "eth.db.storage.StorageLookup._decode_key", + "lineno": 155, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__delitem__", + "callee": "eth.db.storage.StorageLookup._get_write_trie", + "lineno": 156, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup.__delitem__", + "callee": "eth.vm.interrupt.MissingStorageTrieNode.__init__", + "lineno": 160, + "resolution": "imported_call" + }, + { + "caller": "eth.db.storage.StorageLookup.get_changed_root", + "callee": ".eth_utils.ValidationError", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.StorageLookup.commit_to", + "callee": ".eth_utils.ValidationError", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.StorageLookup.commit_to", + "callee": ".eth_utils.encode_hex", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.StorageLookup.commit_to", + "callee": "eth.db.storage.StorageLookup._initialize_to_root_hash", + "lineno": 206, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup.new_trie", + "callee": "eth.db.storage.StorageLookup._get_write_trie", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.StorageLookup.rollback_trie", + "callee": ".eth_utils.ValidationError", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.", + "callee": ".eth_utils.get_extended_debug_logger", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.__init__", + "callee": "eth.db.storage.StorageLookup.__init__", + "lineno": 302, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.__init__", + "callee": "eth.db.cache.CacheDB.__init__", + "lineno": 303, + "resolution": "imported_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.__init__", + "callee": "eth.db.journal.JournalDB.__init__", + "lineno": 304, + "resolution": "imported_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.__init__", + "callee": "eth.db.journal.JournalDB.__init__", + "lineno": 305, + "resolution": "imported_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.__init__", + "callee": "eth.db.storage.AccountStorageDB.set", + "lineno": 306, + "resolution": "same_class_name_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.__init__", + "callee": "eth.db.journal.JournalDB.__init__", + "lineno": 312, + "resolution": "imported_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.__init__", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 312, + "resolution": "imported_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.__init__", + "callee": ".eth_utils.to_bytes", + "lineno": 312, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.get", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 316, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.set", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 331, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.delete", + "callee": ".eth_utils.to_int", + "lineno": 357, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.delete", + "callee": ".eth_utils.ValidationError", + "lineno": 361, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.delete", + "callee": ".eth_utils.to_bytes", + "lineno": 368, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.discard", + "callee": ".eth_utils.to_int", + "lineno": 376, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.discard", + "callee": ".eth_utils.to_int", + "lineno": 388, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.discard", + "callee": ".eth_utils.ValidationError", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.make_storage_root", + "callee": "eth.db.storage.AccountStorageDB.lock_changes", + "lineno": 424, + "resolution": "self_method_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB._validate_flushed", + "callee": ".eth_utils.ValidationError", + "lineno": 433, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.storage.AccountStorageDB.persist", + "callee": "eth.db.storage.AccountStorageDB._validate_flushed", + "lineno": 449, + "resolution": "self_method_call" + } + ], + "eth.db.trie": [ + { + "caller": "eth.db.trie.make_trie_root_and_nodes", + "callee": "eth.db.trie._make_trie_root_and_nodes", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "eth.db.trie._make_trie_root_and_nodes", + "callee": ".trie.HexaryTrie", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "eth.db.witness": [], + "eth.db": [ + { + "caller": "eth.db.get_db_backend_class", + "callee": ".typing.cast", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.get_db_backend_class", + "callee": ".eth_utils.import_string", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.db.get_db_backend", + "callee": "eth.db.get_db_backend_class", + "lineno": 22, + "resolution": "direct_name_call" + } + ], + "eth.db.backends.base": [ + { + "caller": "eth.db.backends.base.BaseDB.exists", + "callee": "eth.db.backends.base.BaseDB.__contains__", + "lineno": 31, + "resolution": "self_method_call" + } + ], + "eth.db.backends.memory": [], + "eth.db.backends": [], + "eth.estimators.gas": [ + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": ".typing.cast", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 69, + "resolution": "imported_call" + }, + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": "eth.estimators.gas._get_computation_error", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": ".typing.cast", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": "eth.estimators.gas._get_computation_error", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": ".typing.cast", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 96, + "resolution": "imported_call" + }, + { + "caller": "eth.estimators.gas.binary_gas_search", + "callee": "eth.estimators.gas._get_computation_error", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "eth.estimators.gas.", + "callee": "eth.estimators.gas.binary_gas_search", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "eth.estimators.gas.", + "callee": "eth.estimators.gas.binary_gas_search", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "eth.estimators.gas.", + "callee": "eth.estimators.gas.binary_gas_search", + "lineno": 114, + "resolution": "direct_name_call" + } + ], + "eth.estimators": [ + { + "caller": "eth.estimators.get_gas_estimator", + "callee": ".typing.cast", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.estimators.get_gas_estimator", + "callee": "eth._utils.module_loading.import_string", + "lineno": 22, + "resolution": "imported_call" + } + ], + "eth.precompiles.blake2": [ + { + "caller": "eth.precompiles.blake2.blake2b_fcompress", + "callee": "eth._utils.blake2.coders.extract_blake2b_parameters", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.blake2.blake2b_fcompress", + "callee": "eth._utils.blake2.compression.blake2b_compress", + "lineno": 40, + "resolution": "imported_call" + } + ], + "eth.precompiles.ecadd": [ + { + "caller": "eth.precompiles.ecadd.ecadd", + "callee": "eth.precompiles.ecadd._ecadd", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.ecadd.ecadd", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecadd.ecadd", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecadd._ecadd", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecadd._ecadd", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecadd._ecadd", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecadd._ecadd", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecadd._ecadd", + "callee": "eth._utils.bn128.validate_point", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.ecadd._ecadd", + "callee": "eth._utils.bn128.validate_point", + "lineno": 69, + "resolution": "imported_call" + } + ], + "eth.precompiles.ecmul": [ + { + "caller": "eth.precompiles.ecmul.ecmul", + "callee": "eth.precompiles.ecmul._ecmull", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.ecmul.ecmul", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecmul.ecmul", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecmul._ecmull", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecmul._ecmull", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecmul._ecmull", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecmul._ecmull", + "callee": "eth._utils.bn128.validate_point", + "lineno": 66, + "resolution": "imported_call" + } + ], + "eth.precompiles.ecpairing": [ + { + "caller": "eth.precompiles.ecpairing.ecpairing", + "callee": "eth.precompiles.ecpairing._ecpairing", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.ecpairing._ecpairing", + "callee": "eth.precompiles.ecpairing._process_point", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.ecpairing._ecpairing", + "callee": ".eth_utils.toolz.pipe", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._process_point", + "callee": "eth.precompiles.ecpairing._extract_point", + "lineno": 85, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.ecpairing._process_point", + "callee": "eth._utils.bn128.validate_point", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.ecpairing._process_point", + "callee": ".eth_utils.ValidationError", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._process_point", + "callee": ".eth_utils.ValidationError", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._process_point", + "callee": ".eth_utils.ValidationError", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._process_point", + "callee": "eth._utils.bn128.FQP_point_to_FQ2_point", + "lineno": 105, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.ecpairing._extract_point", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._extract_point", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._extract_point", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._extract_point", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._extract_point", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecpairing._extract_point", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 122, + "resolution": "external_constructor_call" + } + ], + "eth.precompiles.ecrecover": [ + { + "caller": "eth.precompiles.ecrecover.ecrecover", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecrecover.ecrecover", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecrecover.ecrecover", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.ecrecover.ecrecover", + "callee": "eth.validation.validate_lte", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.ecrecover.ecrecover", + "callee": "eth.validation.validate_gte", + "lineno": 48, + "resolution": "imported_call" + } + ], + "eth.precompiles.identity": [ + { + "caller": "eth.precompiles.identity.identity", + "callee": "eth._utils.numeric.ceil32", + "lineno": 13, + "resolution": "imported_call" + } + ], + "eth.precompiles.modexp": [ + { + "caller": "eth.precompiles.modexp._compute_adjusted_exponent_length", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.modexp._compute_adjusted_exponent_length", + "callee": "eth._utils.numeric.get_highest_bit_index", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.modexp._compute_adjusted_exponent_length", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.modexp._compute_adjusted_exponent_length", + "callee": "eth._utils.numeric.get_highest_bit_index", + "lineno": 41, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.modexp.extract_lengths", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.modexp.extract_lengths", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.modexp.extract_lengths", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.modexp._compute_modexp_gas_fee_eip_198", + "callee": "eth.precompiles.modexp.extract_lengths", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.modexp._compute_modexp_gas_fee_eip_198", + "callee": "eth._utils.padding.zpad_right", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.modexp._compute_modexp_gas_fee_eip_198", + "callee": "eth.precompiles.modexp._compute_adjusted_exponent_length", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.modexp._compute_modexp_gas_fee_eip_198", + "callee": "eth.precompiles.modexp._compute_complexity", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.modexp._modexp", + "callee": "eth.precompiles.modexp.extract_lengths", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.modexp._modexp", + "callee": "eth._utils.padding.zpad_right", + "lineno": 102, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.modexp._modexp", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.modexp._modexp", + "callee": "eth._utils.padding.zpad_right", + "lineno": 110, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.modexp._modexp", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 111, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.modexp._modexp", + "callee": "eth._utils.padding.zpad_right", + "lineno": 113, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.modexp._modexp", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.modexp.modexp", + "callee": "eth.precompiles.modexp._modexp", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.modexp.modexp", + "callee": "eth.precompiles.modexp.extract_lengths", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.modexp.modexp", + "callee": "eth._utils.padding.zpad_left", + "lineno": 146, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.modexp.modexp", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 146, + "resolution": "external_constructor_call" + } + ], + "eth.precompiles.point_evaluation": [ + { + "caller": "eth.precompiles.point_evaluation.kzg_to_versioned_hash", + "callee": ".typing.cast", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.point_evaluation.point_evaluation_precompile", + "callee": "eth.precompiles.point_evaluation.kzg_to_versioned_hash", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.point_evaluation.point_evaluation_precompile", + "callee": ".ckzg.verify_kzg_proof", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.point_evaluation.point_evaluation_precompile", + "callee": ".ckzg.load_trusted_setup", + "lineno": 73, + "resolution": "external_constructor_call" + } + ], + "eth.precompiles.ripemd160": [ + { + "caller": "eth.precompiles.ripemd160.ripemd160", + "callee": "eth._utils.numeric.ceil32", + "lineno": 18, + "resolution": "imported_call" + } + ], + "eth.precompiles.sha256": [ + { + "caller": "eth.precompiles.sha256.sha256", + "callee": "eth._utils.numeric.ceil32", + "lineno": 15, + "resolution": "imported_call" + } + ], + "eth.precompiles": [], + "eth.precompiles.bls12_381.bls12_381_g1": [ + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bytes_to_g1_optimized_point3D", + "callee": ".py_ecc.optimized_bls12_381.optimized_curve.is_on_curve", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.g1_optimized_3d_to_bytes", + "callee": ".py_ecc.optimized_bls12_381.optimized_curve.normalize", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.decode_g1_scalar_pair", + "callee": "eth.precompiles.bls12_381.bls12_381_g1.bytes_to_g1_optimized_point3D", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.decode_g1_scalar_pair", + "callee": ".py_ecc.optimized_bls12_381.optimized_curve.is_inf", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bls12_g1_add", + "callee": "eth.precompiles.bls12_381.bls12_381_g1.bytes_to_g1_optimized_point3D", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bls12_g1_add", + "callee": "eth.precompiles.bls12_381.bls12_381_g1.bytes_to_g1_optimized_point3D", + "lineno": 112, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bls12_g1_add", + "callee": "eth.precompiles.bls12_381.bls12_381_g1.g1_optimized_3d_to_bytes", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bls12_g1_msm", + "callee": "eth.precompiles.bls12_381.bls12_381_g1.decode_g1_scalar_pair", + "lineno": 136, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bls12_g1_msm", + "callee": "eth.precompiles.bls12_381.bls12_381_g1.g1_optimized_3d_to_bytes", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bls12_map_fp_to_g1", + "callee": ".py_ecc.bls.hash_to_curve.clear_cofactor_G1", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bls12_map_fp_to_g1", + "callee": ".py_ecc.bls.hash_to_curve.map_to_curve_G1", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g1.bls12_map_fp_to_g1", + "callee": "eth.precompiles.bls12_381.bls12_381_g1.g1_optimized_3d_to_bytes", + "lineno": 161, + "resolution": "direct_name_call" + } + ], + "eth.precompiles.bls12_381.bls12_381_g2": [ + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_fq2", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_fq2", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "callee": ".py_ecc.optimized_bls12_381.optimized_curve.is_on_curve", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.g2_optimized_3d_to_bytes", + "callee": ".py_ecc.optimized_bls12_381.optimized_curve.normalize", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.g2_optimized_3d_to_bytes", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.fq2_to_bytes", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.g2_optimized_3d_to_bytes", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.fq2_to_bytes", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.decode_G2_scalar_pair", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.decode_G2_scalar_pair", + "callee": ".py_ecc.optimized_bls12_381.optimized_curve.is_inf", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_g2_add", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_g2_add", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "lineno": 128, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_g2_add", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.g2_optimized_3d_to_bytes", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_g2_msm", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.decode_G2_scalar_pair", + "lineno": 154, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_g2_msm", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.g2_optimized_3d_to_bytes", + "lineno": 162, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_map_fp2_to_g2", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_fq2", + "lineno": 172, + "resolution": "direct_name_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_map_fp2_to_g2", + "callee": ".py_ecc.bls.hash_to_curve.clear_cofactor_G2", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_map_fp2_to_g2", + "callee": ".py_ecc.bls.hash_to_curve.map_to_curve_G2", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_g2.bls12_map_fp2_to_g2", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.g2_optimized_3d_to_bytes", + "lineno": 175, + "resolution": "direct_name_call" + } + ], + "eth.precompiles.bls12_381.bls12_381_pairing": [ + { + "caller": "eth.precompiles.bls12_381.bls12_381_pairing.bls12_pairing_check", + "callee": "eth.precompiles.bls12_381.bls12_381_g1.bytes_to_g1_optimized_point3D", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_pairing.bls12_pairing_check", + "callee": ".py_ecc.optimized_bls12_381.optimized_curve.is_inf", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_pairing.bls12_pairing_check", + "callee": "eth.precompiles.bls12_381.bls12_381_g2.bytes_to_g2_optimized_point3D", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_pairing.bls12_pairing_check", + "callee": ".py_ecc.optimized_bls12_381.optimized_curve.is_inf", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.precompiles.bls12_381.bls12_381_pairing.bls12_pairing_check", + "callee": ".py_ecc.optimized_bls12_381.pairing", + "lineno": 55, + "resolution": "external_constructor_call" + } + ], + "eth.precompiles.bls12_381.constants": [], + "eth.precompiles.bls12_381": [], + "eth.rlp.accounts": [], + "eth.rlp.blocks": [ + { + "caller": "eth.rlp.blocks.BaseBlock.__str__", + "callee": ".eth_utils.humanize_hash", + "lineno": 65, + "resolution": "external_constructor_call" + } + ], + "eth.rlp.headers": [ + { + "caller": "eth.rlp.headers.", + "callee": ".rlp.sedes.Binary", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.headers.BlockHeader.__init__", + "callee": "eth._utils.headers.new_timestamp_from_parent", + "lineno": 134, + "resolution": "imported_call" + }, + { + "caller": "eth.rlp.headers.BlockHeader.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.headers.BlockHeader.hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.headers.BlockHeader.hash", + "callee": ".typing.cast", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.headers.BlockHeader.mining_hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.headers.BlockHeader.mining_hash", + "callee": ".typing.cast", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.headers.BlockHeader.hex_hash", + "callee": ".eth_utils.encode_hex", + "lineno": 178, + "resolution": "external_constructor_call" + } + ], + "eth.rlp.logs": [ + { + "caller": "eth.rlp.logs.", + "callee": ".rlp.sedes.CountableList", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "eth.rlp.receipts": [ + { + "caller": "eth.rlp.receipts.", + "callee": ".rlp.sedes.CountableList", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.receipts.Receipt.bloom_filter", + "callee": ".eth_bloom.BloomFilter", + "lineno": 55, + "resolution": "external_constructor_call" + } + ], + "eth.rlp.sedes": [ + { + "caller": "eth.rlp.sedes.", + "callee": ".rlp.sedes.BigEndianInt", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.sedes.", + "callee": ".rlp.sedes.BigEndianInt", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "eth.rlp.transactions": [ + { + "caller": "eth.rlp.transactions.BaseTransactionMethods.intrinsic_gas", + "callee": "eth.abc.BaseTransactionAPI.get_intrinsic_gas", + "lineno": 48, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.rlp.transactions.BaseTransactionMethods.gas_used_by", + "callee": "eth.abc.BaseTransactionAPI.get_intrinsic_gas", + "lineno": 51, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.rlp.transactions.BaseTransactionFields.hash", + "callee": ".typing.cast", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.transactions.BaseTransactionFields.hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.transactions.SignedTransactionMethods.sender", + "callee": "eth.abc.SignedTransactionAPI.get_sender", + "lineno": 88, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.rlp.transactions.SignedTransactionMethods.validate", + "callee": ".eth_utils.ValidationError", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.rlp.transactions.SignedTransactionMethods.validate", + "callee": "eth.abc.SignedTransactionAPI.check_signature_validity", + "lineno": 96, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.rlp.transactions.SignedTransactionMethods.is_signature_valid", + "callee": "eth.abc.SignedTransactionAPI.check_signature_validity", + "lineno": 104, + "resolution": "inherited_method_call" + } + ], + "eth.rlp": [], + "eth.tools.mining": [ + { + "caller": "eth.tools.mining.POWMiningMixin.finalize_block", + "callee": "eth.consensus.pow.mine_pow_nonce", + "lineno": 23, + "resolution": "qualified_module_call" + } + ], + "eth.tools.rlp": [ + { + "caller": "eth.tools.rlp.", + "callee": ".eth_utils.replace_exceptions", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.rlp.", + "callee": "eth._utils.rlp.validate_rlp_equal", + "lineno": 14, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.rlp.", + "callee": ".eth_utils.replace_exceptions", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.rlp.", + "callee": "eth._utils.rlp.validate_rlp_equal", + "lineno": 21, + "resolution": "imported_call" + } + ], + "eth.tools": [], + "eth.tools.builder": [], + "eth.tools.builder.chain.builders": [ + { + "caller": "eth.tools.builder.chain.builders.build", + "callee": ".eth_utils.toolz.pipe", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.build", + "callee": "eth.tools.builder.chain.builders.copy", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.build", + "callee": ".eth_utils.toolz.pipe", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.fork_at", + "callee": ".eth_typing.BlockNumber", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.fork_at", + "callee": "eth.validation.validate_vm_configuration", + "lineno": 179, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.builder.chain.builders._set_vm_dao_support_false", + "callee": "eth.tools.builder.chain.builders._is_homestead", + "lineno": 197, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.disable_dao_fork", + "callee": "eth.tools.builder.chain.builders._is_homestead", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.disable_dao_fork", + "callee": ".eth_utils.ValidationError", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.disable_dao_fork", + "callee": "eth.tools.builder.chain.builders._set_vm_dao_support_false", + "lineno": 217, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders._set_vm_dao_fork_block_number", + "callee": "eth.tools.builder.chain.builders._is_homestead", + "lineno": 226, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.dao_fork_at", + "callee": "eth.tools.builder.chain.builders._is_homestead", + "lineno": 246, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.dao_fork_at", + "callee": ".eth_utils.ValidationError", + "lineno": 249, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.dao_fork_at", + "callee": "eth.tools.builder.chain.builders._set_vm_dao_fork_block_number", + "lineno": 251, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 258, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 259, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 260, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 261, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 263, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 265, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 266, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 267, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 268, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 269, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 270, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 271, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 272, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 273, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": "eth.tools.builder.chain.builders.fork_at", + "lineno": 274, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.", + "callee": ".typing.cast", + "lineno": 278, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.enable_pow_mining", + "callee": ".eth_utils.ValidationError", + "lineno": 328, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.enable_pow_mining", + "callee": "eth.tools.builder.chain.builders._mix_in_pow_mining", + "lineno": 330, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.disable_pow_check", + "callee": "eth.consensus.applier.ConsensusApplier.__init__", + "lineno": 346, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.builder.chain.builders._fill_and_normalize_state", + "callee": "eth.tools._utils.mappings.deep_merge", + "lineno": 365, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.builder.chain.builders.genesis", + "callee": "eth.tools.builder.chain.builders._fill_and_normalize_state", + "lineno": 383, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.genesis", + "callee": "eth.tools.builder.chain.builders._get_default_genesis_params", + "lineno": 385, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.genesis", + "callee": ".eth_utils.toolz.merge", + "lineno": 390, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.genesis", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 393, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.builder.chain.builders.mine_block", + "callee": ".eth_utils.ValidationError", + "lineno": 410, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.mine_blocks", + "callee": ".eth_utils.ValidationError", + "lineno": 424, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.copy", + "callee": ".eth_utils.ValidationError", + "lineno": 460, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.copy", + "callee": ".eth_utils.ValidationError", + "lineno": 463, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.copy", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 466, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.builder.chain.builders.copy", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 466, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.builder.chain.builders.copy", + "callee": ".eth_utils.ValidationError", + "lineno": 468, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.chain_split", + "callee": ".eth_utils.ValidationError", + "lineno": 499, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.chain_split._chain_split", + "callee": "eth.tools.builder.chain.builders.build", + "lineno": 507, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.builder.chain.builders.at_block_number", + "callee": ".eth_utils.ValidationError", + "lineno": 526, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.builder.chain.builders.at_block_number", + "callee": ".eth_typing.BlockNumber", + "lineno": 527, + "resolution": "external_constructor_call" + } + ], + "eth.tools.builder.chain": [], + "eth.tools.db.atomic": [], + "eth.tools.db.base": [], + "eth.tools.db": [], + "eth.tools.fixtures.generation": [ + { + "caller": "eth.tools.fixtures.generation.generate_fixture_tests", + "callee": "eth.tools.fixtures.loading.find_fixtures", + "lineno": 69, + "resolution": "imported_call" + } + ], + "eth.tools.fixtures.helpers": [ + { + "caller": "eth.tools.fixtures.helpers.verify_state", + "callee": "eth._utils.state.diff_state", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.helpers.verify_state", + "callee": ".list.append", + "lineno": 90, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.tools.fixtures.helpers.verify_state", + "callee": ".eth_utils.to_normalized_address", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.helpers.verify_state", + "callee": ".typing.cast", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.helpers.verify_state", + "callee": ".typing.cast", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.helpers.verify_state", + "callee": ".list.append", + "lineno": 96, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.tools.fixtures.helpers.verify_state", + "callee": ".eth_utils.to_normalized_address", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.helpers.transition_test_at_timestamp", + "callee": "eth.tools.fixtures.helpers._block_at_timestamp", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.helpers.transition_test_at_timestamp", + "callee": ".eth_utils.ValidationError", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.helpers.chain_vm_configuration", + "callee": "eth.tools.fixtures.helpers.transition_test_at_timestamp", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.helpers.chain_vm_configuration", + "callee": "eth.tools.fixtures.helpers.transition_test_at_timestamp", + "lineno": 230, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.helpers.chain_vm_configuration", + "callee": "eth.tools.fixtures.helpers.transition_test_at_timestamp", + "lineno": 232, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.helpers.genesis_fields_from_fixture", + "callee": ".eth_utils.ValidationError", + "lineno": 301, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.helpers.genesis_params_from_fixture", + "callee": "eth.tools.fixtures.helpers.genesis_fields_from_fixture", + "lineno": 316, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.helpers.new_chain_from_fixture", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 341, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.helpers.new_chain_from_fixture", + "callee": "eth.tools.fixtures.helpers.chain_vm_configuration", + "lineno": 343, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.helpers.new_chain_from_fixture", + "callee": "eth.tools.fixtures.helpers.genesis_params_from_fixture", + "lineno": 355, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.helpers.get_test_name", + "callee": ".eth_utils.toolz.first", + "lineno": 395, + "resolution": "external_constructor_call" + } + ], + "eth.tools.fixtures.loading": [ + { + "caller": "eth.tools.fixtures.loading.find_fixture_files", + "callee": "eth.tools.fixtures._utils.recursive_find_files", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.loading.find_fixtures", + "callee": "eth.tools.fixtures.loading.find_fixture_files", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.loading.load_fixture", + "callee": "eth.tools.fixtures.loading.load_json_fixture", + "lineno": 80, + "resolution": "direct_name_call" + } + ], + "eth.tools.fixtures._utils": [], + "eth.tools.fixtures": [], + "eth.tools.fixtures.fillers.common": [ + { + "caller": "eth.tools.fixtures.fillers.common.", + "callee": ".eth_utils.to_canonical_address", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.", + "callee": ".eth_utils.decode_hex", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.", + "callee": ".eth_utils.decode_hex", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.", + "callee": ".eth_utils.to_canonical_address", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.", + "callee": ".eth_utils.to_canonical_address", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.", + "callee": ".eth_utils.to_canonical_address", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.", + "callee": ".eth_utils.to_canonical_address", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.", + "callee": ".collections.namedtuple", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.setup_main_filler", + "callee": "eth.tools.fixtures.fillers.common.setup_filler", + "lineno": 147, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.setup_main_filler", + "callee": ".eth_utils.toolz.merge", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.pre_state._pre_state", + "callee": "eth.tools.fixtures.helpers.get_test_name", + "lineno": 184, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.pre_state._pre_state", + "callee": "eth.tools._utils.mappings.deep_merge", + "lineno": 197, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.pre_state._pre_state", + "callee": ".eth_utils.toolz.assoc_in", + "lineno": 199, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.pre_state._pre_state", + "callee": ".functools.wraps", + "lineno": 182, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": "eth.tools.fixtures.helpers.get_test_name", + "lineno": 208, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": "eth.tools._utils.mappings.deep_merge", + "lineno": 223, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": ".eth_utils.toolz.merge", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": "eth.tools.fixtures.fillers.common.get_default_transaction", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": ".eth_utils.apply_formatters_to_dict", + "lineno": 231, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": "eth.tools.fixtures.fillers._utils.add_transaction_to_group", + "lineno": 249, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": ".eth_utils.toolz.assoc", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": ".eth_utils.toolz.assoc_in", + "lineno": 253, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": ".eth_utils.toolz.assoc", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": ".eth_utils.toolz.assoc_in", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common._expect", + "callee": "eth.tools._utils.mappings.deep_merge", + "lineno": 265, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.expect", + "callee": ".functools.partial", + "lineno": 315, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.execution", + "callee": ".eth_utils.toolz.assoc", + "lineno": 351, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.execution", + "callee": "eth.tools._utils.vyper.compile_vyper_lll", + "lineno": 354, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.execution", + "callee": ".eth_utils.toolz.assoc", + "lineno": 358, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.execution", + "callee": ".eth_utils.toolz.merge", + "lineno": 360, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.execution", + "callee": "eth.tools.fixtures.helpers.get_test_name", + "lineno": 362, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.common.execution", + "callee": "eth.tools._utils.mappings.deep_merge", + "lineno": 363, + "resolution": "imported_call" + } + ], + "eth.tools.fixtures.fillers.formatters": [ + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_sequence", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_sequence", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.formatters.", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 124, + "resolution": "external_constructor_call" + } + ], + "eth.tools.fixtures.fillers.main": [ + { + "caller": "eth.tools.fixtures.fillers.main.fill_test", + "callee": "eth.tools.fixtures.helpers.get_test_name", + "lineno": 40, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.main.fill_test", + "callee": "eth.tools.fixtures.fillers.state.fill_state_test", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.main.fill_test", + "callee": "eth.tools.fixtures.fillers.vm.fill_vm_test", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.main.fill_test", + "callee": ".eth_utils.toolz.merge", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.main.fill_test", + "callee": "eth.tools._utils.git.get_version_from_git", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.main.fill_test", + "callee": ".eth_utils.toolz.assoc_in", + "lineno": 56, + "resolution": "external_constructor_call" + } + ], + "eth.tools.fixtures.fillers.state": [ + { + "caller": "eth.tools.fixtures.fillers.state.fill_state_test", + "callee": "eth.tools.fixtures.helpers.get_test_name", + "lineno": 85, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.state.fill_state_test", + "callee": ".collections.defaultdict", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers.state.fill_state_test", + "callee": "eth.tools._utils.mappings.deep_merge", + "lineno": 97, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.state.fill_state_test", + "callee": "eth.tools.fixtures.fillers._utils.calc_state_root", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.state.fill_state_test", + "callee": ".eth_utils.encode_hex", + "lineno": 103, + "resolution": "external_constructor_call" + } + ], + "eth.tools.fixtures.fillers.vm": [ + { + "caller": "eth.tools.fixtures.fillers.vm.fill_vm_test", + "callee": "eth.tools.fixtures.helpers.get_test_name", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.vm.fill_vm_test", + "callee": "eth.tools._utils.mappings.deep_merge", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.vm.fill_vm_test", + "callee": "eth.tools._utils.normalization.normalize_int", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.vm.fill_vm_test", + "callee": "eth.tools._utils.normalization.normalize_bytes", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers.vm.fill_vm_test", + "callee": "eth.tools._utils.hashing.hash_log_entries", + "lineno": 59, + "resolution": "imported_call" + } + ], + "eth.tools.fixtures.fillers._utils": [ + { + "caller": "eth.tools.fixtures.fillers._utils.calc_state_root", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 72, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers._utils.calc_state_root", + "callee": "eth._utils.db.apply_state_dict", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "eth.tools.fixtures.fillers._utils.generate_random_keypair", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers._utils.generate_random_keypair", + "callee": ".eth_typing.Address", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools.fixtures.fillers._utils.generate_random_address", + "callee": "eth.tools.fixtures.fillers._utils.generate_random_keypair", + "lineno": 83, + "resolution": "direct_name_call" + } + ], + "eth.tools.fixtures.fillers": [], + "eth.tools._utils.deprecation": [ + { + "caller": "eth.tools._utils.deprecation.", + "callee": ".typing.TypeVar", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.deprecation.deprecate_method", + "callee": ".typing.cast", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "eth.tools._utils.git": [ + { + "caller": "eth.tools._utils.git.get_version_from_git", + "callee": ".eth_utils.to_text", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "eth.tools._utils.hashing": [ + { + "caller": "eth.tools._utils.hashing.hash_log_entries", + "callee": "eth.rlp.logs.Log.__init__", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "eth.tools._utils.hashing.hash_log_entries", + "callee": ".eth_hash.auto.keccak", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.hashing.hash_log_entries", + "callee": ".typing.cast", + "lineno": 30, + "resolution": "external_constructor_call" + } + ], + "eth.tools._utils.mappings": [ + { + "caller": "eth.tools._utils.mappings.merge_if_dicts", + "callee": ".eth_utils.toolz.merge_with", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.mappings.deep_merge", + "callee": ".eth_utils.toolz.merge_with", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.mappings.is_cleanly_mergable", + "callee": "eth.tools._utils.mappings.is_cleanly_mergable", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.mappings.is_cleanly_mergable", + "callee": "eth.tools._utils.mappings.is_cleanly_mergable", + "lineno": 58, + "resolution": "direct_name_call" + } + ], + "eth.tools._utils.normalization": [ + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".eth_utils.curried.is_integer", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".typing.cast", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".eth_utils.curried.is_bytes", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".eth_utils.curried.big_endian_to_int", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".typing.cast", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".eth_utils.curried.is_hex", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".eth_utils.curried.is_0x_prefixed", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".typing.cast", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_int", + "callee": ".eth_utils.curried.is_string", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_bytes", + "callee": ".eth_utils.curried.is_bytes", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_bytes", + "callee": ".typing.cast", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_bytes", + "callee": ".eth_utils.curried.is_text", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_bytes", + "callee": ".eth_utils.curried.is_hex", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_bytes", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_bytes", + "callee": ".typing.cast", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_bytes", + "callee": ".eth_utils.curried.is_text", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.to_int", + "callee": ".eth_utils.curried.is_0x_prefixed", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_to_address", + "callee": ".eth_utils.curried.to_canonical_address", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.curried.hexstr_if_str", + "lineno": 127, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.dict_normalizer.normalizer", + "callee": ".eth_utils.curried.apply_formatters_to_dict", + "lineno": 158, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.state_definition_to_dict", + "callee": ".eth_utils.toolz.assoc_in", + "lineno": 209, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.state_definition_to_dict", + "callee": "eth.tools._utils.mappings.is_cleanly_mergable", + "lineno": 214, + "resolution": "imported_call" + }, + { + "caller": "eth.tools._utils.normalization.state_definition_to_dict", + "callee": ".eth_utils.curried.ValidationError", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.state_definition_to_dict", + "callee": "eth.tools._utils.mappings.deep_merge", + "lineno": 216, + "resolution": "imported_call" + }, + { + "caller": "eth.tools._utils.normalization.state_definition_to_dict", + "callee": ".eth_utils.toolz.concat", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.state_definition_to_dict", + "callee": ".eth_utils.curried.ValidationError", + "lineno": 223, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.toolz.compose", + "lineno": 231, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.toolz.compose", + "lineno": 237, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_normalizer", + "lineno": 240, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.curried.apply_formatter_if", + "lineno": 250, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_normalizer", + "lineno": 257, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".typing.cast", + "lineno": 270, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_options_normalizer", + "lineno": 272, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_normalizer", + "lineno": 280, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 282, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 283, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 288, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".typing.cast", + "lineno": 293, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_options_normalizer", + "lineno": 295, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_normalizer", + "lineno": 303, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_normalizer", + "lineno": 319, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 328, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_normalizer", + "lineno": 330, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 333, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": ".eth_utils.curried.apply_formatter_to_array", + "lineno": 338, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_normalizer", + "lineno": 341, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.", + "callee": "eth.tools._utils.normalization.dict_options_normalizer", + "lineno": 354, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_unsigned_transaction", + "callee": ".eth_utils.toolz.merge", + "lineno": 368, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_account_state", + "callee": ".eth_utils.curried.to_canonical_address", + "lineno": 396, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_account_state", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 397, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_account_state", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 398, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_account_state", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 399, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_account_state", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 401, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_account_state", + "callee": ".eth_utils.curried.big_endian_to_int", + "lineno": 401, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_account_state", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 401, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_post_state", + "callee": "eth.tools._utils.normalization.normalize_account_state", + "lineno": 415, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_post_state_hash", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 422, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_post_state_hash", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 424, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_statetest_fixture", + "callee": "eth.tools._utils.normalization.normalize_account_state", + "lineno": 435, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_statetest_fixture", + "callee": "eth.tools._utils.normalization.normalize_post_state_hash", + "lineno": 436, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_statetest_fixture", + "callee": "eth.tools._utils.normalization.normalize_unsigned_transaction", + "lineno": 437, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_exec", + "callee": ".eth_utils.curried.to_canonical_address", + "lineno": 448, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_exec", + "callee": ".eth_utils.curried.to_canonical_address", + "lineno": 449, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_exec", + "callee": ".eth_utils.curried.to_canonical_address", + "lineno": 450, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_exec", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 451, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_exec", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 452, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_exec", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 453, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_exec", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 454, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_callcreates", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 463, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_callcreates", + "callee": ".eth_utils.curried.to_canonical_address", + "lineno": 465, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_callcreates", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 469, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_callcreates", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 470, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "callee": "eth.tools._utils.normalization.normalize_exec", + "lineno": 479, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "callee": "eth.tools._utils.normalization.normalize_account_state", + "lineno": 480, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "callee": "eth.tools._utils.normalization.normalize_account_state", + "lineno": 483, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "callee": "eth.tools._utils.normalization.normalize_callcreates", + "lineno": 486, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 489, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 492, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_vmtest_fixture", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 495, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 501, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 502, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 503, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 504, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 505, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 506, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 507, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 510, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 514, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 515, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 520, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 521, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 522, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 526, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 532, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": ".eth_utils.curried.ValidationError", + "lineno": 536, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 539, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_signed_transaction", + "callee": ".eth_utils.toolz.merge", + "lineno": 542, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_transactiontest_fixture", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 571, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.big_endian_to_int", + "lineno": 580, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 580, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.to_canonical_address", + "lineno": 581, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 582, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 583, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 584, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 585, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 586, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 587, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 588, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 589, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 590, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 591, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 592, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 593, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 594, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 595, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 598, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 600, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 602, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 604, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": "eth.tools._utils.normalization.to_int", + "lineno": 606, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 608, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 612, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block_header", + "callee": ".eth_utils.toolz.merge", + "lineno": 614, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 621, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block", + "callee": "eth.tools._utils.normalization.normalize_block_header", + "lineno": 626, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_block", + "callee": "eth.tools._utils.normalization.normalize_signed_transaction", + "lineno": 629, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "callee": "eth.tools._utils.normalization.normalize_block", + "lineno": 640, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "callee": "eth.tools._utils.normalization.normalize_block_header", + "lineno": 642, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 643, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "callee": "eth.tools._utils.normalization.normalize_account_state", + "lineno": 644, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "callee": "eth.tools._utils.normalization.normalize_post_state", + "lineno": 645, + "resolution": "direct_name_call" + }, + { + "caller": "eth.tools._utils.normalization.normalize_blockchain_fixtures", + "callee": ".eth_utils.curried.decode_hex", + "lineno": 653, + "resolution": "external_constructor_call" + } + ], + "eth.tools._utils.slow_code_stream": [ + { + "caller": "eth.tools._utils.slow_code_stream.SlowCodeStream.__init__", + "callee": "eth.validation.validate_is_bytes", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "eth.tools._utils.slow_code_stream.SlowCodeStream.__iter__", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream.read", + "lineno": 57, + "resolution": "same_class_name_call" + }, + { + "caller": "eth.tools._utils.slow_code_stream.SlowCodeStream.is_valid_opcode", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream._potentially_disqualifying_opcode_positions", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "eth.tools._utils.slow_code_stream.SlowCodeStream.is_valid_opcode", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream.is_valid_opcode", + "lineno": 123, + "resolution": "self_method_call" + } + ], + "eth.tools._utils.vyper": [ + { + "caller": "eth.tools._utils.vyper.compile_vyper_lll", + "callee": ".vyper.compile_lll.compile_to_assembly", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.tools._utils.vyper.compile_vyper_lll", + "callee": ".vyper.compile_lll.assembly_to_evm", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "eth.tools._utils": [], + "eth.vm.base": [ + { + "caller": "eth.vm.base.VM.get_block", + "callee": "eth.vm.base.VM.get_block_class", + "lineno": 132, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.state", + "callee": "eth.vm.base.VM.build_state", + "lineno": 141, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.state", + "callee": "eth.vm.base.VM.get_header", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_transaction", + "callee": "eth.abc.VirtualMachineAPI.validate_transaction_against_header", + "lineno": 179, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_transaction", + "callee": "eth.abc.VirtualMachineAPI.make_receipt", + "lineno": 185, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_transaction", + "callee": "eth.vm.base.VM.validate_receipt", + "lineno": 186, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.create_execution_context", + "callee": "eth.vm.execution_context.ExecutionContext.__init__", + "lineno": 202, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.execute_bytecode", + "callee": "eth.vm.message.Message.__init__", + "lineno": 231, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": "eth.vm.base.VM.get_header", + "lineno": 257, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": ".eth_utils.ValidationError", + "lineno": 259, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": "eth.vm.base.VM.get_header", + "lineno": 260, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": "eth.vm.base.VM.apply_transaction", + "lineno": 272, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": "eth.abc.VirtualMachineAPI.add_receipt_to_header", + "lineno": 280, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": "eth.abc.VirtualMachineAPI.increment_blob_gas_used", + "lineno": 284, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": ".list.append", + "lineno": 287, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": ".list.append", + "lineno": 288, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_transactions", + "callee": "eth.abc.VirtualMachineAPI.transaction_applied_hook", + "lineno": 290, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM.apply_all_withdrawals", + "callee": "eth.vm.base.VM.apply_withdrawal", + "lineno": 318, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.get_block", + "lineno": 337, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": ".eth_utils.ValidationError", + "lineno": 338, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.get_block", + "lineno": 339, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": ".eth_hash.auto.keccak", + "lineno": 351, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.abc.VirtualMachineAPI.configure_header", + "lineno": 362, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.get_block", + "lineno": 370, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.create_execution_context", + "lineno": 372, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.get_header", + "lineno": 378, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.get_state_class", + "lineno": 381, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.block_preprocessing", + "lineno": 386, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.apply_all_transactions", + "lineno": 389, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.apply_all_withdrawals", + "lineno": 396, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.set_block_transactions_and_withdrawals", + "lineno": 398, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.get_block", + "lineno": 399, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.block_postprocessing", + "lineno": 406, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.import_block", + "callee": "eth.vm.base.VM.mine_block", + "lineno": 407, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.mine_block", + "callee": "eth.vm.base.VM.pack_block", + "lineno": 425, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.mine_block", + "callee": "eth.vm.base.VM.finalize_block", + "lineno": 426, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.mine_block", + "callee": "eth.vm.base.VM.validate_block", + "lineno": 429, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.set_block_transactions_and_withdrawals", + "callee": "eth.db.trie.make_trie_root_and_nodes", + "lineno": 441, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.set_block_transactions_and_withdrawals", + "callee": "eth.db.trie.make_trie_root_and_nodes", + "lineno": 444, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.set_block_transactions_and_withdrawals", + "callee": "eth.db.trie.make_trie_root_and_nodes", + "lineno": 454, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM._assign_block_rewards", + "callee": "eth.abc.VirtualMachineAPI.get_block_reward", + "lineno": 470, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM._assign_block_rewards", + "callee": "eth.abc.VirtualMachineAPI.get_nephew_reward", + "lineno": 471, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM._assign_block_rewards", + "callee": ".eth_utils.encode_hex", + "lineno": 481, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM._assign_block_rewards", + "callee": "eth.abc.VirtualMachineAPI.get_uncle_reward", + "lineno": 485, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.base.VM._assign_block_rewards", + "callee": ".eth_utils.encode_hex", + "lineno": 487, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.finalize_block", + "callee": "eth.vm.base.VM._assign_block_rewards", + "lineno": 495, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.pack_block", + "callee": ".eth_hash.auto.keccak", + "lineno": 522, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.pack_block", + "callee": "eth.vm.base.VM.get_header", + "lineno": 527, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.get_prev_hashes", + "callee": "eth._utils.db.get_block_header_by_hash", + "lineno": 577, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.get_prev_hashes", + "callee": "eth._utils.db.get_parent_header", + "lineno": 582, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.previous_hashes", + "callee": "eth.vm.base.VM.get_prev_hashes", + "lineno": 588, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.previous_hashes", + "callee": "eth.vm.base.VM.get_header", + "lineno": 588, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.create_transaction", + "callee": "eth.vm.base.VM.get_transaction_builder", + "lineno": 594, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.validate_receipt", + "callee": ".eth_utils.ValidationError", + "lineno": 630, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_receipt", + "callee": ".eth_utils.ValidationError", + "lineno": 641, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": "eth.vm.base.VM.get_block_class", + "lineno": 648, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": ".eth_utils.ValidationError", + "lineno": 649, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": "eth.validation.validate_length_lte", + "lineno": 654, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": "eth._utils.db.get_parent_header", + "lineno": 660, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": "eth.vm.base.VM.validate_header", + "lineno": 661, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": "eth.db.trie.make_trie_root_and_nodes", + "lineno": 663, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": ".eth_utils.ValidationError", + "lineno": 665, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": ".eth_utils.ValidationError", + "lineno": 671, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": ".eth_utils.ValidationError", + "lineno": 679, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": ".eth_hash.auto.keccak", + "lineno": 684, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_block", + "callee": ".eth_utils.ValidationError", + "lineno": 686, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_header", + "callee": ".eth_utils.ValidationError", + "lineno": 700, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_header", + "callee": "eth.validation.validate_length_lte", + "lineno": 704, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.validate_header", + "callee": ".eth_utils.ValidationError", + "lineno": 713, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_header", + "callee": ".eth_utils.ValidationError", + "lineno": 721, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_gas", + "callee": "eth.validation.validate_gas_limit", + "lineno": 732, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.validate_uncle", + "callee": ".eth_utils.ValidationError", + "lineno": 754, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_uncle", + "callee": ".eth_utils.ValidationError", + "lineno": 759, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_uncle", + "callee": ".eth_utils.ValidationError", + "lineno": 764, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_uncle", + "callee": ".eth_utils.ValidationError", + "lineno": 769, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.base.VM.validate_uncle", + "callee": "eth.validation.validate_gas_limit", + "lineno": 781, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.base.VM.in_costless_state", + "callee": "eth.vm.base.VM.get_header", + "lineno": 795, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.in_costless_state", + "callee": "eth.vm.base.VM.generate_block_from_parent_header_and_coinbase", + "lineno": 797, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.base.VM.in_costless_state", + "callee": "eth.vm.base.VM.build_state", + "lineno": 807, + "resolution": "self_method_call" + } + ], + "eth.vm.chain_context": [ + { + "caller": "eth.vm.chain_context.ChainContext.__init__", + "callee": "eth.validation.validate_uint256", + "lineno": 21, + "resolution": "imported_call" + } + ], + "eth.vm.code_stream": [ + { + "caller": "eth.vm.code_stream.CodeStream.__init__", + "callee": "eth.validation.validate_is_bytes", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream._potentially_disqualifying_opcode_positions", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 117, + "resolution": "self_method_call" + } + ], + "eth.vm.computation": [ + { + "caller": "eth.vm.computation.memory_gas_cost", + "callee": "eth._utils.numeric.ceil32", + "lineno": 90, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.", + "callee": ".eth_utils.get_extended_debug_logger", + "lineno": 113, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__init__", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 144, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__init__", + "callee": "eth.vm.computation.BaseComputation._configure_gas_meter", + "lineno": 146, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__init__", + "callee": "eth.vm.stack.Stack.__init__", + "lineno": 151, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__init__", + "callee": "eth.vm.memory.Memory.__init__", + "lineno": 152, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation._configure_gas_meter", + "callee": "eth.vm.gas_meter.GasMeter.__init__", + "lineno": 157, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.prepare_child_message", + "callee": "eth.vm.message.Message.__init__", + "lineno": 197, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.apply_child_computation", + "callee": "eth.vm.computation.BaseComputation.generate_child_computation", + "lineno": 212, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.apply_child_computation", + "callee": "eth.vm.computation.BaseComputation.add_child_computation", + "lineno": 213, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.generate_child_computation", + "callee": "eth.vm.computation.BaseComputation.apply_create_message", + "lineno": 221, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.generate_child_computation", + "callee": "eth.vm.computation.BaseComputation.apply_message", + "lineno": 228, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.register_account_for_deletion", + "callee": "eth.validation.validate_canonical_address", + "lineno": 271, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.add_log_entry", + "callee": "eth.validation.validate_canonical_address", + "lineno": 326, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.add_log_entry", + "callee": "eth.validation.validate_uint256", + "lineno": 328, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.add_log_entry", + "callee": "eth.validation.validate_is_bytes", + "lineno": 329, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.get_log_entries", + "callee": "eth.vm.computation.BaseComputation.get_raw_log_entries", + "lineno": 350, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.apply_computation", + "callee": "eth.vm.logic.invalid.InvalidOpcode.__init__", + "lineno": 396, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.apply_computation", + "callee": ".typing.cast", + "lineno": 400, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.extend_memory", + "callee": "eth.validation.validate_uint256", + "lineno": 459, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.extend_memory", + "callee": "eth.validation.validate_uint256", + "lineno": 460, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.extend_memory", + "callee": "eth._utils.numeric.ceil32", + "lineno": 462, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.extend_memory", + "callee": "eth._utils.numeric.ceil32", + "lineno": 463, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.extend_memory", + "callee": "eth.vm.computation.memory_gas_cost", + "lineno": 465, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.extend_memory", + "callee": "eth.vm.computation.memory_gas_cost", + "lineno": 466, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.output", + "callee": "eth.validation.validate_is_bytes", + "lineno": 587, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.get_opcode_fn", + "callee": "eth.vm.logic.invalid.InvalidOpcode.__init__", + "lineno": 609, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__enter__", + "callee": ".eth_utils.encode_hex", + "lineno": 617, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__enter__", + "callee": ".eth_utils.encode_hex", + "lineno": 618, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__exit__", + "callee": ".eth_utils.encode_hex", + "lineno": 639, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__exit__", + "callee": ".eth_utils.encode_hex", + "lineno": 640, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__exit__", + "callee": "eth.vm.computation.BaseComputation.consume_gas", + "lineno": 650, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__exit__", + "callee": ".eth_utils.encode_hex", + "lineno": 671, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__exit__", + "callee": ".eth_utils.encode_hex", + "lineno": 672, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.computation.BaseComputation.__exit__", + "callee": "eth.vm.computation.BaseComputation.get_gas_used", + "lineno": 676, + "resolution": "self_method_call" + } + ], + "eth.vm.execution_context": [ + { + "caller": "eth.vm.execution_context.ExecutionContext.__init__", + "callee": "eth._utils.generator.CachedIterable.__init__", + "lineno": 51, + "resolution": "imported_call" + } + ], + "eth.vm.gas_meter": [ + { + "caller": "eth.vm.gas_meter.default_refund_strategy", + "callee": ".eth_utils.ValidationError", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.gas_meter.", + "callee": ".eth_utils.get_extended_debug_logger", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.gas_meter.GasMeter.__init__", + "callee": "eth.validation.validate_uint256", + "lineno": 46, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.gas_meter.GasMeter.consume_gas", + "callee": ".eth_utils.ValidationError", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.gas_meter.GasMeter.return_gas", + "callee": ".eth_utils.ValidationError", + "lineno": 78, + "resolution": "external_constructor_call" + } + ], + "eth.vm.header": [], + "eth.vm.interrupt": [ + { + "caller": "eth.vm.interrupt.MissingAccountTrieNode.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.interrupt.MissingAccountTrieNode.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.interrupt.MissingAccountTrieNode.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.interrupt.MissingStorageTrieNode.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.interrupt.MissingStorageTrieNode.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.interrupt.MissingStorageTrieNode.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.interrupt.MissingStorageTrieNode.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.interrupt.MissingBytecode.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 128, + "resolution": "external_constructor_call" + } + ], + "eth.vm.memory": [ + { + "caller": "eth.vm.memory.Memory.extend", + "callee": "eth._utils.numeric.ceil32", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.write", + "callee": "eth.validation.validate_uint256", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.write", + "callee": "eth.validation.validate_uint256", + "lineno": 50, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.write", + "callee": "eth.validation.validate_is_bytes", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.write", + "callee": "eth.validation.validate_length", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.write", + "callee": "eth.validation.validate_lte", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.copy", + "callee": "eth.validation.validate_uint256", + "lineno": 67, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.copy", + "callee": "eth.validation.validate_uint256", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.copy", + "callee": "eth.validation.validate_uint256", + "lineno": 69, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.memory.Memory.copy", + "callee": "eth.validation.validate_lte", + "lineno": 70, + "resolution": "imported_call" + } + ], + "eth.vm.message": [ + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_uint256", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_canonical_address", + "lineno": 67, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_canonical_address", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_uint256", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_is_bytes_or_view", + "lineno": 76, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_is_integer", + "lineno": 79, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_gte", + "lineno": 80, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_is_bytes", + "lineno": 83, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_canonical_address", + "lineno": 87, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_canonical_address", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_is_boolean", + "lineno": 94, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_is_boolean", + "lineno": 99, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.message.Message.__init__", + "callee": "eth.validation.validate_is_boolean", + "lineno": 102, + "resolution": "imported_call" + } + ], + "eth.vm.mnemonics": [], + "eth.vm.opcode": [ + { + "caller": "eth.vm.opcode.", + "callee": ".typing.TypeVar", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.opcode.Opcode.logger", + "callee": ".eth_utils.get_extended_debug_logger", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.opcode.Opcode.as_opcode", + "callee": "eth.vm.opcode._FastOpcode.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + } + ], + "eth.vm.opcode_values": [], + "eth.vm.spoof": [], + "eth.vm.stack": [ + { + "caller": "eth.vm.stack._busted_type", + "callee": ".eth_utils.ValidationError", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.stack.Stack.push_int", + "callee": "eth.validation.validate_stack_int", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.stack.Stack.push_bytes", + "callee": "eth.validation.validate_stack_bytes", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.stack.Stack.pop1_bytes", + "callee": "eth.vm.stack.to_bytes", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.stack.Stack.pop1_bytes", + "callee": "eth.vm.stack.Stack.pop1_any", + "lineno": 83, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.stack.Stack.pop1_int", + "callee": "eth.vm.stack.to_int", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.stack.Stack.pop1_int", + "callee": "eth.vm.stack.Stack.pop1_any", + "lineno": 89, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.stack.Stack.pop_ints", + "callee": "eth.vm.stack.to_int", + "lineno": 116, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.stack.Stack.pop_ints", + "callee": "eth.vm.stack.Stack.pop_any", + "lineno": 116, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.stack.Stack.pop_bytes", + "callee": "eth.vm.stack.to_bytes", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.stack.Stack.pop_bytes", + "callee": "eth.vm.stack.Stack.pop_any", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.stack.Stack.__str__", + "callee": "eth.vm.stack.Stack._stack_items_str", + "lineno": 149, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.stack.to_int", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.stack.to_int", + "callee": "eth.vm.stack._busted_type", + "lineno": 157, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.stack.to_bytes", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 164, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.stack.to_bytes", + "callee": "eth.vm.stack._busted_type", + "lineno": 165, + "resolution": "direct_name_call" + } + ], + "eth.vm.state": [ + { + "caller": "eth.vm.state.BaseState.__init__", + "callee": "eth.vm.state.BaseState.get_account_db_class", + "lineno": 65, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.state.BaseState.__init__", + "callee": "eth.vm.state.BaseState.set_system_contracts", + "lineno": 66, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.state.BaseState.logger", + "callee": ".eth_utils.get_extended_debug_logger", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.state.BaseState.delta_balance", + "callee": "eth.vm.state.BaseState.set_balance", + "lineno": 158, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.state.BaseState.delta_balance", + "callee": "eth.vm.state.BaseState.get_balance", + "lineno": 158, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.state.BaseState.get_ancestor_hash", + "callee": ".eth_typing.Hash32", + "lineno": 257, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.state.BaseState.get_ancestor_hash", + "callee": ".eth_utils.toolz.nth", + "lineno": 260, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.state.BaseState.get_ancestor_hash", + "callee": ".eth_typing.Hash32", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.state.BaseState.costless_execute_transaction", + "callee": "eth.vm.state.BaseState.override_transaction_context", + "lineno": 295, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.state.BaseState.costless_execute_transaction", + "callee": "eth.abc.StateAPI.apply_transaction", + "lineno": 297, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.state.BaseState.get_transaction_context", + "callee": "eth.vm.state.BaseState.get_transaction_context_class", + "lineno": 319, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.state.BaseTransactionExecutor.__call__", + "callee": "eth.abc.TransactionExecutorAPI.validate_transaction", + "lineno": 346, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.state.BaseTransactionExecutor.__call__", + "callee": "eth.abc.TransactionExecutorAPI.build_evm_message", + "lineno": 347, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.state.BaseTransactionExecutor.__call__", + "callee": "eth.abc.TransactionExecutorAPI.build_computation", + "lineno": 348, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.state.BaseTransactionExecutor.__call__", + "callee": "eth.abc.TransactionExecutorAPI.finalize_computation", + "lineno": 349, + "resolution": "inherited_method_call" + } + ], + "eth.vm.transaction_context": [ + { + "caller": "eth.vm.transaction_context.BaseTransactionContext.__init__", + "callee": "eth.validation.validate_uint256", + "lineno": 32, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.transaction_context.BaseTransactionContext.__init__", + "callee": "eth.validation.validate_canonical_address", + "lineno": 34, + "resolution": "imported_call" + } + ], + "eth.vm.transient_storage": [ + { + "caller": "eth.vm.transient_storage.TransientStorage.__init__", + "callee": "eth.db.journal.JournalDB.__init__", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage.__init__", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage._get_key", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage.get_transient_storage", + "callee": "eth.validation.validate_canonical_address", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage.get_transient_storage", + "callee": "eth.validation.validate_uint256", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage.get_transient_storage", + "callee": "eth.vm.transient_storage.TransientStorage._get_key", + "lineno": 39, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage.set_transient_storage", + "callee": "eth.validation.validate_canonical_address", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage.set_transient_storage", + "callee": "eth.validation.validate_uint256", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage.set_transient_storage", + "callee": "eth.validation.validate_is_bytes", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.transient_storage.TransientStorage.set_transient_storage", + "callee": "eth.vm.transient_storage.TransientStorage._get_key", + "lineno": 47, + "resolution": "self_method_call" + } + ], + "eth.vm": [], + "eth.vm.forks": [], + "eth.vm.forks.arrow_glacier.blocks": [ + { + "caller": "eth.vm.forks.arrow_glacier.blocks.ArrowGlacierBlockHeader.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.arrow_glacier.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.arrow_glacier.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 46, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.arrow_glacier.computation": [], + "eth.vm.forks.arrow_glacier.headers": [ + { + "caller": "eth.vm.forks.arrow_glacier.headers.", + "callee": "eth.vm.forks.byzantium.headers.compute_difficulty", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.arrow_glacier.headers.", + "callee": "eth.vm.forks.byzantium.headers.configure_header", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.arrow_glacier.headers.create_arrow_glacier_header_from_parent", + "callee": "eth.vm.forks.london.headers.create_london_header_from_parent", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.arrow_glacier.headers.create_arrow_glacier_header_from_parent", + "callee": "eth.vm.forks.arrow_glacier.blocks.ArrowGlacierBlockHeader.", + "lineno": 45, + "resolution": "imported_call" + } + ], + "eth.vm.forks.arrow_glacier.state": [], + "eth.vm.forks.arrow_glacier.transactions": [ + { + "caller": "eth.vm.forks.arrow_glacier.transactions.ArrowGlacierUnsignedLegacyTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 27, + "resolution": "imported_call" + } + ], + "eth.vm.forks.arrow_glacier": [ + { + "caller": "eth.vm.forks.arrow_glacier.", + "callee": "eth.vm.forks.arrow_glacier.headers.create_arrow_glacier_header_from_parent", + "lineno": 28, + "resolution": "imported_call" + } + ], + "eth.vm.forks.berlin.blocks": [ + { + "caller": "eth.vm.forks.berlin.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 34, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.berlin.computation": [ + { + "caller": "eth.vm.forks.berlin.computation._calculate_iteration_count", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.computation._calculate_iteration_count", + "callee": "eth._utils.numeric.get_highest_bit_index", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.computation._compute_modexp_gas_fee_eip_2565", + "callee": "eth.precompiles.modexp.extract_lengths", + "lineno": 58, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.computation._compute_modexp_gas_fee_eip_2565", + "callee": "eth._utils.padding.zpad_right", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.computation._compute_modexp_gas_fee_eip_2565", + "callee": "eth.vm.forks.berlin.computation._calculate_iteration_count", + "lineno": 67, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.computation._compute_modexp_gas_fee_eip_2565", + "callee": "eth.vm.forks.berlin.computation._calculate_multiplication_complexity", + "lineno": 72, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.computation.", + "callee": ".eth_utils.toolz.merge", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.computation.", + "callee": "eth.precompiles.modexp.modexp", + "lineno": 86, + "resolution": "imported_call" + } + ], + "eth.vm.forks.berlin.constants": [], + "eth.vm.forks.berlin.headers": [], + "eth.vm.forks.berlin.logic": [ + { + "caller": "eth.vm.forks.berlin.logic._consume_gas_for_account_load", + "callee": "eth.vm.forks.berlin.logic._mark_address_warm", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic._consume_gas_for_account_load", + "callee": "eth.vm.forks.berlin.logic._account_load_cost", + "lineno": 84, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.balance_eip2929", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 102, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.balance_eip2929", + "callee": "eth.vm.forks.berlin.logic._consume_gas_for_account_load", + "lineno": 103, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.balance_eip2929", + "callee": "eth.vm.logic.context.push_balance_of_address", + "lineno": 104, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.extcodesize_eip2929", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 108, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.extcodesize_eip2929", + "callee": "eth.vm.forks.berlin.logic._consume_gas_for_account_load", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.extcodecopy_eip2929", + "callee": "eth.vm.logic.context.extcodecopy_execute", + "lineno": 116, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.extcodecopy_eip2929", + "callee": "eth.vm.logic.context.consume_extcodecopy_word_cost", + "lineno": 117, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.extcodecopy_eip2929", + "callee": "eth.vm.forks.berlin.logic._consume_gas_for_account_load", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.extcodehash_eip2929", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 126, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.extcodehash_eip2929", + "callee": "eth.vm.forks.berlin.logic._consume_gas_for_account_load", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.sload_eip2929", + "callee": "eth.vm.forks.berlin.logic._mark_storage_warm", + "lineno": 140, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.sstore_eip2929_generic", + "callee": "eth.vm.forks.istanbul.storage.sstore_eip2200_generic", + "lineno": 164, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.sstore_eip2929_generic", + "callee": "eth.vm.forks.berlin.logic._mark_storage_warm", + "lineno": 166, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.", + "callee": "eth.vm.forks.berlin.logic.sstore_eip2929_generic", + "lineno": 175, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.BaseCallEIP2929.get_code_at_address", + "callee": "eth.vm.forks.berlin.logic.BaseCallEIP2929.consume_account_load_gas", + "lineno": 186, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.BaseCallEIP2929.consume_account_load_gas", + "callee": "eth.vm.forks.berlin.logic._mark_address_warm", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.BaseCallEIP2929.consume_account_load_gas", + "callee": "eth.vm.forks.berlin.logic._account_load_cost", + "lineno": 195, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.selfdestruct_eip2929", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 226, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.selfdestruct_eip2929", + "callee": "eth.vm.forks.berlin.logic._mark_address_warm", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.logic.selfdestruct_eip2929", + "callee": "eth.vm.logic.system.selfdestruct_eip161_on_address", + "lineno": 235, + "resolution": "imported_call" + } + ], + "eth.vm.forks.berlin.opcodes": [ + { + "caller": "eth.vm.forks.berlin.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 64, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 107, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.berlin.receipts": [ + { + "caller": "eth.vm.forks.berlin.receipts.", + "callee": ".rlp.sedes.Binary", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.receipts.TypedReceipt.__init__", + "callee": "eth.vm.forks.berlin.receipts.TypedReceipt.get_payload_codec", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.berlin.receipts.TypedReceipt.__init__", + "callee": ".eth_utils.ValidationError", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.receipts.TypedReceipt.decode", + "callee": ".eth_utils.to_int", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.receipts.TypedReceipt.get_payload_codec", + "callee": "eth.exceptions.UnrecognizedTransactionType.", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.receipts.TypedReceipt.get_payload_codec", + "callee": ".eth_utils.ValidationError", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.receipts.TypedReceipt._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.receipts.BerlinReceiptBuilder.decode", + "callee": ".eth_utils.ValidationError", + "lineno": 143, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.receipts.BerlinReceiptBuilder.decode", + "callee": ".eth_utils.to_int", + "lineno": 145, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.berlin.state": [], + "eth.vm.forks.berlin.transactions": [ + { + "caller": "eth.vm.forks.berlin.transactions.BerlinUnsignedLegacyTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.", + "callee": ".rlp.sedes.BigEndianInt", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.as_signed_transaction", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.get_message_for_signing", + "lineno": 154, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.as_signed_transaction", + "callee": "eth.vm.forks.berlin.transactions.AccessListTransaction.", + "lineno": 158, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.as_signed_transaction", + "callee": "eth.vm.forks.berlin.transactions.TypedTransaction.__init__", + "lineno": 171, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 174, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "callee": "eth.validation.validate_nonce", + "lineno": 175, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 176, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 177, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "callee": "eth.validation.validate_canonical_address", + "lineno": 179, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 180, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "callee": "eth.validation.validate_is_bytes", + "lineno": 181, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.validate", + "callee": "eth.validation.validate_is_transaction_access_list", + "lineno": 182, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.get_intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "lineno": 188, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.get_intrinsic_gas", + "lineno": 192, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.AccessListTransaction.get_sender", + "callee": "eth._utils.transactions.extract_transaction_sender", + "lineno": 223, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.AccessListTransaction.get_message_for_signing", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.", + "lineno": 226, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.AccessListTransaction.check_signature_validity", + "callee": "eth._utils.transactions.validate_transaction_signature", + "lineno": 240, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.AccessListTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 244, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.AccessListTransaction.get_intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "lineno": 251, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.AccessListTransaction.make_receipt", + "callee": "eth.rlp.logs.Log.__init__", + "lineno": 262, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.AccessListTransaction.make_receipt", + "callee": "eth.rlp.receipts.Receipt.__init__", + "lineno": 264, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.", + "callee": ".rlp.sedes.Binary", + "lineno": 305, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.TypedTransaction.get_payload_codec", + "callee": "eth.exceptions.UnrecognizedTransactionType.", + "lineno": 322, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.TypedTransaction.get_payload_codec", + "callee": ".eth_utils.ValidationError", + "lineno": 324, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.TypedTransaction.decode", + "callee": ".eth_utils.to_int", + "lineno": 333, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.TypedTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 355, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.TypedTransaction.hash", + "callee": ".typing.cast", + "lineno": 435, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.TypedTransaction.hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 435, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.TypedTransaction.hash", + "callee": "eth.vm.forks.berlin.transactions.TypedTransaction.encode", + "lineno": 435, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.TypedTransaction.__hash__", + "callee": "eth.vm.forks.berlin.transactions.TypedTransaction.hash", + "lineno": 461, + "resolution": "same_class_name_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.decode", + "callee": ".eth_utils.ValidationError", + "lineno": 479, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.decode", + "callee": ".eth_utils.to_int", + "lineno": 483, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.new_unsigned_access_list_transaction", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.", + "lineno": 543, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.new_access_list_transaction", + "callee": "eth.vm.forks.berlin.transactions.AccessListTransaction.", + "lineno": 570, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "callee": "eth._utils.transactions.calculate_intrinsic_gas", + "lineno": 589, + "resolution": "imported_call" + } + ], + "eth.vm.forks.berlin": [], + "eth.vm.forks.byzantium.blocks": [ + { + "caller": "eth.vm.forks.byzantium.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.byzantium.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.byzantium.computation": [ + { + "caller": "eth.vm.forks.byzantium.computation.", + "callee": ".eth_utils.toolz.merge", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.byzantium.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 28, + "resolution": "imported_call" + } + ], + "eth.vm.forks.byzantium.constants": [], + "eth.vm.forks.byzantium.headers": [ + { + "caller": "eth.vm.forks.byzantium.headers.compute_difficulty", + "callee": "eth.validation.validate_gt", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.headers.create_header_from_parent", + "callee": "eth._utils.headers.new_timestamp_from_parent", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.headers.create_header_from_parent", + "callee": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.headers.configure_header", + "callee": "eth.validation.validate_header_params_for_configuration", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.headers.configure_header", + "callee": "eth._utils.db.get_parent_header", + "lineno": 109, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.headers.", + "callee": "eth.vm.forks.byzantium.headers.compute_difficulty", + "lineno": 119, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.headers.", + "callee": "eth.vm.forks.byzantium.headers.create_header_from_parent", + "lineno": 120, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.headers.", + "callee": "eth.vm.forks.byzantium.headers.configure_header", + "lineno": 123, + "resolution": "direct_name_call" + } + ], + "eth.vm.forks.byzantium.opcodes": [ + { + "caller": "eth.vm.forks.byzantium.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 104, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 109, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 145, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.byzantium.state": [], + "eth.vm.forks.byzantium.transactions": [ + { + "caller": "eth.vm.forks.byzantium.transactions.ByzantiumTransaction.create_unsigned_transaction", + "callee": "eth.vm.forks.byzantium.transactions.ByzantiumUnsignedTransaction.", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.byzantium.transactions.ByzantiumUnsignedTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.transactions.ByzantiumUnsignedTransaction.as_signed_transaction", + "callee": "eth.vm.forks.byzantium.transactions.ByzantiumTransaction.", + "lineno": 37, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.byzantium": [ + { + "caller": "eth.vm.forks.byzantium.get_uncle_reward", + "callee": "eth.validation.validate_lte", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.byzantium.", + "callee": "eth.vm.forks.byzantium.get_uncle_reward", + "lineno": 75, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.byzantium.ByzantiumVM.validate_receipt", + "callee": ".eth_utils.ValidationError", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.byzantium.ByzantiumVM.validate_receipt", + "callee": ".eth_utils.encode_hex", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.byzantium.ByzantiumVM.validate_receipt", + "callee": ".eth_utils.encode_hex", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.byzantium.ByzantiumVM.validate_receipt", + "callee": ".eth_utils.encode_hex", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.byzantium.ByzantiumVM.add_receipt_to_header", + "callee": ".eth_bloom.BloomFilter", + "lineno": 100, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.cancun.blocks": [ + { + "caller": "eth.vm.forks.cancun.blocks.", + "callee": ".rlp.sedes.Binary", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.blocks.CancunBlockHeader.__init__", + "callee": "eth._utils.headers.new_timestamp_from_parent", + "lineno": 122, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.blocks.CancunBlockHeader.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.blocks.CancunBlockHeader.hash", + "callee": ".eth_utils.keccak", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.blocks.CancunBlockHeader.hash", + "callee": ".typing.cast", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.blocks.CancunBlockHeader.hex_hash", + "callee": ".eth_utils.encode_hex", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 208, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.cancun.computation": [ + { + "caller": "eth.vm.forks.cancun.computation.", + "callee": ".toolz.merge", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 25, + "resolution": "imported_call" + } + ], + "eth.vm.forks.cancun.constants": [ + { + "caller": "eth.vm.forks.cancun.constants.", + "callee": ".eth_typing.Address", + "lineno": 6, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.cancun.headers": [ + { + "caller": "eth.vm.forks.cancun.headers.create_cancun_header_from_parent", + "callee": "eth.vm.forks.shanghai.headers.create_shanghai_header_from_parent", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.headers.create_cancun_header_from_parent", + "callee": ".toolz.merge", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.headers.create_cancun_header_from_parent", + "callee": "eth.vm.forks.cancun.headers.calc_excess_blob_gas_cancun", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.cancun.headers.create_cancun_header_from_parent", + "callee": "eth.vm.forks.cancun.blocks.CancunBlockHeader.__init__", + "lineno": 76, + "resolution": "imported_call" + } + ], + "eth.vm.forks.cancun.logic": [ + { + "caller": "eth.vm.forks.cancun.logic.selfdestruct_eip6780", + "callee": ".eth_utils.encode_hex", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.logic.selfdestruct_eip6780", + "callee": "eth.vm.forks.berlin.logic.selfdestruct_eip2929", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.logic.selfdestruct_eip6780", + "callee": ".eth_utils.encode_hex", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.logic.selfdestruct_eip6780", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.logic.selfdestruct_eip6780", + "callee": "eth.vm.forks.berlin.logic._mark_address_warm", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.logic.selfdestruct_eip6780", + "callee": ".eth_utils.encode_hex", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.logic.selfdestruct_eip6780", + "callee": ".eth_utils.encode_hex", + "lineno": 91, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.cancun.opcodes": [ + { + "caller": "eth.vm.forks.cancun.opcodes.", + "callee": "eth.tools._utils.deprecation.deprecate_method", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 89, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.cancun.receipts": [], + "eth.vm.forks.cancun.state": [ + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.calc_data_fee", + "callee": "eth.vm.forks.cancun.state.get_total_blob_gas", + "lineno": 88, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": "eth.vm.forks.cancun.state.CancunTransactionExecutor.calc_data_fee", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": ".typing.cast", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": "eth.vm.forks.cancun.state.CancunTransactionExecutor.calc_message_refund", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": "eth._utils.address.generate_contract_address", + "lineno": 109, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": "eth.vm.forks.cancun.state.CancunTransactionExecutor.get_code_at_address", + "lineno": 119, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": ".eth_utils.keccak", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunTransactionExecutor.build_evm_message", + "callee": "eth.vm.message.Message.__init__", + "lineno": 131, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunState.blob_base_fee", + "callee": "eth._utils.calculations.fake_exponential", + "lineno": 218, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunState.validate_transaction", + "callee": "eth.vm.forks.cancun.state.get_total_blob_gas", + "lineno": 229, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunState.validate_transaction", + "callee": ".eth_utils.ValidationError", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunState.validate_transaction", + "callee": ".eth_utils.ValidationError", + "lineno": 238, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunState.validate_transaction", + "callee": ".eth_utils.ValidationError", + "lineno": 245, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.state.CancunState.validate_transaction", + "callee": ".eth_utils.ValidationError", + "lineno": 253, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.cancun.transactions": [ + { + "caller": "eth.vm.forks.cancun.transactions.CancunUnsignedLegacyTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 101, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.as_signed_transaction", + "callee": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.get_message_for_signing", + "lineno": 143, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.as_signed_transaction", + "callee": "eth.vm.forks.cancun.transactions.BlobTransaction.", + "lineno": 147, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 166, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_nonce", + "lineno": 167, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 168, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 169, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 172, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_canonical_address", + "lineno": 173, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 174, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_is_bytes", + "lineno": 175, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_is_transaction_access_list", + "lineno": 176, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 177, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_is_list_like", + "lineno": 180, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.validate", + "callee": "eth.validation.validate_is_bytes", + "lineno": 184, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 190, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.get_intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "lineno": 201, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.intrinsic_gas", + "callee": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.get_intrinsic_gas", + "lineno": 205, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.BlobTransaction.get_sender", + "callee": "eth._utils.transactions.extract_transaction_sender", + "lineno": 239, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.BlobTransaction.get_message_for_signing", + "callee": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.", + "lineno": 242, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.BlobTransaction.check_signature_validity", + "callee": "eth._utils.transactions.validate_transaction_signature", + "lineno": 259, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.BlobTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 263, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.BlobTransaction.get_intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "lineno": 271, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.BlobTransaction.make_receipt", + "callee": "eth.rlp.logs.Log.__init__", + "lineno": 282, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.BlobTransaction.make_receipt", + "callee": "eth.rlp.receipts.Receipt.__init__", + "lineno": 284, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.CancunTransactionBuilder.new_unsigned_blob_transaction", + "callee": "eth.vm.forks.cancun.transactions.UnsignedBlobTransaction.", + "lineno": 326, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.cancun.transactions.CancunTransactionBuilder.new_blob_transaction", + "callee": "eth.vm.forks.cancun.transactions.BlobTransaction.", + "lineno": 359, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.cancun.transaction_context": [], + "eth.vm.forks.cancun": [ + { + "caller": "eth.vm.forks.cancun.", + "callee": "eth.vm.forks.cancun.headers.create_cancun_header_from_parent", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.increment_blob_gas_used", + "callee": "eth.vm.forks.cancun.state.get_total_blob_gas", + "lineno": 67, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.block_preprocessing", + "callee": ".eth_utils.to_int", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.validate_block", + "callee": "eth.vm.forks.cancun.CancunVM.validate_block_blobs", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.validate_block_blobs", + "callee": "eth._utils.db.get_block_header_by_hash", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.validate_block_blobs", + "callee": "eth.vm.forks.cancun.headers.calc_excess_blob_gas_cancun", + "lineno": 96, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.validate_block_blobs", + "callee": ".eth_utils.ValidationError", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.validate_block_blobs", + "callee": "eth.vm.forks.cancun.state.get_total_blob_gas", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.validate_block_blobs", + "callee": ".eth_utils.ValidationError", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.cancun.CancunVM.validate_block_blobs", + "callee": ".eth_utils.ValidationError", + "lineno": 105, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.constantinople.blocks": [ + { + "caller": "eth.vm.forks.constantinople.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.constantinople.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.constantinople.computation": [ + { + "caller": "eth.vm.forks.constantinople.computation.ConstantinopleComputation._configure_gas_meter", + "callee": "eth.vm.gas_meter.GasMeter.__init__", + "lineno": 29, + "resolution": "imported_call" + } + ], + "eth.vm.forks.constantinople.constants": [], + "eth.vm.forks.constantinople.headers": [ + { + "caller": "eth.vm.forks.constantinople.headers.", + "callee": "eth.vm.forks.byzantium.headers.compute_difficulty", + "lineno": 7, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.constantinople.headers.", + "callee": "eth.vm.forks.byzantium.headers.create_header_from_parent", + "lineno": 9, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.constantinople.headers.", + "callee": "eth.vm.forks.byzantium.headers.configure_header", + "lineno": 12, + "resolution": "imported_call" + } + ], + "eth.vm.forks.constantinople.opcodes": [ + { + "caller": "eth.vm.forks.constantinople.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.constantinople.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 66, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.constantinople.state": [], + "eth.vm.forks.constantinople.storage": [ + { + "caller": "eth.vm.forks.constantinople.storage.", + "callee": ".functools.partial", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.constantinople.transactions": [ + { + "caller": "eth.vm.forks.constantinople.transactions.ConstantinopleTransaction.create_unsigned_transaction", + "callee": "eth.vm.forks.constantinople.transactions.ConstantinopleUnsignedTransaction.", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.constantinople.transactions.ConstantinopleUnsignedTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.constantinople.transactions.ConstantinopleUnsignedTransaction.as_signed_transaction", + "callee": "eth.vm.forks.constantinople.transactions.ConstantinopleTransaction.", + "lineno": 37, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.constantinople": [ + { + "caller": "eth.vm.forks.constantinople.", + "callee": "eth.vm.forks.byzantium.get_uncle_reward", + "lineno": 34, + "resolution": "imported_call" + } + ], + "eth.vm.forks.frontier.blocks": [ + { + "caller": "eth.vm.forks.frontier.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.blocks.FrontierBlock.__init__", + "callee": ".eth_bloom.BloomFilter", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.blocks.FrontierBlock.get_receipts", + "callee": "eth.vm.forks.frontier.blocks.FrontierBlock.get_receipt_builder", + "lineno": 108, + "resolution": "self_method_call" + } + ], + "eth.vm.forks.frontier.computation": [ + { + "caller": "eth.vm.forks.frontier.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.computation.FrontierComputation.apply_message", + "callee": ".eth_utils.encode_hex", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.computation.FrontierComputation.apply_message", + "callee": ".eth_utils.encode_hex", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.computation.FrontierComputation.apply_create_message", + "callee": ".eth_utils.encode_hex", + "lineno": 132, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.computation.FrontierComputation.apply_create_message", + "callee": ".eth_utils.encode_hex", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.computation.FrontierComputation.apply_create_message", + "callee": ".eth_hash.auto.keccak", + "lineno": 134, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.frontier.constants": [], + "eth.vm.forks.frontier.headers": [ + { + "caller": "eth.vm.forks.frontier.headers.compute_frontier_difficulty", + "callee": "eth.validation.validate_gt", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "callee": "eth._utils.headers.new_timestamp_from_parent", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "callee": "eth.vm.forks.frontier.headers.compute_frontier_difficulty", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "callee": "eth._utils.headers.compute_gas_limit", + "lineno": 94, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "callee": "eth._utils.headers.fill_header_params_from_parent", + "lineno": 99, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.headers.configure_frontier_header", + "callee": "eth.validation.validate_header_params_for_configuration", + "lineno": 104, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.headers.configure_frontier_header", + "callee": "eth._utils.db.get_parent_header", + "lineno": 108, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.headers.configure_frontier_header", + "callee": "eth.vm.forks.frontier.headers.compute_frontier_difficulty", + "lineno": 109, + "resolution": "direct_name_call" + } + ], + "eth.vm.forks.frontier.opcodes": [ + { + "caller": "eth.vm.forks.frontier.opcodes.", + "callee": "eth.vm.logic.arithmetic.exp", + "lineno": 90, + "resolution": "qualified_module_call" + } + ], + "eth.vm.forks.frontier.state": [ + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_evm_message", + "callee": "eth._utils.address.generate_contract_address", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_evm_message", + "callee": ".eth_hash.auto.keccak", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_evm_message", + "callee": "eth.vm.message.Message.__init__", + "lineno": 104, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_computation", + "callee": ".eth_utils.encode_hex", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.build_computation", + "callee": ".eth_utils.encode_hex", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.finalize_computation", + "callee": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.calculate_gas_refund", + "lineno": 170, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.finalize_computation", + "callee": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.calc_data_floor_gas", + "lineno": 172, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.finalize_computation", + "callee": ".eth_utils.encode_hex", + "lineno": 184, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.finalize_computation", + "callee": ".eth_utils.encode_hex", + "lineno": 201, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierTransactionExecutor.finalize_computation", + "callee": ".eth_utils.encode_hex", + "lineno": 207, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierState.apply_transaction", + "callee": "eth.vm.state.BaseState.get_transaction_executor", + "lineno": 229, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.forks.frontier.state.FrontierState.validate_transaction", + "callee": "eth.vm.forks.frontier.validation.validate_frontier_transaction", + "lineno": 233, + "resolution": "imported_call" + } + ], + "eth.vm.forks.frontier.transactions": [ + { + "caller": "eth.vm.forks.frontier.transactions.", + "callee": ".functools.partial", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_nonce", + "lineno": 83, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 85, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_canonical_address", + "lineno": 87, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_is_bytes", + "lineno": 89, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 91, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 93, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_gte", + "lineno": 96, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_gte", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_gte", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.validate", + "callee": "eth.validation.validate_lte", + "lineno": 101, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.check_signature_validity", + "callee": "eth._utils.transactions.validate_transaction_signature", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.get_sender", + "callee": "eth._utils.transactions.extract_transaction_sender", + "lineno": 109, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.get_message_for_signing", + "callee": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.", + "lineno": 116, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.create_unsigned_transaction", + "callee": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.", + "lineno": 137, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.make_receipt", + "callee": "eth.rlp.logs.Log.__init__", + "lineno": 163, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierTransaction.make_receipt", + "callee": "eth.rlp.receipts.Receipt.__init__", + "lineno": 165, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.validate", + "callee": "eth.validation.validate_nonce", + "lineno": 199, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.validate", + "callee": "eth.validation.validate_is_integer", + "lineno": 200, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 201, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.validate", + "callee": "eth.validation.validate_canonical_address", + "lineno": 203, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.validate", + "callee": "eth.validation.validate_uint256", + "lineno": 204, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.validate", + "callee": "eth.validation.validate_is_bytes", + "lineno": 205, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 213, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.transactions.FrontierUnsignedTransaction.as_signed_transaction", + "callee": "eth.vm.forks.frontier.transactions.FrontierTransaction.", + "lineno": 214, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.frontier.transaction_context": [], + "eth.vm.forks.frontier.validation": [ + { + "caller": "eth.vm.forks.frontier.validation.validate_frontier_transaction", + "callee": ".eth_utils.ValidationError", + "lineno": 20, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.validation.validate_frontier_transaction", + "callee": ".eth_utils.ValidationError", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.validation.validate_frontier_transaction", + "callee": ".eth_utils.ValidationError", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.validation.validate_frontier_transaction_against_header", + "callee": ".eth_utils.ValidationError", + "lineno": 47, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.frontier": [ + { + "caller": "eth.vm.forks.frontier.make_frontier_receipt", + "callee": "eth.rlp.logs.Log.__init__", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.make_frontier_receipt", + "callee": "eth.rlp.receipts.Receipt.__init__", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.frontier.FrontierVM.add_receipt_to_header", + "callee": ".eth_bloom.BloomFilter", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.frontier.FrontierVM.make_receipt", + "callee": "eth.vm.forks.frontier.make_frontier_receipt", + "lineno": 135, + "resolution": "direct_name_call" + } + ], + "eth.vm.forks.gray_glacier.blocks": [ + { + "caller": "eth.vm.forks.gray_glacier.blocks.GrayGlacierBlockHeader.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.gray_glacier.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.gray_glacier.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 48, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.gray_glacier.computation": [], + "eth.vm.forks.gray_glacier.headers": [ + { + "caller": "eth.vm.forks.gray_glacier.headers.", + "callee": "eth.vm.forks.byzantium.headers.compute_difficulty", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.gray_glacier.headers.", + "callee": "eth.vm.forks.byzantium.headers.configure_header", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.gray_glacier.headers.create_gray_glacier_header_from_parent", + "callee": "eth.vm.forks.arrow_glacier.headers.create_arrow_glacier_header_from_parent", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.gray_glacier.headers.create_gray_glacier_header_from_parent", + "callee": "eth.vm.forks.gray_glacier.blocks.GrayGlacierBlockHeader.", + "lineno": 45, + "resolution": "imported_call" + } + ], + "eth.vm.forks.gray_glacier.state": [], + "eth.vm.forks.gray_glacier.transactions": [ + { + "caller": "eth.vm.forks.gray_glacier.transactions.GrayGlacierUnsignedLegacyTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 27, + "resolution": "imported_call" + } + ], + "eth.vm.forks.gray_glacier": [ + { + "caller": "eth.vm.forks.gray_glacier.", + "callee": "eth.vm.forks.gray_glacier.headers.create_gray_glacier_header_from_parent", + "lineno": 28, + "resolution": "imported_call" + } + ], + "eth.vm.forks.homestead.blocks": [ + { + "caller": "eth.vm.forks.homestead.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.homestead.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.homestead.computation": [ + { + "caller": "eth.vm.forks.homestead.computation.HomesteadComputation.apply_create_message", + "callee": ".eth_utils.encode_hex", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.homestead.computation.HomesteadComputation.apply_create_message", + "callee": ".eth_utils.encode_hex", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.homestead.computation.HomesteadComputation.apply_create_message", + "callee": ".eth_hash.auto.keccak", + "lineno": 77, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.homestead.constants": [], + "eth.vm.forks.homestead.headers": [ + { + "caller": "eth.vm.forks.homestead.headers.compute_homestead_difficulty", + "callee": "eth.validation.validate_gt", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.create_homestead_header_from_parent", + "callee": "eth.vm.forks.homestead.headers.compute_homestead_difficulty", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.create_homestead_header_from_parent", + "callee": "eth.vm.forks.frontier.headers.create_frontier_header_from_parent", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.configure_homestead_header", + "callee": "eth.validation.validate_header_params_for_configuration", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.configure_homestead_header", + "callee": "eth._utils.db.get_parent_header", + "lineno": 85, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.configure_homestead_header", + "callee": "eth.vm.forks.homestead.headers.compute_homestead_difficulty", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.configure_homestead_header", + "callee": ".eth_typing.Address", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.configure_homestead_header", + "callee": ".eth_utils.decode_hex", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.", + "callee": ".eth_typing.Address", + "lineno": 118, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.homestead.headers.", + "callee": ".eth_utils.decode_hex", + "lineno": 118, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.homestead.opcodes": [ + { + "caller": "eth.vm.forks.homestead.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 36, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.homestead.state": [ + { + "caller": "eth.vm.forks.homestead.state.HomesteadState.validate_transaction", + "callee": "eth.vm.forks.homestead.validation.validate_homestead_transaction", + "lineno": 26, + "resolution": "imported_call" + } + ], + "eth.vm.forks.homestead.transactions": [ + { + "caller": "eth.vm.forks.homestead.transactions.", + "callee": ".functools.partial", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.homestead.transactions.HomesteadTransaction.get_message_for_signing", + "callee": "eth.vm.forks.homestead.transactions.HomesteadUnsignedTransaction.", + "lineno": 50, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.homestead.transactions.HomesteadTransaction.create_unsigned_transaction", + "callee": "eth.vm.forks.homestead.transactions.HomesteadUnsignedTransaction.", + "lineno": 71, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.homestead.transactions.HomesteadUnsignedTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 80, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.homestead.transactions.HomesteadUnsignedTransaction.as_signed_transaction", + "callee": "eth.vm.forks.homestead.transactions.HomesteadTransaction.", + "lineno": 81, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.homestead.validation": [ + { + "caller": "eth.vm.forks.homestead.validation.validate_homestead_transaction", + "callee": ".eth_utils.ValidationError", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.homestead.validation.validate_homestead_transaction", + "callee": "eth.vm.forks.frontier.validation.validate_frontier_transaction", + "lineno": 23, + "resolution": "imported_call" + } + ], + "eth.vm.forks.homestead": [], + "eth.vm.forks.istanbul.blocks": [ + { + "caller": "eth.vm.forks.istanbul.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.istanbul.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.istanbul.computation": [ + { + "caller": "eth.vm.forks.istanbul.computation.", + "callee": ".eth_utils.toolz.merge", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.istanbul.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.istanbul.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.istanbul.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.istanbul.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.istanbul.computation.IstanbulComputation._configure_gas_meter", + "callee": "eth.vm.gas_meter.GasMeter.__init__", + "lineno": 56, + "resolution": "imported_call" + } + ], + "eth.vm.forks.istanbul.constants": [], + "eth.vm.forks.istanbul.headers": [], + "eth.vm.forks.istanbul.opcodes": [ + { + "caller": "eth.vm.forks.istanbul.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.istanbul.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 72, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.istanbul.state": [], + "eth.vm.forks.istanbul.storage": [ + { + "caller": "eth.vm.forks.istanbul.storage.sstore_eip2200_generic", + "callee": "eth.vm.logic.storage.net_sstore", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.istanbul.storage.", + "callee": "eth.vm.forks.istanbul.storage.sstore_eip2200_generic", + "lineno": 42, + "resolution": "direct_name_call" + } + ], + "eth.vm.forks.istanbul.transactions": [ + { + "caller": "eth.vm.forks.istanbul.transactions.", + "callee": ".functools.partial", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.istanbul.transactions.IstanbulTransaction.create_unsigned_transaction", + "callee": "eth.vm.forks.istanbul.transactions.IstanbulUnsignedTransaction.", + "lineno": 48, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.istanbul.transactions.IstanbulUnsignedTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 58, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.istanbul.transactions.IstanbulUnsignedTransaction.as_signed_transaction", + "callee": "eth.vm.forks.istanbul.transactions.IstanbulTransaction.", + "lineno": 59, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.istanbul": [], + "eth.vm.forks.london.blocks": [ + { + "caller": "eth.vm.forks.london.blocks.", + "callee": ".rlp.sedes.Binary", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.blocks.LondonBlockHeader.__init__", + "callee": "eth._utils.headers.new_timestamp_from_parent", + "lineno": 120, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.blocks.LondonBlockHeader.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.blocks.LondonBlockHeader.hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.blocks.LondonBlockHeader.hash", + "callee": ".typing.cast", + "lineno": 155, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.blocks.LondonBlockHeader.mining_hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.blocks.LondonBlockHeader.mining_hash", + "callee": ".typing.cast", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.blocks.LondonBlockHeader.hex_hash", + "callee": ".eth_utils.encode_hex", + "lineno": 165, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 222, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 223, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.london.computation": [], + "eth.vm.forks.london.constants": [], + "eth.vm.forks.london.headers": [ + { + "caller": "eth.vm.forks.london.headers.create_london_header_from_parent", + "callee": "eth._utils.headers.compute_gas_limit", + "lineno": 96, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.headers.create_london_header_from_parent", + "callee": "eth._utils.headers.new_timestamp_from_parent", + "lineno": 103, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.headers.create_london_header_from_parent", + "callee": "eth._utils.headers.fill_header_params_from_parent", + "lineno": 121, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.headers.create_london_header_from_parent", + "callee": "eth.vm.forks.london.headers.calculate_expected_base_fee_per_gas", + "lineno": 123, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.london.headers.create_london_header_from_parent", + "callee": ".eth_utils.ValidationError", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.headers.create_london_header_from_parent", + "callee": "eth.vm.forks.london.blocks.LondonBlockHeader.__init__", + "lineno": 138, + "resolution": "imported_call" + } + ], + "eth.vm.forks.london.opcodes": [ + { + "caller": "eth.vm.forks.london.opcodes.", + "callee": "eth.vm.forks.byzantium.opcodes.ensure_no_static", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.london.receipts": [], + "eth.vm.forks.london.state": [ + { + "caller": "eth.vm.forks.london.state.LondonTransactionExecutor.build_evm_message", + "callee": "eth._utils.address.generate_contract_address", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.state.LondonTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.state.LondonTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.state.LondonTransactionExecutor.build_evm_message", + "callee": ".eth_utils.encode_hex", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.state.LondonTransactionExecutor.build_evm_message", + "callee": ".eth_hash.auto.keccak", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.state.LondonTransactionExecutor.build_evm_message", + "callee": "eth.vm.message.Message.__init__", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.state.LondonState.validate_transaction", + "callee": "eth.vm.forks.london.validation.validate_london_normalized_transaction", + "lineno": 122, + "resolution": "imported_call" + } + ], + "eth.vm.forks.london.storage": [ + { + "caller": "eth.vm.forks.london.storage.", + "callee": ".eth_utils.toolz.partial", + "lineno": 23, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.london.transactions": [ + { + "caller": "eth.vm.forks.london.transactions.LondonUnsignedLegacyTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 94, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.as_signed_transaction", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.get_message_for_signing", + "lineno": 139, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.as_signed_transaction", + "callee": "eth.vm.forks.london.transactions.DynamicFeeTransaction.", + "lineno": 143, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.validate", + "callee": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.get_intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "lineno": 167, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.intrinsic_gas", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.get_intrinsic_gas", + "lineno": 171, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.london.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.transactions.DynamicFeeTransaction.get_sender", + "callee": "eth._utils.transactions.extract_transaction_sender", + "lineno": 217, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.DynamicFeeTransaction.get_message_for_signing", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.", + "lineno": 220, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.london.transactions.DynamicFeeTransaction.check_signature_validity", + "callee": "eth._utils.transactions.validate_transaction_signature", + "lineno": 235, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.DynamicFeeTransaction.validate", + "callee": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "lineno": 238, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.london.transactions.DynamicFeeTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 242, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.transactions.DynamicFeeTransaction.get_intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "lineno": 250, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.DynamicFeeTransaction.make_receipt", + "callee": "eth.rlp.logs.Log.__init__", + "lineno": 261, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.DynamicFeeTransaction.make_receipt", + "callee": "eth.rlp.receipts.Receipt.__init__", + "lineno": 263, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.LondonTransactionBuilder.new_unsigned_dynamic_fee_transaction", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.", + "lineno": 302, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.london.transactions.LondonTransactionBuilder.new_dynamic_fee_transaction", + "callee": "eth.vm.forks.london.transactions.DynamicFeeTransaction.", + "lineno": 331, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_uint256", + "lineno": 351, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_nonce", + "lineno": 352, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_uint256", + "lineno": 353, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_uint256", + "lineno": 354, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_uint256", + "lineno": 357, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_canonical_address", + "lineno": 359, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_uint256", + "lineno": 360, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_is_bytes", + "lineno": 361, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_is_transaction_access_list", + "lineno": 362, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_uint8", + "lineno": 365, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_uint256", + "lineno": 366, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.transactions.validate_dynamic_fee_tx", + "callee": "eth.validation.validate_uint256", + "lineno": 367, + "resolution": "imported_call" + } + ], + "eth.vm.forks.london.validation": [ + { + "caller": "eth.vm.forks.london.validation.validate_london_normalized_transaction", + "callee": ".eth_utils.exceptions.ValidationError", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.london.validation.validate_london_normalized_transaction", + "callee": "eth.vm.forks.homestead.validation.validate_homestead_transaction", + "lineno": 31, + "resolution": "imported_call" + } + ], + "eth.vm.forks.london": [ + { + "caller": "eth.vm.forks.london.", + "callee": "eth.vm.forks.london.headers.create_london_header_from_parent", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.LondonVM.validate_gas", + "callee": "eth.validation.validate_gas_limit", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.LondonVM.validate_gas", + "callee": "eth.vm.forks.london.headers.calculate_expected_base_fee_per_gas", + "lineno": 57, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.london.LondonVM.validate_gas", + "callee": ".eth_utils.exceptions.ValidationError", + "lineno": 59, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.muir_glacier.blocks": [ + { + "caller": "eth.vm.forks.muir_glacier.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.muir_glacier.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.muir_glacier.computation": [], + "eth.vm.forks.muir_glacier.headers": [], + "eth.vm.forks.muir_glacier.opcodes": [], + "eth.vm.forks.muir_glacier.state": [], + "eth.vm.forks.muir_glacier.transactions": [ + { + "caller": "eth.vm.forks.muir_glacier.transactions.MuirGlacierTransaction.create_unsigned_transaction", + "callee": "eth.vm.forks.muir_glacier.transactions.MuirGlacierUnsignedTransaction.", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.muir_glacier.transactions.MuirGlacierUnsignedTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.muir_glacier.transactions.MuirGlacierUnsignedTransaction.as_signed_transaction", + "callee": "eth.vm.forks.muir_glacier.transactions.MuirGlacierTransaction.", + "lineno": 37, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.muir_glacier": [], + "eth.vm.forks.paris.blocks": [ + { + "caller": "eth.vm.forks.paris.blocks.ParisBlockHeader.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.paris.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.paris.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 49, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.paris.computation": [], + "eth.vm.forks.paris.headers": [ + { + "caller": "eth.vm.forks.paris.headers._validate_and_return_paris_header_param", + "callee": ".eth_utils.ValidationError", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.paris.headers.create_paris_header_from_parent", + "callee": "eth.vm.forks.paris.headers._validate_and_return_paris_header_param", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.paris.headers.create_paris_header_from_parent", + "callee": "eth.vm.forks.paris.headers._validate_and_return_paris_header_param", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.paris.headers.create_paris_header_from_parent", + "callee": "eth.vm.forks.gray_glacier.headers.create_gray_glacier_header_from_parent", + "lineno": 67, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.paris.headers.create_paris_header_from_parent", + "callee": "eth.vm.forks.paris.blocks.ParisBlockHeader.", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.paris.headers.", + "callee": "eth.vm.forks.byzantium.headers.configure_header", + "lineno": 77, + "resolution": "imported_call" + } + ], + "eth.vm.forks.paris.opcodes": [ + { + "caller": "eth.vm.forks.paris.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 39, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.paris.state": [], + "eth.vm.forks.paris.transactions": [ + { + "caller": "eth.vm.forks.paris.transactions.ParisUnsignedLegacyTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 27, + "resolution": "imported_call" + } + ], + "eth.vm.forks.paris": [ + { + "caller": "eth.vm.forks.paris.", + "callee": "eth.vm.forks.paris.headers.create_paris_header_from_parent", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.paris.ParisVM.validate_header", + "callee": ".eth_utils.ValidationError", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.paris.ParisVM.validate_header", + "callee": ".eth_utils.ValidationError", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.paris.ParisVM.validate_header", + "callee": ".eth_utils.ValidationError", + "lineno": 75, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.petersburg.blocks": [ + { + "caller": "eth.vm.forks.petersburg.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.petersburg.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.petersburg.computation": [], + "eth.vm.forks.petersburg.constants": [], + "eth.vm.forks.petersburg.headers": [ + { + "caller": "eth.vm.forks.petersburg.headers.", + "callee": "eth.vm.forks.byzantium.headers.compute_difficulty", + "lineno": 7, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.petersburg.headers.", + "callee": "eth.vm.forks.byzantium.headers.create_header_from_parent", + "lineno": 9, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.petersburg.headers.", + "callee": "eth.vm.forks.byzantium.headers.configure_header", + "lineno": 12, + "resolution": "imported_call" + } + ], + "eth.vm.forks.petersburg.opcodes": [ + { + "caller": "eth.vm.forks.petersburg.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 63, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.petersburg.state": [], + "eth.vm.forks.petersburg.transactions": [ + { + "caller": "eth.vm.forks.petersburg.transactions.PetersburgTransaction.create_unsigned_transaction", + "callee": "eth.vm.forks.petersburg.transactions.PetersburgUnsignedTransaction.", + "lineno": 29, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.petersburg.transactions.PetersburgUnsignedTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.petersburg.transactions.PetersburgUnsignedTransaction.as_signed_transaction", + "callee": "eth.vm.forks.petersburg.transactions.PetersburgTransaction.", + "lineno": 37, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.petersburg": [ + { + "caller": "eth.vm.forks.petersburg.", + "callee": "eth.vm.forks.byzantium.get_uncle_reward", + "lineno": 36, + "resolution": "imported_call" + } + ], + "eth.vm.forks.prague.blocks": [ + { + "caller": "eth.vm.forks.prague.blocks.", + "callee": ".rlp.sedes.Binary", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.blocks.PragueBlockHeader.__init__", + "callee": "eth._utils.headers.new_timestamp_from_parent", + "lineno": 128, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.blocks.PragueBlockHeader.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 161, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.blocks.PragueBlockHeader.hash", + "callee": ".eth_utils.keccak", + "lineno": 168, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.blocks.PragueBlockHeader.hash", + "callee": ".typing.cast", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.blocks.PragueBlockHeader.hex_hash", + "callee": ".eth_utils.encode_hex", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 217, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.prague.computation": [ + { + "caller": "eth.vm.forks.prague.computation.", + "callee": ".eth_utils.toolz.merge", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 40, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.computation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 46, + "resolution": "imported_call" + } + ], + "eth.vm.forks.prague.constants": [ + { + "caller": "eth.vm.forks.prague.constants.", + "callee": ".eth_typing.Address", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.constants.", + "callee": ".eth_typing.Address", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.constants.", + "callee": ".eth_typing.Address", + "lineno": 62, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.prague.headers": [ + { + "caller": "eth.vm.forks.prague.headers.create_prague_header_from_parent", + "callee": ".eth_utils.toolz.merge", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.headers.create_prague_header_from_parent", + "callee": "eth.vm.forks.prague.headers.calc_excess_blob_gas_prague", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.forks.prague.headers.create_prague_header_from_parent", + "callee": "eth.vm.forks.prague.blocks.PragueBlockHeader.__init__", + "lineno": 64, + "resolution": "imported_call" + } + ], + "eth.vm.forks.prague.logic": [ + { + "caller": "eth.vm.forks.prague.logic.BaseCallEIP7702.get_code_at_address", + "callee": "eth.vm.forks.berlin.logic.BaseCallEIP2929.consume_account_load_gas", + "lineno": 41, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.forks.prague.logic.BaseCallEIP7702.get_code_at_address", + "callee": "eth._utils.state.code_is_delegation_designation", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.logic.BaseCallEIP7702.get_code_at_address", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.logic.BaseCallEIP7702.get_code_at_address", + "callee": "eth.vm.forks.berlin.logic.BaseCallEIP2929.consume_account_load_gas", + "lineno": 47, + "resolution": "inherited_method_call" + } + ], + "eth.vm.forks.prague.opcodes": [ + { + "caller": "eth.vm.forks.prague.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 51, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.prague.receipts": [], + "eth.vm.forks.prague.state": [ + { + "caller": "eth.vm.forks.prague.state.PragueTransactionExecutor.get_code_at_address", + "callee": "eth._utils.state.code_is_delegation_designation", + "lineno": 78, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.state.PragueTransactionExecutor.get_code_at_address", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 79, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.state.PragueState.process_set_code_authorizations", + "callee": ".eth_typing.Address", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.state.PragueState.process_set_code_authorizations", + "callee": "eth._utils.state.code_is_delegation_designation", + "lineno": 143, + "resolution": "imported_call" + } + ], + "eth.vm.forks.prague.transactions": [ + { + "caller": "eth.vm.forks.prague.transactions.PragueUnsignedLegacyTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 115, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.Authorization.validate_for_transaction", + "callee": "eth.validation.validate_uint256", + "lineno": 147, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.Authorization.validate_for_transaction", + "callee": "eth.validation.validate_uint64", + "lineno": 148, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.Authorization.validate_for_transaction", + "callee": "eth.validation.validate_canonical_address", + "lineno": 149, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.Authorization.validate_for_transaction", + "callee": "eth.validation.validate_uint8", + "lineno": 150, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.Authorization.validate_for_transaction", + "callee": "eth.validation.validate_uint256", + "lineno": 151, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.Authorization.validate_for_transaction", + "callee": "eth.validation.validate_uint256", + "lineno": 152, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.Authorization.validate", + "callee": "eth.validation.validate_chain_id_is_current_or_zero", + "lineno": 155, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.Authorization.validate", + "callee": ".eth_utils.ValidationError", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 177, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.validate", + "callee": "eth.vm.forks.london.transactions.DynamicFeeTransaction.", + "lineno": 185, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.validate", + "callee": "eth.validation.validate_canonical_address", + "lineno": 199, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.validate", + "callee": "eth.validation.validate_is_list_like", + "lineno": 200, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.get_sender", + "callee": "eth._utils.transactions.extract_transaction_sender", + "lineno": 216, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.get_message_for_signing", + "callee": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.", + "lineno": 219, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.check_signature_validity", + "callee": "eth._utils.transactions.validate_transaction_signature", + "lineno": 235, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 239, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.get_intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "lineno": 246, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.make_receipt", + "callee": "eth.rlp.logs.Log.__init__", + "lineno": 259, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.SetCodeTransaction.make_receipt", + "callee": "eth.rlp.receipts.Receipt.__init__", + "lineno": 261, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 298, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.", + "callee": ".rlp.sedes.CountableList", + "lineno": 299, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.as_signed_transaction", + "callee": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.get_message_for_signing", + "lineno": 306, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.as_signed_transaction", + "callee": "eth.vm.forks.prague.transactions.SetCodeTransaction.", + "lineno": 310, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.as_signed_transaction", + "callee": "eth.vm.forks.prague.transactions.PragueTypedTransaction.", + "lineno": 325, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.validate", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.", + "lineno": 328, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.validate", + "callee": "eth.validation.validate_is_list_like", + "lineno": 339, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction._type_byte", + "callee": ".eth_utils.to_bytes", + "lineno": 349, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.get_intrinsic_gas", + "callee": "eth.vm.forks.berlin.transactions.calculate_txn_intrinsic_gas_berlin", + "lineno": 359, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.intrinsic_gas", + "callee": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.get_intrinsic_gas", + "lineno": 367, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_unsigned_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.UnsignedSetCodeTransaction.", + "lineno": 422, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_unsigned_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.Authorization.", + "lineno": 433, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.SetCodeTransaction.", + "lineno": 455, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.Authorization.", + "lineno": 466, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.PragueTypedTransaction.", + "lineno": 473, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.prague": [ + { + "caller": "eth.vm.forks.prague.", + "callee": "eth.vm.forks.prague.headers.create_prague_header_from_parent", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.process_deposit_request_data", + "callee": ".eth_utils.to_bytes", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.compute_requests_hash", + "callee": ".hashlib.sha256", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.compute_requests_hash", + "callee": ".hashlib.sha256", + "lineno": 156, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.block_postprocessing", + "callee": "eth.vm.forks.prague.PragueVM.process_deposit_request_data", + "lineno": 162, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.block_postprocessing", + "callee": "eth.vm.forks.prague.PragueVM.process_withdrawal_request_data", + "lineno": 163, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.block_postprocessing", + "callee": "eth.vm.forks.prague.PragueVM.process_consolidation_request_data", + "lineno": 164, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.block_postprocessing", + "callee": "eth.vm.forks.prague.PragueVM.compute_requests_hash", + "lineno": 165, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.validate_block_blobs", + "callee": "eth._utils.db.get_block_header_by_hash", + "lineno": 170, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.validate_block_blobs", + "callee": "eth.vm.forks.prague.headers.calc_excess_blob_gas_prague", + "lineno": 171, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.validate_block_blobs", + "callee": ".eth_utils.ValidationError", + "lineno": 172, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.validate_block_blobs", + "callee": ".eth_utils.ValidationError", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.prague.PragueVM.validate_block_blobs", + "callee": ".eth_utils.ValidationError", + "lineno": 183, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.shanghai.blocks": [ + { + "caller": "eth.vm.forks.shanghai.blocks.", + "callee": ".rlp.sedes.Binary", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.__init__", + "callee": "eth._utils.headers.new_timestamp_from_parent", + "lineno": 131, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.__str__", + "callee": ".eth_utils.encode_hex", + "lineno": 162, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.hash", + "callee": ".eth_utils.keccak", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.hash", + "callee": ".typing.cast", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.hex_hash", + "callee": ".eth_utils.encode_hex", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 232, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 233, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.__init__", + "callee": ".eth_bloom.BloomFilter", + "lineno": 253, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.get_receipts", + "callee": "eth.vm.forks.shanghai.blocks.ShanghaiBlock.get_receipt_builder", + "lineno": 279, + "resolution": "self_method_call" + } + ], + "eth.vm.forks.shanghai.computation": [ + { + "caller": "eth.vm.forks.shanghai.computation.ShanghaiComputation.consume_initcode_gas_cost", + "callee": "eth._utils.numeric.ceil32", + "lineno": 60, + "resolution": "imported_call" + } + ], + "eth.vm.forks.shanghai.constants": [], + "eth.vm.forks.shanghai.headers": [ + { + "caller": "eth.vm.forks.shanghai.headers.create_shanghai_header_from_parent", + "callee": "eth.vm.forks.paris.headers.create_paris_header_from_parent", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.headers.create_shanghai_header_from_parent", + "callee": "eth.vm.forks.shanghai.blocks.ShanghaiBlockHeader.__init__", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.headers.", + "callee": "eth.vm.forks.byzantium.headers.configure_header", + "lineno": 48, + "resolution": "imported_call" + } + ], + "eth.vm.forks.shanghai.logic": [ + { + "caller": "eth.vm.forks.shanghai.logic.CreateEIP3860.get_gas_cost", + "callee": "eth._utils.numeric.ceil32", + "lineno": 20, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.logic.Create2EIP3860.get_gas_cost", + "callee": "eth._utils.numeric.ceil32", + "lineno": 27, + "resolution": "imported_call" + } + ], + "eth.vm.forks.shanghai.opcodes": [ + { + "caller": "eth.vm.forks.shanghai.opcodes.", + "callee": "eth.tools._utils.deprecation.deprecate_method", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 67, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.shanghai.state": [], + "eth.vm.forks.shanghai.transactions": [ + { + "caller": "eth.vm.forks.shanghai.transactions.ShanghaiUnsignedLegacyTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 27, + "resolution": "imported_call" + } + ], + "eth.vm.forks.shanghai.withdrawals": [ + { + "caller": "eth.vm.forks.shanghai.withdrawals.Withdrawal.validate", + "callee": "eth.validation.validate_uint64", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.withdrawals.Withdrawal.validate", + "callee": "eth.validation.validate_uint64", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.withdrawals.Withdrawal.validate", + "callee": "eth.validation.validate_canonical_address", + "lineno": 57, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.withdrawals.Withdrawal.validate", + "callee": "eth.validation.validate_uint64", + "lineno": 58, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.shanghai.withdrawals.Withdrawal.hash", + "callee": ".typing.cast", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.withdrawals.Withdrawal.hash", + "callee": ".eth_utils.keccak", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.shanghai.withdrawals.Withdrawal.hash", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.encode", + "lineno": 69, + "resolution": "self_method_call" + } + ], + "eth.vm.forks.shanghai": [ + { + "caller": "eth.vm.forks.shanghai.", + "callee": "eth.vm.forks.shanghai.headers.create_shanghai_header_from_parent", + "lineno": 27, + "resolution": "imported_call" + } + ], + "eth.vm.forks.spurious_dragon.blocks": [ + { + "caller": "eth.vm.forks.spurious_dragon.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.blocks.", + "callee": ".rlp.sedes.CountableList", + "lineno": 22, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.spurious_dragon.computation": [ + { + "caller": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation.apply_create_message", + "callee": ".eth_utils.encode_hex", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation.apply_create_message", + "callee": ".eth_utils.encode_hex", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.computation.SpuriousDragonComputation.apply_create_message", + "callee": ".eth_hash.auto.keccak", + "lineno": 94, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.spurious_dragon.constants": [], + "eth.vm.forks.spurious_dragon.opcodes": [ + { + "caller": "eth.vm.forks.spurious_dragon.opcodes.", + "callee": "eth.vm.logic.arithmetic.exp", + "lineno": 40, + "resolution": "qualified_module_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 57, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.spurious_dragon.state": [ + { + "caller": "eth.vm.forks.spurious_dragon.state.SpuriousDragonTransactionExecutor.finalize_computation", + "callee": "eth.vm.forks.spurious_dragon._utils.collect_touched_accounts", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.state.SpuriousDragonTransactionExecutor.finalize_computation", + "callee": ".eth_utils.encode_hex", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.spurious_dragon.transactions": [ + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.y_parity", + "callee": "eth._utils.transactions.is_eip_155_signed_transaction", + "lineno": 33, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.y_parity", + "callee": "eth._utils.numeric.is_even", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.get_message_for_signing", + "callee": "eth._utils.transactions.is_eip_155_signed_transaction", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.get_message_for_signing", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.get_message_for_signing", + "callee": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonUnsignedTransaction.", + "lineno": 49, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.create_unsigned_transaction", + "callee": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonUnsignedTransaction.", + "lineno": 70, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.chain_id", + "callee": "eth._utils.transactions.is_eip_155_signed_transaction", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.chain_id", + "callee": "eth._utils.transactions.extract_chain_id", + "lineno": 75, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.v_min", + "callee": "eth._utils.transactions.is_eip_155_signed_transaction", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.v_max", + "callee": "eth._utils.transactions.is_eip_155_signed_transaction", + "lineno": 88, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonUnsignedTransaction.as_signed_transaction", + "callee": "eth._utils.transactions.create_transaction_signature", + "lineno": 98, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonUnsignedTransaction.as_signed_transaction", + "callee": "eth.vm.forks.spurious_dragon.transactions.SpuriousDragonTransaction.", + "lineno": 99, + "resolution": "same_module_class_call" + } + ], + "eth.vm.forks.spurious_dragon._utils": [ + { + "caller": "eth.vm.forks.spurious_dragon._utils.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.forks.spurious_dragon._utils.collect_touched_accounts", + "callee": "eth.vm.forks.spurious_dragon._utils.collect_touched_accounts", + "lineno": 66, + "resolution": "direct_name_call" + } + ], + "eth.vm.forks.spurious_dragon": [], + "eth.vm.forks.tangerine_whistle.computation": [], + "eth.vm.forks.tangerine_whistle.constants": [], + "eth.vm.forks.tangerine_whistle.opcodes": [ + { + "caller": "eth.vm.forks.tangerine_whistle.opcodes.", + "callee": ".eth_utils.toolz.merge", + "lineno": 79, + "resolution": "external_constructor_call" + } + ], + "eth.vm.forks.tangerine_whistle.state": [], + "eth.vm.forks.tangerine_whistle": [], + "eth.vm.logic.arithmetic": [ + { + "caller": "eth.vm.logic.arithmetic.smod", + "callee": "eth._utils.numeric.signed_to_unsigned", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.arithmetic.sdiv", + "callee": "eth._utils.numeric.signed_to_unsigned", + "lineno": 141, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.arithmetic.exp", + "callee": "eth._utils.numeric.ceil8", + "lineno": 152, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.arithmetic.sar", + "callee": "eth._utils.numeric.unsigned_to_signed", + "lineno": 221, + "resolution": "imported_call" + } + ], + "eth.vm.logic.block": [ + { + "caller": "eth.vm.logic.block.blockhash", + "callee": ".eth_typing.BlockNumber", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "eth.vm.logic.call": [ + { + "caller": "eth.vm.logic.call.BaseCall.compute_msg_gas", + "callee": "eth.vm.logic.call.BaseCall.compute_msg_extra_gas", + "lineno": 60, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.call.BaseCall.__call__", + "callee": "eth.vm.logic.call.BaseCall.get_call_params", + "lineno": 79, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.call.BaseCall.__call__", + "callee": "eth.vm.logic.call.BaseCall.get_code_at_address", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.call.BaseCall.__call__", + "callee": "eth.vm.logic.call.BaseCall.compute_msg_gas", + "lineno": 94, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.call.Call.get_call_params", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 178, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.call.CallCode.get_call_params", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 210, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.call.DelegateCall.get_call_params", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 250, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.call.CallEIP150.compute_msg_gas", + "callee": "eth.vm.logic.call.Call.compute_msg_extra_gas", + "lineno": 285, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.logic.call.CallEIP150.compute_msg_gas", + "callee": "eth.vm.logic.call.compute_eip150_msg_gas", + "lineno": 286, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.call.CallCodeEIP150.compute_msg_gas", + "callee": "eth.vm.logic.call.CallCode.compute_msg_extra_gas", + "lineno": 300, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.logic.call.CallCodeEIP150.compute_msg_gas", + "callee": "eth.vm.logic.call.compute_eip150_msg_gas", + "lineno": 301, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.call.DelegateCallEIP150.compute_msg_gas", + "callee": "eth.vm.logic.call.DelegateCall.compute_msg_extra_gas", + "lineno": 315, + "resolution": "inherited_method_call" + }, + { + "caller": "eth.vm.logic.call.DelegateCallEIP150.compute_msg_gas", + "callee": "eth.vm.logic.call.compute_eip150_msg_gas", + "lineno": 317, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.call.compute_eip150_msg_gas", + "callee": "eth.vm.logic.call.max_child_gas_eip150", + "lineno": 348, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.call.StaticCall.get_call_params", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 376, + "resolution": "imported_call" + } + ], + "eth.vm.logic.comparison": [ + { + "caller": "eth.vm.logic.comparison.slt", + "callee": "eth._utils.numeric.signed_to_unsigned", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.comparison.sgt", + "callee": "eth._utils.numeric.signed_to_unsigned", + "lineno": 72, + "resolution": "imported_call" + } + ], + "eth.vm.logic.context": [ + { + "caller": "eth.vm.logic.context.balance", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.context.balance", + "callee": "eth.vm.logic.context.push_balance_of_address", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.context.selfbalance", + "callee": "eth.vm.logic.context.push_balance_of_address", + "lineno": 32, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.context.calldatacopy", + "callee": "eth._utils.numeric.ceil32", + "lineno": 83, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.context.codecopy", + "callee": "eth._utils.numeric.ceil32", + "lineno": 114, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.context.extcodesize", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 135, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.context.extcodecopy_execute", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 147, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.context.consume_extcodecopy_word_cost", + "callee": "eth._utils.numeric.ceil32", + "lineno": 167, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.context.extcodecopy", + "callee": "eth.vm.logic.context.extcodecopy_execute", + "lineno": 176, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.context.extcodecopy", + "callee": "eth.vm.logic.context.consume_extcodecopy_word_cost", + "lineno": 177, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.context.extcodehash", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 185, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.context.returndatacopy", + "callee": "eth._utils.numeric.ceil32", + "lineno": 216, + "resolution": "imported_call" + } + ], + "eth.vm.logic.duplication": [], + "eth.vm.logic.flow": [], + "eth.vm.logic.invalid": [], + "eth.vm.logic.logging": [], + "eth.vm.logic.memory": [ + { + "caller": "eth.vm.logic.memory.mcopy", + "callee": "eth._utils.numeric.ceil32", + "lineno": 56, + "resolution": "imported_call" + } + ], + "eth.vm.logic.sha3": [ + { + "caller": "eth.vm.logic.sha3.sha3", + "callee": "eth._utils.numeric.ceil32", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.sha3.sha3", + "callee": ".eth_hash.auto.keccak", + "lineno": 27, + "resolution": "external_constructor_call" + } + ], + "eth.vm.logic.stack": [ + { + "caller": "eth.vm.logic.stack.push0", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push1", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 30, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push2", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push3", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push4", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push5", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push6", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 50, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push7", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 54, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push8", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push9", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push10", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 66, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push11", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push12", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push13", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push14", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push15", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 86, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push16", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push17", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push18", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 98, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push19", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 102, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push20", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push21", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 110, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push22", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 114, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push23", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push24", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push25", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 126, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push26", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 130, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push27", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 134, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push28", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 138, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push29", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 142, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push30", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 146, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push31", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 150, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.stack.push32", + "callee": "eth.vm.logic.stack.push_XX", + "lineno": 154, + "resolution": "direct_name_call" + } + ], + "eth.vm.logic.storage": [ + { + "caller": "eth.vm.logic.storage.sstore", + "callee": ".eth_utils.encode_hex", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.logic.storage.net_sstore", + "callee": ".eth_utils.encode_hex", + "lineno": 132, + "resolution": "external_constructor_call" + } + ], + "eth.vm.logic.swap": [], + "eth.vm.logic.system": [ + { + "caller": "eth.vm.logic.system.selfdestruct", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.system.selfdestruct", + "callee": "eth.vm.logic.system._selfdestruct", + "lineno": 64, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.system.selfdestruct_eip150", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.system.selfdestruct_eip150", + "callee": "eth.vm.logic.system._selfdestruct", + "lineno": 74, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.system.selfdestruct_eip161_on_address", + "callee": "eth.vm.logic.system._selfdestruct", + "lineno": 89, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.system.selfdestruct_eip161", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 93, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.system.selfdestruct_eip161", + "callee": "eth.vm.logic.system.selfdestruct_eip161_on_address", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "eth.vm.logic.system._selfdestruct", + "callee": ".eth_utils.encode_hex", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.logic.system._selfdestruct", + "callee": ".eth_utils.encode_hex", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.logic.system.Create.generate_contract_address", + "callee": "eth.vm.logic.system.Create.generate_contract_address", + "lineno": 148, + "resolution": "same_class_name_call" + }, + { + "caller": "eth.vm.logic.system.Create.get_stack_data", + "callee": "eth.vm.logic.system.CreateOpcodeStackData.__init__", + "lineno": 156, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.logic.system.Create.__call__", + "callee": "eth.vm.logic.system.Create.get_stack_data", + "lineno": 159, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.system.Create.__call__", + "callee": "eth.vm.logic.system.Create.get_gas_cost", + "lineno": 161, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.system.Create.__call__", + "callee": "eth.vm.logic.system.Create.max_child_gas_modifier", + "lineno": 196, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.system.Create.__call__", + "callee": "eth.vm.logic.system.Create.generate_contract_address", + "lineno": 199, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.system.Create.__call__", + "callee": ".eth_utils.encode_hex", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "eth.vm.logic.system.Create.__call__", + "callee": "eth.vm.logic.system.Create.apply_create_message", + "lineno": 222, + "resolution": "self_method_call" + }, + { + "caller": "eth.vm.logic.system.CreateEIP150.max_child_gas_modifier", + "callee": "eth.vm.logic.call.max_child_gas_eip150", + "lineno": 241, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.system.Create2.get_stack_data", + "callee": "eth.vm.logic.system.CreateOpcodeStackData.__init__", + "lineno": 257, + "resolution": "same_module_class_call" + }, + { + "caller": "eth.vm.logic.system.Create2.get_gas_cost", + "callee": "eth._utils.numeric.ceil32", + "lineno": 262, + "resolution": "imported_call" + }, + { + "caller": "eth.vm.logic.system.Create2.generate_contract_address", + "callee": "eth._utils.address.generate_safe_contract_address", + "lineno": 272, + "resolution": "imported_call" + } + ], + "eth.vm.logic": [], + "eth._utils.address": [ + { + "caller": "eth._utils.address.force_bytes_to_address", + "callee": ".eth_typing.Address", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.address.generate_contract_address", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 21, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.address.generate_contract_address", + "callee": ".eth_hash.auto.keccak", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.address.generate_safe_contract_address", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.address.generate_safe_contract_address", + "callee": ".eth_hash.auto.keccak", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.address.generate_safe_contract_address", + "callee": "eth._utils.numeric.int_to_bytes32", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "eth._utils.address.generate_safe_contract_address", + "callee": ".eth_hash.auto.keccak", + "lineno": 28, + "resolution": "external_constructor_call" + } + ], + "eth._utils.bn128": [ + { + "caller": "eth._utils.bn128.validate_point", + "callee": ".eth_utils.ValidationError", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.bn128.validate_point", + "callee": ".eth_utils.ValidationError", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.bn128.validate_point", + "callee": ".eth_utils.ValidationError", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.bn128.FQP_point_to_FQ2_point", + "callee": ".py_ecc.optimized_bn128.FQ2", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.bn128.FQP_point_to_FQ2_point", + "callee": ".py_ecc.optimized_bn128.FQ2", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.bn128.FQP_point_to_FQ2_point", + "callee": ".py_ecc.optimized_bn128.FQ2", + "lineno": 42, + "resolution": "external_constructor_call" + } + ], + "eth._utils.calculations": [], + "eth._utils.datatypes": [ + { + "caller": "eth._utils.datatypes._get_local_overrides", + "callee": "eth._utils.datatypes._is_local_prop", + "lineno": 42, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.datatypes._get_sub_overrides", + "callee": "eth._utils.datatypes._is_local_prop", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.datatypes._get_sub_overrides_by_prop", + "callee": "eth._utils.datatypes._get_sub_overrides", + "lineno": 58, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.datatypes._get_sub_overrides_by_prop", + "callee": ".eth_utils.toolz.groupby", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.datatypes._get_sub_overrides_by_prop", + "callee": "eth._utils.datatypes._extract_tail_key", + "lineno": 62, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.datatypes._get_top_level_keys", + "callee": "eth._utils.datatypes._extract_top_level_key", + "lineno": 69, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.datatypes.", + "callee": ".typing.TypeVar", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.datatypes.Configurable.configure", + "callee": "eth._utils.datatypes._get_top_level_keys", + "lineno": 91, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.datatypes.Configurable.configure", + "callee": "eth._utils.datatypes._get_local_overrides", + "lineno": 94, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.datatypes.Configurable.configure", + "callee": "eth._utils.datatypes._get_sub_overrides_by_prop", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.datatypes.Configurable.configure", + "callee": ".eth_utils.toolz.assoc", + "lineno": 130, + "resolution": "external_constructor_call" + } + ], + "eth._utils.db": [], + "eth._utils.empty": [], + "eth._utils.env": [ + { + "caller": "eth._utils.env.env_int", + "callee": "eth._utils.env.get_env_value", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.env.env_float", + "callee": "eth._utils.env.get_env_value", + "lineno": 107, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.env.env_bool", + "callee": "eth._utils.env.get_env_value", + "lineno": 144, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.env.env_string", + "callee": "eth._utils.env.get_env_value", + "lineno": 170, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.env.env_list", + "callee": "eth._utils.env.get_env_value", + "lineno": 203, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.env.", + "callee": ".typing.TypeVar", + "lineno": 210, + "resolution": "external_constructor_call" + } + ], + "eth._utils.generator": [ + { + "caller": "eth._utils.generator.", + "callee": ".typing.TypeVar", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.generator.CachedIterable.__iter__", + "callee": "eth._utils.generator.CachedIterable._cache_and_yield", + "lineno": 19, + "resolution": "self_method_call" + } + ], + "eth._utils.headers": [ + { + "caller": "eth._utils.headers.new_timestamp_from_parent", + "callee": "eth._utils.headers.eth_now", + "lineno": 49, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.headers.new_timestamp_from_parent", + "callee": "eth._utils.headers.eth_now", + "lineno": 54, + "resolution": "direct_name_call" + } + ], + "eth._utils.logging": [], + "eth._utils.module_loading": [ + { + "caller": "eth._utils.module_loading.import_string", + "callee": ".importlib.import_module", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.module_loading.split_at_longest_importable_path", + "callee": ".importlib.import_module", + "lineno": 43, + "resolution": "external_constructor_call" + } + ], + "eth._utils.numeric": [ + { + "caller": "eth._utils.numeric.int_to_bytes32", + "callee": ".eth_typing.Hash32", + "lineno": 29, + "resolution": "external_constructor_call" + } + ], + "eth._utils.padding": [ + { + "caller": "eth._utils.padding.", + "callee": "eth._utils.padding.zpad_left", + "lineno": 18, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.padding.", + "callee": "eth._utils.padding.zpad_right", + "lineno": 19, + "resolution": "direct_name_call" + } + ], + "eth._utils.rlp": [ + { + "caller": "eth._utils.rlp.diff_rlp_object", + "callee": "eth._utils.rlp.diff_rlp_object", + "lineno": 34, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.rlp.validate_rlp_equal", + "callee": "eth._utils.rlp.diff_rlp_object", + "lineno": 92, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.rlp.validate_rlp_equal", + "callee": "eth._utils.rlp._humanized_diff_elements", + "lineno": 99, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.rlp.validate_rlp_equal", + "callee": ".eth_utils.ValidationError", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.rlp.", + "callee": "eth._utils.rlp.validate_rlp_equal", + "lineno": 107, + "resolution": "direct_name_call" + } + ], + "eth._utils.spoof": [ + { + "caller": "eth._utils.spoof.", + "callee": ".typing.TypeVar", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.spoof.SpoofAttributes.__init__", + "callee": ".dict.items", + "lineno": 54, + "resolution": "local_builtin_method_call" + }, + { + "caller": "eth._utils.spoof.SpoofAttributes.copy", + "callee": ".eth_utils.toolz.merge", + "lineno": 66, + "resolution": "external_constructor_call" + } + ], + "eth._utils.state": [], + "eth._utils.transactions": [ + { + "caller": "eth._utils.transactions.extract_chain_id", + "callee": "eth._utils.numeric.is_even", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "eth._utils.transactions.extract_signature_v", + "callee": "eth._utils.numeric.is_even", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "eth._utils.transactions.create_transaction_signature", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.transactions.validate_transaction_signature", + "callee": ".eth_utils.ValidationError", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.transactions.validate_transaction_signature", + "callee": ".eth_utils.ValidationError", + "lineno": 99, + "resolution": "external_constructor_call" + } + ], + "eth._utils.version": [], + "eth._utils": [], + "eth._utils.blake2.coders": [ + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": ".eth_utils.ValidationError", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": ".eth_utils.to_int", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": ".typing.cast", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": "eth._utils.blake2.coders._get_64_bit_little_endian_words", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": ".typing.cast", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": "eth._utils.blake2.coders._get_64_bit_little_endian_words", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": ".typing.cast", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": "eth._utils.blake2.coders._get_64_bit_little_endian_words", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": ".eth_utils.to_int", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.blake2.coders.extract_blake2b_parameters", + "callee": ".eth_utils.ValidationError", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.blake2.coders._get_64_bit_little_endian_words", + "callee": ".eth_utils.ValidationError", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "eth._utils.blake2.coders._get_64_bit_little_endian_words", + "callee": ".eth_utils.to_int", + "lineno": 66, + "resolution": "external_constructor_call" + } + ], + "eth._utils.blake2.compression": [ + { + "caller": "eth._utils.blake2.compression.blake2b_compress", + "callee": "eth._utils.blake2.compression.blake2b_compress.G", + "lineno": 165, + "resolution": "nested_function_call" + }, + { + "caller": "eth._utils.blake2.compression.blake2b_compress", + "callee": "eth._utils.blake2.compression.blake2b_compress.G", + "lineno": 168, + "resolution": "nested_function_call" + }, + { + "caller": "eth._utils.blake2.compression.blake2b_compress", + "callee": "eth._utils.blake2.compression.blake2b_compress.G", + "lineno": 171, + "resolution": "nested_function_call" + }, + { + "caller": "eth._utils.blake2.compression.blake2b_compress", + "callee": "eth._utils.blake2.compression.blake2b_compress.G", + "lineno": 174, + "resolution": "nested_function_call" + }, + { + "caller": "eth._utils.blake2.compression.blake2b_compress", + "callee": "eth._utils.blake2.compression.blake2b_compress.G", + "lineno": 177, + "resolution": "nested_function_call" + }, + { + "caller": "eth._utils.blake2.compression.blake2b_compress", + "callee": "eth._utils.blake2.compression.blake2b_compress.G", + "lineno": 180, + "resolution": "nested_function_call" + }, + { + "caller": "eth._utils.blake2.compression.blake2b_compress", + "callee": "eth._utils.blake2.compression.blake2b_compress.G", + "lineno": 183, + "resolution": "nested_function_call" + }, + { + "caller": "eth._utils.blake2.compression.blake2b_compress", + "callee": "eth._utils.blake2.compression.blake2b_compress.G", + "lineno": 186, + "resolution": "nested_function_call" + } + ], + "eth._utils.blake2": [], + "newsfragments.validate_files": [], + "scripts.benchmark.run": [ + { + "caller": "scripts.benchmark.run.run", + "callee": ".scripts.benchmark._utils.shellart.bold_green", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": "eth._utils.version.construct_evm_runtime_identifier", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".scripts.benchmark._utils.compile.compile_contracts", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".contract_data.get_contracts", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".scripts.benchmark._utils.shellart.bold_red", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.MineEmptyBlocksBenchmark", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.ImportEmptyBlocksBenchmark", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.SimpleValueTransferBenchmark", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.SimpleValueTransferBenchmark", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.erc20_interact.ERC20DeployBenchmark", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.erc20_interact.ERC20TransferBenchmark", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.erc20_interact.ERC20ApproveBenchmark", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.erc20_interact.ERC20TransferFromBenchmark", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.deploy_dos.DOSContractDeployBenchmark", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.deploy_dos.DOSContractSstoreUint64Benchmark", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.deploy_dos.DOSContractCreateEmptyContractBenchmark", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.deploy_dos.DOSContractRevertSstoreUint64Benchmark", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".checks.deploy_dos.DOSContractRevertCreateEmptyContractBenchmark", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.run", + "callee": ".scripts.benchmark._utils.reporting.print_final_benchmark_total_line", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.run.", + "callee": "scripts.benchmark.run.run", + "lineno": 97, + "resolution": "direct_name_call" + } + ], + "scripts.benchmark": [], + "scripts.benchmark.checks.base_benchmark": [ + { + "caller": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_result_header", + "callee": ".scripts.benchmark._utils.reporting.print_default_benchmark_result_header", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_stat_line", + "callee": ".scripts.benchmark._utils.reporting.print_default_benchmark_stat_line", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_total_line", + "callee": ".scripts.benchmark._utils.reporting.print_default_benchmark_total_line", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.run", + "callee": ".scripts.benchmark._utils.shellart.bold_yellow", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.run", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_result_header", + "lineno": 47, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.run", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.execute", + "lineno": 48, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.run", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_total_line", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.as_timed_result", + "callee": ".scripts.benchmark._utils.meters.time_call", + "lineno": 53, + "resolution": "external_constructor_call" + } + ], + "scripts.benchmark.checks.deploy_dos": [ + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.__init__", + "callee": ".scripts.benchmark._utils.compile.get_compiled_contract", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.__init__", + "callee": ".web3.Web3", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.execute", + "callee": ".scripts.benchmark._utils.chain_plumbing.get_all_chains", + "lineno": 84, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.execute", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark._setup_benchmark", + "lineno": 85, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.as_timed_result", + "lineno": 87, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.execute", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.mine_blocks", + "lineno": 88, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_stat_line", + "lineno": 103, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.mine_blocks", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.mine_block", + "lineno": 114, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.mine_block", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark._apply_transaction", + "lineno": 125, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 138, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "callee": ".eth_utils.decode_hex", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "callee": ".eth_utils.encode_hex", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.sstore_uint64", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 166, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.sstore_uint64", + "callee": ".eth_utils.decode_hex", + "lineno": 173, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.create_empty_contract", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 185, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.create_empty_contract", + "callee": ".eth_utils.decode_hex", + "lineno": 192, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.sstore_uint64_revert", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 204, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.sstore_uint64_revert", + "callee": ".eth_utils.decode_hex", + "lineno": 211, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.create_empty_contract_revert", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 223, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.create_empty_contract_revert", + "callee": ".eth_utils.decode_hex", + "lineno": 230, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractDeployBenchmark._apply_transaction", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "lineno": 242, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractSstoreUint64Benchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "lineno": 251, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractSstoreUint64Benchmark._apply_transaction", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.sstore_uint64", + "lineno": 255, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractCreateEmptyContractBenchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "lineno": 264, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractCreateEmptyContractBenchmark._apply_transaction", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.create_empty_contract", + "lineno": 268, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractRevertSstoreUint64Benchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "lineno": 277, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractRevertSstoreUint64Benchmark._apply_transaction", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.sstore_uint64_revert", + "lineno": 281, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractRevertCreateEmptyContractBenchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.deploy_dos_contract", + "lineno": 290, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.deploy_dos.DOSContractRevertCreateEmptyContractBenchmark._apply_transaction", + "callee": "scripts.benchmark.checks.deploy_dos.BaseDOSContractBenchmark.create_empty_contract_revert", + "lineno": 294, + "resolution": "inherited_method_call" + } + ], + "scripts.benchmark.checks.erc20_interact": [ + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.__init__", + "callee": ".scripts.benchmark._utils.compile.get_compiled_contract", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.__init__", + "callee": ".web3.Web3", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.execute", + "callee": ".scripts.benchmark._utils.chain_plumbing.get_all_chains", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.execute", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._setup_benchmark", + "lineno": 86, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.as_timed_result", + "lineno": 89, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.execute", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.mine_blocks", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_stat_line", + "lineno": 103, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.mine_blocks", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.mine_block", + "lineno": 112, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.mine_block", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._next_transaction", + "lineno": 122, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark.mine_block", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer_from.callback", + "lineno": 128, + "resolution": "same_class_name_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 139, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token", + "callee": ".eth_utils.decode_hex", + "lineno": 146, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token.callback", + "callee": ".eth_utils.encode_hex", + "lineno": 159, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 171, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer", + "callee": ".eth_utils.decode_hex", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_approve", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 193, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_approve", + "callee": ".eth_utils.decode_hex", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer_from", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 217, + "resolution": "imported_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer_from", + "callee": ".eth_utils.decode_hex", + "lineno": 224, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20DeployBenchmark._next_transaction", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token", + "lineno": 249, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20TransferBenchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token", + "lineno": 267, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20TransferBenchmark._next_transaction", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer", + "lineno": 274, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20ApproveBenchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token", + "lineno": 290, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20ApproveBenchmark._next_transaction", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_approve", + "lineno": 297, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._deploy_simple_token", + "lineno": 313, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer", + "lineno": 320, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark._setup_benchmark", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_approve", + "lineno": 321, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.erc20_interact.ERC20TransferFromBenchmark._next_transaction", + "callee": "scripts.benchmark.checks.erc20_interact.BaseERC20Benchmark._erc_transfer_from", + "lineno": 330, + "resolution": "inherited_method_call" + } + ], + "scripts.benchmark.checks.import_empty_blocks": [ + { + "caller": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.execute", + "callee": ".scripts.benchmark._utils.chain_plumbing.get_all_chains", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.as_timed_result", + "lineno": 33, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.execute", + "callee": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.import_empty_blocks", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_stat_line", + "lineno": 42, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.import_empty_blocks.ImportEmptyBlocksBenchmark.import_empty_blocks", + "callee": ".scripts.benchmark._utils.format.format_block", + "lineno": 52, + "resolution": "external_constructor_call" + } + ], + "scripts.benchmark.checks.mine_empty_blocks": [ + { + "caller": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.execute", + "callee": ".scripts.benchmark._utils.chain_plumbing.get_all_chains", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.as_timed_result", + "lineno": 33, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.execute", + "callee": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.mine_empty_blocks", + "lineno": 34, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_stat_line", + "lineno": 43, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.mine_empty_blocks.MineEmptyBlocksBenchmark.mine_empty_blocks", + "callee": ".scripts.benchmark._utils.format.format_block", + "lineno": 50, + "resolution": "external_constructor_call" + } + ], + "scripts.benchmark.checks.simple_value_transfers": [ + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.print_result_header", + "callee": ".scripts.benchmark._utils.shellart.bold_yellow", + "lineno": 70, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.execute", + "callee": ".scripts.benchmark._utils.chain_plumbing.get_all_chains", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.as_timed_result", + "lineno": 80, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.execute", + "callee": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.mine_blocks", + "lineno": 81, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.execute", + "callee": ".scripts.benchmark._utils.reporting.DefaultStat", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.execute", + "callee": "scripts.benchmark.checks.base_benchmark.BaseBenchmark.print_stat_line", + "lineno": 94, + "resolution": "inherited_method_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.mine_blocks", + "callee": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.mine_block", + "lineno": 106, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.mine_block", + "callee": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.next_transaction", + "lineno": 115, + "resolution": "self_method_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.mine_block", + "callee": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.next_transaction.callback", + "lineno": 122, + "resolution": "same_class_name_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.next_transaction", + "callee": ".scripts.benchmark._utils.address.generate_random_address", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark.checks.simple_value_transfers.SimpleValueTransferBenchmark.next_transaction", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 132, + "resolution": "imported_call" + } + ], + "scripts.benchmark.checks": [], + "scripts.benchmark.contract_data": [], + "scripts.benchmark._utils.address": [ + { + "caller": "scripts.benchmark._utils.address.generate_random_keypair_and_address", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.address.generate_random_keypair_and_address", + "callee": ".eth_typing.Address", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.address.generate_random_address", + "callee": "scripts.benchmark._utils.address.generate_random_keypair_and_address", + "lineno": 35, + "resolution": "direct_name_call" + } + ], + "scripts.benchmark._utils.chain_plumbing": [ + { + "caller": "scripts.benchmark._utils.chain_plumbing.", + "callee": ".eth_utils.decode_hex", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.chain_plumbing.", + "callee": ".eth_typing.Address", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.chain_plumbing.", + "callee": ".eth_utils.to_wei", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.chain_plumbing.", + "callee": ".eth_utils.decode_hex", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.chain_plumbing.", + "callee": ".eth_typing.Address", + "lineno": 40, + "resolution": "external_constructor_call" + } + ], + "scripts.benchmark._utils.compile": [ + { + "caller": "scripts.benchmark._utils.compile.compile_contract", + "callee": "scripts.benchmark._utils.compile.derive_compile_path", + "lineno": 15, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.benchmark._utils.compile.compile_contracts", + "callee": "scripts.benchmark._utils.compile.compile_contract", + "lineno": 33, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.benchmark._utils.compile.get_compiled_contract", + "callee": "scripts.benchmark._utils.compile.derive_compile_path", + "lineno": 39, + "resolution": "direct_name_call" + } + ], + "scripts.benchmark._utils.format": [ + { + "caller": "scripts.benchmark._utils.format.format_block", + "callee": ".eth_utils.encode_hex", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "scripts.benchmark._utils.meters": [], + "scripts.benchmark._utils.reporting": [ + { + "caller": "scripts.benchmark._utils.reporting.DefaultStat.cumulate", + "callee": "scripts.benchmark._utils.reporting.DefaultStat.", + "lineno": 51, + "resolution": "same_module_class_call" + }, + { + "caller": "scripts.benchmark._utils.reporting.print_default_benchmark_result_header", + "callee": ".scripts.benchmark._utils.shellart.bold_white", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.reporting.print_default_benchmark_total_line", + "callee": ".scripts.benchmark._utils.shellart.bold_white", + "lineno": 94, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.reporting.print_default_benchmark_total_line", + "callee": ".scripts.benchmark._utils.shellart.bold_white", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.reporting.print_final_benchmark_total_line", + "callee": "scripts.benchmark._utils.reporting.print_default_benchmark_total_line", + "lineno": 122, + "resolution": "direct_name_call" + } + ], + "scripts.benchmark._utils.shellart": [ + { + "caller": "scripts.benchmark._utils.shellart.bold_green", + "callee": ".termcolor.colored", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.shellart.bold_red", + "callee": ".termcolor.colored", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.shellart.bold_yellow", + "callee": ".termcolor.colored", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.benchmark._utils.shellart.bold_white", + "callee": ".termcolor.colored", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "scripts.benchmark._utils": [], + "scripts.release.test_package": [ + { + "caller": "scripts.release.test_package.test_install_local_wheel", + "callee": ".tempfile.TemporaryDirectory", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.release.test_package.test_install_local_wheel", + "callee": "scripts.release.test_package.create_venv", + "lineno": 46, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.release.test_package.test_install_local_wheel", + "callee": ".pathlib.Path", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.release.test_package.test_install_local_wheel", + "callee": "scripts.release.test_package.find_wheel", + "lineno": 47, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.release.test_package.test_install_local_wheel", + "callee": ".pathlib.Path", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "scripts.release.test_package.test_install_local_wheel", + "callee": "scripts.release.test_package.install_wheel", + "lineno": 48, + "resolution": "direct_name_call" + }, + { + "caller": "scripts.release.test_package.", + "callee": "scripts.release.test_package.test_install_local_wheel", + "lineno": 55, + "resolution": "direct_name_call" + } + ], + "tests.conftest": [ + { + "caller": "tests.conftest.", + "callee": ".eth_utils.setup_DEBUG2_logging", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.conftest.base_db", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 122, + "resolution": "imported_call" + }, + { + "caller": "tests.conftest.funded_address_private_key", + "callee": ".eth_utils.decode_hex", + "lineno": 128, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.conftest.funded_address_initial_balance", + "callee": ".eth_utils.to_wei", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.conftest._chain_with_block_validation", + "callee": "tests.conftest._get_genesis_defaults", + "lineno": 187, + "resolution": "direct_name_call" + }, + { + "caller": "tests.conftest.chain_with_block_validation", + "callee": "tests.conftest._chain_with_block_validation", + "lineno": 193, + "resolution": "direct_name_call" + }, + { + "caller": "tests.conftest.chain_from_vm.get_chain_from_vm", + "callee": "tests.conftest._chain_with_block_validation", + "lineno": 205, + "resolution": "direct_name_call" + }, + { + "caller": "tests.conftest._chain_without_block_validation", + "callee": "tests.conftest._get_genesis_defaults", + "lineno": 258, + "resolution": "direct_name_call" + }, + { + "caller": "tests.conftest.chain_without_block_validation", + "callee": "tests.conftest._chain_without_block_validation", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "tests.conftest.chain_without_block_validation_factory", + "callee": "tests.conftest._chain_without_block_validation", + "lineno": 269, + "resolution": "direct_name_call" + }, + { + "caller": "tests.conftest.chain_without_block_validation_from_vm.get_chain_from_vm", + "callee": "tests.conftest._chain_without_block_validation", + "lineno": 281, + "resolution": "direct_name_call" + }, + { + "caller": "tests.conftest.load_bytes_from_file", + "callee": ".eth_utils.decode_hex", + "lineno": 297, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.conftest.ropsten_epoch_headers", + "callee": ".pathlib.Path", + "lineno": 309, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.conftest.ropsten_epoch_headers", + "callee": "tests.conftest.load_bytes_from_file", + "lineno": 310, + "resolution": "direct_name_call" + }, + { + "caller": "tests.conftest.ropsten_epoch_headers", + "callee": "tests.conftest.deserialize_rlp_objects", + "lineno": 311, + "resolution": "direct_name_call" + } + ], + "tests": [], + "tests.core.fixtures": [ + { + "caller": "tests.core.fixtures.", + "callee": ".eth_utils.decode_hex", + "lineno": 8, + "resolution": "external_constructor_call" + } + ], + "tests.core.helpers": [ + { + "caller": "tests.core.helpers.fill_block", + "callee": ".eth_utils.decode_hex", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.helpers.fill_block", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 28, + "resolution": "imported_call" + } + ], + "tests.core.test_import_and_version": [], + "tests.core.address-utils.test_address_generation": [ + { + "caller": "tests.core.address-utils.test_address_generation.test_generate_safe_contract_address", + "callee": "eth._utils.address.generate_safe_contract_address", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "tests.core.address-utils.test_address_generation.test_generate_safe_contract_address", + "callee": ".eth_utils.decode_hex", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.address-utils.test_address_generation.test_generate_safe_contract_address", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.address-utils.test_address_generation.test_generate_safe_contract_address", + "callee": ".eth_utils.decode_hex", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.address-utils.test_address_generation.test_generate_safe_contract_address", + "callee": ".eth_utils.decode_hex", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.address-utils.test_address_generation.test_generate_safe_contract_address", + "callee": ".eth_utils.is_same_address", + "lineno": 67, + "resolution": "external_constructor_call" + } + ], + "tests.core.builder-tools.test_chain_builder": [ + { + "caller": "tests.core.builder-tools.test_chain_builder.mining_chain_params", + "callee": ".eth_utils.to_wei", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.builder-tools.test_chain_builder.test_chain_builder_mine_block_with_transactions", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 107, + "resolution": "imported_call" + } + ], + "tests.core.builder-tools.test_chain_construction": [ + { + "caller": "tests.core.builder-tools.test_chain_construction.test_chain_builder_enable_pow_mining", + "callee": "eth.consensus.pow.check_pow", + "lineno": 152, + "resolution": "imported_call" + }, + { + "caller": "tests.core.builder-tools.test_chain_construction.test_chain_builder_disable_pow_check", + "callee": "eth.consensus.pow.check_pow", + "lineno": 180, + "resolution": "imported_call" + } + ], + "tests.core.builder-tools.test_chain_initializer": [ + { + "caller": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_default", + "callee": ".eth_utils.toolz.pipe", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_with_state_simple", + "callee": ".eth_utils.toolz.pipe", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_with_state_multiple", + "callee": ".eth_utils.toolz.pipe", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_with_params", + "callee": ".eth_utils.toolz.pipe", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.builder-tools.test_chain_initializer.test_chain_builder_initialize_chain_with_params_and_state", + "callee": ".eth_utils.toolz.pipe", + "lineno": 107, + "resolution": "external_constructor_call" + } + ], + "tests.core.chain-object.test_build_block_incrementally": [ + { + "caller": "tests.core.chain-object.test_build_block_incrementally.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 13, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_build_block_incrementally.test_building_block_incrementally_with_single_transaction", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_build_block_incrementally.test_building_block_incrementally_with_multiple_transactions", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_build_block_incrementally.test_building_block_incrementally_with_multiple_transactions", + "callee": ".list.append", + "lineno": 59, + "resolution": "local_builtin_method_call" + } + ], + "tests.core.chain-object.test_chain": [ + { + "caller": "tests.core.chain-object.test_chain.", + "callee": ".eth_utils.toolz.sliding_window", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_chain.tx", + "callee": ".eth_utils.decode_hex", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_chain.tx", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 87, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_chain.tx2", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 96, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_chain.test_import_block_validation", + "callee": ".eth_utils.decode_hex", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_chain.test_mainnet_genesis_hash", + "callee": ".eth_utils.decode_hex", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_chain.test_ropsten_genesis_hash", + "callee": ".eth_utils.decode_hex", + "lineno": 225, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_chain.test_uncles_across_VMs", + "callee": "tests.core.chain-object.test_chain._mine_result_to_header", + "lineno": 292, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.chain-object.test_chain.test_uncles_across_VMs", + "callee": "tests.core.chain-object.test_chain._mine_result_to_header", + "lineno": 296, + "resolution": "direct_name_call" + } + ], + "tests.core.chain-object.test_chain_get_ancestors": [ + { + "caller": "tests.core.chain-object.test_chain_get_ancestors.fork_chain", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_chain_get_ancestors.fork_chain", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 24, + "resolution": "imported_call" + } + ], + "tests.core.chain-object.test_chain_reorganization": [], + "tests.core.chain-object.test_chain_retrieval_of_vm_class": [ + { + "caller": "tests.core.chain-object.test_chain_retrieval_of_vm_class.genesis_header", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_chain_retrieval_of_vm_class.chaindb", + "callee": "eth.db.chain.ChainDB.__init__", + "lineno": 58, + "resolution": "imported_call" + } + ], + "tests.core.chain-object.test_contract_call": [ + { + "caller": "tests.core.chain-object.test_contract_call.genesis_state", + "callee": ".eth_utils.toolz.assoc", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.genesis_state", + "callee": ".eth_utils.decode_hex", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.uint256_to_bytes", + "callee": ".eth_utils.to_bytes", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.test_get_transaction_result", + "callee": ".eth_utils.function_signature_to_4byte_selector", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.test_get_transaction_result", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 126, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.test_get_transaction_result", + "callee": "tests.core.chain-object.test_contract_call.uint256_to_bytes", + "lineno": 101, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.test_get_transaction_result", + "callee": "tests.core.chain-object.test_contract_call.uint256_to_bytes", + "lineno": 106, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.test_get_transaction_result", + "callee": "tests.core.chain-object.test_contract_call.uint256_to_bytes", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.test_get_transaction_result", + "callee": "tests.core.chain-object.test_contract_call.uint256_to_bytes", + "lineno": 118, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.test_get_transaction_result_revert", + "callee": ".eth_utils.function_signature_to_4byte_selector", + "lineno": 280, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.chain-object.test_contract_call.test_get_transaction_result_revert", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 281, + "resolution": "imported_call" + } + ], + "tests.core.chain-object.test_create_transaction": [], + "tests.core.chain-object.test_gas_estimation": [ + { + "caller": "tests.core.chain-object.test_gas_estimation.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 32, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_gas_estimation.test_estimate_gas", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 931, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_gas_estimation.test_estimate_gas", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 933, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block.mk_estimation_txn", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 984, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block", + "callee": "tests.core.helpers.fill_block", + "lineno": 999, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block", + "callee": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block.mk_estimation_txn", + "lineno": 1003, + "resolution": "nested_function_call" + }, + { + "caller": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block", + "callee": "tests.core.helpers.fill_block", + "lineno": 1008, + "resolution": "imported_call" + }, + { + "caller": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block", + "callee": "tests.core.chain-object.test_gas_estimation.test_estimate_gas_on_full_block.mk_estimation_txn", + "lineno": 1011, + "resolution": "nested_function_call" + } + ], + "tests.core.code-stream.test_code_stream": [ + { + "caller": "tests.core.code-stream.test_code_stream.test_code_stream_accepts_bytes", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 28, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_code_stream_rejects_invalid_code_byte_values", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_next_returns_the_correct_next_opcode", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 40, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_peek_returns_next_opcode_without_changing_code_stream_location", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_peek_returns_next_opcode_without_changing_code_stream_location", + "callee": "eth.vm.code_stream.CodeStream.peek", + "lineno": 51, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_peek_returns_next_opcode_without_changing_code_stream_location", + "callee": "eth.vm.code_stream.CodeStream.peek", + "lineno": 55, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_STOP_opcode_is_returned_when_bytecode_end_is_reached", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_seek_reverts_to_original_stream_position_when_context_exits", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 68, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_seek_reverts_to_original_stream_position_when_context_exits", + "callee": "eth.vm.code_stream.CodeStream.seek", + "lineno": 71, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_seek_reverts_to_original_stream_position_when_context_exits", + "callee": "eth.vm.code_stream.CodeStream.peek", + "lineno": 75, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_get_item_returns_correct_opcode", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 79, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_invalidates_bytes_after_PUSHXX_opcodes", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_invalidates_bytes_after_PUSHXX_opcodes", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 87, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_invalidates_bytes_after_PUSHXX_opcodes", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 88, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_invalidates_bytes_after_PUSHXX_opcodes", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 89, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_invalidates_bytes_after_PUSHXX_opcodes", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 90, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_invalidates_bytes_after_PUSHXX_opcodes", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 91, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_valid_with_PUSH32_just_past_boundary", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 97, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_valid_with_PUSH32_just_past_boundary", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 98, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_valid_with_PUSH32_just_past_boundary", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 100, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_valid_with_PUSH32_just_past_boundary", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 101, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_is_valid_opcode_valid_with_PUSH32_just_past_boundary", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 102, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 106, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 109, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 110, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 111, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 112, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 113, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 114, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 115, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 116, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 127, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 130, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 131, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 132, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 133, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 134, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 135, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 136, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 137, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 138, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 139, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 140, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 141, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 142, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 143, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 144, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 145, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 146, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode_first_check_deep", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 157, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_even_harder_is_valid_opcode_first_check_deep", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 160, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_right_number_of_bytes_invalidated_after_pushxx", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 164, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_right_number_of_bytes_invalidated_after_pushxx", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 165, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_right_number_of_bytes_invalidated_after_pushxx", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 166, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_right_number_of_bytes_invalidated_after_pushxx", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 167, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_right_number_of_bytes_invalidated_after_pushxx", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 168, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_right_number_of_bytes_invalidated_after_pushxx", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 169, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_right_number_of_bytes_invalidated_after_pushxx", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 170, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream._mk_bytecode", + "callee": ".eth_utils.toolz.drop", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_fuzzy_is_valid_opcode", + "callee": "tests.core.code-stream.test_code_stream._mk_bytecode", + "lineno": 197, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_fuzzy_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 205, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_fuzzy_is_valid_opcode", + "callee": "eth.vm.code_stream.CodeStream.is_valid_opcode", + "lineno": 210, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_fuzzy_is_valid_opcode", + "callee": ".hypothesis.given", + "lineno": 191, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_iter", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream.__init__", + "lineno": 217, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_iter", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 218, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_iter", + "callee": ".hypothesis.given", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream.__init__", + "lineno": 231, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 232, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream.read", + "lineno": 233, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read", + "callee": "eth.vm.code_stream.CodeStream.read", + "lineno": 234, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read", + "callee": "eth.vm.code_stream.CodeStream.read", + "lineno": 238, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream.read", + "lineno": 238, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read", + "callee": ".hypothesis.given", + "lineno": 226, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read_during_iter", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream.__init__", + "lineno": 247, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read_during_iter", + "callee": "eth.vm.code_stream.CodeStream.__init__", + "lineno": 248, + "resolution": "imported_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read_during_iter", + "callee": "eth.vm.code_stream.CodeStream.read", + "lineno": 252, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read_during_iter", + "callee": "eth.tools._utils.slow_code_stream.SlowCodeStream.read", + "lineno": 253, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.code-stream.test_code_stream.test_new_vs_reference_code_stream_read_during_iter", + "callee": ".hypothesis.given", + "lineno": 241, + "resolution": "external_constructor_call" + } + ], + "tests.core.consensus.test_clique_consensus": [ + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": "eth.consensus.clique._utils.sign_block_header", + "lineno": 76, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 121, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 124, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 130, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 133, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 136, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 139, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.", + "callee": ".eth_utils.decode_hex", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.make_next_header", + "callee": "eth.consensus.clique._utils.sign_block_header", + "lineno": 183, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 190, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 194, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 199, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 202, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 206, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 209, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 212, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_can_retrieve_root_snapshot", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 256, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_raises_unknown_ancestor_error", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_raises_unknown_ancestor_error", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_validate_chain_works_across_forks", + "callee": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "lineno": 270, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_import_block", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 277, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_import_block", + "callee": "eth.consensus.clique._utils.sign_block_header", + "lineno": 282, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_import_block", + "callee": "eth.consensus.clique._utils.get_block_signer", + "lineno": 297, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_reapplies_headers_without_snapshots", + "callee": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "lineno": 309, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_reapplies_headers_without_snapshots", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 317, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_reapplies_headers_without_snapshots", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 318, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_can_persist_and_restore_snapshot_from_db", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 323, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_can_persist_and_restore_snapshot_from_db", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 324, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 333, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 334, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 336, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 339, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 341, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 344, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 348, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_nominate", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 356, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 366, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 367, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 369, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 372, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 374, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 377, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 381, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_revert_previous_kick", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 389, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 399, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 400, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 402, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 405, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 407, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 410, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 414, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_kicks", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 422, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 430, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 431, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 433, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 436, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 438, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 441, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 445, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_does_not_count_multiple_nominates", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 453, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 460, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "callee": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "lineno": 462, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 464, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 466, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 469, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 473, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 478, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_alice_votes_in_bob_and_ron_then_gets_kicked", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 482, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 490, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "lineno": 492, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 497, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_to", + "lineno": 501, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_from", + "lineno": 502, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_from", + "lineno": 504, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 505, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_to", + "lineno": 510, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_from", + "lineno": 511, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_nomination", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_from", + "lineno": 512, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.get_clique", + "lineno": 516, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.alice_nominates_bob_and_ron_then_they_kick_her", + "lineno": 520, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 525, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 530, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 538, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_to", + "lineno": 541, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_from", + "lineno": 542, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 545, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 553, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.make_next_header", + "lineno": 555, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.validate_seal_and_get_snapshot", + "lineno": 563, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_from", + "lineno": 568, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_clique_consensus.test_removes_all_pending_votes_after_kick", + "callee": "tests.core.consensus.test_clique_consensus.has_vote_to", + "lineno": 569, + "resolution": "direct_name_call" + } + ], + "tests.core.consensus.test_clique_encoding": [ + { + "caller": "tests.core.consensus.test_clique_encoding.", + "callee": "eth.consensus.clique.datatypes.Tally.", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_encoding.", + "callee": "eth.consensus.clique.datatypes.Tally.", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_encoding.", + "callee": "eth.consensus.clique.datatypes.Snapshot.", + "lineno": 37, + "resolution": "imported_call" + } + ], + "tests.core.consensus.test_clique_utils": [ + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_typing.Address", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_typing.Address", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 89, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 100, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 110, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 120, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 134, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 137, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 141, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 147, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 157, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 160, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 163, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 166, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 171, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 174, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": ".eth_utils.decode_hex", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.", + "callee": "eth.abc.BlockHeaderAPI.copy", + "lineno": 181, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.test_get_signer", + "callee": "eth.consensus.clique._utils.get_block_signer", + "lineno": 195, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.test_can_sign_header", + "callee": "eth.consensus.clique._utils.sign_block_header", + "lineno": 222, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.test_can_sign_header", + "callee": "eth.consensus.clique._utils.get_block_signer", + "lineno": 223, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.test_can_sign_header", + "callee": "eth.consensus.clique._utils.get_signers_at_checkpoint", + "lineno": 224, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_clique_utils.test_get_allowed_signers", + "callee": "eth.consensus.clique._utils.get_signers_at_checkpoint", + "lineno": 228, + "resolution": "imported_call" + } + ], + "tests.core.consensus.test_consensus_engine": [ + { + "caller": "tests.core.consensus.test_consensus_engine.WhitelistConsensus._get_consensus_data", + "callee": ".eth_utils.ValidationError", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.consensus.test_consensus_engine.WhitelistConsensus.validate_seal", + "callee": "tests.core.consensus.test_consensus_engine.WhitelistConsensus._get_consensus_data", + "lineno": 49, + "resolution": "self_method_call" + }, + { + "caller": "tests.core.consensus.test_consensus_engine.WhitelistConsensus.validate_seal", + "callee": ".eth_utils.ValidationError", + "lineno": 54, + "resolution": "external_constructor_call" + } + ], + "tests.core.consensus.test_pow_mining": [ + { + "caller": "tests.core.consensus.test_pow_mining.test_cache_turnover", + "callee": "eth.consensus.pow.get_cache", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_pow_mining.test_cache_turnover.lookup_random_caches", + "callee": "eth.consensus.pow.get_cache", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_pow_mining.test_cache_turnover", + "callee": "tests.core.consensus.test_pow_mining._concurrently_run_to_completion", + "lineno": 53, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_pow_mining.test_pow_across_epochs.check", + "callee": "eth.consensus.pow.check_pow", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "tests.core.consensus.test_pow_mining.test_pow_across_epochs", + "callee": "tests.core.consensus.test_pow_mining._concurrently_run_to_completion", + "lineno": 70, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.consensus.test_pow_mining.test_mining_tools_proof_of_work_mining", + "callee": "eth.consensus.pow.check_pow", + "lineno": 86, + "resolution": "imported_call" + } + ], + "tests.core.datatype-utils.test_configurable_class": [], + "tests.core.db.test_keymap_db": [ + { + "caller": "tests.core.db.test_keymap_db.test_keymap_db_can_be_copied_and_deep_copied", + "callee": "eth.db.hash_trie.HashTrie.", + "lineno": 12, + "resolution": "imported_call" + }, + { + "caller": "tests.core.db.test_keymap_db.test_keymap_db_can_be_copied_and_deep_copied", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 12, + "resolution": "imported_call" + } + ], + "tests.core.env-utils.test_env_bool": [ + { + "caller": "tests.core.env-utils.test_env_bool.test_env_bool_not_required_with_no_default", + "callee": "eth._utils.env.env_bool", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_bool.test_env_bool_not_required_and_not_set", + "callee": "eth._utils.env.env_bool", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_bool.test_env_bool_when_missing_and_required_is_error", + "callee": "eth._utils.env.env_bool", + "lineno": 49, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_bool.test_env_bool_when_missing_and_default_provided", + "callee": "eth._utils.env.env_bool", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_bool.test_that_required_and_default_are_mutually_exclusive", + "callee": "eth._utils.env.env_bool", + "lineno": 79, + "resolution": "imported_call" + } + ], + "tests.core.env-utils.test_env_float": [ + { + "caller": "tests.core.env-utils.test_env_float.test_env_float_not_required_with_no_default", + "callee": "eth._utils.env.env_float", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_float.test_env_float_not_required_and_not_set", + "callee": "eth._utils.env.env_float", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_float.test_env_float_when_missing_and_required_is_error", + "callee": "eth._utils.env.env_float", + "lineno": 48, + "resolution": "imported_call" + } + ], + "tests.core.env-utils.test_env_int": [ + { + "caller": "tests.core.env-utils.test_env_int.test_env_int_not_required_with_no_default", + "callee": "eth._utils.env.env_int", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_int.test_env_int_not_required_and_not_set", + "callee": "eth._utils.env.env_int", + "lineno": 36, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_int.test_env_int_when_missing_and_required_is_error", + "callee": "eth._utils.env.env_int", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_int.test_env_int_when_missing_and_default_provided", + "callee": "eth._utils.env.env_int", + "lineno": 67, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_int.test_that_required_and_default_are_mutually_exclusive", + "callee": "eth._utils.env.env_int", + "lineno": 76, + "resolution": "imported_call" + } + ], + "tests.core.env-utils.test_env_list": [ + { + "caller": "tests.core.env-utils.test_env_list.test_env_list_with_stock_usage", + "callee": "eth._utils.env.env_list", + "lineno": 16, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_list.test_env_list_removes_whitespace", + "callee": "eth._utils.env.env_list", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_list.test_env_list_with_custom_separator", + "callee": "eth._utils.env.env_list", + "lineno": 37, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_list.test_env_list_with_empty_list", + "callee": "eth._utils.env.env_list", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_list.test_env_list_with_default_value", + "callee": "eth._utils.env.env_list", + "lineno": 60, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_list.test_env_list_with_required_raises_when_not_present", + "callee": "eth._utils.env.env_list", + "lineno": 69, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_list.test_env_list_with_required_and_default_is_error", + "callee": "eth._utils.env.env_list", + "lineno": 74, + "resolution": "imported_call" + } + ], + "tests.core.env-utils.test_env_string": [ + { + "caller": "tests.core.env-utils.test_env_string.test_env_string_with_basic_usage", + "callee": "eth._utils.env.env_string", + "lineno": 16, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_string.test_env_string_with_default_value", + "callee": "eth._utils.env.env_string", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_string.test_env_string_with_required", + "callee": "eth._utils.env.env_string", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_env_string.test_env_string_with_required_and_default_is_error", + "callee": "eth._utils.env.env_string", + "lineno": 44, + "resolution": "imported_call" + } + ], + "tests.core.env-utils.test_get": [ + { + "caller": "tests.core.env-utils.test_get.test_get_mapping", + "callee": "eth._utils.env.get", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "tests.core.env-utils.test_get.test_get_mapping_for_lists", + "callee": "eth._utils.env.get", + "lineno": 34, + "resolution": "imported_call" + } + ], + "tests.core.fixture-tools.test_normalize_state": [ + { + "caller": "tests.core.fixture-tools.test_normalize_state.test_normalize_state", + "callee": ".eth_utils.big_endian_to_int", + "lineno": 52, + "resolution": "external_constructor_call" + } + ], + "tests.core.gas_meter.test_gas_meter": [ + { + "caller": "tests.core.gas_meter.test_gas_meter.gas_meter", + "callee": "eth.vm.gas_meter.GasMeter.__init__", + "lineno": 17, + "resolution": "imported_call" + }, + { + "caller": "tests.core.gas_meter.test_gas_meter.test_start_gas_on_instantiation", + "callee": "eth.vm.gas_meter.GasMeter.__init__", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "tests.core.gas_meter.test_gas_meter.test_instantiation_invalid_value", + "callee": "eth.vm.gas_meter.GasMeter.__init__", + "lineno": 31, + "resolution": "imported_call" + } + ], + "tests.core.generator-utils.test_cached_iterable": [ + { + "caller": "tests.core.generator-utils.test_cached_iterable.test_cached_generator", + "callee": "eth._utils.generator.CachedIterable.__init__", + "lineno": 15, + "resolution": "imported_call" + }, + { + "caller": "tests.core.generator-utils.test_cached_iterable.test_cached_generator", + "callee": ".eth_utils.toolz.nth", + "lineno": 18, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.generator-utils.test_cached_iterable.test_laziness", + "callee": "eth._utils.generator.CachedIterable.__init__", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "tests.core.generator-utils.test_cached_iterable.test_laziness", + "callee": "tests.core.generator-utils.test_cached_iterable.test_laziness.crash_after_first_val", + "lineno": 26, + "resolution": "nested_function_call" + }, + { + "caller": "tests.core.generator-utils.test_cached_iterable.test_laziness", + "callee": ".eth_utils.toolz.first", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.generator-utils.test_cached_iterable.test_laziness", + "callee": ".eth_utils.toolz.first", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.generator-utils.test_cached_iterable.test_cached_generator_iterable", + "callee": "eth._utils.generator.CachedIterable.__init__", + "lineno": 33, + "resolution": "imported_call" + } + ], + "tests.core.hexadecimal-utils.test_encode_and_decode": [ + { + "caller": "tests.core.hexadecimal-utils.test_encode_and_decode.test_basic_hexadecimal_encoding", + "callee": ".eth_utils.encode_hex", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.hexadecimal-utils.test_encode_and_decode.test_basic_hexadecimal_decoding", + "callee": ".eth_utils.decode_hex", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.hexadecimal-utils.test_encode_and_decode.test_round_trip_with_bytestring_start", + "callee": ".eth_utils.encode_hex", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.hexadecimal-utils.test_encode_and_decode.test_round_trip_with_bytestring_start", + "callee": ".eth_utils.decode_hex", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.hexadecimal-utils.test_encode_and_decode.test_round_trip_with_bytestring_start", + "callee": ".hypothesis.given", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.hexadecimal-utils.test_encode_and_decode.test_round_trip_with_hex_string_start", + "callee": ".eth_utils.decode_hex", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.hexadecimal-utils.test_encode_and_decode.test_round_trip_with_hex_string_start", + "callee": ".eth_utils.encode_hex", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.hexadecimal-utils.test_encode_and_decode.test_round_trip_with_hex_string_start", + "callee": ".hypothesis.given", + "lineno": 53, + "resolution": "external_constructor_call" + } + ], + "tests.core.memory.test_memory": [ + { + "caller": "tests.core.memory.test_memory.memory", + "callee": "eth.vm.memory.Memory.__init__", + "lineno": 14, + "resolution": "imported_call" + }, + { + "caller": "tests.core.memory.test_memory.memory32", + "callee": "eth.vm.memory.Memory.__init__", + "lineno": 19, + "resolution": "imported_call" + }, + { + "caller": "tests.core.memory.test_memory.memory32", + "callee": "eth.vm.memory.Memory.extend", + "lineno": 20, + "resolution": "local_typed_method_call" + } + ], + "tests.core.message-object.test_message_object": [ + { + "caller": "tests.core.message-object.test_message_object._create_message", + "callee": "eth.vm.message.Message.__init__", + "lineno": 29, + "resolution": "imported_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_parameter_validation", + "callee": "tests.core.message-object.test_message_object._create_message", + "lineno": 56, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_parameter_validation", + "callee": "tests.core.message-object.test_message_object._create_message", + "lineno": 59, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_parameter_validation", + "callee": ".eth_utils.to_normalized_address", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_parameter_validation", + "callee": ".eth_utils.to_normalized_address", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_parameter_validation", + "callee": ".eth_utils.to_normalized_address", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_parameter_validation", + "callee": ".eth_utils.to_normalized_address", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_code_address_defaults_to_to_address", + "callee": "tests.core.message-object.test_message_object._create_message", + "lineno": 63, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_code_address_uses_provided_address", + "callee": "tests.core.message-object.test_message_object._create_message", + "lineno": 68, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_storage_address_defaults_to_to_address", + "callee": "tests.core.message-object.test_message_object._create_message", + "lineno": 73, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_storage_address_uses_provided_address", + "callee": "tests.core.message-object.test_message_object._create_message", + "lineno": 78, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_is_create_computed_property", + "callee": "tests.core.message-object.test_message_object._create_message", + "lineno": 83, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.message-object.test_message_object.test_is_create_computed_property", + "callee": "tests.core.message-object.test_message_object._create_message", + "lineno": 86, + "resolution": "direct_name_call" + } + ], + "tests.core.numeric-utils.test_get_highest_bit_length": [ + { + "caller": "tests.core.numeric-utils.test_get_highest_bit_length.test_get_highest_bit_index", + "callee": "eth._utils.numeric.get_highest_bit_index", + "lineno": 19, + "resolution": "imported_call" + } + ], + "tests.core.numeric-utils.test_integer_squareroot": [ + { + "caller": "tests.core.numeric-utils.test_integer_squareroot.test_integer_squareroot_correct", + "callee": "eth._utils.numeric.integer_squareroot", + "lineno": 15, + "resolution": "imported_call" + }, + { + "caller": "tests.core.numeric-utils.test_integer_squareroot.test_integer_squareroot_correct", + "callee": ".hypothesis.given", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.numeric-utils.test_integer_squareroot.test_integer_squareroot_success", + "callee": "eth._utils.numeric.integer_squareroot", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "tests.core.numeric-utils.test_integer_squareroot.test_integer_squareroot_edge_cases", + "callee": "eth._utils.numeric.integer_squareroot", + "lineno": 48, + "resolution": "imported_call" + } + ], + "tests.core.numeric-utils.test_int_to_bytes32": [ + { + "caller": "tests.core.numeric-utils.test_int_to_bytes32.test_int_to_bytes32_valid", + "callee": "eth._utils.numeric.int_to_bytes32", + "lineno": 21, + "resolution": "imported_call" + }, + { + "caller": "tests.core.numeric-utils.test_int_to_bytes32.test_int_to_bytes32_invalid", + "callee": "eth._utils.numeric.int_to_bytes32", + "lineno": 33, + "resolution": "imported_call" + } + ], + "tests.core.opcodes.test_opcodes": [ + { + "caller": "tests.core.opcodes.test_opcodes.", + "callee": ".eth_utils.to_canonical_address", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.", + "callee": ".eth_utils.to_canonical_address", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.assemble", + "callee": ".eth_utils.hexstr_if_str", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.setup_vm", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 86, + "resolution": "imported_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.setup_vm", + "callee": "eth.vm.chain_context.ChainContext.__init__", + "lineno": 87, + "resolution": "imported_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.setup_vm", + "callee": "eth.db.chain.ChainDB.__init__", + "lineno": 94, + "resolution": "imported_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.run_computation", + "callee": "eth.vm.message.Message.__init__", + "lineno": 109, + "resolution": "imported_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.run_computation", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 139, + "resolution": "imported_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.run_general_computation", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 145, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.run_general_computation", + "callee": ".eth_utils.decode_hex", + "lineno": 147, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.run_general_computation", + "callee": ".eth_utils.decode_hex", + "lineno": 148, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.run_general_computation", + "callee": ".eth_utils.decode_hex", + "lineno": 150, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.run_general_computation", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 152, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_add", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 191, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_base_fee", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 202, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_nullary_opcodes", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 221, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_blockhash", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 239, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_mul", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 284, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_exp", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 360, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shl", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 443, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shl", + "callee": ".eth_utils.decode_hex", + "lineno": 444, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shl", + "callee": ".eth_utils.decode_hex", + "lineno": 445, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shl", + "callee": ".eth_utils.encode_hex", + "lineno": 450, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shl", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 450, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shr", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 526, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shr", + "callee": ".eth_utils.decode_hex", + "lineno": 527, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shr", + "callee": ".eth_utils.decode_hex", + "lineno": 528, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shr", + "callee": ".eth_utils.encode_hex", + "lineno": 532, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_shr", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 532, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sar", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 638, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sar", + "callee": ".eth_utils.decode_hex", + "lineno": 639, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sar", + "callee": ".eth_utils.decode_hex", + "lineno": 640, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sar", + "callee": ".eth_utils.encode_hex", + "lineno": 644, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sar", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 644, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_extcodehash", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 674, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_extcodehash", + "callee": ".eth_utils.decode_hex", + "lineno": 676, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_extcodehash", + "callee": ".eth_utils.encode_hex", + "lineno": 680, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sstore", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1202, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sstore", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1211, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sstore", + "callee": ".eth_utils.decode_hex", + "lineno": 1211, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sstore_limit_2300", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1231, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sstore_limit_2300", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1238, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_sstore_limit_2300", + "callee": ".eth_utils.decode_hex", + "lineno": 1241, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_chainid", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 1290, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_chainid", + "callee": "tests.core.opcodes.test_opcodes.run_general_computation", + "lineno": 1293, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1383, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1388, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1306, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1316, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1325, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1335, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1343, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1353, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1361, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_balance", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1373, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1511, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1511, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1408, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1417, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1426, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1435, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1444, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1453, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1463, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1474, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1488, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1501, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_gas_costs", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 1503, + "resolution": "imported_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_access_list_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1559, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_access_list_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1560, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_access_list_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1522, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_access_list_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1533, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_access_list_gas_costs", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1544, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_eip2929_gas_by_cache_warmth", + "callee": ".eth_utils.decode_hex", + "lineno": 1602, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_eip2929_gas_by_cache_warmth", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1603, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_eip2929_gas_by_cache_warmth", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1604, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_eip2929_gas_by_cache_warmth", + "callee": ".eth_utils.decode_hex", + "lineno": 1606, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_blake2b_f_compression", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1685, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_blake2b_f_compression", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1686, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_blake2b_f_compression", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 1690, + "resolution": "imported_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_blake2b_f_compression", + "callee": ".eth_utils.to_bytes", + "lineno": 1691, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_does_not_issue_deprecation_warning_pre_shanghai", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1707, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_does_not_issue_deprecation_warning_pre_shanghai", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1708, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_does_not_issue_deprecation_warning_pre_shanghai", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1710, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1723, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "callee": ".dict.keys", + "lineno": 1724, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1730, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1731, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "callee": "tests.core.opcodes.test_opcodes.run_computation", + "lineno": 1738, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "callee": "tests.core.opcodes.test_opcodes.setup_vm", + "lineno": 1739, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.opcodes.test_opcodes.test_selfdestruct_issues_deprecation_warning_for_shanghai_and_later", + "callee": "tests.core.opcodes.test_opcodes.assemble", + "lineno": 1741, + "resolution": "direct_name_call" + } + ], + "tests.core.padding-utils.test_padding": [], + "tests.core.precompiles.test_blake2": [ + { + "caller": "tests.core.precompiles.test_blake2.test_blake2", + "callee": ".eth_utils.to_bytes", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.precompiles.test_blake2.test_blake2", + "callee": "eth._utils.blake2.coders.extract_blake2b_parameters", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "tests.core.precompiles.test_blake2.test_blake2", + "callee": "eth._utils.blake2.compression.blake2b_compress", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "tests.core.precompiles.test_blake2.test_blake2", + "callee": "eth._utils.blake2.coders.extract_blake2b_parameters", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "tests.core.precompiles.test_blake2.test_blake2", + "callee": "eth._utils.blake2.compression.blake2b_compress", + "lineno": 74, + "resolution": "imported_call" + } + ], + "tests.core.stack.test_stack": [ + { + "caller": "tests.core.stack.test_stack.stack", + "callee": "eth.vm.stack.Stack.__init__", + "lineno": 18, + "resolution": "imported_call" + }, + { + "caller": "tests.core.stack.test_stack.test_swap_operates_correctly", + "callee": "tests.core.stack.test_stack._validate_stack_integers", + "lineno": 127, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.stack.test_stack.test_swap_operates_correctly", + "callee": "tests.core.stack.test_stack._validate_stack_integers", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.stack.test_stack.test_swap_operates_correctly", + "callee": "tests.core.stack.test_stack._validate_stack_integers", + "lineno": 131, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.stack.test_stack.test_dup_operates_correctly", + "callee": "tests.core.stack.test_stack._validate_stack_integers", + "lineno": 137, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.stack.test_stack.test_dup_operates_correctly", + "callee": "tests.core.stack.test_stack._validate_stack_integers", + "lineno": 139, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.stack.test_stack.test_dup_operates_correctly", + "callee": "tests.core.stack.test_stack._validate_stack_integers", + "lineno": 141, + "resolution": "direct_name_call" + } + ], + "tests.core.tester.test_generate_vm_configuration": [ + { + "caller": "tests.core.tester.test_generate_vm_configuration.test_generate_vm_configuration", + "callee": "eth.chains.tester._generate_vm_configuration", + "lineno": 182, + "resolution": "imported_call" + } + ], + "tests.core.transactions.test_legacy_transaction": [ + { + "caller": "tests.core.transactions.test_legacy_transaction.test_legacy_transaction_implementations_across_all_forks", + "callee": ".eth_keys.datatypes.PrivateKey", + "lineno": 24, + "resolution": "external_constructor_call" + } + ], + "tests.core.transactions.test_transaction_builder": [ + { + "caller": "tests.core.transactions.test_transaction_builder.test_prague_transaction_builder_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_prague_transaction_builder_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_unsigned_set_code_transaction", + "lineno": 66, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_prague_transaction_builder_set_code_transaction", + "callee": ".eth_keys.datatypes.PrivateKey", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_prague_transaction_builder_set_code_transaction", + "callee": ".eth_utils.toolz.merge", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_prague_transaction_builder_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.PragueTransactionBuilder.new_set_code_transaction", + "lineno": 83, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_prague_transaction_builder_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.Authorization.", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_prague_transaction_builder_set_code_transaction", + "callee": "eth.vm.forks.prague.transactions.Authorization.", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_transaction_builder_methods", + "callee": ".set.difference_update", + "lineno": 103, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_transaction_builder_methods", + "callee": ".set.difference_update", + "lineno": 112, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_transaction_builder_methods", + "callee": ".set.difference_update", + "lineno": 117, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.core.transactions.test_transaction_builder.test_transaction_builder_methods", + "callee": ".set.difference_update", + "lineno": 122, + "resolution": "local_builtin_method_call" + } + ], + "tests.core.transactions.transaction-utils.conftest": [], + "tests.core.transactions.transaction-utils.test_receipt_encoding": [ + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.", + "callee": ".eth_utils.to_bytes", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.", + "callee": ".eth_utils.to_bytes", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode", + "callee": ".eth_utils.decode_hex", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode", + "callee": "eth.rlp.receipts.Receipt.__init__", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode", + "callee": ".eth_utils.decode_hex", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode", + "callee": "eth.vm.forks.berlin.receipts.TypedReceipt.__init__", + "lineno": 64, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode", + "callee": "eth.rlp.receipts.Receipt.__init__", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode_failure", + "callee": ".eth_utils.decode_hex", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_receipt_encoding.test_receipt_decode_failure_by_vm", + "callee": ".eth_utils.to_bytes", + "lineno": 110, + "resolution": "external_constructor_call" + } + ], + "tests.core.transactions.transaction-utils.test_spoof_transaction": [ + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": ".eth_typing.Address", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": ".toolz.merge", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": ".toolz.merge", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": ".toolz.merge", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_unsigned_spoofed", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": ".eth_typing.Address", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_signed_spoofed_common", + "lineno": 65, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_unsigned_spoofed", + "lineno": 71, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": ".eth_typing.Address", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_signed_spoofed_common", + "lineno": 76, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_unsigned_spoofed", + "lineno": 82, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": ".eth_typing.Address", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_signed_spoofed_common", + "lineno": 87, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 92, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_unsigned_spoofed", + "lineno": 93, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": ".eth_typing.Address", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction.test_spoof_transaction_with_from_spoofs_a_signed_transaction_with_default_fields", + "callee": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_signed_spoofed_common", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_spoof_transaction._validate_signed_spoofed_common", + "callee": ".eth_typing.Address", + "lineno": 101, + "resolution": "external_constructor_call" + } + ], + "tests.core.transactions.transaction-utils.test_transaction_encoding": [ + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.", + "callee": ".eth_utils.to_bytes", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.", + "callee": ".eth_utils.to_bytes", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_transaction_decode", + "callee": ".eth_utils.decode_hex", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_transaction_decode", + "callee": ".eth_utils.decode_hex", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_transaction_decode_failure_by_vm", + "callee": ".eth_utils.to_bytes", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_EIP2930_transaction_decode", + "callee": ".eth_utils.decode_hex", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_EIP2930_transaction_decode", + "callee": ".eth_utils.decode_hex", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_EIP2930_transaction_decode", + "callee": ".eth_utils.decode_hex", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_EIP2930_transaction_decode", + "callee": ".eth_utils.to_int", + "lineno": 117, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_EIP2930_transaction_inferred_attributes", + "callee": ".eth_utils.decode_hex", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_encoding.test_EIP2930_transaction_inferred_attributes", + "callee": ".eth_utils.decode_hex", + "lineno": 132, + "resolution": "external_constructor_call" + } + ], + "tests.core.transactions.transaction-utils.test_transaction_signature_validation": [ + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_signature_validation", + "callee": ".eth_utils.decode_hex", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_signature_validation", + "callee": "eth._utils.transactions.validate_transaction_signature", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_signature_validation", + "callee": ".eth_utils.decode_hex", + "lineno": 53, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_signature_validation", + "callee": "eth._utils.transactions.validate_transaction_signature", + "lineno": 55, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP2930_transaction_signature_validation", + "callee": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.deserialize", + "lineno": 60, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP2930_transaction_signature_validation", + "callee": ".eth_utils.decode_hex", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP2930_transaction_signature_validation", + "callee": "eth._utils.transactions.validate_transaction_signature", + "lineno": 63, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_sender_extraction", + "callee": ".eth_utils.decode_hex", + "lineno": 71, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_sender_extraction", + "callee": ".eth_utils.decode_hex", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_sender_extraction", + "callee": "eth._utils.transactions.extract_transaction_sender", + "lineno": 73, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_sender_extraction", + "callee": ".eth_utils.is_same_address", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_pre_EIP155_transaction_sender_extraction", + "callee": ".eth_utils.is_same_address", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_sender_extraction", + "callee": ".eth_utils.decode_hex", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_sender_extraction", + "callee": ".eth_utils.decode_hex", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_sender_extraction", + "callee": "eth._utils.transactions.extract_transaction_sender", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_sender_extraction", + "callee": ".eth_utils.is_same_address", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP155_transaction_sender_extraction", + "callee": ".eth_utils.is_same_address", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP2930_transaction_sender_extraction", + "callee": "eth.vm.forks.berlin.transactions.BerlinTransactionBuilder.deserialize", + "lineno": 90, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP2930_transaction_sender_extraction", + "callee": ".eth_utils.decode_hex", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_EIP2930_transaction_sender_extraction", + "callee": ".eth_utils.is_same_address", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_signed_transaction", + "callee": ".eth_utils.decode_hex", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_signed_transaction", + "callee": ".eth_utils.to_canonical_address", + "lineno": 104, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_signed_transaction", + "callee": ".eth_utils.decode_hex", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_signed_transaction", + "callee": ".eth_utils.is_same_address", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_eip155_signed_transaction", + "callee": ".eth_utils.decode_hex", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_eip155_signed_transaction", + "callee": ".eth_utils.to_canonical_address", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_eip155_signed_transaction", + "callee": ".eth_utils.decode_hex", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.transactions.transaction-utils.test_transaction_signature_validation.test_unsigned_to_eip155_signed_transaction", + "callee": ".eth_utils.is_same_address", + "lineno": 132, + "resolution": "external_constructor_call" + } + ], + "tests.core.validation.test_eth1_validation": [ + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_unique", + "callee": "eth.validation.validate_unique", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_unique", + "callee": "eth.validation.validate_unique", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_bytes", + "callee": "eth.validation.validate_is_bytes", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_bytes", + "callee": "eth.validation.validate_is_bytes", + "lineno": 80, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_integer", + "callee": "eth.validation.validate_is_integer", + "lineno": 97, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_integer", + "callee": "eth.validation.validate_is_integer", + "lineno": 100, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_boolean", + "callee": "eth.validation.validate_is_boolean", + "lineno": 118, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_boolean", + "callee": "eth.validation.validate_is_boolean", + "lineno": 121, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_length", + "callee": "eth.validation.validate_length", + "lineno": 138, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_length", + "callee": "eth.validation.validate_length", + "lineno": 141, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_length_lte", + "callee": "eth.validation.validate_length_lte", + "lineno": 158, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_length_lte", + "callee": "eth.validation.validate_length_lte", + "lineno": 161, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_gte", + "callee": "eth.validation.validate_gte", + "lineno": 175, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_gte", + "callee": "eth.validation.validate_gte", + "lineno": 178, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_gt", + "callee": "eth.validation.validate_gt", + "lineno": 192, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_gt", + "callee": "eth.validation.validate_gt", + "lineno": 195, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_lte", + "callee": "eth.validation.validate_lte", + "lineno": 209, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_lte", + "callee": "eth.validation.validate_lte", + "lineno": 212, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_lt", + "callee": "eth.validation.validate_lt", + "lineno": 226, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_lt", + "callee": "eth.validation.validate_lt", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_canonical_address", + "callee": "eth.validation.validate_canonical_address", + "lineno": 243, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_canonical_address", + "callee": "eth.validation.validate_canonical_address", + "lineno": 246, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_multiple_of", + "callee": "eth.validation.validate_multiple_of", + "lineno": 259, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_multiple_of", + "callee": "eth.validation.validate_multiple_of", + "lineno": 262, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_word", + "callee": "eth.validation.validate_word", + "lineno": 276, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_word", + "callee": "eth.validation.validate_word", + "lineno": 279, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_uint256", + "callee": "eth.validation.validate_uint256", + "lineno": 296, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_uint256", + "callee": "eth.validation.validate_uint256", + "lineno": 299, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_stack_int", + "callee": "eth.validation.validate_stack_int", + "lineno": 314, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_stack_int", + "callee": "eth.validation.validate_stack_int", + "lineno": 317, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_stack_bytes", + "callee": "eth.validation.validate_stack_bytes", + "lineno": 331, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_stack_bytes", + "callee": "eth.validation.validate_stack_bytes", + "lineno": 334, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_list_like", + "callee": "eth.validation.validate_is_list_like", + "lineno": 371, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_list_like", + "callee": "eth.validation.validate_is_list_like", + "lineno": 374, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_transaction_access_list", + "callee": "eth.validation.validate_is_transaction_access_list", + "lineno": 406, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_is_transaction_access_list", + "callee": "eth.validation.validate_is_transaction_access_list", + "lineno": 409, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_block_number", + "callee": "eth.validation.validate_block_number", + "lineno": 466, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_block_number", + "callee": "eth.validation.validate_block_number", + "lineno": 469, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_vm_block_numbers", + "callee": "eth.validation.validate_vm_block_numbers", + "lineno": 486, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_vm_block_numbers", + "callee": "eth.validation.validate_vm_block_numbers", + "lineno": 489, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_eth1_validation.test_validate_vm_configuration_bad_configs", + "callee": "eth.validation.validate_vm_configuration", + "lineno": 501, + "resolution": "imported_call" + } + ], + "tests.core.validation.test_transaction_validation": [ + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_access_list_transaction", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_access_list_transaction", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_access_list_transaction", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.", + "lineno": 48, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_access_list_transaction", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.", + "lineno": 61, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_access_list_transaction", + "callee": "eth.vm.forks.berlin.transactions.UnsignedAccessListTransaction.", + "lineno": 76, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_dynamic_fee_transaction", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.", + "lineno": 107, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_dynamic_fee_transaction", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.", + "lineno": 121, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_dynamic_fee_transaction", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.", + "lineno": 135, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_dynamic_fee_transaction", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.", + "lineno": 149, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_transaction_validation.test_validate_unsigned_dynamic_fee_transaction", + "callee": "eth.vm.forks.london.transactions.UnsignedDynamicFeeTransaction.", + "lineno": 165, + "resolution": "imported_call" + } + ], + "tests.core.validation.test_withdrawal_validation": [ + { + "caller": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 32, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_valid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 32, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 45, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 56, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 59, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 74, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 75, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 76, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_typing.Address", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "tests.core.validation.test_withdrawal_validation.test_invalid_withdrawal_fields", + "callee": ".eth_utils.to_hex", + "lineno": 77, + "resolution": "external_constructor_call" + } + ], + "tests.core.vm.conftest": [ + { + "caller": "tests.core.vm.conftest.canonical_address_a", + "callee": ".eth_utils.to_canonical_address", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.conftest.canonical_address_b", + "callee": ".eth_utils.to_canonical_address", + "lineno": 29, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.conftest.transaction_context", + "callee": "eth.vm.transaction_context.BaseTransactionContext.__init__", + "lineno": 34, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_base_computation": [ + { + "caller": "tests.core.vm.test_base_computation.message", + "callee": "eth.vm.message.Message.__init__", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_base_computation.computation", + "callee": "tests.core.vm.test_base_computation.DummyComputation.", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.core.vm.test_base_computation.test_is_origin_computation", + "callee": "eth.vm.message.Message.__init__", + "lineno": 70, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_base_computation.test_is_origin_computation", + "callee": "tests.core.vm.test_base_computation.DummyComputation.", + "lineno": 79, + "resolution": "same_module_class_call" + } + ], + "tests.core.vm.test_clique_validation": [ + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 34, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 37, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 57, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 66, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_clique_validation.", + "callee": ".eth_utils.decode_hex", + "lineno": 86, + "resolution": "external_constructor_call" + } + ], + "tests.core.vm.test_computation": [ + { + "caller": "tests.core.vm.test_computation.byzantium_plus_miner", + "callee": "tests.core.vm.test_computation._configure_mining_chain", + "lineno": 51, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_computation.test_CREATE_and_CREATE2_resets_return_data_if_account_has_insufficient_funds", + "callee": ".eth_typing.Address", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_computation.test_CREATE_and_CREATE2_resets_return_data_if_account_has_insufficient_funds", + "callee": ".eth_utils.decode_hex", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_computation.test_CREATE_and_CREATE2_resets_return_data_if_account_has_insufficient_funds", + "callee": ".eth_utils.decode_hex", + "lineno": 67, + "resolution": "external_constructor_call" + } + ], + "tests.core.vm.test_contract_code_size_limit": [ + { + "caller": "tests.core.vm.test_contract_code_size_limit.assemble", + "callee": ".eth_utils.hexstr_if_str", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_contract_code_size_limit.test_contract_code_size_limit", + "callee": "tests.core.vm.test_contract_code_size_limit.assemble", + "lineno": 57, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_contract_code_size_limit.test_contract_code_size_limit", + "callee": "eth.vm.message.Message.__init__", + "lineno": 74, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_contract_code_size_limit.test_contract_code_size_limit", + "callee": "eth._utils.address.generate_contract_address", + "lineno": 77, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_contract_code_size_limit.test_contract_code_size_limit", + "callee": ".eth_utils.to_wei", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_contract_code_size_limit.test_contract_code_size_limit", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 86, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_frontier_computation": [ + { + "caller": "tests.core.vm.test_frontier_computation.message", + "callee": "eth.vm.message.Message.__init__", + "lineno": 20, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_frontier_computation.computation", + "callee": "eth.vm.forks.frontier.computation.FrontierComputation.", + "lineno": 33, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_interrupt": [ + { + "caller": "tests.core.vm.test_interrupt.address_with_balance_hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_interrupt.bytecode_hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_interrupt.address_with_storage_hash", + "callee": ".eth_hash.auto.keccak", + "lineno": 54, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_interrupt.test_storage_missing_interrupt", + "callee": ".eth_hash.auto.keccak", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_interrupt.test_storage_missing_interrupt", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 140, + "resolution": "external_constructor_call" + } + ], + "tests.core.vm.test_london": [ + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 43, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 64, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 65, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.", + "callee": ".eth_utils.decode_hex", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.london_plus_miner", + "callee": "tests.core.vm.test_london._configure_mining_chain", + "lineno": 96, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_london.pre_london_miner", + "callee": "tests.core.vm.test_london._configure_mining_chain", + "lineno": 111, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_london.test_base_fee_evolution", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 144, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_london.test_revert_on_reserved_0xEF_byte_for_CREATE_and_CREATE2_post_london", + "callee": ".eth_utils.decode_hex", + "lineno": 186, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "lineno": 238, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": ".eth_typing.Address", + "lineno": 241, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": ".eth_utils.decode_hex", + "lineno": 248, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "lineno": 273, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": ".eth_typing.Address", + "lineno": 276, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": ".eth_utils.decode_hex", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": ".eth_utils.decode_hex", + "lineno": 220, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": ".eth_utils.decode_hex", + "lineno": 221, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_revert_on_reserved_0xEF_byte_for_create_transaction_post_london", + "callee": ".eth_utils.decode_hex", + "lineno": 222, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_does_not_revert_on_reserved_0xEF_byte_for_create_transaction_pre_london", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 353, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_does_not_revert_on_reserved_0xEF_byte_for_create_transaction_pre_london", + "callee": ".eth_typing.Address", + "lineno": 356, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_does_not_revert_on_reserved_0xEF_byte_for_create_transaction_pre_london", + "callee": ".eth_utils.decode_hex", + "lineno": 339, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_does_not_revert_on_reserved_0xEF_byte_for_create_transaction_pre_london", + "callee": ".eth_utils.decode_hex", + "lineno": 340, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_does_not_revert_on_reserved_0xEF_byte_for_create_transaction_pre_london", + "callee": ".eth_utils.decode_hex", + "lineno": 341, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_london.test_state_does_not_revert_on_reserved_0xEF_byte_for_create_transaction_pre_london", + "callee": ".eth_utils.decode_hex", + "lineno": 342, + "resolution": "external_constructor_call" + } + ], + "tests.core.vm.test_mainnet_dao_fork": [ + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 42, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 59, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 76, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 93, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 110, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 127, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 144, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 161, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 178, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 195, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 212, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 229, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 248, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.header_pairs", + "callee": ".eth_utils.toolz.sliding_window", + "lineno": 269, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_mainnet_dao_fork.test_mainnet_dao_fork_header_validation", + "callee": "tests.core.vm.test_mainnet_dao_fork.header_pairs", + "lineno": 275, + "resolution": "direct_name_call" + } + ], + "tests.core.vm.test_modexp_precompile": [ + { + "caller": "tests.core.vm.test_modexp_precompile.eip_198_gas_cost_vectors", + "callee": ".eth_utils.decode_hex", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.eip_198_gas_cost_vectors", + "callee": "tests.core.vm.test_modexp_precompile.vectors", + "lineno": 27, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.eip_2565_gas_cost_vectors", + "callee": ".eth_utils.decode_hex", + "lineno": 31, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.eip_2565_gas_cost_vectors", + "callee": "tests.core.vm.test_modexp_precompile.vectors", + "lineno": 31, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.modexp_result", + "callee": ".eth_utils.decode_hex", + "lineno": 35, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.modexp_result", + "callee": "tests.core.vm.test_modexp_precompile.vectors", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.test_modexp_gas_fee_calculation", + "callee": "eth.precompiles.modexp._compute_modexp_gas_fee_eip_198", + "lineno": 40, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.test_modexp_gas_fee_calculation", + "callee": "tests.core.vm.test_modexp_precompile.eip_198_gas_cost_vectors", + "lineno": 38, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.test_modexp_gas_fee_calculation_eip_2565", + "callee": "eth.vm.forks.berlin.computation._compute_modexp_gas_fee_eip_2565", + "lineno": 46, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.test_modexp_gas_fee_calculation_eip_2565", + "callee": "tests.core.vm.test_modexp_precompile.eip_2565_gas_cost_vectors", + "lineno": 44, + "resolution": "direct_name_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.test_modexp_result", + "callee": "eth.precompiles.modexp._modexp", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_modexp_precompile.test_modexp_result", + "callee": "tests.core.vm.test_modexp_precompile.modexp_result", + "lineno": 50, + "resolution": "direct_name_call" + } + ], + "tests.core.vm.test_rewards": [ + { + "caller": "tests.core.vm.test_rewards.test_rewards", + "callee": ".eth_utils.to_wei", + "lineno": 91, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_rewards.test_rewards", + "callee": ".eth_utils.to_wei", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_rewards.test_rewards_uncle_created_at_different_generations", + "callee": ".eth_utils.to_wei", + "lineno": 187, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_rewards.test_rewards_uncle_created_at_different_generations", + "callee": ".eth_utils.to_wei", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_rewards.test_rewards_nephew_uncle_different_vm", + "callee": ".eth_utils.to_wei", + "lineno": 306, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_rewards.test_rewards_nephew_uncle_different_vm", + "callee": ".eth_utils.to_wei", + "lineno": 307, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_rewards.test_eip1559_txn_rewards", + "callee": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "lineno": 342, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_shanghai": [ + { + "caller": "tests.core.vm.test_shanghai.test_withdrawals_are_stored_in_chain_db", + "callee": "eth.vm.forks.shanghai.withdrawals.Withdrawal.__init__", + "lineno": 37, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_validate_transaction": [ + { + "caller": "tests.core.vm.test_validate_transaction.", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 38, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_validate_transaction.test_transaction_cost_valid", + "callee": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "lineno": 52, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_validate_transaction.test_transaction_cost_invalid", + "callee": "tests.tools.factories.transaction.new_dynamic_fee_transaction", + "lineno": 84, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_vm": [ + { + "caller": "tests.core.vm.test_vm.test_apply_transaction", + "callee": ".eth_utils.decode_hex", + "lineno": 80, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_vm.test_apply_transaction", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 83, + "resolution": "imported_call" + }, + { + "caller": "tests.core.vm.test_vm.test_import_block", + "callee": ".eth_utils.decode_hex", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.core.vm.test_vm.test_import_block", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 122, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_vm_class_configurations": [ + { + "caller": "tests.core.vm.test_vm_class_configurations.genesis_header", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 21, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_vm_state": [ + { + "caller": "tests.core.vm.test_vm_state.test_missing_state_root", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 40, + "resolution": "imported_call" + } + ], + "tests.core.vm.test_vm_transitions": [ + { + "caller": "tests.core.vm.test_vm_transitions.", + "callee": ".list.append", + "lineno": 19, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.core.vm.test_vm_transitions.test_transitions_from_all_vms_before_the_vm_under_test", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 29, + "resolution": "imported_call" + } + ], + "tests.database.test_accesslog": [ + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": ".hypothesis.given", + "lineno": 17, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "lineno": 21, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 21, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 23, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 24, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_log_accesses", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 26, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_logs_missing_keys", + "callee": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_logs_missing_keys", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_logs_missing_keys", + "callee": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_logs_missing_keys", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 44, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_logs_missing_keys", + "callee": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_logs_missing_keys", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 45, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_logs_missing_keys", + "callee": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "lineno": 46, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_logs_missing_keys", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 46, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_dont_log_missing_keys", + "callee": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_dont_log_missing_keys", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 66, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_dont_log_missing_keys", + "callee": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "lineno": 67, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_accesslog.test_dont_log_missing_keys", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 67, + "resolution": "imported_call" + } + ], + "tests.database.test_account_db": [ + { + "caller": "tests.database.test_account_db.base_db", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 30, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.account_db", + "callee": "eth.db.account.AccountDB.__init__", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.test_balance", + "callee": "eth.db.account.AccountDB.__init__", + "lineno": 41, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.test_balance", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 41, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.test_nonce", + "callee": "eth.db.account.AccountDB.__init__", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.test_nonce", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 62, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.test_code", + "callee": ".eth_hash.auto.keccak", + "lineno": 99, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_account_db.test_code", + "callee": "eth.db.account.AccountDB.__init__", + "lineno": 89, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.test_code", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 89, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.test_accounts", + "callee": "eth.db.account.AccountDB.__init__", + "lineno": 112, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_account_db.test_accounts", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 112, + "resolution": "imported_call" + } + ], + "tests.database.test_batch_db": [ + { + "caller": "tests.database.test_batch_db.base_db", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 17, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_batch_db.batch_db", + "callee": "eth.db.batch.BatchDB.__init__", + "lineno": 22, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_batch_db.base2_db", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 27, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_should_fail_to_commit_deletes", + "callee": "eth.db.batch.BatchDB.__init__", + "lineno": 84, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_should_fail_to_commit_deletes", + "callee": "eth.db.batch.BatchDB.commit", + "lineno": 89, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete", + "callee": "eth.db.batch.BatchDB.__init__", + "lineno": 95, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete", + "callee": "eth.db.backends.base.BaseDB.set", + "lineno": 97, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete", + "callee": "eth.db.backends.base.BaseDB.delete", + "lineno": 99, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete", + "callee": "eth.db.backends.base.BaseDB.delete", + "lineno": 100, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete", + "callee": "eth.db.batch.BatchDB.commit", + "lineno": 109, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete_after_modify", + "callee": "eth.db.batch.BatchDB.__init__", + "lineno": 120, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete_after_modify", + "callee": "eth.db.backends.base.BaseDB.set", + "lineno": 122, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete_after_modify", + "callee": "eth.db.backends.base.BaseDB.delete", + "lineno": 126, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_batch_db.test_batch_db_read_through_delete_after_modify", + "callee": "eth.db.batch.BatchDB.commit", + "lineno": 130, + "resolution": "local_typed_method_call" + } + ], + "tests.database.test_database_api": [ + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.journal.JournalDB.__init__", + "lineno": 41, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.batch.BatchDB.__init__", + "lineno": 43, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 47, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.atomic.AtomicDB.atomic_batch", + "lineno": 48, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.cache.CacheDB.__init__", + "lineno": 51, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.accesslog.KeyAccessLoggerAtomicDB.__init__", + "lineno": 54, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_database_api.db", + "callee": "eth.db.accesslog.KeyAccessLoggerDB.__init__", + "lineno": 56, + "resolution": "imported_call" + } + ], + "tests.database.test_db_diff": [ + { + "caller": "tests.database.test_db_diff.db", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 12, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_db_diff.test_join_diffs", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 141, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_db_diff.test_join_diffs", + "callee": ".list.append", + "lineno": 147, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.database.test_db_diff.test_join_diffs", + "callee": "eth.db.diff.DBDiffTracker.diff", + "lineno": 147, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_db_diff.test_join_diffs", + "callee": "eth.db.diff.DBDiff.join", + "lineno": 149, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.database.test_db_diff.test_db_diff_inspection", + "callee": "eth.db.diff.DBDiffTracker.__init__", + "lineno": 189, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_db_diff.test_db_diff_inspection", + "callee": ".list.append", + "lineno": 195, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.database.test_db_diff.test_db_diff_inspection", + "callee": "eth.db.diff.DBDiffTracker.diff", + "lineno": 195, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_db_diff.test_db_diff_inspection", + "callee": "eth.db.diff.DBDiff.join", + "lineno": 197, + "resolution": "qualified_module_call" + } + ], + "tests.database.test_eth1_chaindb": [ + { + "caller": "tests.database.test_eth1_chaindb.chaindb", + "callee": "eth.db.chain.ChainDB.__init__", + "lineno": 81, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.header", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 89, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_add_block_number_to_hash_lookup", + "callee": "eth.db.schema.SchemaV1.make_block_number_to_hash_lookup_key", + "lineno": 106, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_block_gap_tracking", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 164, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_persist_header", + "callee": "eth.db.schema.SchemaV1.make_block_hash_to_score_lookup_key", + "lineno": 280, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_persist_header_unknown_parent", + "callee": ".eth_hash.auto.keccak", + "lineno": 292, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_persist_header_unknown_parent", + "callee": ".hypothesis.given", + "lineno": 289, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_persist_header_unknown_parent", + "callee": ".hypothesis.settings", + "lineno": 290, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_persist_block", + "callee": "tests.database.test_eth1_chaindb.set_empty_root", + "lineno": 298, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_persist_block", + "callee": "eth.db.schema.SchemaV1.make_block_hash_to_score_lookup_key", + "lineno": 299, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_score", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 306, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_score", + "callee": "eth.db.schema.SchemaV1.make_block_hash_to_score_lookup_key", + "lineno": 309, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_score", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 316, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_score", + "callee": "eth.db.schema.SchemaV1.make_block_hash_to_score_lookup_key", + "lineno": 325, + "resolution": "qualified_module_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_block_header_by_hash", + "callee": "tests.database.test_eth1_chaindb.set_empty_root", + "lineno": 334, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_block_header_by_hash", + "callee": "tests.database.test_eth1_chaindb.set_empty_root", + "lineno": 335, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_canonical_block_hash", + "callee": "tests.database.test_eth1_chaindb.set_empty_root", + "lineno": 342, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.mine_blocks_with_receipts", + "callee": "tests.tools.factories.transaction.new_transaction", + "lineno": 354, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.mine_blocks_with_receipts", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 357, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.mine_blocks_with_receipts", + "callee": ".list.append", + "lineno": 361, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_receipt_and_tx_by_index", + "callee": "tests.database.test_eth1_chaindb.mine_blocks_with_receipts", + "lineno": 375, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.mine_blocks_with_access_list_receipts", + "callee": "tests.tools.factories.transaction.new_access_list_transaction", + "lineno": 429, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.mine_blocks_with_access_list_receipts", + "callee": "eth._utils.address.force_bytes_to_address", + "lineno": 432, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.mine_blocks_with_access_list_receipts", + "callee": ".list.append", + "lineno": 436, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_get_access_list_receipt_and_tx_by_index", + "callee": "tests.database.test_eth1_chaindb.mine_blocks_with_access_list_receipts", + "lineno": 450, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_persist_unexecuted_block", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 518, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_eth1_chaindb.test_chaindb_persist_unexecuted_block", + "callee": "tests.database.test_eth1_chaindb.mine_blocks_with_receipts", + "lineno": 527, + "resolution": "direct_name_call" + } + ], + "tests.database.test_hash_trie": [ + { + "caller": "tests.database.test_hash_trie.ExplicitHashTrie.__setitem__", + "callee": ".eth_hash.auto.keccak", + "lineno": 24, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_hash_trie.ExplicitHashTrie.__getitem__", + "callee": ".eth_hash.auto.keccak", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_hash_trie.ExplicitHashTrie.__delitem__", + "callee": ".eth_hash.auto.keccak", + "lineno": 30, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_hash_trie.ExplicitHashTrie.__contains__", + "callee": ".eth_hash.auto.keccak", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_hash_trie.test_keymap_equivalence", + "callee": ".trie.HexaryTrie", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_hash_trie.test_keymap_equivalence", + "callee": ".trie.HexaryTrie", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_hash_trie.test_keymap_equivalence", + "callee": "tests.database.test_hash_trie.ExplicitHashTrie.__init__", + "lineno": 52, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.database.test_hash_trie.test_keymap_equivalence", + "callee": "eth.db.hash_trie.HashTrie.", + "lineno": 53, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_hash_trie.test_keymap_equivalence", + "callee": ".hypothesis.given", + "lineno": 44, + "resolution": "external_constructor_call" + } + ], + "tests.database.test_header_db": [ + { + "caller": "tests.database.test_header_db.headerdb", + "callee": "eth.db.header.HeaderDB.__init__", + "lineno": 65, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db.mk_header_chain", + "callee": ".eth_utils.keccak", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_get_canonical_head_with_header_chain", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_persist_disconnected_headers", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_persist_disconnected_headers", + "callee": "tests.database.test_header_db.get_score", + "lineno": 129, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_persist_disconnected_headers", + "callee": "tests.database.test_header_db.get_score", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_corrupt_gaps", + "callee": "eth.db.chain_gaps.fill_gap", + "lineno": 163, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db.test_corrupt_gaps", + "callee": "eth.db.chain_gaps.fill_gap", + "lineno": 165, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db._validate_consecutive_canonical_links", + "callee": ".eth_utils.toolz.sliding_window", + "lineno": 189, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db._validate_gap_invariants", + "callee": ".eth_utils.toolz.sliding_window", + "lineno": 212, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 527, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 528, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db.get_score", + "lineno": 546, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db.test_different_cases_of_patching_gaps._get_chain", + "lineno": 550, + "resolution": "nested_function_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db._all_gap_numbers", + "lineno": 555, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db.test_different_cases_of_patching_gaps._get_chain", + "lineno": 563, + "resolution": "nested_function_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db.test_different_cases_of_patching_gaps._get_chain", + "lineno": 573, + "resolution": "nested_function_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db._validate_gap_invariants", + "lineno": 581, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_different_cases_of_patching_gaps", + "callee": "tests.database.test_header_db._validate_consecutive_canonical_links", + "lineno": 582, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_tracking", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 681, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": ".eth_utils.toolz.compose", + "lineno": 714, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": ".functools.partial", + "lineno": 715, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": "tests.database.test_header_db.test_gap_continuity._all_inserted", + "lineno": 729, + "resolution": "nested_function_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": "eth.db.chain_gaps.fill_gap", + "lineno": 734, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": "eth.db.chain_gaps.is_block_number_in_gap", + "lineno": 735, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": "tests.database.test_header_db.test_gap_continuity._all_inserted", + "lineno": 738, + "resolution": "nested_function_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": "eth.db.chain_gaps.reopen_gap", + "lineno": 754, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": "eth.db.chain_gaps.is_block_number_in_gap", + "lineno": 755, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": "tests.database.test_header_db.test_gap_continuity._all_inserted", + "lineno": 758, + "resolution": "nested_function_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": "tests.database.test_header_db._validate_gap_invariants", + "lineno": 770, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": ".hypothesis.given", + "lineno": 697, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_gap_continuity", + "callee": ".hypothesis.example", + "lineno": 709, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.__init__", + "lineno": 781, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 781, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.persist_header", + "lineno": 784, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 785, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 790, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db._validate_consecutive_canonical_links", + "lineno": 813, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db._validate_gap_invariants", + "lineno": 814, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.get_header_chain_gaps", + "lineno": 814, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.get_score", + "lineno": 822, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.persist_checkpoint_header", + "lineno": 825, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order._get_valid_extensions", + "lineno": 835, + "resolution": "nested_function_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.persist_header_chain", + "lineno": 843, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db._validate_consecutive_canonical_links", + "lineno": 855, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db._validate_gap_invariants", + "lineno": 856, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.get_header_chain_gaps", + "lineno": 856, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 861, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.persist_checkpoint_header", + "lineno": 862, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.get_score", + "lineno": 864, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.assert_is_canonical_chain", + "lineno": 867, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.get_canonical_head", + "lineno": 869, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 870, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.persist_header_chain", + "lineno": 871, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.assert_is_canonical_chain", + "lineno": 872, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db.assert_is_canonical_chain", + "lineno": 874, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db._validate_consecutive_canonical_links", + "lineno": 876, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "tests.database.test_header_db._validate_gap_invariants", + "lineno": 877, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": "eth.db.header.HeaderDB.get_header_chain_gaps", + "lineno": 877, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": ".hypothesis.given", + "lineno": 773, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_true_chain_canonicalized_regardless_of_order", + "callee": ".hypothesis.settings", + "lineno": 774, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_get_canonical_head_with_header_chain_iterator", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 888, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_persist_header_chain_disallows_non_contiguous_chain", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 917, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_persist_header_returns_new_canonical_chain", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 933, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_persist_header_returns_new_canonical_chain", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 934, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_persist_header_returns_new_canonical_chain", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 935, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_get_score_for_non_genesis_headers", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 971, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_get_score_for_non_genesis_headers", + "callee": ".eth_utils.toolz.accumulate", + "lineno": 973, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.assert_is_canonical_chain", + "callee": ".eth_utils.toolz.accumulate", + "lineno": 999, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 1009, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 1010, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 1011, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "callee": "tests.database.test_header_db.assert_is_canonical_chain", + "lineno": 1017, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "callee": "tests.database.test_header_db.assert_is_canonical_chain", + "lineno": 1023, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "callee": "tests.database.test_header_db.assert_is_canonical_chain", + "lineno": 1032, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "callee": "tests.database.test_header_db.assert_is_canonical_chain", + "lineno": 1034, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_head_updates_to_longest_chain", + "callee": "tests.database.test_header_db.assert_is_canonical_chain", + "lineno": 1036, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_header_retrieval_by_hash", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 1042, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_canonical_header_retrieval_by_number", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 1058, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_header_exists", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 1076, + "resolution": "direct_name_call" + }, + { + "caller": "tests.database.test_header_db.test_headerdb_header_exists", + "callee": "tests.database.test_header_db.mk_header_chain", + "lineno": 1077, + "resolution": "direct_name_call" + } + ], + "tests.database.test_journal_db": [ + { + "caller": "tests.database.test_journal_db.memory_db", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.journal_db", + "callee": "eth.db.slow_journal.JournalDB.__init__", + "lineno": 39, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_db_diff_application_mimics_persist", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 492, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_db_diff_application_mimics_persist", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 496, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_db_diff_application_mimics_persist", + "callee": ".hypothesis.given", + "lineno": 462, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_db_diff_application_mimics_persist", + "callee": ".hypothesis.settings", + "lineno": 475, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_delete_fail_then_persist", + "callee": "eth.db.slow_journal.JournalDB.__init__", + "lineno": 505, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_delete_fail_then_persist", + "callee": ".dict.clear", + "lineno": 511, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_delete_fail_then_persist", + "callee": "eth.db.slow_journal.JournalDB.persist", + "lineno": 513, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_delete_fail_then_persist", + "callee": "eth.db.slow_journal.JournalDB.persist", + "lineno": 522, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_set_fail", + "callee": "eth.db.slow_journal.JournalDB.__init__", + "lineno": 553, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_set_fail", + "callee": "eth.db.slow_journal.JournalDB.persist", + "lineno": 558, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_set_fail_leaves_checkpoint_in_place", + "callee": "eth.db.slow_journal.JournalDB.__init__", + "lineno": 573, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_set_fail_leaves_checkpoint_in_place", + "callee": "eth.db.slow_journal.JournalDB.persist", + "lineno": 577, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_set_fail_leaves_checkpoint_in_place", + "callee": "eth.db.slow_journal.JournalDB.diff", + "lineno": 579, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_set_fail_then_persist", + "callee": "eth.db.slow_journal.JournalDB.__init__", + "lineno": 594, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_set_fail_then_persist", + "callee": "eth.db.slow_journal.JournalDB.persist", + "lineno": 598, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_journal_db.test_journal_persist_set_fail_then_persist", + "callee": "eth.db.slow_journal.JournalDB.persist", + "lineno": 607, + "resolution": "local_typed_method_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.__init__", + "callee": "eth.db.slow_journal.JournalDB.__init__", + "lineno": 727, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_journal_db.", + "callee": ".hypothesis.stateful.Bundle", + "lineno": 729, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.", + "callee": ".hypothesis.stateful.Bundle", + "lineno": 730, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.", + "callee": ".hypothesis.stateful.Bundle", + "lineno": 731, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.add_key", + "callee": ".hypothesis.stateful.rule", + "lineno": 733, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.add_value", + "callee": ".hypothesis.stateful.rule", + "lineno": 737, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.record", + "callee": ".hypothesis.stateful.rule", + "lineno": 741, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.set", + "callee": ".hypothesis.stateful.rule", + "lineno": 748, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.delete", + "callee": ".hypothesis.stateful.rule", + "lineno": 754, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.commit", + "callee": ".hypothesis.stateful.rule", + "lineno": 764, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.discard", + "callee": ".hypothesis.stateful.rule", + "lineno": 775, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.flatten", + "callee": ".hypothesis.stateful.rule", + "lineno": 785, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.JournalComparison.persist", + "callee": ".hypothesis.stateful.rule", + "lineno": 791, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.database.test_journal_db.", + "callee": ".hypothesis.settings", + "lineno": 798, + "resolution": "external_constructor_call" + } + ], + "tests.database.test_leveldb_db_backend": [ + { + "caller": "tests.database.test_leveldb_db_backend.level_db", + "callee": "eth.db.get_db_backend", + "lineno": 25, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_leveldb_db_backend.memory_db", + "callee": "eth.db.backends.memory.MemoryDB.__init__", + "lineno": 30, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_leveldb_db_backend.atomic_db", + "callee": "eth.db.atomic.AtomicDB.__init__", + "lineno": 35, + "resolution": "imported_call" + }, + { + "caller": "tests.database.test_leveldb_db_backend.test_raises_if_db_path_is_not_specified", + "callee": "eth.db.get_db_backend", + "lineno": 40, + "resolution": "imported_call" + } + ], + "tests.fillers.build_json": [ + { + "caller": "tests.fillers.build_json.", + "callee": ".dict.items", + "lineno": 31, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.fillers.build_json.", + "callee": "eth.tools.fixtures.helpers.get_test_name", + "lineno": 34, + "resolution": "imported_call" + }, + { + "caller": "tests.fillers.build_json.", + "callee": ".eth_hash.auto.keccak", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.fillers.build_json.", + "callee": ".eth_utils.encode_hex", + "lineno": 54, + "resolution": "external_constructor_call" + } + ], + "tests.fillers": [], + "tests.fillers.vm_fillers": [], + "tests.json-fixtures.test_difficulty": [ + { + "caller": "tests.json-fixtures.test_difficulty.test_difficulty_fixtures", + "callee": ".dict.keys", + "lineno": 75, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.json-fixtures.test_difficulty.test_difficulty_fixtures", + "callee": ".eth_utils.to_int", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.json-fixtures.test_difficulty.test_difficulty_fixtures", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 102, + "resolution": "imported_call" + } + ], + "tests.json-fixtures.test_transactions": [ + { + "caller": "tests.json-fixtures.test_transactions.fixture", + "callee": "eth.tools._utils.normalization.normalize_transactiontest_fixture", + "lineno": 132, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_transactions.test_transaction_fixtures", + "callee": ".eth_utils.is_same_address", + "lineno": 220, + "resolution": "external_constructor_call" + } + ], + "tests.json-fixtures.test_virtual_machine": [ + { + "caller": "tests.json-fixtures.test_virtual_machine.get_block_hash_for_testing", + "callee": ".eth_hash.auto.keccak", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.get_block_hash_for_testing", + "callee": ".eth_utils.to_bytes", + "lineno": 138, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.fixture_to_computation", + "callee": "eth.vm.message.Message.__init__", + "lineno": 172, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.fixture_to_computation", + "callee": "eth.vm.transaction_context.BaseTransactionContext.__init__", + "lineno": 180, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "callee": "eth.db.get_db_backend", + "lineno": 212, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "callee": "eth.db.chain.ChainDB.__init__", + "lineno": 213, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "callee": "eth.rlp.headers.BlockHeader.__init__", + "lineno": 215, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "callee": "eth.vm.chain_context.ChainContext.__init__", + "lineno": 226, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "callee": "tests.json-fixtures.test_virtual_machine.vm_class", + "lineno": 228, + "resolution": "direct_name_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "callee": "eth.vm.message.Message.__init__", + "lineno": 242, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "callee": "eth.vm.transaction_context.BaseTransactionContext.__init__", + "lineno": 250, + "resolution": "imported_call" + }, + { + "caller": "tests.json-fixtures.test_virtual_machine.test_vm_fixtures", + "callee": "eth.tools._utils.hashing.hash_log_entries", + "lineno": 274, + "resolution": "imported_call" + } + ], + "tests.json-fixtures.blockchain.test_blockchain": [ + { + "caller": "tests.json-fixtures.blockchain.test_blockchain.", + "callee": ".pathlib.Path", + "lineno": 39, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.json-fixtures.blockchain.test_blockchain.pytest_generate_tests", + "callee": "tests.json-fixtures.blockchain.test_blockchain.generate_ignore_fn_for_fork", + "lineno": 1365, + "resolution": "direct_name_call" + }, + { + "caller": "tests.json-fixtures.blockchain.test_blockchain.assert_imported_genesis_header_unchanged", + "callee": ".eth_utils.ValidationError", + "lineno": 1385, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.json-fixtures.blockchain.test_blockchain.test_blockchain_fixtures", + "callee": "tests.json-fixtures.blockchain.test_blockchain.assert_imported_genesis_header_unchanged", + "lineno": 1424, + "resolution": "direct_name_call" + }, + { + "caller": "tests.json-fixtures.blockchain.test_blockchain.test_blockchain_fixtures", + "callee": "tests.json-fixtures.blockchain.test_blockchain.verify_post_state", + "lineno": 1452, + "resolution": "direct_name_call" + }, + { + "caller": "tests.json-fixtures.blockchain.test_blockchain.test_blockchain_fixtures", + "callee": "tests.json-fixtures.blockchain.test_blockchain.verify_post_state", + "lineno": 1464, + "resolution": "direct_name_call" + } + ], + "tests.tools.factories.keys": [ + { + "caller": "tests.tools.factories.keys._mk_private_key_bytes", + "callee": ".eth_utils.int_to_big_endian", + "lineno": 13, + "resolution": "external_constructor_call" + } + ], + "tests.tools.factories.transaction": [ + { + "caller": "tests.tools.factories.transaction.new_transaction", + "callee": "eth.vm.spoof.SpoofTransaction.__init__", + "lineno": 66, + "resolution": "imported_call" + } + ] + }, + "cyclic_clusters": [ + [ + "eth.abc", + "eth.typing" + ] + ], + "unresolved": [ + { + "module": "setup", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .touch(...) - target object type not statically resolved." + }, + { + "module": ".project-template.fill_template_vars", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .touch(...) - target object type not statically resolved." + }, + { + "module": ".project-template.refill_template_vars", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": ".project-template.refill_template_vars", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .readlines(...) - target object type not statically resolved." + }, + { + "module": ".project-template.refill_template_vars", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .Popen(...) - target object type not statically resolved." + }, + { + "module": ".project-template.refill_template_vars", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": ".project-template.refill_template_vars", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .flush(...) - target object type not statically resolved." + }, + { + "module": ".project-template.refill_template_vars", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .communicate(...) - target object type not statically resolved." + }, + { + "module": ".project-template.refill_template_vars", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .add_css_file(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .add_js_file(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .isdistinct(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .pipe(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.validation", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .setrecursionlimit(...) - target object type not statically resolved." + }, + { + "module": "eth", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getrecursionlimit(...) - target object type not statically resolved." + }, + { + "module": "eth", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to '__version(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'VMNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .sample(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal_extension(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 198, + "pattern": "self_method_not_found", + "note": "self.consensus_context_class(...) not found in class 'Chain' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.chains.base", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .build_state(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .create_genesis_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chaindb_class(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 257, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 267, + "pattern": "name_call_unresolved", + "note": "Call to 'vm_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 319, + "pattern": "name_call_unresolved", + "note": "Call to 'block_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .attrgetter(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .attrgetter(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_all_transactions(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_all_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .set_block_transactions_and_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_index(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_index(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 401, + "pattern": "name_call_unresolved", + "note": "Call to 'TransactionNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_by_index(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .create_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_index(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .in_costless_state(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .costless_execute_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .in_costless_state(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 482, + "pattern": "self_method_not_found", + "note": "self.gas_estimator(...) not found in class 'Chain' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.chains.base", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 506, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_imported_block_unchanged(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .warning(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 514, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockImportResult(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 540, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockPersistResult(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_receipt(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal_extension(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .attrgetter(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_uncle(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .add_receipt_to_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipts(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .set_block_transactions_and_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 721, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_all_transactions(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_all_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 728, + "pattern": "attribute_call", + "note": "Call via attribute access .set_block_transactions_and_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 740, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockImportResult(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.base", + "lineno": 757, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 763, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_block(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.base", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.header", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_headerdb_class(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.header", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.header", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.chains.header", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.header", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.header", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.header", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.header", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.header", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.mainnet", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.mainnet", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dao_fork_block_number(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.tester", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.tester", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .OrderedDict(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.tester", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.tester", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.tester", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .itemgetter(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.tester", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.tester", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.chains.tester", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.applier", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .bit_length(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.ethash", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'fetch_dataset_item(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.consensus.pow", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.pow", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .popitem(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.pow", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.pow", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .build_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_or_create_snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .get_or_create_snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .apply(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.clique", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.datatypes", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.datatypes", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .List(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .List(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .List(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .CountableList(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .CountableList(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .CountableList(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .List(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'Vote(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.encoding", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .LRU(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_mutable_clone(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'Vote(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get_immutable_clone(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 238, + "pattern": "name_call_unresolved", + "note": "Call to 'SnapshotNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 243, + "pattern": "name_call_unresolved", + "note": "Call to 'SnapshotNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 249, + "pattern": "name_call_unresolved", + "note": "Call to 'SnapshotNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get_immutable_clone(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'SnapshotNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_for(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .upvote(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .downvote(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique.snapshot_manager", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .Signature(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .recover_public_key_from_msg_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .sign_msg_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.consensus.clique._utils", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.accesslog", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .get_changed_root(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .get_changed_root(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .make_storage_root(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .deleted_keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .pending_items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .squash_changes(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_to(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_to(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .get_accessed_slots(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 549, + "pattern": "name_call_unresolved", + "note": "Call to 'AccountQueryTracker(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.account", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .pending_keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 589, + "pattern": "attribute_call", + "note": "Call via attribute access .deleted_keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .deleted_keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .pending_items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.account", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.db.atomic", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.db.atomic", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access ._commit_unless_raises(...) - target object type not statically resolved." + }, + { + "module": "eth.db.atomic", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.db.atomic", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.atomic", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_to(...) - target object type not statically resolved." + }, + { + "module": "eth.db.atomic", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.atomic", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .exception(...) - target object type not statically resolved." + }, + { + "module": "eth.db.atomic", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access ._diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.atomic", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access ._commit(...) - target object type not statically resolved." + }, + { + "module": "eth.db.batch", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.db.batch", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .exception(...) - target object type not statically resolved." + }, + { + "module": "eth.db.batch", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_to(...) - target object type not statically resolved." + }, + { + "module": "eth.db.batch", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access ._update_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'HeaderNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.chain", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .CountableList(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_transaction_hashes(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access ._remove_transaction_from_canonical_chain(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access ._persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_transaction_hashes(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access ._add_transaction_to_canonical_chain(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access ._add_withdrawal_to_canonical_chain(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access ._persist_uncles(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access ._update_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .CountableList(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_data_from_root_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 406, + "pattern": "name_call_unresolved", + "note": "Call to 'TransactionNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.chain", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 415, + "pattern": "name_call_unresolved", + "note": "Call to 'TransactionNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.chain", + "lineno": 427, + "pattern": "name_call_unresolved", + "note": "Call to 'TransactionNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.chain", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 444, + "pattern": "name_call_unresolved", + "note": "Call to 'ReceiptNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.chain", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 452, + "pattern": "name_call_unresolved", + "note": "Call to 'ReceiptNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.chain", + "lineno": 467, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 495, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockDataKey(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.chain", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 523, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 532, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockDataKey(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.chain", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain_gaps", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain_gaps", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain_gaps", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain_gaps", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain_gaps", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain_gaps", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain_gaps", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "eth.db.chain_gaps", + "lineno": 136, + "pattern": "name_call_unresolved", + "note": "Call to 'GapTrackingCorrupted(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.diff", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'MissingReason(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.diff", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'MissingReason(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.diff", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.diff", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_to(...) - target object type not statically resolved." + }, + { + "module": "eth.db.hash_trie", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .squash_changes(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 118, + "pattern": "name_call_unresolved", + "note": "Call to 'HeaderNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_head_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'CanonicalHeadNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 171, + "pattern": "name_call_unresolved", + "note": "Call to 'HeaderNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 182, + "pattern": "name_call_unresolved", + "note": "Call to 'HeaderNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_checkpoints(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_hash_scores_to_db(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_as_canonical_chain_head(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access ._update_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access ._decanonicalize_single(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access ._decanonicalize_descendant_orphans(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 304, + "pattern": "name_call_unresolved", + "note": "Call to 'CheckpointsMustBeCanonical(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 330, + "pattern": "name_call_unresolved", + "note": "Call to 'CheckpointsMustBeCanonical(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access ._header_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 377, + "pattern": "name_call_unresolved", + "note": "Call to 'ParentNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_score(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_hash_scores_to_db(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access ._update_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access ._handle_gap_change(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_hash_scores_to_db(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access ._update_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access ._handle_gap_change(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_head_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_score(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_as_canonical_chain_head(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access ._set_as_canonical_chain_head(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_checkpoints(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 458, + "pattern": "name_call_unresolved", + "note": "Call to 'CheckpointsMustBeCanonical(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access ._decanonicalize_single(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 476, + "pattern": "attribute_call", + "note": "Call via attribute access ._canonicalize_header(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access ._find_new_ancestors(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access ._find_headers_to_decanonicalize(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_checkpoints(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 508, + "pattern": "name_call_unresolved", + "note": "Call to 'CheckpointsMustBeCanonical(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.header", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access ._add_block_number_to_hash_lookup(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access ._decanonicalize_descendant_orphans(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_head_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access ._add_block_number_to_hash_lookup(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access ._canonicalize_header(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 567, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.header", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'DeletedEntry(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.journal", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'DeletedEntry(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.journal", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .OrderedDict(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'get_next_checkpoint(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.journal", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .popitem(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .remove(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'get_next_checkpoint(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.journal", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 297, + "pattern": "self_method_not_found", + "note": "self.get(...) not found in class 'Journal' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.db.journal", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .has_clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_wrapped(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_local(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_wrapped(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_local(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .pop_all(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .pop_all(...) - target object type not statically resolved." + }, + { + "module": "eth.db.journal", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.keymap", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .__getattribute__(...) - target object type not statically resolved." + }, + { + "module": "eth.db.keymap", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .__setattr__(...) - target object type not statically resolved." + }, + { + "module": "eth.db.schema", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.schema", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.schema", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.schema", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 40, + "pattern": "name_call_unresolved", + "note": "Call to 'DeletedEntry(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.slow_journal", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'DeletedEntry(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.slow_journal", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .OrderedDict(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .uuid4(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .difference_update(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 247, + "pattern": "self_method_not_found", + "note": "self.get(...) not found in class 'Journal' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.db.slow_journal", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .has_clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_wrapped(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_local(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 389, + "pattern": "attribute_call", + "note": "Call via attribute access .has_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 395, + "pattern": "attribute_call", + "note": "Call via attribute access .has_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .record_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .pop_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_wrapped(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_local(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "eth.db.slow_journal", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.storage", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_to(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 219, + "pattern": "name_call_unresolved", + "note": "Call to 'PendingWrites(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.storage", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .new_trie(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .reset_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .rollback_trie(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .has_clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 421, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .get_changed_root(...) - target object type not statically resolved." + }, + { + "module": "eth.db.storage", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_to(...) - target object type not statically resolved." + }, + { + "module": "eth.db.trie", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.trie", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .squash_changes(...) - target object type not statically resolved." + }, + { + "module": "eth.db.trie", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.db.trie", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.db.witness", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.db.witness", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.db.witness", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "eth.db", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.db", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'backend_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.db.backends.base", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self._exists(...) not found in class 'BaseDB' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.db.backends.base", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .__contains__(...) - target object type not statically resolved." + }, + { + "module": "eth.estimators.gas", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.estimators.gas", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.estimators.gas", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.estimators", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.blake2", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.blake2", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecadd", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .normalize(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecmul", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .one(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .one(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .one(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .final_exponentiate(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .one(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .FQ2(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .FQ2(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .zero(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .zero(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .one(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .is_on_curve(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .multiply(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .zero(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecpairing", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .pairing(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 33, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 35, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .Signature(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .recover_public_key_from_msg_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ecrecover", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.identity", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.modexp", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.modexp", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.modexp", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.modexp", + "lineno": 134, + "pattern": "name_call_unresolved", + "note": "Call to 'gas_calculator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.modexp", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.point_evaluation", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ripemd160", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ripemd160", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ripemd160", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .new(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.ripemd160", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.sha256", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.sha256", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.sha256", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .sha256(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'OPTIMIZED_FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'OPTIMIZED_FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'OPTIMIZED_FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 92, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_multiply_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_add_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_multiply_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_add_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g1", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'OPTIMIZED_FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'OPTIMIZED_FQ2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'OPTIMIZED_FQ2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'OPTIMIZED_FQ2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'OPTIMIZED_FQ2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_multiply_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_add_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_multiply_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 160, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_add_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_g2", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_pairing", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_pairing", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_pairing", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .one(...) - target object type not statically resolved." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_pairing", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_multiply_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_pairing", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_pairing", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'bls12_multiply_optimized(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_pairing", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.precompiles.bls12_381.bls12_381_pairing", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .one(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.accounts", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.accounts", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.accounts", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.blocks", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.blocks", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.headers", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.headers", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.headers", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.logs", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.logs", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.receipts", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.receipts", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .from_iterable(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.receipts", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.receipts", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.receipts", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.sedes", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .fixed_length(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.sedes", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .fixed_length(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.sedes", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixed_length(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.sedes", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .List(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.sedes", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .CountableList(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.sedes", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .List(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.transactions", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.transactions", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.transactions", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.rlp.transactions", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.mining", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize_block(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.mining", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.mining", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.mining", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockAndMetaWitness(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .amend_vm_configuration(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 355, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain.builders", + "lineno": 530, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.builder.chain", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'API(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .atomic_batch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.atomic", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.db.base", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .md5(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .hexdigest(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'postprocess_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'filter_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'preprocess_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.generation", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .set_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .sub(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 351, + "pattern": "name_call_unresolved", + "note": "Call to 'disable_pow_check(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.helpers", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 81, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .relpath(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'ignore_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'mark_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.loading", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures._utils", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .walk(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures._utils", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .fnmatch(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures._utils", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures._utils", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures._utils", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_environment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 187, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 213, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 227, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_transaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 258, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_networks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.common", + "lineno": 347, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_execution(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.formatters", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .itemmap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.formatters", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .itemmap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.formatters", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .valmap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.formatters", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .valmap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.formatters", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .valmap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.main", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'formatter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.state", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_environment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.state", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.state", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_transaction_group(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.state", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_networks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.state", + "lineno": 96, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.state", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers.vm", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_environment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.vm", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.vm", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_execution(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.vm", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.vm", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_call_creates(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers.vm", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_logs(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .index(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'state_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.tools.fixtures.fillers._utils", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.deprecation", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.deprecation", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools._utils.deprecation", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.git", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.git", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .check_output(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.hashing", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.mappings", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.mappings", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.mappings", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .combinations(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .lru_cache(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'normalizer(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .keymap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .valmap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .keymap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .valmap(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 367, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_transaction_group(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 434, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_environment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 478, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_environment(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 500, + "pattern": "name_call_unresolved", + "note": "Call to 'robust_decode_hex(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools._utils.normalization", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.slow_code_stream", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.slow_code_stream", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.slow_code_stream", + "lineno": 44, + "pattern": "self_method_not_found", + "note": "self._bound_stream_read(...) not found in class 'SlowCodeStream' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.tools._utils.slow_code_stream", + "lineno": 63, + "pattern": "self_method_not_found", + "note": "self._bound_stream_read(...) not found in class 'SlowCodeStream' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.tools._utils.slow_code_stream", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .tell(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.slow_code_stream", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.slow_code_stream", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.slow_code_stream", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.vyper", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.tools._utils.vyper", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "eth.tools._utils.vyper", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .from_list(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .from_header(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .create_execution_context(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get_state_class(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 164, + "pattern": "self_method_not_found", + "note": "self.consensus_class(...) not found in class 'VM' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.base", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .get_fee_recipient(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_context_class(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_computation(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_withdrawal(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .account_is_empty(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_trie_data_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_trie_data_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_trie_data_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 517, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockAndMetaWitness(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.base", + "lineno": 521, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 522, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 526, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 534, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .new_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 678, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .as_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 747, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal_extension(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 803, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 811, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.base", + "lineno": 813, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.code_stream", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.code_stream", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.code_stream", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .get_accounts_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .get_self_destruct_beneficiaries(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .get_next_log_counter(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .get_raw_log_entries(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 361, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.computation", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_initcode_gas_cost(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 386, + "pattern": "name_call_unresolved", + "note": "Call to 'precompile(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.computation", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 414, + "pattern": "name_call_unresolved", + "note": "Call to 'opcode_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.computation", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 489, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .read_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .return_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 614, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.computation", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.gas_meter", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'OutOfGas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.gas_meter", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.gas_meter", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.gas_meter", + "lineno": 89, + "pattern": "self_method_not_found", + "note": "self.refund_strategy(...) not found in class 'GasMeter' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.gas_meter", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.interrupt", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .__str__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.interrupt", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.interrupt", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .__str__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.interrupt", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.interrupt", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .__str__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.memory", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.memory", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.message", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.opcode", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.opcode", + "lineno": 36, + "pattern": "self_method_not_found", + "note": "self.logic_fn(...) not found in class '_FastOpcode' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.opcode", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.spoof", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.stack", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.stack", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'FullStack(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.stack", + "lineno": 67, + "pattern": "self_method_not_found", + "note": "self._append(...) not found in class 'Stack' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.stack", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'FullStack(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.stack", + "lineno": 75, + "pattern": "self_method_not_found", + "note": "self._append(...) not found in class 'Stack' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.stack", + "lineno": 96, + "pattern": "self_method_not_found", + "note": "self._pop(...) not found in class 'Stack' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.stack", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'InsufficientStack(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.stack", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'InsufficientStack(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.stack", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'InsufficientStack(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.stack", + "lineno": 130, + "pattern": "name_call_unresolved", + "note": "Call to 'FullStack(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.stack", + "lineno": 133, + "pattern": "self_method_not_found", + "note": "self._append(...) not found in class 'Stack' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.stack", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'InsufficientStack(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.stack", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .set_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .account_has_code_or_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .touch_account(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .account_is_empty(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .is_storage_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_storage_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .is_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .get_precompiles(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 274, + "pattern": "self_method_not_found", + "note": "self.computation_class(...) not found in class 'BaseState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.state", + "lineno": 290, + "pattern": "self_method_not_found", + "note": "self.transaction_executor_class(...) not found in class 'BaseState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.state", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.state", + "lineno": 307, + "pattern": "name_call_unresolved", + "note": "Call to 'original_context(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.transaction_context", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.transient_storage", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.transient_storage", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.transient_storage", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.transient_storage", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.transient_storage", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.arrow_glacier.headers", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .as_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.arrow_glacier.transactions", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'ArrowGlacierLegacyTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.computation", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .ceil(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.headers", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'create_header_from_parent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.headers", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'configure_header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .is_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .is_storage_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_storage_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .account_is_empty(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access ._replace(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .generate_contract_address(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .generate_contract_address(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.logic", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 99, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.opcodes", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get_payload_codec(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.receipts", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.state", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.state", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.state", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.state", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_storage_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.state", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .build_computation(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'BerlinLegacyTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .sign_msg(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .get_payload_codec(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 338, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sender(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .get_message_for_signing(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .check_signature_validity(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .get_intrinsic_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .make_receipt(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .typed_receipt_class(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .legacy_unsigned(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 529, + "pattern": "attribute_call", + "note": "Call via attribute access .legacy_signed(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.berlin.transactions", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .typed_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.headers", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'difficulty_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.headers", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .build_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.headers", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.headers", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .build_rlp(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.headers", + "lineno": 110, + "pattern": "name_call_unresolved", + "note": "Call to 'difficulty_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.headers", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'WriteProtection(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'opcode_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.byzantium.opcodes", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_receipt(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize_gas_used(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .make_receipt(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.byzantium", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.blocks", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.blocks", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.blocks", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.blocks", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.blocks", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.blocks", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.computation", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get_precompiles(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.headers", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.headers", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.headers", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.headers", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .as_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .set_transient_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transient_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .account_is_empty(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.logic", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'Halt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.opcodes", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.opcodes", + "lineno": 62, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.opcodes", + "lineno": 67, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.opcodes", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.opcodes", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.opcodes", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.opcodes", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .clear_transient_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_price(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .set_system_contracts(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 171, + "pattern": "self_method_not_found", + "note": "self.get_code(...) not found in class 'CancunState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 172, + "pattern": "self_method_not_found", + "note": "self.set_code(...) not found in class 'CancunState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 177, + "pattern": "self_method_not_found", + "note": "self._transient_storage_class(...) not found in class 'CancunState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transient_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .set_transient_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_context(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.state", + "lineno": 231, + "pattern": "self_method_not_found", + "note": "self.get_balance(...) not found in class 'CancunState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'CancunLegacyTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .sign_msg(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 163, + "pattern": "name_call_unresolved", + "note": "Call to 'CancunTypedTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun.transactions", + "lineno": 375, + "pattern": "name_call_unresolved", + "note": "Call to 'CancunTypedTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.cancun", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .block_preprocessing(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.cancun", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_block(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.constantinople.opcodes", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.constantinople.opcodes", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.constantinople.opcodes", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.constantinople.opcodes", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.constantinople.opcodes", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.constantinople.opcodes", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.constantinople.opcodes", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.constantinople.storage", + "lineno": 10, + "pattern": "name_call_unresolved", + "note": "Call to 'NetSStoreGasSchedule(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.blocks", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.blocks", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipts(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.blocks", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_uncles(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.blocks", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.blocks", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_transactions(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.blocks", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.blocks", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.blocks", + "lineno": 141, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'StackDepthLimit(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'InsufficientFunds(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .touch_account(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_computation(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_message(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.computation", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.headers", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .build_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.headers", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.headers", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.headers", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .build_rlp(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.headers", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 79, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 102, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 117, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 132, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 160, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 193, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 198, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 208, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 213, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 223, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 228, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 236, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 241, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 246, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 256, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 261, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 269, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 274, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 284, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 289, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 299, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 304, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 309, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 314, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 319, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 324, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 332, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 337, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 342, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 347, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 352, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 357, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 362, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 367, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 372, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 377, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 382, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 387, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 392, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 397, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 402, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 407, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 412, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 417, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 422, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 427, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 432, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 437, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 442, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 447, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 452, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 457, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 462, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 467, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 472, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 477, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 482, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 487, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 495, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 500, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 505, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 510, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 515, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 520, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 525, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 530, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 535, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 540, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 545, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 550, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 555, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 560, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 565, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 570, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 578, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 583, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 588, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 593, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 598, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 603, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 608, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 613, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 618, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 623, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 628, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 633, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 638, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 643, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 648, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 653, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 661, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 666, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 671, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 676, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 681, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 704, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.opcodes", + "lineno": 709, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_price(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_context(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .has_code_or_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .get_computation(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 128, + "pattern": "name_call_unresolved", + "note": "Call to 'ContractCreationCollision(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_create_message(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_message(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get_accounts_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_context(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get_tip(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get_accounts_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.state", + "lineno": 230, + "pattern": "name_call_unresolved", + "note": "Call to 'executor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'IntrinsicGasSchedule(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'frontier_get_intrinsic_gas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.transactions", + "lineno": 227, + "pattern": "name_call_unresolved", + "note": "Call to 'frontier_get_intrinsic_gas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.frontier.validation", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_price(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.validation", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier.validation", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_reward(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .calculate_net_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize_gas_used(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.frontier", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.gray_glacier.headers", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .as_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.gray_glacier.transactions", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'GrayGlacierLegacyTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_message(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.computation", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .build_changeset(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .build_rlp(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dao_fork_block_number(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.headers", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.opcodes", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.opcodes", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.transactions", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access ._replace(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.transactions", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.transactions", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.homestead.transactions", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'homestead_get_intrinsic_gas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.homestead.transactions", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.homestead.transactions", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'homestead_get_intrinsic_gas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.computation", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .ecadd(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.istanbul.computation", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .ecmul(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.istanbul.computation", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .ecpairing(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.istanbul.headers", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'create_header_from_parent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.headers", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'configure_header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.opcodes", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.opcodes", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.opcodes", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.opcodes", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.opcodes", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.opcodes", + "lineno": 65, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.opcodes", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.istanbul.storage", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access ._replace(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.istanbul.storage", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.istanbul.storage", + "lineno": 34, + "pattern": "name_call_unresolved", + "note": "Call to 'OutOfGas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.transactions", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access ._replace(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.istanbul.transactions", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'istanbul_get_intrinsic_gas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.istanbul.transactions", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'istanbul_get_intrinsic_gas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.blocks", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.blocks", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.blocks", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.blocks", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.blocks", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.blocks", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.computation", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_contract_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.computation", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'ReservedBytesInCode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.headers", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'difficulty_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.headers", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.headers", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'compute_difficulty(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.headers", + "lineno": 143, + "pattern": "name_call_unresolved", + "note": "Call to 'configure_header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.headers", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.headers", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.headers", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.headers", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.opcodes", + "lineno": 38, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.opcodes", + "lineno": 43, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.opcodes", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.state", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_price(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.state", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .delta_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.state", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.state", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.state", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.state", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.state", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.state", + "lineno": 147, + "pattern": "self_method_not_found", + "note": "self.get_transaction_context_class(...) not found in class 'LondonState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.london.storage", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access ._replace(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'LondonLegacyTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .sign_msg(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 157, + "pattern": "name_call_unresolved", + "note": "Call to 'LondonTypedTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.london.transactions", + "lineno": 345, + "pattern": "name_call_unresolved", + "note": "Call to 'LondonTypedTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.muir_glacier.headers", + "lineno": 9, + "pattern": "name_call_unresolved", + "note": "Call to 'compute_difficulty(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.muir_glacier.headers", + "lineno": 11, + "pattern": "name_call_unresolved", + "note": "Call to 'create_header_from_parent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.muir_glacier.headers", + "lineno": 14, + "pattern": "name_call_unresolved", + "note": "Call to 'configure_header(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.muir_glacier.opcodes", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.paris.headers", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.paris.headers", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.paris.headers", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.paris.headers", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .as_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.paris.opcodes", + "lineno": 32, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.paris.opcodes", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.paris.transactions", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'ParisLegacyTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.paris", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.petersburg.opcodes", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.petersburg.opcodes", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.petersburg.opcodes", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.petersburg.opcodes", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.petersburg.opcodes", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.petersburg.opcodes", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.blocks", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.blocks", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.blocks", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.blocks", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.blocks", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.blocks", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.blocks", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.computation", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_precompiles(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.headers", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.headers", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'create_cancun_header_from_parent(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.prague.headers", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .as_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.logic", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.logic", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.opcodes", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.opcodes", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.opcodes", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.opcodes", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.opcodes", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .calc_message_refund(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .process_set_code_authorizations(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .set_system_contracts(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 109, + "pattern": "self_method_not_found", + "note": "self.get_code(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 110, + "pattern": "self_method_not_found", + "note": "self.set_code(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'fake_exponential(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .Signature(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .recover_public_key_from_msg(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 139, + "pattern": "self_method_not_found", + "note": "self.mark_address_warm(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 142, + "pattern": "self_method_not_found", + "note": "self.get_code(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 147, + "pattern": "self_method_not_found", + "note": "self.account_exists(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 148, + "pattern": "self_method_not_found", + "note": "self.get_nonce(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 161, + "pattern": "self_method_not_found", + "note": "self.delete_code(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 163, + "pattern": "self_method_not_found", + "note": "self.set_code(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 168, + "pattern": "self_method_not_found", + "note": "self.increment_nonce(...) not found in class 'PragueState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague.state", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'PragueLegacyTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 160, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_for_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .sign_msg(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_for_transaction(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague.transactions", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .block_preprocessing(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .from_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipts(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 110, + "pattern": "self_method_not_found", + "note": "self.execute_bytecode(...) not found in class 'PragueVM' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 134, + "pattern": "self_method_not_found", + "note": "self.execute_bytecode(...) not found in class 'PragueVM' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .digest(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.prague", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'get_total_blob_gas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .serialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipts(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_uncles(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 299, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_transactions(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 308, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 315, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockNotFound(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.shanghai.blocks", + "lineno": 319, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.shanghai.computation", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.computation", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .mark_address_warm(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.computation", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'OutOfGas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.shanghai.computation", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.headers", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.headers", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .as_dict(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.logic", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_cost(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.logic", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_cost(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.opcodes", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.opcodes", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.opcodes", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.shanghai.opcodes", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.state", + "lineno": 34, + "pattern": "self_method_not_found", + "note": "self.delta_balance(...) not found in class 'ShanghaiState' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "eth.vm.forks.shanghai.transactions", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'ShanghaiLegacyTransaction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.shanghai.withdrawals", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.withdrawals", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.shanghai.withdrawals", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_create_message(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_message(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_contract_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.computation", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'OutOfGas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.spurious_dragon.opcodes", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.spurious_dragon.opcodes", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.spurious_dragon.opcodes", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.opcodes", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.state", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .finalize_computation(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.state", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.state", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .account_is_empty(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.state", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.state", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.transactions", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.transactions", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.transactions", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon.transactions", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.spurious_dragon._utils", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_self_destruct_beneficiaries(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 31, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 36, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'as_opcode(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.forks.tangerine_whistle.opcodes", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .bit_length(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.arithmetic", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestor_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.block", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_read_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .return_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .prepare_child_message(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_child_computation(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_write(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .return_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 343, + "pattern": "name_call_unresolved", + "note": "Call to 'OutOfGas(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.call", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .account_is_empty(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .get_call_params(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.call", + "lineno": 404, + "pattern": "name_call_unresolved", + "note": "Call to 'WriteProtection(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.comparison", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_write(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_write(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_write(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .account_is_empty(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code_hash(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 207, + "pattern": "name_call_unresolved", + "note": "Call to 'OutOfBoundsRead(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.context", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_write(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.context", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.duplication", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_dup(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'Halt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidJumpDestination(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid_opcode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidInstruction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .peek(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 41, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidJumpDestination(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .is_valid_opcode(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 44, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidInstruction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.flow", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.invalid", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.invalid", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'InvalidInstruction(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_read_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.logging", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .partial(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_write(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_write(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_read_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.memory", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_copy(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.sha3", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.sha3", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.sha3", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_read_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.sha3", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.sha3", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.stack", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_any(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.stack", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.stack", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.stack", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.stack", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.storage", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.swap", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_swap(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_read_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'Halt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.system", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_read_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'Revert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.system", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .account_is_empty(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .register_account_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'Halt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.system", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .memory_read_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .has_code_or_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .debug2(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .prepare_child_message(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_child_computation(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .return_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 247, + "pattern": "name_call_unresolved", + "note": "Call to 'WriteProtection(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth.vm.logic.system", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .__call__(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop_ints(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_storage(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_child_computation(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .return_gas(...) - target object type not statically resolved." + }, + { + "module": "eth.vm.logic.system", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.address", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.address", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.bn128", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.bn128", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.bn128", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.bn128", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .is_on_curve(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.bn128", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.bn128", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.bn128", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'FQ(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.datatypes", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.datatypes", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.datatypes", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.datatypes", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.datatypes", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.datatypes", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.datatypes", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.datatypes", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.datatypes", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.db", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.db", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.db", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.db", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.db", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .set_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.db", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.db", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.db", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.empty", + "lineno": 5, + "pattern": "name_call_unresolved", + "note": "Call to 'Empty(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.env", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.env", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.env", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.env", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.env", + "lineno": 252, + "pattern": "name_call_unresolved", + "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.generator", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .chain(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.generator", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.headers", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .timestamp(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.headers", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.headers", + "lineno": 78, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockNumber(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.module_loading", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.module_loading", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.module_loading", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.module_loading", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.module_loading", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .attrgetter(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.numeric", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.numeric", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.numeric", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .localcontext(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.numeric", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .sqrt(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.numeric", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .Decimal(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.padding", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.padding", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.rlp", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.rlp", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .ljust(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.rlp", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.spoof", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.state", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.state", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.state", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.state", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.state", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.state", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .sign_msg(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'VRS(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.transactions", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get_message_for_signing(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .Signature(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .recover_public_key_from_msg(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .verify_msg(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .Signature(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .get_message_for_signing(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .recover_public_key_from_msg(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.transactions", + "lineno": 108, + "pattern": "name_call_unresolved", + "note": "Call to 'Address(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "eth._utils.transactions", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.blake2.compression", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .unpack_from(...) - target object type not statically resolved." + }, + { + "module": "eth._utils.blake2.compression", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .pack(...) - target object type not statically resolved." + }, + { + "module": "newsfragments.validate_files", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "newsfragments.validate_files", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .iterdir(...) - target object type not statically resolved." + }, + { + "module": "newsfragments.validate_files", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.run", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .basicConfig(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.run", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.run", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.run", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.run", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.run", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.run", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .cumulate(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.run", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.base_benchmark", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .cumulate(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .contract(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .constructor(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .contract(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .toChecksumAddress(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .storageEntropy(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .createEmptyContract(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .storageEntropyRevert(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .createEmptyContractRevert(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.deploy_dos", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .toChecksumAddress(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .toChecksumAddress(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .cumulate(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .contract(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .constructor(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .contract(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .toChecksumAddress(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .transfer(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .approve(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .buildTransaction(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .transferFrom(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 271, + "pattern": "name_call_unresolved", + "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 317, + "pattern": "name_call_unresolved", + "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.erc20_interact", + "lineno": 327, + "pattern": "name_call_unresolved", + "note": "Call to 'callback(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark.checks.import_empty_blocks", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.import_empty_blocks", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .cumulate(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.import_empty_blocks", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.import_empty_blocks", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.import_empty_blocks", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.import_empty_blocks", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.mine_empty_blocks", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.mine_empty_blocks", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .cumulate(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.mine_empty_blocks", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.mine_empty_blocks", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'SimpleValueTransferBenchmarkConfig(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'SimpleValueTransferBenchmarkConfig(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .print_result_header(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .cumulate(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.checks.simple_value_transfers", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .debug(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.contract_data", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark.contract_data", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.address", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.address", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark._utils.address", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .getrandbits(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.address", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.chain_plumbing", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.chain_plumbing", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.chain_plumbing", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.chain_plumbing", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.compile", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .with_name(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.compile", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.compile", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.meters", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.meters", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark._utils.meters", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .perf_counter(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.meters", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'TimedResult(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.benchmark._utils.reporting", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "scripts.release.test_package", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .create(...) - target object type not statically resolved." + }, + { + "module": "scripts.release.test_package", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.release.test_package", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .glob(...) - target object type not statically resolved." + }, + { + "module": "scripts.release.test_package", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "scripts.release.test_package", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "scripts.release.test_package", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "scripts.release.test_package", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .absolute(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .addoption(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .deserialize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.helpers", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.address-utils.test_address_generation", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 37, + "pattern": "name_call_unresolved", + "note": "Call to 'frontier_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 48, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'frontier_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 85, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_blocks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 97, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 116, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 126, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_blocks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 135, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 137, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 138, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'at_block_number(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 171, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 173, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 177, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 179, + "pattern": "name_call_unresolved", + "note": "Call to 'at_block_number(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 180, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 190, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 200, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 202, + "pattern": "name_call_unresolved", + "note": "Call to 'copy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 203, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_blocks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 213, + "pattern": "name_call_unresolved", + "note": "Call to 'import_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'import_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 215, + "pattern": "name_call_unresolved", + "note": "Call to 'import_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 222, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 224, + "pattern": "name_call_unresolved", + "note": "Call to 'copy(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 225, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_blocks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'import_blocks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 242, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 244, + "pattern": "name_call_unresolved", + "note": "Call to 'chain_split(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 245, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 245, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 246, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 246, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 246, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_builder", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'name(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 74, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 76, + "pattern": "name_call_unresolved", + "note": "Call to 'fork_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 86, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'fork_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'fork_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 133, + "pattern": "name_call_unresolved", + "note": "Call to 'fork_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 145, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 147, + "pattern": "name_call_unresolved", + "note": "Call to 'frontier_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'enable_pow_mining(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 149, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 164, + "pattern": "name_call_unresolved", + "note": "Call to 'frontier_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 165, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 172, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 174, + "pattern": "name_call_unresolved", + "note": "Call to 'frontier_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 175, + "pattern": "name_call_unresolved", + "note": "Call to 'disable_pow_check(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 176, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 190, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_construction", + "lineno": 192, + "pattern": "name_call_unresolved", + "note": "Call to 'chain_id(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 22, + "pattern": "name_call_unresolved", + "note": "Call to 'frontier_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 28, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .time(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 95, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 109, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.builder-tools.test_chain_initializer", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_build_block_incrementally", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .xfail(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .build_block_with_transactions_and_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .xfail(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .build_block_with_transactions_and_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_transaction_index(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_transaction_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .build_block_with_transactions_and_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_transaction_index(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_receipt(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_get_ancestors", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .get_ancestors(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .dao_fork_at(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_pow_check(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_blocks(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_blocks(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_blocks(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .chain_split(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_reorganization", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 89, + "pattern": "name_call_unresolved", + "note": "Call to 'chain_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_chain_retrieval_of_vm_class", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_result(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'chain_from_vm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_result(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_contract_call", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .fork_at(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_pow_check(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .as_signed_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .create_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_create_transaction", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 920, + "pattern": "name_call_unresolved", + "note": "Call to 'chain_without_block_validation_from_vm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 923, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 937, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .estimate_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 941, + "pattern": "attribute_call", + "note": "Call via attribute access .estimate_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 402, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 474, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 573, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 654, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 681, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 708, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 726, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 753, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 780, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 798, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 807, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 825, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 834, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 843, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 852, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 879, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 986, + "pattern": "name_call_unresolved", + "note": "Call to 'chain_without_block_validation_from_vm(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 1000, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .estimate_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 1013, + "pattern": "attribute_call", + "note": "Call via attribute access .estimate_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.chain-object.test_gas_estimation", + "lineno": 951, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .difference(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .integers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .lists(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .lists(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .sampled_from(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .integers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .integers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .integers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.code-stream.test_code_stream", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal_extension(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get_snapshot(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .amend_vm_configuration(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 233, + "pattern": "name_call_unresolved", + "note": "Call to 'CliqueApplier(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .get_snapshot(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .get_snapshot(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_chain_extension(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_snapshot(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .get_snapshot_from_db(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 340, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 429, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .get_sorted_signers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_consensus", + "lineno": 518, + "pattern": "name_call_unresolved", + "note": "Call to 'PublicKeyFactory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_clique_encoding", + "lineno": 26, + "pattern": "name_call_unresolved", + "note": "Call to 'Vote(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_clique_encoding", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'Vote(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_clique_encoding", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_encoding", + "lineno": 66, + "pattern": "name_call_unresolved", + "note": "Call to 'encode_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_clique_encoding", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'decode_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_clique_encoding", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_utils", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_utils", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_utils", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_utils", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_utils", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_utils", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_clique_utils", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 82, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_consensus_engine", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .Thread(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .start(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .choice(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.consensus.test_pow_mining", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'Inner(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.datatype-utils.test_configurable_class", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.db.test_keymap_db", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.db.test_keymap_db", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .deepcopy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_bool", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_bool", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_bool", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_bool", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_bool", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_float", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_float", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_float", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_float", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_int", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_int", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_int", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_int", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_int", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_int", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_list", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_list", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_list", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_list", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_list", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_list", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_string", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_string", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_env_string", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_get", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.env-utils.test_get", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.fixture-tools.test_normalize_state", + "lineno": 77, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.fixture-tools.test_normalize_state", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.fixture-tools.test_normalize_state", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.fixture-tools.test_normalize_state", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.fixture-tools.test_normalize_state", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.fixture-tools.test_normalize_state", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.fixture-tools.test_normalize_state", + "lineno": 103, + "pattern": "name_call_unresolved", + "note": "Call to 'normalize_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .return_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .return_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .return_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.gas_meter.test_gas_meter", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.generator-utils.test_cached_iterable", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .count(...) - target object type not statically resolved." + }, + { + "module": "tests.core.hexadecimal-utils.test_encode_and_decode", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.hexadecimal-utils.test_encode_and_decode", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.hexadecimal-utils.test_encode_and_decode", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.core.hexadecimal-utils.test_encode_and_decode", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "tests.core.hexadecimal-utils.test_encode_and_decode", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .text(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.core.memory.test_memory", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.core.message-object.test_message_object", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.message-object.test_message_object", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.numeric-utils.test_get_highest_bit_length", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.numeric-utils.test_integer_squareroot", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .integers(...) - target object type not statically resolved." + }, + { + "module": "tests.core.numeric-utils.test_integer_squareroot", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.numeric-utils.test_integer_squareroot", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.numeric-utils.test_integer_squareroot", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.numeric-utils.test_int_to_bytes32", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.numeric-utils.test_int_to_bytes32", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.numeric-utils.test_int_to_bytes32", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .create_genesis_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'vm_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'ConsensusContext(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_executor(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .new_unsigned_access_list_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .build_computation(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .touch_account(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_any(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_any(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_any(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 448, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 450, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 527, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 532, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 644, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 535, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 680, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 647, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1204, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1206, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1207, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1208, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1209, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1212, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1213, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 683, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1233, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1234, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1235, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1248, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1249, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1216, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1289, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1296, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_any(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1252, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1261, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1385, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1386, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1397, + "pattern": "attribute_call", + "note": "Call via attribute access .stack_pop1_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1400, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1301, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1513, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1403, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1568, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1516, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1613, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1573, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1580, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1697, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1699, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1616, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1673, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1678, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1705, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1702, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1720, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1728, + "pattern": "attribute_call", + "note": "Call via attribute access .simplefilter(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1737, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.core.opcodes.test_opcodes", + "lineno": 1714, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.padding-utils.test_padding", + "lineno": 16, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.padding-utils.test_padding", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.padding-utils.test_padding", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'pad32r(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.padding-utils.test_padding", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.precompiles.test_blake2", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.precompiles.test_blake2", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .hex(...) - target object type not statically resolved." + }, + { + "module": "tests.core.precompiles.test_blake2", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.precompiles.test_blake2", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.core.precompiles.test_blake2", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .pop1_any(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .push_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .pop1_any(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .dup(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .dup(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .pop1_any(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'push(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'pop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 114, + "pattern": "name_call_unresolved", + "note": "Call to 'pop(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .pop_any(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .swap(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .swap(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .push_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .dup(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .dup(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .pop1_int(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .swap(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.stack.test_stack", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .dup(...) - target object type not statically resolved." + }, + { + "module": "tests.core.tester.test_generate_vm_configuration", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.core.tester.test_generate_vm_configuration", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dao_fork_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.tester.test_generate_vm_configuration", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .get_dao_fork_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.tester.test_generate_vm_configuration", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_legacy_transaction", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .legacy_unsigned(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_legacy_transaction", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .as_signed_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_legacy_transaction", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_transaction_builder", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .as_signed_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_transaction_builder", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_transaction_builder", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_transaction_builder", + "lineno": 93, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.transactions.test_transaction_builder", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_transaction_builder", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.test_transaction_builder", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.conftest", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.conftest", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_receipt_encoding", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .new_unsigned_access_list_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .new_unsigned_dynamic_fee_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_spoof_transaction", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .new_unsigned_blob_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .new_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get_intrinsic_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_encoding", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .check_signature_validity(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .check_signature_validity(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .check_signature_validity(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .as_signed_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .PrivateKey(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .as_signed_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.transactions.transaction-utils.test_transaction_signature_validation", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .to_canonical_address(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 425, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 427, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 428, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 444, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 446, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 447, + "pattern": "name_call_unresolved", + "note": "Call to 'validate_lt_secpk1n2(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 431, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_eth1_validation", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_transaction_validation", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_transaction_validation", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_transaction_validation", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_transaction_validation", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_transaction_validation", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_transaction_validation", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_transaction_validation", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_transaction_validation", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_withdrawal_validation", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_withdrawal_validation", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_withdrawal_validation", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_withdrawal_validation", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "tests.core.validation.test_withdrawal_validation", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 25, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 29, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .prepare_child_message(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .extend_memory(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .register_account_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .register_account_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .register_account_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .register_account_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .register_account_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get_accounts_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .register_account_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .get_accounts_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get_self_destruct_beneficiaries(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .register_account_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .get_accounts_for_deletion(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_child_computation(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 251, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .add_log_entry(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 260, + "pattern": "name_call_unresolved", + "note": "Call to 'Revert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 274, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .refund_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 283, + "pattern": "name_call_unresolved", + "note": "Call to 'Revert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 297, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 306, + "pattern": "name_call_unresolved", + "note": "Call to 'Revert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 319, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 328, + "pattern": "name_call_unresolved", + "note": "Call to 'Revert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 345, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .consume_gas(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 355, + "pattern": "name_call_unresolved", + "note": "Call to 'Revert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 364, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 374, + "pattern": "name_call_unresolved", + "note": "Call to 'Revert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 385, + "pattern": "name_call_unresolved", + "note": "Call to 'VMError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_remaining(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_base_computation", + "lineno": 395, + "pattern": "name_call_unresolved", + "note": "Call to 'Revert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_clique_validation", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .amend_vm_configuration(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_clique_validation", + "lineno": 98, + "pattern": "name_call_unresolved", + "note": "Call to 'CliqueApplier(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_clique_validation", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_clique_validation", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_clique_validation", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_chain_extension(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_clique_validation", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_clique_validation", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_chain_extension(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_clique_validation", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .execute_bytecode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_computation", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_contract_code_size_limit", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_contract_code_size_limit", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_contract_code_size_limit", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_contract_code_size_limit", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_contract_code_size_limit", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .build_computation(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_contract_code_size_limit", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_executor(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_contract_code_size_limit", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_frontier_computation", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_frontier_computation", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_frontier_computation", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .prepare_child_message(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_frontier_computation", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .generate_child_computation(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_storage_root(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_interrupt", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .execute_bytecode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .execute_bytecode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .execute_bytecode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_used(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .get_gas_refund(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_london", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_mainnet_dao_fork", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_mainnet_dao_fork", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_mainnet_dao_fork", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_modexp_precompile", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_modexp_precompile", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_modexp_precompile", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_modexp_precompile", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_modexp_precompile", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_modexp_precompile", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 49, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 51, + "pattern": "name_call_unresolved", + "note": "Call to 'vm_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 52, + "pattern": "name_call_unresolved", + "note": "Call to 'disable_pow_check(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 53, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 55, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'at_block_number(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 61, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 69, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nephew_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .get_uncle_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 148, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 150, + "pattern": "name_call_unresolved", + "note": "Call to 'vm_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'disable_pow_check(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 152, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 153, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_blocks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 156, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 158, + "pattern": "name_call_unresolved", + "note": "Call to 'at_block_number(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 166, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 168, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nephew_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_uncle_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 209, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 211, + "pattern": "name_call_unresolved", + "note": "Call to 'vm_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 212, + "pattern": "name_call_unresolved", + "note": "Call to 'disable_pow_check(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 213, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 215, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 218, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 220, + "pattern": "name_call_unresolved", + "note": "Call to 'at_block_number(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 221, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 228, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 231, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_blocks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 238, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 260, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 262, + "pattern": "name_call_unresolved", + "note": "Call to 'vm_fn_uncle(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 263, + "pattern": "name_call_unresolved", + "note": "Call to 'vm_fn_nephew(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 264, + "pattern": "name_call_unresolved", + "note": "Call to 'disable_pow_check(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 265, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 266, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_blocks(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 269, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 271, + "pattern": "name_call_unresolved", + "note": "Call to 'at_block_number(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 272, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 279, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 281, + "pattern": "name_call_unresolved", + "note": "Call to 'mine_block(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm_class_for_block_number(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nephew_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .get_uncle_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 331, + "pattern": "name_call_unresolved", + "note": "Call to 'build(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 333, + "pattern": "name_call_unresolved", + "note": "Call to 'berlin_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 334, + "pattern": "name_call_unresolved", + "note": "Call to 'london_at(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 335, + "pattern": "name_call_unresolved", + "note": "Call to 'disable_pow_check(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 336, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_rewards", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_all(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_shanghai", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_validate_transaction", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .fork_at(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .fork_at(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_pow_check(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .fork_at(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .disable_pow_check(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .add_receipt_to_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_reward(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .build_block_with_transactions_and_withdrawals(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_seal(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_header(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_class_configurations", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_class_configurations", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_class_configurations", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_class_configurations", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_class_configurations", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .import_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .snapshot(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .revert(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_state", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_transitions", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .from_genesis(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_transitions", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_transitions", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_transitions", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_transitions", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.core.vm.test_vm_transitions", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 30, + "pattern": "name_call_unresolved", + "note": "Call to 'DB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .lists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 50, + "pattern": "name_call_unresolved", + "note": "Call to 'DB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'DB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_accesslog", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .set_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .set_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .set_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .set_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .account_has_code_or_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .touch_account(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .account_has_code_or_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .increment_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .account_has_code_or_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .account_has_code_or_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .account_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_account(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .account_has_code_or_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_address_store(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get_changed_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_address_store(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .get_changed_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .lock_changes(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .make_state_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_address_store(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .get_changed_root(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .get_slots_queried(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .get_slots_queried(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .get_slots_queried(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get_balance(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .set_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .set_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .get_storage(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 338, + "pattern": "attribute_call", + "note": "Call via attribute access .get_slots_queried(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_account_db", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .get_slots_queried(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_to(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_to(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_to(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .commit_to(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_batch_db", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_database_api", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_to(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .pending_keys(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .pending_items(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .deleted_keys(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_db_diff", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_blocks(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .chain_split(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 201, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_checkpoint_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipts(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_unexecuted_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipts(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_unexecuted_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipts(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_unexecuted_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipts(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_unexecuted_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .get_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 278, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 336, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 338, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 435, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .raise_if_error(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .mine_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 472, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 478, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 487, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 518, + "pattern": "name_call_unresolved", + "note": "Call to 'chain_without_block_validation_factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_unexecuted_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 544, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_block(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 546, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .get_receipt_by_index(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .param(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 500, + "pattern": "attribute_call", + "note": "Call via attribute access .xfail(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .from_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .from_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_eth1_chaindb", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_class(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_hash_trie", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_hash_trie", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 70, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockHeader(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .create_header_from_parent(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .randint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 119, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_checkpoint_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 139, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 151, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 155, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 525, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_checkpoint_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 550, + "pattern": "name_call_unresolved", + "note": "Call to 'selector_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 560, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 563, + "pattern": "name_call_unresolved", + "note": "Call to 'selector_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 568, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 570, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 573, + "pattern": "name_call_unresolved", + "note": "Call to 'selector_fn(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 575, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 689, + "pattern": "attribute_call", + "note": "Call via attribute access ._update_header_chain_gaps(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 721, + "pattern": "name_call_unresolved", + "note": "Call to '_all_missing(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 730, + "pattern": "name_call_unresolved", + "note": "Call to '_all_missing(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 747, + "pattern": "name_call_unresolved", + "note": "Call to '_all_missing(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 763, + "pattern": "name_call_unresolved", + "note": "Call to '_all_missing(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .lists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .tuples(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .booleans(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .integers(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .auto(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .integers(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 816, + "pattern": "attribute_call", + "note": "Call via attribute access .sampled_from(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 818, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 819, + "pattern": "attribute_call", + "note": "Call via attribute access .sampled_from(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 831, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 836, + "pattern": "attribute_call", + "note": "Call via attribute access .sampled_from(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .draw(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 837, + "pattern": "attribute_call", + "note": "Call via attribute access .integers(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .data(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 892, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 895, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 897, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 901, + "pattern": "name_call_unresolved", + "note": "Call to 'BlockHeader(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 930, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 938, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 942, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 946, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 955, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 963, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 969, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 975, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_head(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 988, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 992, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .get_score(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1016, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1027, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1040, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1044, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1048, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1051, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block_header_by_hash(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1052, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1056, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header_chain(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1064, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_header_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1068, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1074, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1079, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1080, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1087, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1088, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1092, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1094, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1098, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1100, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1101, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .persist_header(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1106, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1109, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_header_db", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .header_exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 228, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .has_clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .has_clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .has_clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 309, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 331, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 383, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 413, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 415, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 426, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 441, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 445, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .one_of(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .just(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 456, + "pattern": "attribute_call", + "note": "Call via attribute access .one_of(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .just(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 477, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 494, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_to(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .lists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .one_of(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 466, + "pattern": "attribute_call", + "note": "Call via attribute access .tuples(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 470, + "pattern": "attribute_call", + "note": "Call via attribute access .just(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 536, + "pattern": "name_call_unresolved", + "note": "Call to 'EVMMissingData(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 547, + "pattern": "name_call_unresolved", + "note": "Call to 'db_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 550, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 539, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 571, + "pattern": "name_call_unresolved", + "note": "Call to 'db_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .pending_items(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 561, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 592, + "pattern": "name_call_unresolved", + "note": "Call to 'db_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 615, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .pending_items(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 659, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 684, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 706, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 707, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 710, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 713, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 723, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 725, + "pattern": "name_call_unresolved", + "note": "Call to 'SlowJournalDB(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 737, + "pattern": "attribute_call", + "note": "Call via attribute access .binary(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 743, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 744, + "pattern": "attribute_call", + "note": "Call via attribute access .record(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 762, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 767, + "pattern": "attribute_call", + "note": "Call via attribute access .has_changeset(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 772, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 773, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .has_changeset(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 779, + "pattern": "attribute_call", + "note": "Call via attribute access .has_checkpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .discard(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 783, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 788, + "pattern": "attribute_call", + "note": "Call via attribute access .flatten(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .diff(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 793, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_journal_db", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .persist(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.database.test_leveldb_db_backend", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 46, + "pattern": "name_call_unresolved", + "note": "Call to 'filler_formatter(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.fillers.build_json", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.fillers.build_json", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'fill_test(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.fillers.build_json", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 42, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_fixture_tests(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'filter_fixtures(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 54, + "pattern": "name_call_unresolved", + "note": "Call to 'load_fixture(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_difficulty", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .compute_difficulty(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'load_fixture(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 112, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_fixture_tests(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 115, + "pattern": "name_call_unresolved", + "note": "Call to 'filter_fixtures(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'load_fixture(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_transactions", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .validate(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 88, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_fixture_tests(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 94, + "pattern": "name_call_unresolved", + "note": "Call to 'filter_fixtures(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 107, + "pattern": "name_call_unresolved", + "note": "Call to 'load_fixture(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 129, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .configure(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_computation(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get_computation(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .execute_bytecode(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'ConsensusContext(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 235, + "pattern": "name_call_unresolved", + "note": "Call to 'setup_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get_code(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 238, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .apply_computation(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .get_computation(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get_header(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .get_log_entries(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 313, + "pattern": "name_call_unresolved", + "note": "Call to 'verify_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.test_virtual_machine", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1288, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1290, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1296, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1300, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1301, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1302, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1304, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1306, + "pattern": "attribute_call", + "note": "Call via attribute access .xfail(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1311, + "pattern": "name_call_unresolved", + "note": "Call to 'should_run_slow_tests(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1314, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1316, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1319, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1326, + "pattern": "attribute_call", + "note": "Call via attribute access .skip(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1338, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1338, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1346, + "pattern": "name_call_unresolved", + "note": "Call to 'load_fixture(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1351, + "pattern": "attribute_call", + "note": "Call via attribute access .getoption(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1352, + "pattern": "name_call_unresolved", + "note": "Call to 'generate_fixture_tests(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1359, + "pattern": "name_call_unresolved", + "note": "Call to 'filter_fixtures(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1373, + "pattern": "name_call_unresolved", + "note": "Call to 'load_fixture(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1382, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1405, + "pattern": "name_call_unresolved", + "note": "Call to 'new_chain_from_fixture(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1409, + "pattern": "name_call_unresolved", + "note": "Call to 'genesis_fields_from_fixture(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1410, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1417, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1418, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1420, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_headers_eq(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1422, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1440, + "pattern": "name_call_unresolved", + "note": "Call to 'apply_fixture_block_to_chain(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1446, + "pattern": "name_call_unresolved", + "note": "Call to 'assert_imported_block_unchanged(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1455, + "pattern": "attribute_call", + "note": "Call via attribute access .validate_block(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1458, + "pattern": "name_call_unresolved", + "note": "Call to 'apply_fixture_block_to_chain(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1468, + "pattern": "attribute_call", + "note": "Call via attribute access .get_canonical_block_by_number(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1469, + "pattern": "attribute_call", + "note": "Call via attribute access .get_block(...) - target object type not statically resolved." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1472, + "pattern": "name_call_unresolved", + "note": "Call to 'verify_state(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.json-fixtures.blockchain.test_blockchain", + "lineno": 1472, + "pattern": "attribute_call", + "note": "Call via attribute access .get_vm(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.keys", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .rjust(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.keys", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .randbits(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.keys", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .LazyFunction(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.keys", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .to_bytes(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.keys", + "lineno": 24, + "pattern": "name_call_unresolved", + "note": "Call to 'PrivateKeyFactory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.tools.factories.keys", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .LazyFunction(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .create_unsigned_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .as_signed_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .new_unsigned_access_list_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .as_signed_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get_nonce(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .new_unsigned_dynamic_fee_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get_transaction_builder(...) - target object type not statically resolved." + }, + { + "module": "tests.tools.factories.transaction", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .as_signed_transaction(...) - target object type not statically resolved." + } + ], + "governance_gate": "APPROVED" +} \ No newline at end of file