Skip to content

Commit 972b52b

Browse files
chore: compile C files for source control
1 parent 19ede17 commit 972b52b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+12177
-2141
lines changed
Lines changed: 11704 additions & 2001 deletions
Large diffs are not rendered by default.
Lines changed: 84 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef MYPYC_NATIVE_17c38a30493dc15f08e1_H
2-
#define MYPYC_NATIVE_17c38a30493dc15f08e1_H
1+
#ifndef MYPYC_NATIVE_2c5e48da3fac2dea7a8c_H
2+
#define MYPYC_NATIVE_2c5e48da3fac2dea7a8c_H
33
#include <Python.h>
44
#include <CPy.h>
55
#ifndef MYPYC_DECLARED_tuple_T4CIOO
@@ -971,7 +971,7 @@ typedef struct {
971971
PyObject *___mypyc_temp__4;
972972
tuple_T3OOO ___mypyc_temp__5;
973973
PyObject *___mypyc_generator_attribute__last_block;
974-
CPyTagged ___mypyc_generator_attribute__last_block_num;
974+
PyObject *___mypyc_generator_attribute__last_block_num;
975975
} faster_web3____utils___contracts___async_parse_block_identifier_int_genObject;
976976

977977
typedef struct {
@@ -1511,6 +1511,87 @@ typedef struct {
15111511
PyObject *___mypyc_env__;
15121512
} faster_web3___gas_strategies___time_based___time_based_gas_price_strategy_construct_time_based_gas_price_strategy_objObject;
15131513

1514+
typedef struct {
1515+
PyObject_HEAD
1516+
CPyVTableItem *vtable;
1517+
} faster_web3___middleware___attrdict___AttributeDictMiddlewareObject;
1518+
1519+
typedef struct {
1520+
PyObject_HEAD
1521+
CPyVTableItem *vtable;
1522+
PyObject *___mypyc_generator_attribute__self;
1523+
PyObject *___mypyc_generator_attribute__method;
1524+
PyObject *___mypyc_generator_attribute__response;
1525+
int32_t ___mypyc_next_label__;
1526+
PyObject *___mypyc_generator_attribute__provider;
1527+
} faster_web3___middleware___attrdict___async_response_processor_AttributeDictMiddleware_genObject;
1528+
1529+
typedef struct {
1530+
PyObject_HEAD
1531+
CPyVTableItem *vtable;
1532+
} faster_web3___middleware___buffered_gas_estimate___BufferedGasEstimateMiddlewareObject;
1533+
1534+
typedef struct {
1535+
PyObject_HEAD
1536+
CPyVTableItem *vtable;
1537+
PyObject *___mypyc_generator_attribute__self;
1538+
PyObject *___mypyc_generator_attribute__method;
1539+
PyObject *___mypyc_generator_attribute__params;
1540+
int32_t ___mypyc_next_label__;
1541+
PyObject *___mypyc_generator_attribute__transaction;
1542+
PyObject *___mypyc_temp__0;
1543+
tuple_T3OOO ___mypyc_temp__1;
1544+
CPyTagged ___mypyc_generator_attribute__gas_estimate;
1545+
} faster_web3___middleware___buffered_gas_estimate___async_request_processor_BufferedGasEstimateMiddleware_genObject;
1546+
1547+
typedef struct {
1548+
PyObject_HEAD
1549+
CPyVTableItem *vtable;
1550+
} faster_web3___middleware___gas_price_strategy___GasPriceStrategyMiddlewareObject;
1551+
1552+
typedef struct {
1553+
PyObject_HEAD
1554+
CPyVTableItem *vtable;
1555+
PyObject *___mypyc_generator_attribute__self;
1556+
PyObject *___mypyc_generator_attribute__method;
1557+
PyObject *___mypyc_generator_attribute__params;
1558+
int32_t ___mypyc_next_label__;
1559+
PyObject *___mypyc_generator_attribute__transaction;
1560+
PyObject *___mypyc_generator_attribute__w3;
1561+
PyObject *___mypyc_generator_attribute__generated_gas_price;
1562+
PyObject *___mypyc_temp__0;
1563+
tuple_T3OOO ___mypyc_temp__1;
1564+
PyObject *___mypyc_generator_attribute__latest_block;
1565+
} faster_web3___middleware___gas_price_strategy___async_request_processor_GasPriceStrategyMiddleware_genObject;
1566+
1567+
typedef struct {
1568+
PyObject_HEAD
1569+
CPyVTableItem *vtable;
1570+
PyObject *___mypyc_self__;
1571+
CPyTagged _web3_chain_id;
1572+
} faster_web3___middleware___validation____transaction_param_validator_envObject;
1573+
1574+
typedef struct {
1575+
PyObject_HEAD
1576+
CPyVTableItem *vtable;
1577+
vectorcallfunc vectorcall;
1578+
PyObject *___mypyc_env__;
1579+
} faster_web3___middleware___validation_____mypyc_lambda__0__transaction_param_validator_objObject;
1580+
1581+
typedef struct {
1582+
PyObject_HEAD
1583+
CPyVTableItem *vtable;
1584+
PyObject *___mypyc_generator_attribute__async_w3;
1585+
PyObject *___mypyc_generator_attribute__method;
1586+
int32_t ___mypyc_next_label__;
1587+
PyObject *___mypyc_generator_attribute__request_formatters;
1588+
PyObject *___mypyc_temp__0;
1589+
tuple_T3OOO ___mypyc_temp__1;
1590+
CPyTagged ___mypyc_generator_attribute__w3_chain_id;
1591+
PyObject *___mypyc_temp__2;
1592+
int64_t ___mypyc_temp__3;
1593+
} faster_web3___middleware___validation___async_build_method_validators_genObject;
1594+
15141595
typedef struct {
15151596
PyObject_HEAD
15161597
CPyVTableItem *vtable;

build/__native_internal_17c38a30493dc15f08e1.h renamed to build/__native_internal_2c5e48da3fac2dea7a8c.h

Lines changed: 210 additions & 63 deletions
Large diffs are not rendered by default.

build/faster_ens/_normalization.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit__normalization(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("17c38a30493dc15f08e1__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c5e48da3fac2dea7a8c__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens____normalization");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "17c38a30493dc15f08e1__mypyc.init_faster_ens____normalization");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c5e48da3fac2dea7a8c__mypyc.init_faster_ens____normalization");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/auto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_auto(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("17c38a30493dc15f08e1__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c5e48da3fac2dea7a8c__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___auto");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "17c38a30493dc15f08e1__mypyc.init_faster_ens___auto");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c5e48da3fac2dea7a8c__mypyc.init_faster_ens___auto");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/base_ens.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_base_ens(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("17c38a30493dc15f08e1__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c5e48da3fac2dea7a8c__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___base_ens");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "17c38a30493dc15f08e1__mypyc.init_faster_ens___base_ens");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c5e48da3fac2dea7a8c__mypyc.init_faster_ens___base_ens");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/constants.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_constants(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("17c38a30493dc15f08e1__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c5e48da3fac2dea7a8c__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___constants");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "17c38a30493dc15f08e1__mypyc.init_faster_ens___constants");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c5e48da3fac2dea7a8c__mypyc.init_faster_ens___constants");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/utils.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_utils(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("17c38a30493dc15f08e1__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c5e48da3fac2dea7a8c__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___utils");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "17c38a30493dc15f08e1__mypyc.init_faster_ens___utils");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c5e48da3fac2dea7a8c__mypyc.init_faster_ens___utils");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_web3/_utils/blocks.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_blocks(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("17c38a30493dc15f08e1__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c5e48da3fac2dea7a8c__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___blocks");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "17c38a30493dc15f08e1__mypyc.init_faster_web3____utils___blocks");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c5e48da3fac2dea7a8c__mypyc.init_faster_web3____utils___blocks");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_web3/_utils/caching.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_caching(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("17c38a30493dc15f08e1__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c5e48da3fac2dea7a8c__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_web3____utils___caching");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "17c38a30493dc15f08e1__mypyc.init_faster_web3____utils___caching");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c5e48da3fac2dea7a8c__mypyc.init_faster_web3____utils___caching");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

0 commit comments

Comments
 (0)