faster-eth-abi 5.2.9__cp313-cp313-macosx_11_0_arm64.whl → 5.2.11__cp313-cp313-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.

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.cpython-313-darwin.so +0 -0
  2. faster_eth_abi/_codec.cpython-313-darwin.so +0 -0
  3. faster_eth_abi/_codec.py +0 -4
  4. faster_eth_abi/_decoding.cpython-313-darwin.so +0 -0
  5. faster_eth_abi/_decoding.py +46 -0
  6. faster_eth_abi/_encoding.cpython-313-darwin.so +0 -0
  7. faster_eth_abi/_encoding.py +12 -5
  8. faster_eth_abi/_grammar.cpython-313-darwin.so +0 -0
  9. faster_eth_abi/_grammar.py +349 -0
  10. faster_eth_abi/abi.cpython-313-darwin.so +0 -0
  11. faster_eth_abi/codec.py +8 -9
  12. faster_eth_abi/constants.cpython-313-darwin.so +0 -0
  13. faster_eth_abi/decoding.py +11 -31
  14. faster_eth_abi/from_type_str.cpython-313-darwin.so +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.cpython-313-darwin.so +0 -0
  18. faster_eth_abi/registry.py +37 -24
  19. faster_eth_abi/tools/__init__.cpython-313-darwin.so +0 -0
  20. faster_eth_abi/tools/_strategies.cpython-313-darwin.so +0 -0
  21. faster_eth_abi/tools/_strategies.py +9 -5
  22. faster_eth_abi/utils/__init__.cpython-313-darwin.so +0 -0
  23. faster_eth_abi/utils/numeric.cpython-313-darwin.so +0 -0
  24. faster_eth_abi/utils/numeric.py +51 -20
  25. faster_eth_abi/utils/padding.cpython-313-darwin.so +0 -0
  26. faster_eth_abi/utils/string.cpython-313-darwin.so +0 -0
  27. faster_eth_abi/utils/validation.cpython-313-darwin.so +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.cpython-313-darwin.so +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.cpython-313-darwin.so,sha256=YG2ab9WDwjGqsmjj1ZZ52h3eiyJCCb_6_lJIcHWJE6U,600160
2
+ faster_eth_abi/abi.cpython-313-darwin.so,sha256=XCWqPswkj0kSJ52ySRr7f9zWem1W_lgmRaNkebqDDNI,50632
3
+ faster_eth_abi/constants.cpython-313-darwin.so,sha256=rsht4V9I1JrNDBZVX7dw55zDlvNKaT2ksm57SoPkzH0,50656
4
+ faster_eth_abi/_encoding.py,sha256=nBIqwHbvT7loTmiYlcl7Z8HhnOGEY-jr-cpCZEU-1X8,3230
5
+ faster_eth_abi/_codec.cpython-313-darwin.so,sha256=jxW_Mho1yqD1_2xJGszFdQYp0VQW7O2maKZQC20YpII,50640
6
+ faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
7
+ faster_eth_abi/encoding.py,sha256=lH6t_8rokfmg8M4JBjmIO3a3l9jGu_rbwoskb0PcH7M,19009
8
+ faster_eth_abi/_grammar.cpython-313-darwin.so,sha256=HPa0GKjpn8Jc3p_xpHs_D3Upek7HuTy7dITFpYcCJHM,50656
9
+ faster_eth_abi/registry.py,sha256=RqHQNDLzvQ6embdnOSxlpvPw7dn-jqUU9MshLe5JuuM,21082
10
+ faster_eth_abi/_decoding.py,sha256=TjTj4_uzkxN3opJfk4SxHHWn4r9T8ZztpPA-Uzic1Bg,4400
11
+ faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
12
+ faster_eth_abi/io.py,sha256=PjOnBChWh_-6ADkpJQONnxHVwsAfC_4bRiT6YQhlP6c,3728
13
+ faster_eth_abi/_encoding.cpython-313-darwin.so,sha256=ao8KXbDlszR0RS_xs80OtcyuTElh97GZJJVCirpRTFY,50656
14
+ faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
15
+ faster_eth_abi/_grammar.py,sha256=6REsztEP6kJvWSB3DoLRGbl1whc-pLj5aEWrT6GxaN0,10142
16
+ faster_eth_abi/decoding.py,sha256=bfMhG-KvKa836JTHyql-HFm5Z37OEd0W8Y0rsaoFn4A,16498
17
+ faster_eth_abi/grammar.py,sha256=JJ7QLGJVKmoWwx3J8O-5snrza-Si4NdCweUummqzjlo,4511
18
+ faster_eth_abi/from_type_str.py,sha256=C3QNACXS-5lTtOx1kNAqfZLvky37wV7gqY3Cf9QoEkk,4337
19
+ faster_eth_abi/from_type_str.cpython-313-darwin.so,sha256=YFvEVFsKLu76TjUSGoGrTjwLlT05JacgBRW9o5V1Ccg,50672
20
+ faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
+ faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
22
+ faster_eth_abi/exceptions.py,sha256=Q_b62R-E0OtlxQGLQSyx6BXkBbLf259KQ1pT5Eb1oh8,2952
23
+ faster_eth_abi/_codec.py,sha256=7TfO2ij2jBuUK54LuMdhC0YX8NEui3rnN2ZG1NnP3dA,2264
24
+ faster_eth_abi/codec.py,sha256=2CtGd3SdNCF5mLqTrZ2FpMAyBtFt83IGu81T--Gevyc,4415
25
+ faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
26
+ faster_eth_abi/packed.cpython-313-darwin.so,sha256=VHvXA5xElUhO-W42InyfhV69t2JwJAIpSHaK0LMfBQM,50640
27
+ faster_eth_abi/_decoding.cpython-313-darwin.so,sha256=zdvRvSIPwJxkUVPKz0bC484CfmSY3FGmpblCHjd6I0o,50656
28
+ faster_eth_abi/tools/__init__.cpython-313-darwin.so,sha256=wC-IQbONf4mBQmCvXyk2LcIe-ub_o5AJU8-7EHvB8Bk,50640
29
+ faster_eth_abi/tools/_strategies.py,sha256=XQhK8eG87W7LB5v6ibzEAB0BkhTr-oc7dIzPvZu6AE0,6089
30
+ faster_eth_abi/tools/__init__.py,sha256=trtATEmgu4ctg04qkejbODDzvDSofgcVJ3rkzMP_hQE,51
31
+ faster_eth_abi/tools/_strategies.cpython-313-darwin.so,sha256=I7ykCkFI586JLJHT2CRDcHRHDQuBL6Wn-M22v4-9408,50672
32
+ faster_eth_abi/utils/validation.cpython-313-darwin.so,sha256=Zaa6agv9Py4WmiM0fkGy3-XVqcqpLYYuhxbEArwWRRA,50672
33
+ faster_eth_abi/utils/__init__.cpython-313-darwin.so,sha256=jCIsjwh1HdLgWsKLjE6a-2SLMoGH0LGOdXPpubs9uJ8,50640
34
+ faster_eth_abi/utils/numeric.cpython-313-darwin.so,sha256=F-el5b9ZzTfygRGYtMwXVpfHQ4Vy82ReHIDfbK8YDLQ,50656
35
+ faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
+ faster_eth_abi/utils/padding.cpython-313-darwin.so,sha256=Gf1yeo9ZqHZlaf7bZ7eyVQnCfCA5kO8Mm8bkKO7bZz0,50656
37
+ faster_eth_abi/utils/numeric.py,sha256=fkdazLcgd7FN0JGSSyb6Jsx555QdgRf2N0mxrm6rGB4,3278
38
+ faster_eth_abi/utils/string.cpython-313-darwin.so,sha256=4HNcNhuRBh_bO3Vyh3DasP-JNoj8X4ICEAnr1oAdtD8,50656
39
+ faster_eth_abi/utils/string.py,sha256=fjsAR2C7Xlu5bHomxx5l4rlADFtByzGTQfugMTo8TQk,436
40
+ faster_eth_abi/utils/padding.py,sha256=JBuFhdrvKWLrmmJBZ-a6pqbHWydAuiUBt2aBjCwVcVE,493
41
+ faster_eth_abi/utils/validation.py,sha256=NA2wRacYEBdkpQnZfmeDvzF-sHyy6NT2QzCFuBnYJVI,521
42
+ faster_eth_abi-5.2.11.dist-info/RECORD,,
43
+ faster_eth_abi-5.2.11.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
44
+ faster_eth_abi-5.2.11.dist-info/top_level.txt,sha256=VAQVriOsRsqhSQlZZtJw0zN50hc93HkAqPqL70TVuRU,43
45
+ faster_eth_abi-5.2.11.dist-info/METADATA,sha256=UQZ2Vm2yY9XCOocj7RXuo0dW3uq6L1vjcoY6epS6XZY,5387
46
+ faster_eth_abi-5.2.11.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106
@@ -0,0 +1,2 @@
1
+ 29859a9e7da9d19bb98c__mypyc
2
+ faster_eth_abi
@@ -1,44 +0,0 @@
1
- 76f9a3652d4d2667c55c__mypyc.cpython-313-darwin.so,sha256=Iri_nleF2KKayMzTbV00BpqIz3SOUlF5uGED7QLHJ4k,447456
2
- faster_eth_abi/abi.cpython-313-darwin.so,sha256=gEdvU60TGm91_-Cn5XHPdz4EFlaj0PH_aRggDGkwVeo,50632
3
- faster_eth_abi/constants.cpython-313-darwin.so,sha256=E3dtYuL4n6L3Z6d0tr99cRqswn_vNHzLxI2BCqkWD0U,50656
4
- faster_eth_abi/_encoding.py,sha256=dViSQVK5XvSuLBZADiXImJqXf4dIHkAHYWFzEiJtq-0,3114
5
- faster_eth_abi/_codec.cpython-313-darwin.so,sha256=gx10xbEyANB7M1qlh-J0J4s4Cj_w-3lRygaELT_VVAo,50640
6
- faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
7
- faster_eth_abi/encoding.py,sha256=lH6t_8rokfmg8M4JBjmIO3a3l9jGu_rbwoskb0PcH7M,19009
8
- faster_eth_abi/registry.py,sha256=kCcz1mJiENDzl9jKzJ99EiSLSSIFxfi4-96Fe59qrJM,20529
9
- faster_eth_abi/_decoding.py,sha256=D1-_62Lzw8zqsSymuqDjToDEPJqLU9BfCHPLzJS60Gs,3099
10
- faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
11
- faster_eth_abi/io.py,sha256=PjOnBChWh_-6ADkpJQONnxHVwsAfC_4bRiT6YQhlP6c,3728
12
- faster_eth_abi/_encoding.cpython-313-darwin.so,sha256=qdZo0k0xE4eGBFyL0uwjheiZ-b3b0iiP7aRjdSxUgic,50656
13
- faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
14
- faster_eth_abi/decoding.py,sha256=LUBH3JSTHC70CttRB66QkVLJHDB0xHNlLBwJZXUvVEU,17082
15
- faster_eth_abi/grammar.py,sha256=IEnPoH3_p23Pjrn7nFG5O1_pX5arzRVQDyoUF40FgaI,13371
16
- faster_eth_abi/from_type_str.py,sha256=aAZ58YUBZuMF_DovGkthvnacAD6X6VkYFs0Zbv9JxoM,4311
17
- faster_eth_abi/from_type_str.cpython-313-darwin.so,sha256=qx1Dm1sZ9bOIsql9MJpPgUufdXqfhLoK-_3Uddh6jrc,50672
18
- faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
- faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
20
- faster_eth_abi/exceptions.py,sha256=Q_b62R-E0OtlxQGLQSyx6BXkBbLf259KQ1pT5Eb1oh8,2952
21
- faster_eth_abi/_codec.py,sha256=cGnNaQcaSmfywmro7WoxtZaTyUBTeAMB_K9cgoxz9pg,2428
22
- faster_eth_abi/codec.py,sha256=KMIgLUBeutkDTsRts8Y2Ydt3V0n5bMGLd21CZvwR9ds,4437
23
- faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
24
- faster_eth_abi/packed.cpython-313-darwin.so,sha256=twXIfeYViDjTcPb9AYzgG0wdbtBp-_FW2YcvqFx-7bU,50640
25
- faster_eth_abi/_decoding.cpython-313-darwin.so,sha256=9pDZtMYgofbPy5cqVeRZeM4TeY6VMyLvgfOxXNRfwPU,50656
26
- faster_eth_abi/tools/__init__.cpython-313-darwin.so,sha256=lBJMVmVmslFzG8Xg58BBzXRwpRoLkakZEhtW3-U2QB0,50640
27
- faster_eth_abi/tools/_strategies.py,sha256=iLIjqRw7FlEEIXtnhSgtrWwbxO74dslT0EQrgE2o8I8,5960
28
- faster_eth_abi/tools/__init__.py,sha256=trtATEmgu4ctg04qkejbODDzvDSofgcVJ3rkzMP_hQE,51
29
- faster_eth_abi/tools/_strategies.cpython-313-darwin.so,sha256=1uBlHgCZDj4Cdb-v9gSqXU_815KVhH-q2OU_-bw8vKk,50672
30
- faster_eth_abi/utils/validation.cpython-313-darwin.so,sha256=22vTSP8PdNfyGbaRVB_435WWt4FPQBZwoX8gzAjJrnM,50672
31
- faster_eth_abi/utils/__init__.cpython-313-darwin.so,sha256=j3bdMR1rxB-V2X03jeTiEMLdqavNDlQUqJBlOAmEakU,50640
32
- faster_eth_abi/utils/numeric.cpython-313-darwin.so,sha256=gS8KSTtciCrOWfkzHYA6h6vpAW1wEJpooeri1WkXAMw,50656
33
- faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
- faster_eth_abi/utils/padding.cpython-313-darwin.so,sha256=5w-gK8w4FQ9BvO0BUz_YY1-TGI0Ed7IzZ963vkpmMNY,50656
35
- faster_eth_abi/utils/numeric.py,sha256=VU6Z76zvZn7rYaZMyDy1XO9A9ukKTzOrtA80jypp_LQ,2146
36
- faster_eth_abi/utils/string.cpython-313-darwin.so,sha256=H8SDMY5jaVjfrU4vwN5Fg3FISdt7MPyEHAwPG1eXw-Y,50656
37
- faster_eth_abi/utils/string.py,sha256=fjsAR2C7Xlu5bHomxx5l4rlADFtByzGTQfugMTo8TQk,436
38
- faster_eth_abi/utils/padding.py,sha256=JBuFhdrvKWLrmmJBZ-a6pqbHWydAuiUBt2aBjCwVcVE,493
39
- faster_eth_abi/utils/validation.py,sha256=NA2wRacYEBdkpQnZfmeDvzF-sHyy6NT2QzCFuBnYJVI,521
40
- faster_eth_abi-5.2.9.dist-info/RECORD,,
41
- faster_eth_abi-5.2.9.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
42
- faster_eth_abi-5.2.9.dist-info/top_level.txt,sha256=CO2FQwf61aFzjYze7Wywa5KQdJ6bbLkzDoGEjDF2g9o,43
43
- faster_eth_abi-5.2.9.dist-info/METADATA,sha256=vouxWfHEo8DDfaZLtiDp-RignQ0BGZsEXWOvr5y7Eo0,5386
44
- faster_eth_abi-5.2.9.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106
@@ -1,2 +0,0 @@
1
- 76f9a3652d4d2667c55c__mypyc
2
- faster_eth_abi