faster-eth-abi 5.2.9__cp311-cp311-win_amd64.whl → 5.2.11__cp311-cp311-win_amd64.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.

Files changed (35) hide show
  1. 29859a9e7da9d19bb98c__mypyc.cp311-win_amd64.pyd +0 -0
  2. faster_eth_abi/_codec.cp311-win_amd64.pyd +0 -0
  3. faster_eth_abi/_codec.py +0 -4
  4. faster_eth_abi/_decoding.cp311-win_amd64.pyd +0 -0
  5. faster_eth_abi/_decoding.py +46 -0
  6. faster_eth_abi/_encoding.cp311-win_amd64.pyd +0 -0
  7. faster_eth_abi/_encoding.py +12 -5
  8. faster_eth_abi/_grammar.cp311-win_amd64.pyd +0 -0
  9. faster_eth_abi/_grammar.py +349 -0
  10. faster_eth_abi/abi.cp311-win_amd64.pyd +0 -0
  11. faster_eth_abi/codec.py +8 -9
  12. faster_eth_abi/constants.cp311-win_amd64.pyd +0 -0
  13. faster_eth_abi/decoding.py +11 -31
  14. faster_eth_abi/from_type_str.cp311-win_amd64.pyd +0 -0
  15. faster_eth_abi/from_type_str.py +3 -1
  16. faster_eth_abi/grammar.py +10 -308
  17. faster_eth_abi/packed.cp311-win_amd64.pyd +0 -0
  18. faster_eth_abi/registry.py +37 -24
  19. faster_eth_abi/tools/__init__.cp311-win_amd64.pyd +0 -0
  20. faster_eth_abi/tools/_strategies.cp311-win_amd64.pyd +0 -0
  21. faster_eth_abi/tools/_strategies.py +9 -5
  22. faster_eth_abi/utils/__init__.cp311-win_amd64.pyd +0 -0
  23. faster_eth_abi/utils/numeric.cp311-win_amd64.pyd +0 -0
  24. faster_eth_abi/utils/numeric.py +51 -20
  25. faster_eth_abi/utils/padding.cp311-win_amd64.pyd +0 -0
  26. faster_eth_abi/utils/string.cp311-win_amd64.pyd +0 -0
  27. faster_eth_abi/utils/validation.cp311-win_amd64.pyd +0 -0
  28. {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/METADATA +1 -1
  29. faster_eth_abi-5.2.11.dist-info/RECORD +46 -0
  30. faster_eth_abi-5.2.11.dist-info/top_level.txt +2 -0
  31. 76f9a3652d4d2667c55c__mypyc.cp311-win_amd64.pyd +0 -0
  32. faster_eth_abi-5.2.9.dist-info/RECORD +0 -44
  33. faster_eth_abi-5.2.9.dist-info/top_level.txt +0 -2
  34. {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/WHEEL +0 -0
  35. {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: faster_eth_abi
3
- Version: 5.2.9
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-win_amd64.pyd,sha256=awqlWkZ1VVw76qw-k8T77fHTyhP6D8et99tdWQOPoZ4,206848
2
+ faster_eth_abi/__init__.py,sha256=JpTfPTiusUGMmX8sEsGAxvILxFbvhh3MEyfiKOd5o9g,217
3
+ faster_eth_abi/_codec.cp311-win_amd64.pyd,sha256=ZdUrkTy1UlNAWf86Q3XdZp_LI47uCmEhLaz04f-4Eac,10752
4
+ faster_eth_abi/_codec.py,sha256=9l49XZv5CHdbSU_WShfvjCOGwrRhH75aFsh6eaZ-e0E,2341
5
+ faster_eth_abi/_decoding.cp311-win_amd64.pyd,sha256=8r_VCic8lcHGJtpnrGmLNFSHZUtS3rzp8yiW-mbX18k,10752
6
+ faster_eth_abi/_decoding.py,sha256=06ddzblp834cZ_6SA5Q3J3_XnQTa0gmWeM4gYRxrcSk,4555
7
+ faster_eth_abi/_encoding.cp311-win_amd64.pyd,sha256=lhcGNWMlbOhPTfayzlczSs4xmVB2QUr_svIZ54erimE,10752
8
+ faster_eth_abi/_encoding.py,sha256=rsZihtFUqYu80ANOsxP9QwpFJDH73VBVJSzOrllBm2k,3340
9
+ faster_eth_abi/_grammar.cp311-win_amd64.pyd,sha256=aqagZT7zjWze9GhHxpr0N5X8KcHNp5Kmu8FIvqEu6MY,10752
10
+ faster_eth_abi/_grammar.py,sha256=IyftL6Ayb-6C1jR2xAt4y_NRnqdGtH08gwoz5zrF3rc,10491
11
+ faster_eth_abi/abi.cp311-win_amd64.pyd,sha256=S_9zCEgnfHUIp1LcS9c7F1qLgGri32WyhWfdguF27Ec,10752
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-win_amd64.pyd,sha256=ULs7aVLK7xBWezbOu2HdmzdbuU5beoOMMVP1VmXvL3w,10752
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-win_amd64.pyd,sha256=UTmIOFgqed7qlNnefVvy-JbU9PHWViKw3zH5Aa9q7G4,10752
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-win_amd64.pyd,sha256=jDtEEOJ9AWyqvFSu5hSkU6Y97NDt_SFaYkWEwtkJ2rs,10752
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-win_amd64.pyd,sha256=Dr0TMJ-Ig_ak_FkY0OFag7BLZUhvodTgb2Rb1sGg84E,10752
29
+ faster_eth_abi/tools/__init__.py,sha256=jxyQnb34ldRjCTYi3Ajb5h5QlFQ6ODfKQNhOCVwR7Ao,54
30
+ faster_eth_abi/tools/_strategies.cp311-win_amd64.pyd,sha256=3h1M-AP1RpewmFg1mf5XRvh_xlbLfEXViQaZLOFIpMs,10752
31
+ faster_eth_abi/tools/_strategies.py,sha256=02wmJpj336nOFu7pBVaH4ucj3FORweKkiGqlaRgy-8c,6330
32
+ faster_eth_abi/utils/__init__.cp311-win_amd64.pyd,sha256=vqT3FN6c_qezPqihCQgji-8To17dGk9-yObtRhYspPg,10752
33
+ faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
+ faster_eth_abi/utils/numeric.cp311-win_amd64.pyd,sha256=C7h3gmCAg7N_izWsEQLKheUwyBf2SCwvEMB0Eqz1juw,10752
35
+ faster_eth_abi/utils/numeric.py,sha256=saAVL12dfDrMXZeao3u2jar-U2y57YKVUqF6VOzoLxs,3395
36
+ faster_eth_abi/utils/padding.cp311-win_amd64.pyd,sha256=lZ0wljrUvAf4C1O1oj8UjRD9jSIY8gM9dhjoxT4rw08,10752
37
+ faster_eth_abi/utils/padding.py,sha256=k6dkOiQ3k0OhQUZ6blCiL1VOQVYGyynucafbySjcFfY,515
38
+ faster_eth_abi/utils/string.cp311-win_amd64.pyd,sha256=QDIzMPO45eI4_AgbFl3t9YMKH0dB9bz0gWo2z6WciZM,10752
39
+ faster_eth_abi/utils/string.py,sha256=wYcvWof4kuitrGGSe_NOduQaxE4HHYmpraCPXKcZxMs,455
40
+ faster_eth_abi/utils/validation.cp311-win_amd64.pyd,sha256=A7w2WiE4xRYSuVhZJ7fuofYpQo5iMIxJ03cQjJWAlDU,10752
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=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
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,,
@@ -0,0 +1,2 @@
1
+ 29859a9e7da9d19bb98c__mypyc
2
+ faster_eth_abi
@@ -1,44 +0,0 @@
1
- 76f9a3652d4d2667c55c__mypyc.cp311-win_amd64.pyd,sha256=n1_G1ku17U3QaGnTB2H2yKiX_7zJQG6E4YZYK4mJmP4,154624
2
- faster_eth_abi/__init__.py,sha256=JpTfPTiusUGMmX8sEsGAxvILxFbvhh3MEyfiKOd5o9g,217
3
- faster_eth_abi/_codec.cp311-win_amd64.pyd,sha256=RzIo77XGn1DEkeBYZ6-UoxQtAHbXt68KmN8qrQ13yFg,10752
4
- faster_eth_abi/_codec.py,sha256=fLRvqvrD8F38U4m1wZztvx-7JJbZaPikwXS5u9BzY14,2509
5
- faster_eth_abi/_decoding.cp311-win_amd64.pyd,sha256=zDD0XyGo37DcRA-j6Lt_6_lp4BNMa26bVl9hBES0hfM,10752
6
- faster_eth_abi/_decoding.py,sha256=GeXe2OaAmojlnGbw3CmSzKK9k5g0QLLn_Qesz7y98X0,3208
7
- faster_eth_abi/_encoding.cp311-win_amd64.pyd,sha256=6y3u_eW3igPhzhmjdBwfWC8Wjm_7SJsNYSBOkfn01aA,10752
8
- faster_eth_abi/_encoding.py,sha256=157A_MltVLCEwBmD7SB8UaKXkAOtIKC5MVupk6dk_yA,3217
9
- faster_eth_abi/abi.cp311-win_amd64.pyd,sha256=_5bwl5PCixm9RAplZOBxztXs-qyOyNm9LOaL6mLBG0s,10752
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-win_amd64.pyd,sha256=rYwvIwwK5aafuefjS7A9E9ZPSqduw0STWHsOnTtofEY,10752
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-win_amd64.pyd,sha256=_9-fQz0RyT8Jpn68OQxP-UCLoL7IlpjBoGTahnKyqsY,10752
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-win_amd64.pyd,sha256=LlihFm6ioRpBIzVUXZLup0RvTA5yhfOu1TbE_8bD3nQ,10752
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-win_amd64.pyd,sha256=xBr_V_ApgxgZ6ZjoVr8F20En95Nuy8ow4wzfS7nZKwY,10752
27
- faster_eth_abi/tools/__init__.py,sha256=jxyQnb34ldRjCTYi3Ajb5h5QlFQ6ODfKQNhOCVwR7Ao,54
28
- faster_eth_abi/tools/_strategies.cp311-win_amd64.pyd,sha256=aqcplCmxpTPKmPrnubCgl_lpsrB2M-k_nwZqYFekxq4,10752
29
- faster_eth_abi/tools/_strategies.py,sha256=HCFdQFLa84SMf7Deui2-szTH34hxTfc0Rog_kmpTg_w,6197
30
- faster_eth_abi/utils/__init__.cp311-win_amd64.pyd,sha256=AjcE24rTa8Elpc9SWUUWpi_wkTT9Uw2xh8s5sWHyoCk,10752
31
- faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
- faster_eth_abi/utils/numeric.cp311-win_amd64.pyd,sha256=xp6X0BWa6QBz3HL4yR4j19YqdCNfIq7g6Bdes9a4OZY,10752
33
- faster_eth_abi/utils/numeric.py,sha256=hNGble1NA99_5hrAOnH0ZakCuHc6PFMC1p0olmpo_vM,2232
34
- faster_eth_abi/utils/padding.cp311-win_amd64.pyd,sha256=d_EWrT9G5O4mpdBskkyK7SWKfxZ4FodSStlEpJFB4fs,10752
35
- faster_eth_abi/utils/padding.py,sha256=k6dkOiQ3k0OhQUZ6blCiL1VOQVYGyynucafbySjcFfY,515
36
- faster_eth_abi/utils/string.cp311-win_amd64.pyd,sha256=_WQybJssZzoOXVwyp4MzYRV5vlbtq_0oJKK9b9DAmT8,10752
37
- faster_eth_abi/utils/string.py,sha256=wYcvWof4kuitrGGSe_NOduQaxE4HHYmpraCPXKcZxMs,455
38
- faster_eth_abi/utils/validation.cp311-win_amd64.pyd,sha256=uEnD-a56VXDCUb27R_moR1sorM0z7NDqJZ7fNyT8W4Y,10752
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=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
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,,
@@ -1,2 +0,0 @@
1
- 76f9a3652d4d2667c55c__mypyc
2
- faster_eth_abi