faster-eth-abi 5.2.3__cp310-cp310-macosx_11_0_arm64.whl → 5.2.4__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
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: faster_eth_abi
3
- Version: 5.2.3
3
+ Version: 5.2.4
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.15
22
+ Requires-Python: >=3.8, <4
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  Requires-Dist: cchecksum<0.4,>=0.2.6
@@ -1,16 +1,11 @@
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
1
+ a1f8aa123fabc88e2b56__mypyc.cpython-310-darwin.so,sha256=Ksno15h5a-h1ede2Lm7PfRGFtVbTYkNXLCnmF-t5Dao,284224
7
2
  faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
8
3
  faster_eth_abi/encoding.py,sha256=Ht1g6Xa2y-npY5YrI1zjVcerf7YSZX-cYHZ6IJE5G5M,19988
9
- faster_eth_abi/packed.cpython-310-darwin.so,sha256=aFXrnvdkma_QlAV-qWwZ5JmJBK-VtuSXRDX1uY6hxjY,50640
4
+ faster_eth_abi/packed.cpython-310-darwin.so,sha256=U27ECiRkGtxEdyW0EaBrUQIIX2ayu6ypb878eDWciic,50640
10
5
  faster_eth_abi/registry.py,sha256=ja53ifO-YlxZa_k0jtjHYa8nAJ9LJQNc9kVthss_TYo,19667
11
6
  faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
12
7
  faster_eth_abi/io.py,sha256=PjOnBChWh_-6ADkpJQONnxHVwsAfC_4bRiT6YQhlP6c,3728
13
- faster_eth_abi/from_type_str.cpython-310-darwin.so,sha256=pMInfvVANcjuKqhYTJrevg6HYmtCR9VH1yow_IalBTw,50672
8
+ faster_eth_abi/from_type_str.cpython-310-darwin.so,sha256=T7EpuV0ODJvrCTQlkLDF2MO0I3_hbqIb--kd5Qj7AOQ,50672
14
9
  faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
15
10
  faster_eth_abi/decoding.py,sha256=xLon-1I5EZCZBgsTZsvl-ienFY2ZUr5D2FqzsiTdQS0,17347
16
11
  faster_eth_abi/grammar.py,sha256=9Q4niyiw8cAKXwVMlpfayPNcWkerZXM6WuWBEjx2TQ8,13335
@@ -18,21 +13,26 @@ faster_eth_abi/from_type_str.py,sha256=aAZ58YUBZuMF_DovGkthvnacAD6X6VkYFs0Zbv9Jx
18
13
  faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
14
  faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
20
15
  faster_eth_abi/exceptions.py,sha256=Q_b62R-E0OtlxQGLQSyx6BXkBbLf259KQ1pT5Eb1oh8,2952
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
16
+ faster_eth_abi/constants.cpython-310-darwin.so,sha256=yWyPKvGhXLoKJJ-7mX2zXe_aa2JXlTkNPyddifHI97w,50656
17
+ faster_eth_abi/abi.cpython-310-darwin.so,sha256=Z5wmXLLhr7i-dsYztEdE8-WLk0E_KCL-mLi1vIbD090,50632
23
18
  faster_eth_abi/codec.py,sha256=wjKLVR4Qb4hn2bloeEeZ4lQs7uLKoZq5c6rSTJVlCeo,5174
24
19
  faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
25
- faster_eth_abi/tools/_strategies.cpython-310-darwin.so,sha256=eLVC7Vkz23E2WnP1YY-xZmFh1NhGAgGQwoSKo1SbOFo,50672
20
+ faster_eth_abi/tools/_strategies.cpython-310-darwin.so,sha256=TMz5hCzGxQcD3f4YUvMNl63ZGjHTXoB3qtKwnLL-AZE,50672
26
21
  faster_eth_abi/tools/_strategies.py,sha256=iLIjqRw7FlEEIXtnhSgtrWwbxO74dslT0EQrgE2o8I8,5960
27
22
  faster_eth_abi/tools/__init__.py,sha256=trtATEmgu4ctg04qkejbODDzvDSofgcVJ3rkzMP_hQE,51
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
23
+ faster_eth_abi/tools/__init__.cpython-310-darwin.so,sha256=NZGxdvS7SXqpXV8qoZhGhbNVtuIvR_YpZVLD5xwtAYE,50640
24
+ faster_eth_abi/utils/string.cpython-310-darwin.so,sha256=Xz0N6FKq-sLZtbZWiCSPi0Pboecs46fvGjmcDBqWon4,50656
30
25
  faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
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
26
+ faster_eth_abi/utils/__init__.cpython-310-darwin.so,sha256=XqFhL-sBPfrBARdNqLhMylONTt0MEZeVMlGMK54_Zwg,50640
27
+ faster_eth_abi/utils/numeric.cpython-310-darwin.so,sha256=upLDispTkJpFjIb1JcIR2NpPjlE8nNQptfNLQUpI6Is,50656
33
28
  faster_eth_abi/utils/numeric.py,sha256=VU6Z76zvZn7rYaZMyDy1XO9A9ukKTzOrtA80jypp_LQ,2146
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
29
+ faster_eth_abi/utils/padding.cpython-310-darwin.so,sha256=BIwyufInXfop5sT5k7IHuCEaRwyYwpfaJWaz2dL5peE,50656
30
+ faster_eth_abi/utils/validation.cpython-310-darwin.so,sha256=9RAxGDYQ6SHSW0Ni4cLCXxeIvcVPTMpIbxV0NgGEmrM,50672
36
31
  faster_eth_abi/utils/string.py,sha256=fjsAR2C7Xlu5bHomxx5l4rlADFtByzGTQfugMTo8TQk,436
37
32
  faster_eth_abi/utils/padding.py,sha256=JBuFhdrvKWLrmmJBZ-a6pqbHWydAuiUBt2aBjCwVcVE,493
38
33
  faster_eth_abi/utils/validation.py,sha256=kqDxlcIyb55Y80FdcCYtWP1-8geCePsH3_yPTayxdM8,547
34
+ faster_eth_abi-5.2.4.dist-info/RECORD,,
35
+ faster_eth_abi-5.2.4.dist-info/WHEEL,sha256=11kMdE9gzbsaQG30fRcsAYxBLEVRsqJo098Y5iL60Xo,136
36
+ faster_eth_abi-5.2.4.dist-info/top_level.txt,sha256=NbjfpQ9lBrFaSYDeeRrYo2vn3ZGVqu_9MZ0LOqjzQho,51
37
+ faster_eth_abi-5.2.4.dist-info/METADATA,sha256=KuZsNosWAxgduSru00lsek6bd9H2_B4PFGX1cPA-o-A,4129
38
+ faster_eth_abi-5.2.4.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106