faster-eth-abi 5.2.14__cp314-cp314-win_amd64.whl → 5.2.15__cp314-cp314-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.

@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: faster_eth_abi
3
- Version: 5.2.14
4
- Summary: A faster fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding. Implemented in C.
3
+ Version: 5.2.15
4
+ Summary: A ~2-6x 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
7
7
  Author-email: snakecharmers@ethereum.org
@@ -73,7 +73,7 @@ Provides-Extra: tools
73
73
  Requires-Dist: hypothesis<6.108.7,>=6.22.0; extra == "tools"
74
74
  Provides-Extra: codspeed
75
75
  Requires-Dist: pytest>=7.0.0; extra == "codspeed"
76
- Requires-Dist: pytest-codspeed; extra == "codspeed"
76
+ Requires-Dist: pytest-codspeed<4.3,>=4.2; extra == "codspeed"
77
77
  Requires-Dist: pytest-test-groups; extra == "codspeed"
78
78
  Dynamic: author
79
79
  Dynamic: author-email
@@ -90,7 +90,7 @@ Dynamic: requires-dist
90
90
  Dynamic: requires-python
91
91
  Dynamic: summary
92
92
 
93
- ### I forked eth-abi and compiled it to C. It does the same stuff, now faster
93
+ ### I forked eth-abi and compiled it to C. It does the same stuff, now ~2-6x faster
94
94
 
95
95
  [![PyPI](https://img.shields.io/pypi/v/faster-eth-abi.svg?logo=Python&logoColor=white)](https://pypi.org/project/faster-eth-abi/)
96
96
  [![Monthly Downloads](https://img.shields.io/pypi/dm/faster-eth-abi)](https://pypistats.org/packages/faster-eth-abi)
@@ -1,4 +1,4 @@
1
- faster_eth_abi__mypyc.cp314-win_amd64.pyd,sha256=IRZt2YgopI0U-ushh71_3QfaSxHhNU44mu2LB4ZtIPE,245248
1
+ faster_eth_abi__mypyc.cp314-win_amd64.pyd,sha256=ZKN0otUyk97jt5UdI-5kIVm0pZKgueZve8HCqTGXoTY,245760
2
2
  benchmarks/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
3
3
  benchmarks/batch.py,sha256=8Va6LrNWIpn_Ssvjt4FlaM4SAS0yfGeg_yepBrOnJpE,208
4
4
  benchmarks/data.py,sha256=iistViDoK6kYW5YUAsd6RVtoLYHsI8_mgATAm0DFwUQ,9518
@@ -11,47 +11,48 @@ benchmarks/test_packed_benchmarks.py,sha256=PPjhMmr9bZvu57ESLURD1QBGvjDYr_YgIVwe
11
11
  benchmarks/test_registry_benchmarks.py,sha256=8XqwdVH6JgnkqBVLY9Ptiqy1Ck2714QjVV6A2UM9AQ4,1307
12
12
  benchmarks/type_strings.py,sha256=q2Mwk2EwZCcI2ajQKac9zs76_yuMN9gXRbG8NqOrMrA,592
13
13
  faster_eth_abi/__init__.py,sha256=JpTfPTiusUGMmX8sEsGAxvILxFbvhh3MEyfiKOd5o9g,217
14
- faster_eth_abi/_codec.cp314-win_amd64.pyd,sha256=XBTKIej4Aqoa89Rzp_mK8HVJ5LJif9Kb1g_EtBunY-I,10752
14
+ faster_eth_abi/_codec.cp314-win_amd64.pyd,sha256=Dkywx4IPIxPUBSm4cPMZGMBS95j8CdmOErJM2e4b9Pg,10752
15
15
  faster_eth_abi/_codec.py,sha256=1r9MEBi21sg9MW765LRM5XdSmNif8tO9-CR8PPFJgnE,2348
16
- faster_eth_abi/_decoding.cp314-win_amd64.pyd,sha256=FQ_odxK0vpoG5SuC4gMk2Lw-HPyH6Y0WlE9cN2Ue0UU,10752
16
+ faster_eth_abi/_decoding.cp314-win_amd64.pyd,sha256=Z9nE1HIQybtXD83C6M1aUDCwuyk0n_6G3KqEI3B9SCU,10752
17
17
  faster_eth_abi/_decoding.py,sha256=NLY4Jpny7mfUHqMWSvh_xxywlTanO_6z5jw8mldJMbc,9899
18
- faster_eth_abi/_encoding.cp314-win_amd64.pyd,sha256=0l-0ta2IlMFNC10AxJ45Dz2Bhsz1c5oC3urlE_3hpdY,10752
18
+ faster_eth_abi/_encoding.cp314-win_amd64.pyd,sha256=6qCi5GCC1G27VVYquw3A2rHcnCqD1XDteDwcLyE1A44,10752
19
19
  faster_eth_abi/_encoding.py,sha256=QJgfNDbszNgf_pGYvhdzeV6hL8u6DslzGE2sLT8hijQ,8785
20
- faster_eth_abi/_grammar.cp314-win_amd64.pyd,sha256=jp7oaXGGetRA8HNCqkFbvNeT7k_6WYsVw2tXDcjdrj0,10752
21
- faster_eth_abi/_grammar.py,sha256=IyftL6Ayb-6C1jR2xAt4y_NRnqdGtH08gwoz5zrF3rc,10491
22
- faster_eth_abi/abi.cp314-win_amd64.pyd,sha256=wWQ9dqDMUjkOfIKPysHYjO-FBeL4mQu-6SpmBeboYjw,10752
20
+ faster_eth_abi/_grammar.cp314-win_amd64.pyd,sha256=Xzf4n7f2YgSxOApPvmnaEp3_GHkfvGtlP9Mpmc6_EVg,10752
21
+ faster_eth_abi/_grammar.py,sha256=EV4QLeB93ZjsPDXjKKxfQcGn4d8bPhisAHF0YIuKqio,10670
22
+ faster_eth_abi/abi.cp314-win_amd64.pyd,sha256=fkIUpSlERs-c5twLMHxv685b-uEpegfadmhOgY9NY1Q,10752
23
23
  faster_eth_abi/abi.py,sha256=-t9OVBSCxy6SuWpCu3cxHrCqkx8_svPIRb0MSFXEl5Q,383
24
24
  faster_eth_abi/base.py,sha256=y4IXpQJWGfUISl3xjCO420Grxido3tE2ebPV2rK-DvM,1229
25
- faster_eth_abi/codec.py,sha256=QZFGQ8Fg2BRVGDVLVpmrkmqjtkdMVG1Gqr9AD7dSEI0,4557
26
- faster_eth_abi/constants.cp314-win_amd64.pyd,sha256=2cx525P5M-PTc1ei3VzbVHeCePLN3W4IiS3HXdPGtSg,10752
25
+ faster_eth_abi/codec.py,sha256=sIeJ9Fqx32vPSIaObPE6xWdLSA0i2ZasNwqCCd5q8e8,41404
26
+ faster_eth_abi/constants.cp314-win_amd64.pyd,sha256=2Nj8myAM2wlhHDCmG1-EJZYErAprP7ZlIjUlUGzmjNw,10752
27
27
  faster_eth_abi/constants.py,sha256=q3FGynS-Eb78cnrL6mBoAvTDz16PF3tW2OylTMd6ajs,114
28
28
  faster_eth_abi/decoding.py,sha256=nSEdsjc38jix4EeEyA6GngkBPDuWZCRYDxDB2UCM0rI,16768
29
29
  faster_eth_abi/encoding.py,sha256=7Z65tihtDFbdFEkn70zHBRvRiJV1QZexiHubeQWzEEY,20383
30
30
  faster_eth_abi/exceptions.py,sha256=r4O6bmcxRzw44lNNgz_QdhukQfrnRfTm10xK2wPuba4,3701
31
- faster_eth_abi/from_type_str.cp314-win_amd64.pyd,sha256=SkuedjCq1VcbM1QbchHx_IiwaL_CUUQ4cByxbY8aoeo,10752
31
+ faster_eth_abi/from_type_str.cp314-win_amd64.pyd,sha256=TqV--hp4Y2tqjKA36tvrmrj03vkw8KFaSOGerGptkPY,10752
32
32
  faster_eth_abi/from_type_str.py,sha256=PV697XdxjhwHYCBbaA-H_9I2CrfkQ5vsSkSxpCOt8eg,4474
33
33
  faster_eth_abi/grammar.py,sha256=a2FopTc3TtRvjYVHlOPo18IPEXueuD8IqDdCyiuFStM,4681
34
34
  faster_eth_abi/io.py,sha256=E_QX7aYAjGYnkNAZmJMmSmx1lqvl_FDNmMFruTi9UX4,3831
35
- faster_eth_abi/packed.cp314-win_amd64.pyd,sha256=hcQpT8fFt93LzXn3Xz1t8IvsZoJ5I2pqKrR3qxpcqfw,10752
35
+ faster_eth_abi/packed.cp314-win_amd64.pyd,sha256=1Trgd5MhKifAfsLixV8_rrIooRwIEwFOZ0fifxYBZ3o,10752
36
36
  faster_eth_abi/packed.py,sha256=RZ2chvsx9_AL9OxY1ixHTsaUJHaR_tmrNdViOIp-xSg,316
37
37
  faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  faster_eth_abi/registry.py,sha256=Mx0w-Ahxpbmof_lcK7GIRktkGFm6FuVptfoEiYDY-R0,22246
39
- faster_eth_abi/tools/__init__.cp314-win_amd64.pyd,sha256=J4cxUkP34ip0pxQBsVvMf0nUOCfGts7JaKahnHi1YDE,10752
39
+ faster_eth_abi/typing.py,sha256=ZDVSJKboPeCn1CLGI4rbDmVtajDEpGi2383AyJ6mSF4,108266
40
+ faster_eth_abi/tools/__init__.cp314-win_amd64.pyd,sha256=ZEHYERJr-lCBMw9RuZnxOEmZPMUEb_2E4lLRoHU4-ko,10752
40
41
  faster_eth_abi/tools/__init__.py,sha256=jxyQnb34ldRjCTYi3Ajb5h5QlFQ6ODfKQNhOCVwR7Ao,54
41
- faster_eth_abi/tools/_strategies.cp314-win_amd64.pyd,sha256=frkaoS3yI35mVgyGHAnjyuqh3ydsfw5Hw371fNnRyYk,10752
42
+ faster_eth_abi/tools/_strategies.cp314-win_amd64.pyd,sha256=JqsFss-LHpY7tYbyJQXiSS7k1OTaZqHBE0K4CNM7SwE,10752
42
43
  faster_eth_abi/tools/_strategies.py,sha256=02wmJpj336nOFu7pBVaH4ucj3FORweKkiGqlaRgy-8c,6330
43
- faster_eth_abi/utils/__init__.cp314-win_amd64.pyd,sha256=sW52C6VakzBZJfjV9TRzJCEfisyuB7IOsvNcT-oMcy8,10752
44
+ faster_eth_abi/utils/__init__.cp314-win_amd64.pyd,sha256=EkitC0igihBG3n6QB4L9lswd6hzwMvBuWYssJkrONhc,10752
44
45
  faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
- faster_eth_abi/utils/numeric.cp314-win_amd64.pyd,sha256=bzrkjMHWYWkPZc0fDZqqe0aQOG9D69hR0VQW3xUdaqA,10752
46
+ faster_eth_abi/utils/numeric.cp314-win_amd64.pyd,sha256=PRWFavAYF5cfTSREI4ahK5uRy14XuAxQHbRnV5BPEME,10752
46
47
  faster_eth_abi/utils/numeric.py,sha256=saAVL12dfDrMXZeao3u2jar-U2y57YKVUqF6VOzoLxs,3395
47
- faster_eth_abi/utils/padding.cp314-win_amd64.pyd,sha256=XXAEUktAIevnj_JNwueRVEAHRF6JltA2j35qmY7J1_w,10752
48
+ faster_eth_abi/utils/padding.cp314-win_amd64.pyd,sha256=M5rJ5lGBdu4jGQFf_awyIwafF2yuyWAoYz5CWotxJiY,10752
48
49
  faster_eth_abi/utils/padding.py,sha256=k6dkOiQ3k0OhQUZ6blCiL1VOQVYGyynucafbySjcFfY,515
49
- faster_eth_abi/utils/string.cp314-win_amd64.pyd,sha256=A-G3ShNJWOKo1G58RcNm1EAWom3JHig0qNlEV4N4sfk,10752
50
+ faster_eth_abi/utils/string.cp314-win_amd64.pyd,sha256=6-RSeFAbBa4dNeqcr4j0QPmEuf3sPgxXboEdvGobW2s,10752
50
51
  faster_eth_abi/utils/string.py,sha256=wYcvWof4kuitrGGSe_NOduQaxE4HHYmpraCPXKcZxMs,455
51
- faster_eth_abi/utils/validation.cp314-win_amd64.pyd,sha256=EzFeXkEMHtZLV4K_hZG1sK0UmP0t9mH6nBXWiPg1_cA,10752
52
+ faster_eth_abi/utils/validation.cp314-win_amd64.pyd,sha256=hJhCbRsL3cDvjPtSFUnvPelqYb2rh3MARafKbz3AVqU,10752
52
53
  faster_eth_abi/utils/validation.py,sha256=9veO7wyQsmcFgeaGrsKdSifjV1gaXfTDDKAt1EbKHYY,539
53
- faster_eth_abi-5.2.14.dist-info/licenses/LICENSE,sha256=Q1lDDWXR057JL2Y7HTAwclCF32_LCloN4sGUkXO1YeI,1127
54
- faster_eth_abi-5.2.14.dist-info/METADATA,sha256=6pAiUTp4uXEZzuJ5K15fsZxrZS8XkxzuVy7jo35NvSk,7107
55
- faster_eth_abi-5.2.14.dist-info/WHEEL,sha256=7k6Wcy588iJYe5lf5K095NLg-uoBTnE-T8eHJ92G4_4,101
56
- faster_eth_abi-5.2.14.dist-info/top_level.txt,sha256=z3gorxabz8D2eg5A3YX2M3p3JMFRLLX3DRp0jAwNZOY,48
57
- faster_eth_abi-5.2.14.dist-info/RECORD,,
54
+ faster_eth_abi-5.2.15.dist-info/licenses/LICENSE,sha256=Q1lDDWXR057JL2Y7HTAwclCF32_LCloN4sGUkXO1YeI,1127
55
+ faster_eth_abi-5.2.15.dist-info/METADATA,sha256=Mzr6plUz3RIjzbPhOIVj_gySmSthLv8i_G2yyir_yHQ,7129
56
+ faster_eth_abi-5.2.15.dist-info/WHEEL,sha256=7k6Wcy588iJYe5lf5K095NLg-uoBTnE-T8eHJ92G4_4,101
57
+ faster_eth_abi-5.2.15.dist-info/top_level.txt,sha256=z3gorxabz8D2eg5A3YX2M3p3JMFRLLX3DRp0jAwNZOY,48
58
+ faster_eth_abi-5.2.15.dist-info/RECORD,,
Binary file