faster-eth-abi 5.2.9__cp314-cp314-macosx_11_0_arm64.whl → 5.2.11__cp314-cp314-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.
- 29859a9e7da9d19bb98c__mypyc.cpython-314-darwin.so +0 -0
- faster_eth_abi/_codec.cpython-314-darwin.so +0 -0
- faster_eth_abi/_codec.py +0 -4
- faster_eth_abi/_decoding.cpython-314-darwin.so +0 -0
- faster_eth_abi/_decoding.py +46 -0
- faster_eth_abi/_encoding.cpython-314-darwin.so +0 -0
- faster_eth_abi/_encoding.py +12 -5
- faster_eth_abi/_grammar.cpython-314-darwin.so +0 -0
- faster_eth_abi/_grammar.py +349 -0
- faster_eth_abi/abi.cpython-314-darwin.so +0 -0
- faster_eth_abi/codec.py +8 -9
- faster_eth_abi/constants.cpython-314-darwin.so +0 -0
- faster_eth_abi/decoding.py +11 -31
- faster_eth_abi/from_type_str.cpython-314-darwin.so +0 -0
- faster_eth_abi/from_type_str.py +3 -1
- faster_eth_abi/grammar.py +10 -308
- faster_eth_abi/packed.cpython-314-darwin.so +0 -0
- faster_eth_abi/registry.py +37 -24
- faster_eth_abi/tools/__init__.cpython-314-darwin.so +0 -0
- faster_eth_abi/tools/_strategies.cpython-314-darwin.so +0 -0
- faster_eth_abi/tools/_strategies.py +9 -5
- faster_eth_abi/utils/__init__.cpython-314-darwin.so +0 -0
- faster_eth_abi/utils/numeric.cpython-314-darwin.so +0 -0
- faster_eth_abi/utils/numeric.py +51 -20
- faster_eth_abi/utils/padding.cpython-314-darwin.so +0 -0
- faster_eth_abi/utils/string.cpython-314-darwin.so +0 -0
- faster_eth_abi/utils/validation.cpython-314-darwin.so +0 -0
- {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/METADATA +1 -1
- faster_eth_abi-5.2.11.dist-info/RECORD +46 -0
- faster_eth_abi-5.2.11.dist-info/top_level.txt +2 -0
- 76f9a3652d4d2667c55c__mypyc.cpython-314-darwin.so +0 -0
- faster_eth_abi-5.2.9.dist-info/RECORD +0 -44
- faster_eth_abi-5.2.9.dist-info/top_level.txt +0 -2
- {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/WHEEL +0 -0
- {faster_eth_abi-5.2.9.dist-info → faster_eth_abi-5.2.11.dist-info}/licenses/LICENSE +0 -0
|
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.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-314-darwin.so,sha256=LBSeAyokOhMHBXpx3tcBW1zQ_BBbQcyJrX2HYFez5pE,600640
|
|
2
|
+
faster_eth_abi/_encoding.cpython-314-darwin.so,sha256=fgawdhesZM0AQEoK1HsmmEHbEKEmaRFiqSFkJUxHALU,50656
|
|
3
|
+
faster_eth_abi/_encoding.py,sha256=nBIqwHbvT7loTmiYlcl7Z8HhnOGEY-jr-cpCZEU-1X8,3230
|
|
4
|
+
faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
|
|
5
|
+
faster_eth_abi/encoding.py,sha256=lH6t_8rokfmg8M4JBjmIO3a3l9jGu_rbwoskb0PcH7M,19009
|
|
6
|
+
faster_eth_abi/registry.py,sha256=RqHQNDLzvQ6embdnOSxlpvPw7dn-jqUU9MshLe5JuuM,21082
|
|
7
|
+
faster_eth_abi/_decoding.py,sha256=TjTj4_uzkxN3opJfk4SxHHWn4r9T8ZztpPA-Uzic1Bg,4400
|
|
8
|
+
faster_eth_abi/_grammar.cpython-314-darwin.so,sha256=msc9BtkwWJxCWYmx69L3_rvKtGOc3gbmi9uQI85E8LQ,50656
|
|
9
|
+
faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
|
|
10
|
+
faster_eth_abi/io.py,sha256=PjOnBChWh_-6ADkpJQONnxHVwsAfC_4bRiT6YQhlP6c,3728
|
|
11
|
+
faster_eth_abi/constants.cpython-314-darwin.so,sha256=p_PIxyAbgEJhHlv8xAIA_OuxlJPyAnpMwSkTOU0Euv4,50656
|
|
12
|
+
faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
|
|
13
|
+
faster_eth_abi/abi.cpython-314-darwin.so,sha256=Qr6metgvz-cJJPYW5BjZgNVXqIWyLnDr_bXGFev92i8,50632
|
|
14
|
+
faster_eth_abi/_grammar.py,sha256=6REsztEP6kJvWSB3DoLRGbl1whc-pLj5aEWrT6GxaN0,10142
|
|
15
|
+
faster_eth_abi/_codec.cpython-314-darwin.so,sha256=mgy4qE8UlOiRt9bVC7puR_WyfR9-ZZcxcFIyT_CUUgM,50640
|
|
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/_decoding.cpython-314-darwin.so,sha256=nsSbltze8fkxIgBjjlsZyhvyUst_J0KvnipurbHKA2U,50656
|
|
20
|
+
faster_eth_abi/packed.cpython-314-darwin.so,sha256=vJpjlEXmPXsirPLKtdQ_8rFAUsxyM839lHzBWSjr0B8,50640
|
|
21
|
+
faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
+
faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
|
|
23
|
+
faster_eth_abi/exceptions.py,sha256=Q_b62R-E0OtlxQGLQSyx6BXkBbLf259KQ1pT5Eb1oh8,2952
|
|
24
|
+
faster_eth_abi/_codec.py,sha256=7TfO2ij2jBuUK54LuMdhC0YX8NEui3rnN2ZG1NnP3dA,2264
|
|
25
|
+
faster_eth_abi/from_type_str.cpython-314-darwin.so,sha256=wikTQe7-nUvU1DdGYBQOyZgsji6E1blq0ko0VzsCDaQ,50672
|
|
26
|
+
faster_eth_abi/codec.py,sha256=2CtGd3SdNCF5mLqTrZ2FpMAyBtFt83IGu81T--Gevyc,4415
|
|
27
|
+
faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
|
|
28
|
+
faster_eth_abi/tools/__init__.cpython-314-darwin.so,sha256=qfdPbIJwmgXvwtGraxfn08X96bouZd2t_xB7XYUvbSs,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-314-darwin.so,sha256=XIyQL15rjIIPvvHlm-ReDHYS-rGdTxGuy7BEZZapPjE,50672
|
|
32
|
+
faster_eth_abi/utils/padding.cpython-314-darwin.so,sha256=CKKZynQmULPxLKqD9O85dTeA5GTjC0PyRmqVAQ7uKRw,50656
|
|
33
|
+
faster_eth_abi/utils/__init__.cpython-314-darwin.so,sha256=LA08OGjrSn9gL_03GeCh-zAlj940-nDdjqE5l9gJVak,50640
|
|
34
|
+
faster_eth_abi/utils/numeric.cpython-314-darwin.so,sha256=02Bj40eNivoImM-c3cvlQqkU-M83f7ubxC8cOKbg4vE,50656
|
|
35
|
+
faster_eth_abi/utils/validation.cpython-314-darwin.so,sha256=Bl5tyg29sNGnRIq2uXIBdy_u-Tm5nwCN0zf8i37pPdY,50672
|
|
36
|
+
faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
37
|
+
faster_eth_abi/utils/string.cpython-314-darwin.so,sha256=La_4NBSk7jiceIt_eqxHde0ENpKYuIDewvgNdUSMM1c,50656
|
|
38
|
+
faster_eth_abi/utils/numeric.py,sha256=fkdazLcgd7FN0JGSSyb6Jsx555QdgRf2N0mxrm6rGB4,3278
|
|
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=2Id6qreet5t4wZv58bZfijJ58qrc2xkw6OVvWfeqxV0,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
|
|
Binary file
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
76f9a3652d4d2667c55c__mypyc.cpython-314-darwin.so,sha256=h7IrtfwYk_pUZwyaIKtgmj8hhWEgc0Ctgwe7aO0Ldrk,447712
|
|
2
|
-
faster_eth_abi/_encoding.cpython-314-darwin.so,sha256=PkhtZPAVDhQRFHOi3BAGOW9BYp8NFt3ZkOt10fTVxz8,50656
|
|
3
|
-
faster_eth_abi/_encoding.py,sha256=dViSQVK5XvSuLBZADiXImJqXf4dIHkAHYWFzEiJtq-0,3114
|
|
4
|
-
faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
|
|
5
|
-
faster_eth_abi/encoding.py,sha256=lH6t_8rokfmg8M4JBjmIO3a3l9jGu_rbwoskb0PcH7M,19009
|
|
6
|
-
faster_eth_abi/registry.py,sha256=kCcz1mJiENDzl9jKzJ99EiSLSSIFxfi4-96Fe59qrJM,20529
|
|
7
|
-
faster_eth_abi/_decoding.py,sha256=D1-_62Lzw8zqsSymuqDjToDEPJqLU9BfCHPLzJS60Gs,3099
|
|
8
|
-
faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
|
|
9
|
-
faster_eth_abi/io.py,sha256=PjOnBChWh_-6ADkpJQONnxHVwsAfC_4bRiT6YQhlP6c,3728
|
|
10
|
-
faster_eth_abi/constants.cpython-314-darwin.so,sha256=R-QJBy4OGDtHfjx9c9KunatK-zNSOiVbisDxkSu9DbQ,50656
|
|
11
|
-
faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
|
|
12
|
-
faster_eth_abi/abi.cpython-314-darwin.so,sha256=IcbsUIV526OPEvPJ0boYX6irNXygnjAfXo1h8mP5z00,50632
|
|
13
|
-
faster_eth_abi/_codec.cpython-314-darwin.so,sha256=NKOZXbFC0NhQjlmwjr7PVKtimVIQ_yfb_buqc2hbbns,50640
|
|
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/_decoding.cpython-314-darwin.so,sha256=lh9JY7dK4EOxI2-PdFQDgtDD2075AiWyP7FLbJ87khQ,50656
|
|
18
|
-
faster_eth_abi/packed.cpython-314-darwin.so,sha256=0KR7y98tnFfwJLKR7vZ60nFRoYBJPNLBa1eSFoTz1s4,50640
|
|
19
|
-
faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
|
|
21
|
-
faster_eth_abi/exceptions.py,sha256=Q_b62R-E0OtlxQGLQSyx6BXkBbLf259KQ1pT5Eb1oh8,2952
|
|
22
|
-
faster_eth_abi/_codec.py,sha256=cGnNaQcaSmfywmro7WoxtZaTyUBTeAMB_K9cgoxz9pg,2428
|
|
23
|
-
faster_eth_abi/from_type_str.cpython-314-darwin.so,sha256=4QDUYLsZ-jXZ6nHbcPTNHN6Bb3QiZwK5bQ5fKJM27fE,50672
|
|
24
|
-
faster_eth_abi/codec.py,sha256=KMIgLUBeutkDTsRts8Y2Ydt3V0n5bMGLd21CZvwR9ds,4437
|
|
25
|
-
faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
|
|
26
|
-
faster_eth_abi/tools/__init__.cpython-314-darwin.so,sha256=LeRbGkqhN0RLJAzZLrODxmFOGwXdTNppHxQgk5joJuo,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-314-darwin.so,sha256=Hdx9mSaYaT8DHd1PeUuu-S_-QfY-YW03duu5fS0EjpM,50672
|
|
30
|
-
faster_eth_abi/utils/padding.cpython-314-darwin.so,sha256=GtZtha_l1-g1LLkCKEmDq4lefdTSrxb9nFRzrjVyYlU,50656
|
|
31
|
-
faster_eth_abi/utils/__init__.cpython-314-darwin.so,sha256=iM11RjrKTnObm_ntWpgn_j1bT-ETn7YVZSJa1lNxOBs,50640
|
|
32
|
-
faster_eth_abi/utils/numeric.cpython-314-darwin.so,sha256=AJI1pYhuzv-mzDQlhGBB0ZWbGzHHwgqx0VcVHChykW0,50656
|
|
33
|
-
faster_eth_abi/utils/validation.cpython-314-darwin.so,sha256=LdE0IoSF4obutLDq6_zeczl3Q5um7uyesqQeqNBYDcU,50672
|
|
34
|
-
faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
35
|
-
faster_eth_abi/utils/string.cpython-314-darwin.so,sha256=Ud-XauiUEbZ1sWfJ9SDronRrZMZ6eMMumYxATUQcFlY,50656
|
|
36
|
-
faster_eth_abi/utils/numeric.py,sha256=VU6Z76zvZn7rYaZMyDy1XO9A9ukKTzOrtA80jypp_LQ,2146
|
|
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=2Id6qreet5t4wZv58bZfijJ58qrc2xkw6OVvWfeqxV0,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
|
|
File without changes
|
|
File without changes
|