faster-eth-abi 5.2.0__cp310-cp310-win_amd64.whl → 5.2.2__cp310-cp310-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.
- a1f8aa123fabc88e2b56__mypyc.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/abi.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/constants.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/from_type_str.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/packed.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/tools/__init__.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/tools/_strategies.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/utils/__init__.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/utils/numeric.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/utils/padding.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/utils/string.cp310-win_amd64.pyd +0 -0
- faster_eth_abi/utils/validation.cp310-win_amd64.pyd +0 -0
- {faster_eth_abi-5.2.0.dist-info → faster_eth_abi-5.2.2.dist-info}/METADATA +2 -2
- {faster_eth_abi-5.2.0.dist-info → faster_eth_abi-5.2.2.dist-info}/RECORD +17 -17
- {faster_eth_abi-5.2.0.dist-info → faster_eth_abi-5.2.2.dist-info}/WHEEL +0 -0
- {faster_eth_abi-5.2.0.dist-info → faster_eth_abi-5.2.2.dist-info}/licenses/LICENSE +0 -0
- {faster_eth_abi-5.2.0.dist-info → faster_eth_abi-5.2.2.dist-info}/top_level.txt +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.2
|
4
4
|
Summary: A 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
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
22
22
|
Requires-Python: >=3.8, <3.14
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
License-File: LICENSE
|
25
|
-
Requires-Dist: cchecksum<0.4,>=0.
|
25
|
+
Requires-Dist: cchecksum<0.4,>=0.2.6
|
26
26
|
Requires-Dist: faster-eth-utils>=2.0.0
|
27
27
|
Requires-Dist: eth-typing>=3.0.0
|
28
28
|
Requires-Dist: mypy_extensions
|
@@ -1,38 +1,38 @@
|
|
1
|
-
a1f8aa123fabc88e2b56__mypyc.cp310-win_amd64.pyd,sha256=
|
1
|
+
a1f8aa123fabc88e2b56__mypyc.cp310-win_amd64.pyd,sha256=3p7b6wpA45RX5QMZ1k23tLEb4D_U5wLh56L7TqUWUuc,126976
|
2
2
|
faster_eth_abi/__init__.py,sha256=JpTfPTiusUGMmX8sEsGAxvILxFbvhh3MEyfiKOd5o9g,217
|
3
|
-
faster_eth_abi/abi.cp310-win_amd64.pyd,sha256=
|
3
|
+
faster_eth_abi/abi.cp310-win_amd64.pyd,sha256=05_McZlO0VbQwFLT2dE_sVHpuFZsZbnLbAWzFkbTbxo,10752
|
4
4
|
faster_eth_abi/abi.py,sha256=-t9OVBSCxy6SuWpCu3cxHrCqkx8_svPIRb0MSFXEl5Q,383
|
5
5
|
faster_eth_abi/base.py,sha256=y4IXpQJWGfUISl3xjCO420Grxido3tE2ebPV2rK-DvM,1229
|
6
6
|
faster_eth_abi/codec.py,sha256=5wbB8yznz6v4-W6W_q-gfeHh247S5UmUubo6_r379fk,5341
|
7
|
-
faster_eth_abi/constants.cp310-win_amd64.pyd,sha256=
|
7
|
+
faster_eth_abi/constants.cp310-win_amd64.pyd,sha256=NJdH_GQBf5GhEnbBN-OVxmmak91wTH17G64uEFvExXs,10752
|
8
8
|
faster_eth_abi/constants.py,sha256=q3FGynS-Eb78cnrL6mBoAvTDz16PF3tW2OylTMd6ajs,114
|
9
9
|
faster_eth_abi/decoding.py,sha256=_yGENv_jJoM3RbjiE6MpLJD60ucM83eyrSVjk3AYKZU,17887
|
10
10
|
faster_eth_abi/encoding.py,sha256=CLeUpoWZhwIOOGMAMY8NwYdBdDd1j6AXcKqVkoevuKk,20687
|
11
11
|
faster_eth_abi/exceptions.py,sha256=KzNYRc9t0CvlkveozWvLeo1WC_GarcBkwzV67aY_5yI,3067
|
12
|
-
faster_eth_abi/from_type_str.cp310-win_amd64.pyd,sha256=
|
12
|
+
faster_eth_abi/from_type_str.cp310-win_amd64.pyd,sha256=BY4jTaVMsBXHbayWrV60KGSFE5NSOfpaItt8cYIJtr0,10752
|
13
13
|
faster_eth_abi/from_type_str.py,sha256=WLRP3OIyrJORgloX-7V0x2KdrZj0kLay-J9I8f-H36s,4446
|
14
14
|
faster_eth_abi/grammar.py,sha256=mB68n7WuFvQB8lh5zPZEO36fOXGfj3gEnNP6yWFHvQo,13802
|
15
15
|
faster_eth_abi/io.py,sha256=E_QX7aYAjGYnkNAZmJMmSmx1lqvl_FDNmMFruTi9UX4,3831
|
16
|
-
faster_eth_abi/packed.cp310-win_amd64.pyd,sha256=
|
16
|
+
faster_eth_abi/packed.cp310-win_amd64.pyd,sha256=xM3uaV-3zyarDAx8zx-4RK7i-bheC0Gz75HtOwYJ08o,10752
|
17
17
|
faster_eth_abi/packed.py,sha256=RZ2chvsx9_AL9OxY1ixHTsaUJHaR_tmrNdViOIp-xSg,316
|
18
18
|
faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
faster_eth_abi/registry.py,sha256=md0L1XgJ-Wb7mlpLm2Di-5S5Mr53jxHHgjUhI9vDK-0,20307
|
20
|
-
faster_eth_abi/tools/__init__.cp310-win_amd64.pyd,sha256=
|
20
|
+
faster_eth_abi/tools/__init__.cp310-win_amd64.pyd,sha256=a_L6xo6Ku2XJGV0j3BRbI8oS4Fptl3nb6ZFa_Y6uwIU,10752
|
21
21
|
faster_eth_abi/tools/__init__.py,sha256=jxyQnb34ldRjCTYi3Ajb5h5QlFQ6ODfKQNhOCVwR7Ao,54
|
22
|
-
faster_eth_abi/tools/_strategies.cp310-win_amd64.pyd,sha256=
|
22
|
+
faster_eth_abi/tools/_strategies.cp310-win_amd64.pyd,sha256=R0sIpMh5HetgjmKZzilsXNwEolYOZ2BgwQbC62GrIMY,10752
|
23
23
|
faster_eth_abi/tools/_strategies.py,sha256=HCFdQFLa84SMf7Deui2-szTH34hxTfc0Rog_kmpTg_w,6197
|
24
|
-
faster_eth_abi/utils/__init__.cp310-win_amd64.pyd,sha256=
|
24
|
+
faster_eth_abi/utils/__init__.cp310-win_amd64.pyd,sha256=VC529Vgz6FwiQr3cHe_Mky_h-bwCKxyhtDDcsL5O_LI,10752
|
25
25
|
faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
26
|
-
faster_eth_abi/utils/numeric.cp310-win_amd64.pyd,sha256=
|
26
|
+
faster_eth_abi/utils/numeric.cp310-win_amd64.pyd,sha256=W3CiJDn_aOguS0I9yuWwb_6UI0AVOpTu4aVCphMPahU,10752
|
27
27
|
faster_eth_abi/utils/numeric.py,sha256=hNGble1NA99_5hrAOnH0ZakCuHc6PFMC1p0olmpo_vM,2232
|
28
|
-
faster_eth_abi/utils/padding.cp310-win_amd64.pyd,sha256=
|
28
|
+
faster_eth_abi/utils/padding.cp310-win_amd64.pyd,sha256=c-27S_jsdpYEXMqcMC4RHktWFuyD5QdDpbCTLZ44C9c,10752
|
29
29
|
faster_eth_abi/utils/padding.py,sha256=k6dkOiQ3k0OhQUZ6blCiL1VOQVYGyynucafbySjcFfY,515
|
30
|
-
faster_eth_abi/utils/string.cp310-win_amd64.pyd,sha256=
|
30
|
+
faster_eth_abi/utils/string.cp310-win_amd64.pyd,sha256=wEnym4Hu1kcjp_fjmoKFSPBoMI5Pl2HSU3P-waEaZ10,10752
|
31
31
|
faster_eth_abi/utils/string.py,sha256=wYcvWof4kuitrGGSe_NOduQaxE4HHYmpraCPXKcZxMs,455
|
32
|
-
faster_eth_abi/utils/validation.cp310-win_amd64.pyd,sha256=
|
32
|
+
faster_eth_abi/utils/validation.cp310-win_amd64.pyd,sha256=VabuFOzVyEshMMbiSp_Z7n1rJP-dq3p1fUdyMfMcwB0,10752
|
33
33
|
faster_eth_abi/utils/validation.py,sha256=3JTxhDbhkfkNeKKQm2TjiCgmDN9vdlX8_pmWeZuWCBg,569
|
34
|
-
faster_eth_abi-5.2.
|
35
|
-
faster_eth_abi-5.2.
|
36
|
-
faster_eth_abi-5.2.
|
37
|
-
faster_eth_abi-5.2.
|
38
|
-
faster_eth_abi-5.2.
|
34
|
+
faster_eth_abi-5.2.2.dist-info/licenses/LICENSE,sha256=Q1lDDWXR057JL2Y7HTAwclCF32_LCloN4sGUkXO1YeI,1127
|
35
|
+
faster_eth_abi-5.2.2.dist-info/METADATA,sha256=XqZ49wBNddLiuqnaRpMlG96fsfTa1LwDDtgPPG9C78s,4227
|
36
|
+
faster_eth_abi-5.2.2.dist-info/WHEEL,sha256=KUuBC6lxAbHCKilKua8R9W_TM71_-9Sg5uEP3uDWcoU,101
|
37
|
+
faster_eth_abi-5.2.2.dist-info/top_level.txt,sha256=NbjfpQ9lBrFaSYDeeRrYo2vn3ZGVqu_9MZ0LOqjzQho,51
|
38
|
+
faster_eth_abi-5.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|