Skip to content

Commit 4e5b13f

Browse files
committed
Merge branch 'vendor' of https://github.com/BobTheBuidler/web3.py into vendor
2 parents 19b1db5 + b47b704 commit 4e5b13f

Some content is hidden

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

56 files changed

+2920
-2639
lines changed
Lines changed: 2778 additions & 2526 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#ifndef MYPYC_NATIVE_5f8b22f5f815a3776376_H
2-
#define MYPYC_NATIVE_5f8b22f5f815a3776376_H
1+
#ifndef MYPYC_NATIVE_2c3297a056130187a890_H
2+
#define MYPYC_NATIVE_2c3297a056130187a890_H
33
#include <Python.h>
44
#include <CPy.h>
55
#ifndef MYPYC_DECLARED_tuple_T3CIO
@@ -2153,8 +2153,8 @@ typedef struct {
21532153
PyObject *___mypyc_temp__18;
21542154
tuple_T3OOO ___mypyc_temp__19;
21552155
PyObject *___mypyc_generator_attribute__unsubscribed;
2156-
int64_t ___mypyc_temp__2_0;
2157-
PyObject *___mypyc_temp__2_1;
2156+
PyObject *___mypyc_temp__2_0;
2157+
int64_t ___mypyc_temp__2_1;
21582158
} faster_web3___providers___persistent___subscription_manager___unsubscribe_all_SubscriptionManager_genObject;
21592159

21602160
typedef struct {

build/__native_internal_5f8b22f5f815a3776376.h renamed to build/__native_internal_2c3297a056130187a890.h

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#ifndef MYPYC_NATIVE_INTERNAL_5f8b22f5f815a3776376_H
2-
#define MYPYC_NATIVE_INTERNAL_5f8b22f5f815a3776376_H
1+
#ifndef MYPYC_NATIVE_INTERNAL_2c3297a056130187a890_H
2+
#define MYPYC_NATIVE_INTERNAL_2c3297a056130187a890_H
33
#include <Python.h>
44
#include <CPy.h>
5-
#include "__native_5f8b22f5f815a3776376.h"
5+
#include "__native_2c3297a056130187a890.h"
66

77
int CPyGlobalsInit(void);
88

9-
extern PyObject *CPyStatics[2338];
9+
extern PyObject *CPyStatics[2346];
1010
extern const char * const CPyLit_Str[];
1111
extern const char * const CPyLit_Bytes[];
1212
extern const char * const CPyLit_Int[];
@@ -32,7 +32,6 @@ extern CPyModule *CPyModule_sys;
3232
extern CPyModule *CPyModule_enum;
3333
extern CPyModule *CPyModule_pathlib;
3434
extern CPyModule *CPyModule_typing;
35-
extern CPyModule *CPyModule_pyunormalize____unicode;
3635
extern CPyModule *CPyModule_pyunormalize;
3736
extern CPyModule *CPyModule_faster_ens___auto__internal;
3837
extern CPyModule *CPyModule_faster_ens___auto;
@@ -197,6 +196,10 @@ extern PyObject *CPyStatic_time_based___globals;
197196
extern CPyModule *CPyModule_collections;
198197
extern CPyModule *CPyModule_math;
199198
extern CPyModule *CPyModule_operator;
199+
extern CPyModule *CPyModule_faster_web3___logs__internal;
200+
extern CPyModule *CPyModule_faster_web3___logs;
201+
extern PyObject *CPyStatic_logs___globals;
202+
extern CPyModule *CPyModule_faster_web3____utils___events;
200203
extern CPyModule *CPyModule_faster_web3___providers___eth_tester__internal;
201204
extern CPyModule *CPyModule_faster_web3___providers___eth_tester;
202205
extern PyObject *CPyStatic_eth_tester___globals;
@@ -2835,6 +2838,11 @@ extern PyObject *CPyPy_time_based___time_based_gas_price_strategy_construct_time
28352838
extern PyObject *CPyDef_time_based___construct_time_based_gas_price_strategy(CPyTagged cpy_r_max_wait_seconds, CPyTagged cpy_r_sample_size, CPyTagged cpy_r_probability, char cpy_r_weighted);
28362839
extern PyObject *CPyPy_time_based___construct_time_based_gas_price_strategy(PyObject *self, PyObject *const *args, size_t nargs, PyObject *kwnames);
28372840
extern char CPyDef_time_based_____top_level__(void);
2841+
extern PyObject *CPyStatic_logs___DISCARD;
2842+
extern PyObject *CPyStatic_logs___IGNORE;
2843+
extern PyObject *CPyStatic_logs___STRICT;
2844+
extern PyObject *CPyStatic_logs___WARN;
2845+
extern char CPyDef_logs_____top_level__(void);
28382846
extern char CPyDef_eth_tester_____top_level__(void);
28392847
extern PyObject *CPyStatic_defaults___null_if_block_not_found;
28402848
extern PyObject *CPyStatic_defaults___null_if_transaction_not_found;

build/faster_ens.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ PyMODINIT_FUNC
77
PyInit_faster_ens(void)
88
{
99
PyObject *tmp;
10-
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
10+
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
1111
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens");
1212
Py_DECREF(tmp);
1313
if (capsule == NULL) return NULL;
14-
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens");
14+
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens");
1515
Py_DECREF(capsule);
1616
if (!init_func) {
1717
return NULL;

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("5f8b22f5f815a3776376__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__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, "5f8b22f5f815a3776376__mypyc.init_faster_ens____normalization");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__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("5f8b22f5f815a3776376__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__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, "5f8b22f5f815a3776376__mypyc.init_faster_ens___auto");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__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("5f8b22f5f815a3776376__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__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, "5f8b22f5f815a3776376__mypyc.init_faster_ens___base_ens");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__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("5f8b22f5f815a3776376__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__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, "5f8b22f5f815a3776376__mypyc.init_faster_ens___constants");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens___constants");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

build/faster_ens/exceptions.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PyMODINIT_FUNC
44
PyInit_exceptions(void)
55
{
66
PyObject *tmp;
7-
if (!(tmp = PyImport_ImportModule("5f8b22f5f815a3776376__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__mypyc"))) return NULL;
88
PyObject *capsule = PyObject_GetAttrString(tmp, "init_faster_ens___exceptions");
99
Py_DECREF(tmp);
1010
if (capsule == NULL) return NULL;
11-
void *init_func = PyCapsule_GetPointer(capsule, "5f8b22f5f815a3776376__mypyc.init_faster_ens___exceptions");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens___exceptions");
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("5f8b22f5f815a3776376__mypyc"))) return NULL;
7+
if (!(tmp = PyImport_ImportModule("2c3297a056130187a890__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, "5f8b22f5f815a3776376__mypyc.init_faster_ens___utils");
11+
void *init_func = PyCapsule_GetPointer(capsule, "2c3297a056130187a890__mypyc.init_faster_ens___utils");
1212
Py_DECREF(capsule);
1313
if (!init_func) {
1414
return NULL;

0 commit comments

Comments
 (0)