faster-eth-abi 5.2.2__cp310-cp310-macosx_11_0_arm64.whl → 5.2.3__cp310-cp310-macosx_11_0_arm64.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.
Binary file
@@ -143,7 +143,7 @@ class TupleDecoder(BaseDecoder):
143
143
  # return the stream to its original location for actual decoding
144
144
  stream.seek(current_location)
145
145
 
146
- @to_tuple
146
+ @to_tuple # type: ignore [misc]
147
147
  def decode(self, stream: ContextFramesBytesIO) -> Generator[Any, None, None]:
148
148
  self.validate_pointers(stream)
149
149
  for decoder in self.decoders:
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: faster_eth_abi
3
- Version: 5.2.2
3
+ Version: 5.2.3
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
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Programming Language :: Python :: 3.13
21
21
  Classifier: Programming Language :: Python :: Implementation :: CPython
22
- Requires-Python: >=3.8, <3.14
22
+ Requires-Python: >=3.8, <3.15
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  Requires-Dist: cchecksum<0.4,>=0.2.6
@@ -1,38 +1,38 @@
1
- a1f8aa123fabc88e2b56__mypyc.cpython-310-darwin.so,sha256=ZpMuEAzqA_r1yWf5Har9kOZWRXHcbQcU4rR5LEmXRzE,284224
1
+ a1f8aa123fabc88e2b56__mypyc.cpython-310-darwin.so,sha256=i3duRXL9G_9jvbNvqzosS1lO41qNVcxcHS6O0l5s38Y,284224
2
+ faster_eth_abi-5.2.3.dist-info/RECORD,,
3
+ faster_eth_abi-5.2.3.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
4
+ faster_eth_abi-5.2.3.dist-info/top_level.txt,sha256=NbjfpQ9lBrFaSYDeeRrYo2vn3ZGVqu_9MZ0LOqjzQho,51
5
+ faster_eth_abi-5.2.3.dist-info/METADATA,sha256=L898WzcSbn5AAtfr5K039wHyV_MxzWotKslvQEONOpM,4132
6
+ faster_eth_abi-5.2.3.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106
2
7
  faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
3
8
  faster_eth_abi/encoding.py,sha256=Ht1g6Xa2y-npY5YrI1zjVcerf7YSZX-cYHZ6IJE5G5M,19988
4
- faster_eth_abi/packed.cpython-310-darwin.so,sha256=wxJPNH2N-xc4NIBNp7tUX7bQuActSSkVhThu2T-0DtE,50640
9
+ faster_eth_abi/packed.cpython-310-darwin.so,sha256=aFXrnvdkma_QlAV-qWwZ5JmJBK-VtuSXRDX1uY6hxjY,50640
5
10
  faster_eth_abi/registry.py,sha256=ja53ifO-YlxZa_k0jtjHYa8nAJ9LJQNc9kVthss_TYo,19667
6
11
  faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
7
12
  faster_eth_abi/io.py,sha256=PjOnBChWh_-6ADkpJQONnxHVwsAfC_4bRiT6YQhlP6c,3728
8
- faster_eth_abi/from_type_str.cpython-310-darwin.so,sha256=xx9j44SzQh5AfQ0WfisritHUuXJO0V3fNoAWT3nqy3I,50672
13
+ faster_eth_abi/from_type_str.cpython-310-darwin.so,sha256=pMInfvVANcjuKqhYTJrevg6HYmtCR9VH1yow_IalBTw,50672
9
14
  faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
10
- faster_eth_abi/decoding.py,sha256=2ieCin4UbtPhbi02d3xlQxaaBtd7ANMU1BEUR45_RwA,17324
15
+ faster_eth_abi/decoding.py,sha256=xLon-1I5EZCZBgsTZsvl-ienFY2ZUr5D2FqzsiTdQS0,17347
11
16
  faster_eth_abi/grammar.py,sha256=9Q4niyiw8cAKXwVMlpfayPNcWkerZXM6WuWBEjx2TQ8,13335
12
17
  faster_eth_abi/from_type_str.py,sha256=aAZ58YUBZuMF_DovGkthvnacAD6X6VkYFs0Zbv9JxoM,4311
13
18
  faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
19
  faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
15
20
  faster_eth_abi/exceptions.py,sha256=Q_b62R-E0OtlxQGLQSyx6BXkBbLf259KQ1pT5Eb1oh8,2952
16
- faster_eth_abi/constants.cpython-310-darwin.so,sha256=FEtO7_jqxgUErQAlyKHhhNgRBj4GngGeRb3mGfY35Gw,50656
17
- faster_eth_abi/abi.cpython-310-darwin.so,sha256=QHZhKRMog76ssbQARbvsICQB0rLJe39B0lRcQ690XQA,50632
21
+ faster_eth_abi/constants.cpython-310-darwin.so,sha256=WDdKY62u2ODCQxe1_reyIgPRPwo5kHMAUM3cB7E-pRM,50656
22
+ faster_eth_abi/abi.cpython-310-darwin.so,sha256=2C5qeJ3-7z-TG15_hLVQXnlWE6S9EAkFcb3kFmhehuQ,50632
18
23
  faster_eth_abi/codec.py,sha256=wjKLVR4Qb4hn2bloeEeZ4lQs7uLKoZq5c6rSTJVlCeo,5174
19
24
  faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
20
- faster_eth_abi/tools/_strategies.cpython-310-darwin.so,sha256=huTQ94NcmMBaJYrPpta4ocUh76QpW-KKtXs58OZaGoQ,50672
25
+ faster_eth_abi/tools/_strategies.cpython-310-darwin.so,sha256=eLVC7Vkz23E2WnP1YY-xZmFh1NhGAgGQwoSKo1SbOFo,50672
21
26
  faster_eth_abi/tools/_strategies.py,sha256=iLIjqRw7FlEEIXtnhSgtrWwbxO74dslT0EQrgE2o8I8,5960
22
27
  faster_eth_abi/tools/__init__.py,sha256=trtATEmgu4ctg04qkejbODDzvDSofgcVJ3rkzMP_hQE,51
23
- faster_eth_abi/tools/__init__.cpython-310-darwin.so,sha256=ylJnWX0XmfMUwBd6S_O1zbalv9pyAEwdNLrY0FP9s8s,50640
24
- faster_eth_abi/utils/string.cpython-310-darwin.so,sha256=O-tTDc8GJ_Wcr1junaXBNZlGBkQFShKS02Tl0YHCZJs,50656
28
+ faster_eth_abi/tools/__init__.cpython-310-darwin.so,sha256=7dkSrud18BAvLaknQBgrf9K832m7--x-vSqPyrM6LhY,50640
29
+ faster_eth_abi/utils/string.cpython-310-darwin.so,sha256=ozbRerE-Nbt88x5mR287LR6bqg2uobSZKl2LvV7daqY,50656
25
30
  faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
- faster_eth_abi/utils/__init__.cpython-310-darwin.so,sha256=PnUATDHUugz89rDivKoHvOw7rr2onXeYnv4OODwCruA,50640
27
- faster_eth_abi/utils/numeric.cpython-310-darwin.so,sha256=Fhbzjiab-eSiJCSVgjDHYo7M2cN0ceKr4KaCIBgbgeM,50656
31
+ faster_eth_abi/utils/__init__.cpython-310-darwin.so,sha256=H007vk1pqEMCPiwl08nu6Zz516qR2zoINISlgKQ7aVw,50640
32
+ faster_eth_abi/utils/numeric.cpython-310-darwin.so,sha256=1XhNYSwwG7D59jc7_k1jekFHYR5hQdsROTQtMFBAD50,50656
28
33
  faster_eth_abi/utils/numeric.py,sha256=VU6Z76zvZn7rYaZMyDy1XO9A9ukKTzOrtA80jypp_LQ,2146
29
- faster_eth_abi/utils/padding.cpython-310-darwin.so,sha256=ODakA_j87g8IRvB7YO0Ea5Bo8mHW8H7yL4NMszjCusk,50656
30
- faster_eth_abi/utils/validation.cpython-310-darwin.so,sha256=FdUoPQSXHDDKQRR83W3qGEgo0uXJk_ONqQ3vQTUQ4tA,50672
34
+ faster_eth_abi/utils/padding.cpython-310-darwin.so,sha256=hLHGPNQKBunIkkRDOPTTZ0YOsDVPNqn33Fz1b9MkUE4,50656
35
+ faster_eth_abi/utils/validation.cpython-310-darwin.so,sha256=1lsj0Y3bI0ZqDO-CdIgbPp7yXnUlviBMTO8fVNu2aYE,50672
31
36
  faster_eth_abi/utils/string.py,sha256=fjsAR2C7Xlu5bHomxx5l4rlADFtByzGTQfugMTo8TQk,436
32
37
  faster_eth_abi/utils/padding.py,sha256=JBuFhdrvKWLrmmJBZ-a6pqbHWydAuiUBt2aBjCwVcVE,493
33
38
  faster_eth_abi/utils/validation.py,sha256=kqDxlcIyb55Y80FdcCYtWP1-8geCePsH3_yPTayxdM8,547
34
- faster_eth_abi-5.2.2.dist-info/RECORD,,
35
- faster_eth_abi-5.2.2.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
36
- faster_eth_abi-5.2.2.dist-info/top_level.txt,sha256=NbjfpQ9lBrFaSYDeeRrYo2vn3ZGVqu_9MZ0LOqjzQho,51
37
- faster_eth_abi-5.2.2.dist-info/METADATA,sha256=chkzVSV0K8POzNK9_X5UbLz18VS1Gd75y1SEdpntQoc,4132
38
- faster_eth_abi-5.2.2.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106