@@ -57724,7 +57724,7 @@ CPyL3: ;
5772457724 CPy_INCREF(cpy_r_val);
5772557725 return cpy_r_val;
5772657726CPyL4: ;
57727- cpy_r_r1 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* frozenset({'True ', 'true ', 'on '}) */
57727+ cpy_r_r1 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* frozenset({'true ', 'on ', 'True '}) */
5772857728 CPy_INCREF(cpy_r_val);
5772957729 if (likely(PyUnicode_Check(cpy_r_val)))
5773057730 cpy_r_r2 = cpy_r_val;
@@ -57744,7 +57744,7 @@ CPyL4: ;
5774457744 cpy_r_r6 = 1 ? Py_True : Py_False;
5774557745 return cpy_r_r6;
5774657746CPyL8: ;
57747- cpy_r_r7 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* frozenset({'off', 'false ', 'False '}) */
57747+ cpy_r_r7 = CPyStatics[DIFFCHECK_PLACEHOLDER]; /* frozenset({'off', 'False ', 'false '}) */
5774857748 CPy_INCREF(cpy_r_val);
5774957749 if (likely(PyUnicode_Check(cpy_r_val)))
5775057750 cpy_r_r8 = cpy_r_val;
@@ -184285,19 +184285,19 @@ CPyL20: ;
184285184285 if (!cpy_r_r41) goto CPyL44;
184286184286CPyL21: ;
184287184287 cpy_r_r42 = CPySequenceTuple_GetItemUnsafe(cpy_r_r38, cpy_r_r40);
184288- if (PyLong_Check (cpy_r_r42))
184288+ if (PyUnicode_Check (cpy_r_r42))
184289184289 cpy_r_r43 = cpy_r_r42;
184290184290 else {
184291184291 cpy_r_r43 = NULL;
184292184292 }
184293184293 if (cpy_r_r43 != NULL) goto __LL1108;
184294- if (PyUnicode_Check (cpy_r_r42))
184294+ if (PyLong_Check (cpy_r_r42))
184295184295 cpy_r_r43 = cpy_r_r42;
184296184296 else {
184297184297 cpy_r_r43 = NULL;
184298184298 }
184299184299 if (cpy_r_r43 != NULL) goto __LL1108;
184300- CPy_TypeErrorTraceback("brownie/project/compiler/vyper.py", "_convert_to_semver", 525, CPyStatic_vyper___globals, "union[int, str ]", cpy_r_r42);
184300+ CPy_TypeErrorTraceback("brownie/project/compiler/vyper.py", "_convert_to_semver", 525, CPyStatic_vyper___globals, "union[str, int ]", cpy_r_r42);
184301184301 goto CPyL45;
184302184302__LL1108: ;
184303184303 cpy_r_r44 = PyObject_Str(cpy_r_r43);
@@ -277439,7 +277439,7 @@ const char * const CPyLit_Str[] = {
277439277439 "\004\017REQUEST_HEADERS\vNetworkType\rNetworkConfig\017ConfigContainer",
277440277440 "\005\022set_active_network\fclear_active\bproperty\016active_network\fnetwork_type",
277441277441 "\a\004mode\006Config\nConfigDict\004once\016filterwarnings\bcategory\017parse_variables",
277442- "\t\aresolve\004True\ 002on\003off\005False\aMapping\aTypeVar\boverload\020dotenv.variables",
277442+ "\t\aresolve\002on\004True \003off\005False\aMapping\aTypeVar\boverload\020dotenv.variables",
277443277443 "\006\002_T\r^[-+]\?[0-9]+$\tINT_REGEX\nEthAddress\005Fixed\003Wei",
277444277444 "\005\031brownie.convert.datatypes\ato_bool\bto_bytes\nto_decimal\006to_int",
277445277445 "\a\tto_string\ato_uint\024brownie.convert.main\a__new__\b__hash__\006__lt__\006__le__",
@@ -277515,14 +277515,15 @@ const char * const CPyLit_Str[] = {
277515277515 "\004\002w3\020load_middlewares\"brownie.network.middlewares._setup\f_middlewares",
277516277516 "\004\bget_code\006latest\bcache.db\033CREATE TABLE IF NOT EXISTS ",
277517277517 "\004\031 (method, params, result)\005clear\026loop_exception_handler\reager_caching",
277518- "\006\tget_block\ttimestamp\006number\vblock_cache\004hash\023eth_uninstallFilter",
277519- "\003\022web3_clientVersion\030eth_getTransactionByHash\031eth_getTransactionReceipt",
277520- "\004\022eth_newBlockFilter\023eth_signTransaction\024eth_getFilterChanges\beth_sign",
277521- "\004\023eth_sendTransaction\026eth_sendRawTransaction\veth_chainId\nseparators",
277522- "\005\023SELECT result FROM \034 WHERE method=\? AND params=\?\amaxsize\ajsonrpc\0032.0",
277523- "\006\006result\nsetdefault\fblock_filter\visConnected\tfilter_id\020uninstall_filter",
277524- "\003\vloop_thread\016current_thread&brownie/network/middlewares/caching.py",
277525- "\005\nLogReceipt\006Cursor\021brownie.utils.sql\veth_getCode\016LONGTERM_CACHE",
277518+ "\006\tget_block\ttimestamp\006number\vblock_cache\004hash\023eth_signTransaction",
277519+ "\004\023eth_uninstallFilter\022web3_clientVersion\022eth_newBlockFilter\veth_chainId",
277520+ "\003\beth_sign\030eth_getTransactionByHash\031eth_getTransactionReceipt",
277521+ "\003\026eth_sendRawTransaction\023eth_sendTransaction\024eth_getFilterChanges",
277522+ "\004\nseparators\023SELECT result FROM \034 WHERE method=\? AND params=\?\amaxsize",
277523+ "\a\ajsonrpc\0032.0\006result\nsetdefault\fblock_filter\visConnected\tfilter_id",
277524+ "\003\020uninstall_filter\vloop_thread\016current_thread",
277525+ "\003&brownie/network/middlewares/caching.py\nLogReceipt\006Cursor",
277526+ "\003\021brownie.utils.sql\veth_getCode\016LONGTERM_CACHE",
277526277527 "\002 CACHE_FILTER_THREAD_JOIN_TIMEOUT#brownie.network.middlewares.caching",
277527277528 "\a\ttable_key\003cur\004lock\v_stop_event\tis_killed\nlast_block\017last_block_seen",
277528277529 "\004\flast_request\030RequestCachingMiddleware\fWeb3RPCError\017eth_estimateGas",
@@ -277882,9 +277883,9 @@ const int CPyLit_Tuple[] = {
277882277883 2252, 2, 47, 51
277883277884};
277884277885const int CPyLit_FrozenSet[] = {
277885- 7, 3, 670, 469 , 671, 3, 672, 470, 673 , 11, 1043, 1044, 1045, 1046,
277886+ 7, 3, 469, 670 , 671, 3, 672, 673, 470 , 11, 1043, 1044, 1045, 1046,
277886277887 1047, 1048, 1049, 1050, 1051, 1052, 1053, 2, 1086, 1087, 2, 1051,
277887- 1052, 3, 1087, 1051 , 1052, 2, 2086, 2087
277888+ 1052, 3, 1051, 1087 , 1052, 2, 2086, 2087
277888277889};
277889277890CPyModule *CPyModule_brownie____c_constants__internal = NULL;
277890277891CPyModule *CPyModule_brownie____c_constants;
0 commit comments