faster-eth-abi 5.2.9__cp311-cp311-win32.whl → 5.2.11__cp311-cp311-win32.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of faster-eth-abi might be problematic. Click here for more details.
- 29859a9e7da9d19bb98c__mypyc.cp311-win32.pyd +0 -0
- faster_eth_abi/_codec.cp311-win32.pyd +0 -0
- faster_eth_abi/_codec.py +0 -4
- faster_eth_abi/_decoding.cp311-win32.pyd +0 -0
- faster_eth_abi/_decoding.py +46 -0
- faster_eth_abi/_encoding.cp311-win32.pyd +0 -0
- faster_eth_abi/_encoding.py +12 -5
- faster_eth_abi/_grammar.cp311-win32.pyd +0 -0
- faster_eth_abi/_grammar.py +349 -0
- faster_eth_abi/abi.cp311-win32.pyd +0 -0
- faster_eth_abi/codec.py +8 -9
- faster_eth_abi/constants.cp311-win32.pyd +0 -0
- faster_eth_abi/decoding.py +11 -31
- faster_eth_abi/from_type_str.cp311-win32.pyd +0 -0
- faster_eth_abi/from_type_str.py +3 -1
- faster_eth_abi/grammar.py +10 -308
- faster_eth_abi/packed.cp311-win32.pyd +0 -0
- faster_eth_abi/registry.py +37 -24
- faster_eth_abi/tools/__init__.cp311-win32.pyd +0 -0
- faster_eth_abi/tools/_strategies.cp311-win32.pyd +0 -0
- faster_eth_abi/tools/_strategies.py +9 -5
- faster_eth_abi/utils/__init__.cp311-win32.pyd +0 -0
- faster_eth_abi/utils/numeric.cp311-win32.pyd +0 -0
- faster_eth_abi/utils/numeric.py +51 -20
- faster_eth_abi/utils/padding.cp311-win32.pyd +0 -0
- faster_eth_abi/utils/string.cp311-win32.pyd +0 -0
- faster_eth_abi/utils/validation.cp311-win32.pyd +0 -0
- {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/METADATA +1 -1
- faster_eth_abi-5.2.11.dist-info/RECORD +46 -0
- faster_eth_abi-5.2.11.dist-info/top_level.txt +2 -0
- 76f9a3652d4d2667c55c__mypyc.cp311-win32.pyd +0 -0
- faster_eth_abi-5.2.9.dist-info/RECORD +0 -44
- faster_eth_abi-5.2.9.dist-info/top_level.txt +0 -2
- {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/WHEEL +0 -0
- {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: faster_eth_abi
|
|
3
|
-
Version: 5.2.
|
|
3
|
+
Version: 5.2.11
|
|
4
4
|
Summary: A faster fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding. Implemented in C.
|
|
5
5
|
Home-page: https://github.com/BobTheBuidler/faster-eth-abi
|
|
6
6
|
Author: The Ethereum Foundation
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
29859a9e7da9d19bb98c__mypyc.cp311-win32.pyd,sha256=Tpi-TW6gCUTgUeD723thQG9mMtY87Ws8pAGJu7dcQuI,175616
|
|
2
|
+
faster_eth_abi/__init__.py,sha256=JpTfPTiusUGMmX8sEsGAxvILxFbvhh3MEyfiKOd5o9g,217
|
|
3
|
+
faster_eth_abi/_codec.cp311-win32.pyd,sha256=BF2i3rQpBP1E2Xwq1lTevxZZprg89e7vo0G12gvO-ms,9216
|
|
4
|
+
faster_eth_abi/_codec.py,sha256=9l49XZv5CHdbSU_WShfvjCOGwrRhH75aFsh6eaZ-e0E,2341
|
|
5
|
+
faster_eth_abi/_decoding.cp311-win32.pyd,sha256=Pt3onSmlYpu9MhLrXkDn42dg3YbJ3J-LXYkOr3xHGx8,9216
|
|
6
|
+
faster_eth_abi/_decoding.py,sha256=06ddzblp834cZ_6SA5Q3J3_XnQTa0gmWeM4gYRxrcSk,4555
|
|
7
|
+
faster_eth_abi/_encoding.cp311-win32.pyd,sha256=W27xZwSsnlfzBsrQIG02INb_YMGD352wuSHxvh5KIQ0,9216
|
|
8
|
+
faster_eth_abi/_encoding.py,sha256=rsZihtFUqYu80ANOsxP9QwpFJDH73VBVJSzOrllBm2k,3340
|
|
9
|
+
faster_eth_abi/_grammar.cp311-win32.pyd,sha256=dTQe8gOGW_Zr3veWKHzzJ42hFxRyg-xx4YPHOo9arSo,9216
|
|
10
|
+
faster_eth_abi/_grammar.py,sha256=IyftL6Ayb-6C1jR2xAt4y_NRnqdGtH08gwoz5zrF3rc,10491
|
|
11
|
+
faster_eth_abi/abi.cp311-win32.pyd,sha256=kT4ckJ4C6Nb6h_Xa6OdUvJvPtFMJDa8PCvaN7161Bjk,9216
|
|
12
|
+
faster_eth_abi/abi.py,sha256=-t9OVBSCxy6SuWpCu3cxHrCqkx8_svPIRb0MSFXEl5Q,383
|
|
13
|
+
faster_eth_abi/base.py,sha256=y4IXpQJWGfUISl3xjCO420Grxido3tE2ebPV2rK-DvM,1229
|
|
14
|
+
faster_eth_abi/codec.py,sha256=QZFGQ8Fg2BRVGDVLVpmrkmqjtkdMVG1Gqr9AD7dSEI0,4557
|
|
15
|
+
faster_eth_abi/constants.cp311-win32.pyd,sha256=zQ4hHxIoTV-2RrS4m1YaiuzNWfdzjsVPpjRa5P_GE8M,9216
|
|
16
|
+
faster_eth_abi/constants.py,sha256=q3FGynS-Eb78cnrL6mBoAvTDz16PF3tW2OylTMd6ajs,114
|
|
17
|
+
faster_eth_abi/decoding.py,sha256=7zOcSLdiQhAJWnCOSAdFg2AtSMoj8ZdN2IYE_aZKHQU,17028
|
|
18
|
+
faster_eth_abi/encoding.py,sha256=P1svhYylcZa55cQ9LPj6jV8iJVLSL_c5SIZT1Umol58,19679
|
|
19
|
+
faster_eth_abi/exceptions.py,sha256=KzNYRc9t0CvlkveozWvLeo1WC_GarcBkwzV67aY_5yI,3067
|
|
20
|
+
faster_eth_abi/from_type_str.cp311-win32.pyd,sha256=GhVFcwR0G-Kf5ddcvTmetGypsIz-NO0I4dFwPRokg0Y,9216
|
|
21
|
+
faster_eth_abi/from_type_str.py,sha256=PV697XdxjhwHYCBbaA-H_9I2CrfkQ5vsSkSxpCOt8eg,4474
|
|
22
|
+
faster_eth_abi/grammar.py,sha256=a2FopTc3TtRvjYVHlOPo18IPEXueuD8IqDdCyiuFStM,4681
|
|
23
|
+
faster_eth_abi/io.py,sha256=E_QX7aYAjGYnkNAZmJMmSmx1lqvl_FDNmMFruTi9UX4,3831
|
|
24
|
+
faster_eth_abi/packed.cp311-win32.pyd,sha256=GWteD1-kIjpQbD1mMa75Fkr81wDbj2q4TJrkKRxolB0,9216
|
|
25
|
+
faster_eth_abi/packed.py,sha256=RZ2chvsx9_AL9OxY1ixHTsaUJHaR_tmrNdViOIp-xSg,316
|
|
26
|
+
faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
|
+
faster_eth_abi/registry.py,sha256=WYkH4BF2of91Pv8xLxBPTgBP0xV2uJ0FsYlYx-XrUcc,21758
|
|
28
|
+
faster_eth_abi/tools/__init__.cp311-win32.pyd,sha256=cRW-F2jwLV8dgScLlyNiLFu1OfMX5CyQKH45FDz_xcQ,9216
|
|
29
|
+
faster_eth_abi/tools/__init__.py,sha256=jxyQnb34ldRjCTYi3Ajb5h5QlFQ6ODfKQNhOCVwR7Ao,54
|
|
30
|
+
faster_eth_abi/tools/_strategies.cp311-win32.pyd,sha256=9gjWW3zvsG2G982K2R_KmibUsQ3xDqufhtqHFl-PUFU,9216
|
|
31
|
+
faster_eth_abi/tools/_strategies.py,sha256=02wmJpj336nOFu7pBVaH4ucj3FORweKkiGqlaRgy-8c,6330
|
|
32
|
+
faster_eth_abi/utils/__init__.cp311-win32.pyd,sha256=3V70AFEAb3QJalK4zKCbFnNVLWQ4or-i2R0AtmvvNqA,9216
|
|
33
|
+
faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
|
+
faster_eth_abi/utils/numeric.cp311-win32.pyd,sha256=b_nLmfpvm8ihmdni_b2ytGtJO8dzUDezzP00ugux4xI,9216
|
|
35
|
+
faster_eth_abi/utils/numeric.py,sha256=saAVL12dfDrMXZeao3u2jar-U2y57YKVUqF6VOzoLxs,3395
|
|
36
|
+
faster_eth_abi/utils/padding.cp311-win32.pyd,sha256=EMHQSHTKstoKZboRmgRCtbyllwVhatL4qHJ5q2yUduY,9216
|
|
37
|
+
faster_eth_abi/utils/padding.py,sha256=k6dkOiQ3k0OhQUZ6blCiL1VOQVYGyynucafbySjcFfY,515
|
|
38
|
+
faster_eth_abi/utils/string.cp311-win32.pyd,sha256=_IlEVoPsH_OkU41qFwKHtVhiKqdglt6BUW_IFWvLglk,9216
|
|
39
|
+
faster_eth_abi/utils/string.py,sha256=wYcvWof4kuitrGGSe_NOduQaxE4HHYmpraCPXKcZxMs,455
|
|
40
|
+
faster_eth_abi/utils/validation.cp311-win32.pyd,sha256=O5LdTj7adc7HDXCVxJlULjvyM7HSKEVHTVswKGkLwwY,9216
|
|
41
|
+
faster_eth_abi/utils/validation.py,sha256=9veO7wyQsmcFgeaGrsKdSifjV1gaXfTDDKAt1EbKHYY,539
|
|
42
|
+
faster_eth_abi-5.2.11.dist-info/licenses/LICENSE,sha256=Q1lDDWXR057JL2Y7HTAwclCF32_LCloN4sGUkXO1YeI,1127
|
|
43
|
+
faster_eth_abi-5.2.11.dist-info/METADATA,sha256=j3DKZJnYww8-W3DBl84b4U2hSZwekKxcVstOreL-V_A,5499
|
|
44
|
+
faster_eth_abi-5.2.11.dist-info/WHEEL,sha256=Ri8zddKrjGdgjlj1OpSsvpDnvHfnQhMQWi3E_v2pqng,97
|
|
45
|
+
faster_eth_abi-5.2.11.dist-info/top_level.txt,sha256=VAQVriOsRsqhSQlZZtJw0zN50hc93HkAqPqL70TVuRU,43
|
|
46
|
+
faster_eth_abi-5.2.11.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
76f9a3652d4d2667c55c__mypyc.cp311-win32.pyd,sha256=0uYn7hoCmIU3N_w2WqIsAXFBJRFsUlotwwp99IJPkIQ,132096
|
|
2
|
-
faster_eth_abi/__init__.py,sha256=JpTfPTiusUGMmX8sEsGAxvILxFbvhh3MEyfiKOd5o9g,217
|
|
3
|
-
faster_eth_abi/_codec.cp311-win32.pyd,sha256=3ILpyximWMYLHr_uOME9jnOA0Zdu3JmqBR3aRoQntUE,9216
|
|
4
|
-
faster_eth_abi/_codec.py,sha256=fLRvqvrD8F38U4m1wZztvx-7JJbZaPikwXS5u9BzY14,2509
|
|
5
|
-
faster_eth_abi/_decoding.cp311-win32.pyd,sha256=BRziX39guD-eL6WfykcAmo2InQboHeHB3VOVrECUEsQ,9216
|
|
6
|
-
faster_eth_abi/_decoding.py,sha256=GeXe2OaAmojlnGbw3CmSzKK9k5g0QLLn_Qesz7y98X0,3208
|
|
7
|
-
faster_eth_abi/_encoding.cp311-win32.pyd,sha256=3DXfke9HmezZuBTqypaERd-ombOI9ZIWT01T_FZLv8I,9216
|
|
8
|
-
faster_eth_abi/_encoding.py,sha256=157A_MltVLCEwBmD7SB8UaKXkAOtIKC5MVupk6dk_yA,3217
|
|
9
|
-
faster_eth_abi/abi.cp311-win32.pyd,sha256=oB_VIJE23fG2Qtm_AiFDik1FOdqacMhW_tWHABxbXF0,9216
|
|
10
|
-
faster_eth_abi/abi.py,sha256=-t9OVBSCxy6SuWpCu3cxHrCqkx8_svPIRb0MSFXEl5Q,383
|
|
11
|
-
faster_eth_abi/base.py,sha256=y4IXpQJWGfUISl3xjCO420Grxido3tE2ebPV2rK-DvM,1229
|
|
12
|
-
faster_eth_abi/codec.py,sha256=e1uO8BJrXRn0Ih70eUa5qipD2wcg2aZSR4fyVuGpFoY,4580
|
|
13
|
-
faster_eth_abi/constants.cp311-win32.pyd,sha256=DyAjXHTaWzz8T2YCYdgTA3us6NVnVAOGSMGJVV6rEcU,9216
|
|
14
|
-
faster_eth_abi/constants.py,sha256=q3FGynS-Eb78cnrL6mBoAvTDz16PF3tW2OylTMd6ajs,114
|
|
15
|
-
faster_eth_abi/decoding.py,sha256=LUyG3EO6K4O6u1020FVMNEB80TwW2aHy6gInHoW5qy8,17632
|
|
16
|
-
faster_eth_abi/encoding.py,sha256=P1svhYylcZa55cQ9LPj6jV8iJVLSL_c5SIZT1Umol58,19679
|
|
17
|
-
faster_eth_abi/exceptions.py,sha256=KzNYRc9t0CvlkveozWvLeo1WC_GarcBkwzV67aY_5yI,3067
|
|
18
|
-
faster_eth_abi/from_type_str.cp311-win32.pyd,sha256=lY0xPhuC_5kTEBB-v3efZPHdy2FCCio-AvQ0cHWdzZY,9216
|
|
19
|
-
faster_eth_abi/from_type_str.py,sha256=WLRP3OIyrJORgloX-7V0x2KdrZj0kLay-J9I8f-H36s,4446
|
|
20
|
-
faster_eth_abi/grammar.py,sha256=lhEmp3ZwMTzm1-jJiMUVD4zrBgU4MEZCRiND4WxfOes,13839
|
|
21
|
-
faster_eth_abi/io.py,sha256=E_QX7aYAjGYnkNAZmJMmSmx1lqvl_FDNmMFruTi9UX4,3831
|
|
22
|
-
faster_eth_abi/packed.cp311-win32.pyd,sha256=qbgsXda6_4EcPvyI_fO7m9zW1D-GZiT3Zd5A14RI8fo,9216
|
|
23
|
-
faster_eth_abi/packed.py,sha256=RZ2chvsx9_AL9OxY1ixHTsaUJHaR_tmrNdViOIp-xSg,316
|
|
24
|
-
faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
25
|
-
faster_eth_abi/registry.py,sha256=gU5-k_1eYUjs7-NAKoH9nncCJ36tZZHM5ZXvwmXt0cw,21192
|
|
26
|
-
faster_eth_abi/tools/__init__.cp311-win32.pyd,sha256=ChWvQQ1ZlC4c_-yu9OquaK8HJew5hkg5FdQorChuEec,9216
|
|
27
|
-
faster_eth_abi/tools/__init__.py,sha256=jxyQnb34ldRjCTYi3Ajb5h5QlFQ6ODfKQNhOCVwR7Ao,54
|
|
28
|
-
faster_eth_abi/tools/_strategies.cp311-win32.pyd,sha256=C-mGEUEi7O1u8cx9CVd9NporWzTaMiq42JFnnrgExGw,9216
|
|
29
|
-
faster_eth_abi/tools/_strategies.py,sha256=HCFdQFLa84SMf7Deui2-szTH34hxTfc0Rog_kmpTg_w,6197
|
|
30
|
-
faster_eth_abi/utils/__init__.cp311-win32.pyd,sha256=bq88J5rolC0U_FIcrDvQyzgLdfum5kKRDbfus7LY6IU,9216
|
|
31
|
-
faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
|
-
faster_eth_abi/utils/numeric.cp311-win32.pyd,sha256=T3TZYbBHVd9PfmJAX5GCxZ1WsYl-h_jB7nd5aNR9tDA,9216
|
|
33
|
-
faster_eth_abi/utils/numeric.py,sha256=hNGble1NA99_5hrAOnH0ZakCuHc6PFMC1p0olmpo_vM,2232
|
|
34
|
-
faster_eth_abi/utils/padding.cp311-win32.pyd,sha256=JDvJ-U3fRVSYx99-P3ZEGtD_-omFYTpxTHrbpqT7IN0,9216
|
|
35
|
-
faster_eth_abi/utils/padding.py,sha256=k6dkOiQ3k0OhQUZ6blCiL1VOQVYGyynucafbySjcFfY,515
|
|
36
|
-
faster_eth_abi/utils/string.cp311-win32.pyd,sha256=pwuWHzCLy-BA2mlf3HXAIvYidmRbu8Za9bGFiHVuUQM,9216
|
|
37
|
-
faster_eth_abi/utils/string.py,sha256=wYcvWof4kuitrGGSe_NOduQaxE4HHYmpraCPXKcZxMs,455
|
|
38
|
-
faster_eth_abi/utils/validation.cp311-win32.pyd,sha256=Hs5BloazOcco9s4265yIqNsZ1iKZN8SaPDObasHxqzo,9216
|
|
39
|
-
faster_eth_abi/utils/validation.py,sha256=9veO7wyQsmcFgeaGrsKdSifjV1gaXfTDDKAt1EbKHYY,539
|
|
40
|
-
faster_eth_abi-5.2.9.dist-info/licenses/LICENSE,sha256=Q1lDDWXR057JL2Y7HTAwclCF32_LCloN4sGUkXO1YeI,1127
|
|
41
|
-
faster_eth_abi-5.2.9.dist-info/METADATA,sha256=KDOT00QI4vuhhmIEyht-d1iYsmyvKLtq9xwMBQqxhzg,5498
|
|
42
|
-
faster_eth_abi-5.2.9.dist-info/WHEEL,sha256=Ri8zddKrjGdgjlj1OpSsvpDnvHfnQhMQWi3E_v2pqng,97
|
|
43
|
-
faster_eth_abi-5.2.9.dist-info/top_level.txt,sha256=CO2FQwf61aFzjYze7Wywa5KQdJ6bbLkzDoGEjDF2g9o,43
|
|
44
|
-
faster_eth_abi-5.2.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|