faster-eth-abi 5.2.14__cp38-cp38-win32.whl → 5.2.15__cp38-cp38-win32.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.

Binary file
Binary file
Binary file
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
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
@@ -39,7 +39,7 @@ Requires-Dist: mypy-extensions
39
39
  Requires-Dist: parsimonious<0.11.0,>=0.10.0
40
40
  Provides-Extra: codspeed
41
41
  Requires-Dist: pytest>=7.0.0; extra == "codspeed"
42
- Requires-Dist: pytest-codspeed; extra == "codspeed"
42
+ Requires-Dist: pytest-codspeed<4.3,>=4.2; extra == "codspeed"
43
43
  Requires-Dist: pytest-test-groups; extra == "codspeed"
44
44
  Provides-Extra: dev
45
45
  Requires-Dist: build>=0.9.0; extra == "dev"
@@ -76,7 +76,7 @@ Requires-Dist: hypothesis<6.108.7,>=6.22.0; extra == "test"
76
76
  Provides-Extra: tools
77
77
  Requires-Dist: hypothesis<6.108.7,>=6.22.0; extra == "tools"
78
78
 
79
- ### I forked eth-abi and compiled it to C. It does the same stuff, now faster
79
+ ### I forked eth-abi and compiled it to C. It does the same stuff, now ~2-6x faster
80
80
 
81
81
  [![PyPI](https://img.shields.io/pypi/v/faster-eth-abi.svg?logo=Python&logoColor=white)](https://pypi.org/project/faster-eth-abi/)
82
82
  [![Monthly Downloads](https://img.shields.io/pypi/dm/faster-eth-abi)](https://pypistats.org/packages/faster-eth-abi)
@@ -1,4 +1,4 @@
1
- 29859a9e7da9d19bb98c__mypyc.cp38-win32.pyd,sha256=4h_Js21wwib7lC72B2JOuHPtPqS5EWRl2AD7sRgrENg,205312
1
+ 29859a9e7da9d19bb98c__mypyc.cp38-win32.pyd,sha256=onPt9ct-_rC5oV4liIsLYBRx2GsjkxqJpTkrH9KLHnI,206336
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.cp38-win32.pyd,sha256=PBuWXiKEsrtN9tdNBcjIbVBYHWWFKUIlSUt8LyzR7rE,9216
14
+ faster_eth_abi/_codec.cp38-win32.pyd,sha256=pBP7IdzzLM2GGZg_r12TGUHCIRAPNILIdl_oFmqQGIY,9216
15
15
  faster_eth_abi/_codec.py,sha256=1r9MEBi21sg9MW765LRM5XdSmNif8tO9-CR8PPFJgnE,2348
16
- faster_eth_abi/_decoding.cp38-win32.pyd,sha256=_JR1A4v5EtTUfkDgMT0tklQgSPyq7UTyBVWJNO3gPag,9216
16
+ faster_eth_abi/_decoding.cp38-win32.pyd,sha256=GWIRfpEO-XgIfbrbEg0cN5-fXWpWNBZ0wzmIGtUjmAw,9216
17
17
  faster_eth_abi/_decoding.py,sha256=NLY4Jpny7mfUHqMWSvh_xxywlTanO_6z5jw8mldJMbc,9899
18
- faster_eth_abi/_encoding.cp38-win32.pyd,sha256=gi1eC7LYwjp6DgyHzQbqaHHTb-EqZQk_IkaHkLD6Qsg,9216
18
+ faster_eth_abi/_encoding.cp38-win32.pyd,sha256=J15RbUWhO-UL_zSsl8mXlAZOF2uoXdEeUFEoE0WA1ZY,9216
19
19
  faster_eth_abi/_encoding.py,sha256=QJgfNDbszNgf_pGYvhdzeV6hL8u6DslzGE2sLT8hijQ,8785
20
- faster_eth_abi/_grammar.cp38-win32.pyd,sha256=xpik5YjzoNmPTnGSbnWcvJQxszfUbzXx2Dnkz1cM7mk,9216
21
- faster_eth_abi/_grammar.py,sha256=IyftL6Ayb-6C1jR2xAt4y_NRnqdGtH08gwoz5zrF3rc,10491
22
- faster_eth_abi/abi.cp38-win32.pyd,sha256=kAJfxzc7gMGM7B4l17Qwzldw9Thndlm0dkkEoaU-DK4,9216
20
+ faster_eth_abi/_grammar.cp38-win32.pyd,sha256=FMq35_uHpBLLhLb9pcaWo-oB3sEDkB_za6pB6dZEsUM,9216
21
+ faster_eth_abi/_grammar.py,sha256=EV4QLeB93ZjsPDXjKKxfQcGn4d8bPhisAHF0YIuKqio,10670
22
+ faster_eth_abi/abi.cp38-win32.pyd,sha256=Ci_cy7OWBBvtov2QjfM1W1YTONhhJYTO3nMtSS8C7ko,9216
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.cp38-win32.pyd,sha256=tIGKvxX4BPKDSfky3pM_W_lGHGPs3jlT70Ymqhu-e6s,9216
25
+ faster_eth_abi/codec.py,sha256=sIeJ9Fqx32vPSIaObPE6xWdLSA0i2ZasNwqCCd5q8e8,41404
26
+ faster_eth_abi/constants.cp38-win32.pyd,sha256=19PtaQFz6c58SfF4deBUibrd5EKPOW2Vi_DNwHuGGeA,9216
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.cp38-win32.pyd,sha256=hCSGjdx019N8ROsX_pcC_AtFxLT0Br-EL4_pHZ_X4AQ,9216
31
+ faster_eth_abi/from_type_str.cp38-win32.pyd,sha256=TC2rM2ulJglDOGoI02sm6ysBvvr3BO9Ra2PWS88rzyI,9216
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.cp38-win32.pyd,sha256=2YBxGFw_M6AvRhcdy84OSrzbsTtePq5N7gZn7XMllc0,9216
35
+ faster_eth_abi/packed.cp38-win32.pyd,sha256=ZHJKol3b24YJKv0H9n7x-CPwoVeC1EpurIWo9eevqgg,9216
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__.cp38-win32.pyd,sha256=uFhuV-qRz9ALIyJQ_ZQq6rG1HOMU4T_uFzmmhEXuudY,9216
39
+ faster_eth_abi/typing.py,sha256=ZDVSJKboPeCn1CLGI4rbDmVtajDEpGi2383AyJ6mSF4,108266
40
+ faster_eth_abi/tools/__init__.cp38-win32.pyd,sha256=85P-gEkDCEKB8nJYPkmqMrFe-ezWIXagxK-VQTfw5aw,9216
40
41
  faster_eth_abi/tools/__init__.py,sha256=jxyQnb34ldRjCTYi3Ajb5h5QlFQ6ODfKQNhOCVwR7Ao,54
41
- faster_eth_abi/tools/_strategies.cp38-win32.pyd,sha256=4uP--h_WW5yWOtSClVQChZNMKqW_WH1Qc7IlsjlTJ8Q,9216
42
+ faster_eth_abi/tools/_strategies.cp38-win32.pyd,sha256=cD8K1rffqQvPS_4H3fLBswE3SjhdFXuFQ9r-NhHlF-k,9216
42
43
  faster_eth_abi/tools/_strategies.py,sha256=02wmJpj336nOFu7pBVaH4ucj3FORweKkiGqlaRgy-8c,6330
43
- faster_eth_abi/utils/__init__.cp38-win32.pyd,sha256=1kZLL3zgQxLC-74ZOQ1jQXfRoQyc6Kf-ZeH7WOXiLP0,9216
44
+ faster_eth_abi/utils/__init__.cp38-win32.pyd,sha256=9MvoHf-UWVHZGw9tx-RX3WLZcTcMPfkOhYPD_2cXr7k,9216
44
45
  faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
45
- faster_eth_abi/utils/numeric.cp38-win32.pyd,sha256=aIJwW5KFrdywLBaZCm6Rq3et8j7YdVf29WXkj0YLznU,9216
46
+ faster_eth_abi/utils/numeric.cp38-win32.pyd,sha256=61TwP6llTj4y18v1WLQFV0jQlfPLwi9E4ucPcueaEEM,9216
46
47
  faster_eth_abi/utils/numeric.py,sha256=saAVL12dfDrMXZeao3u2jar-U2y57YKVUqF6VOzoLxs,3395
47
- faster_eth_abi/utils/padding.cp38-win32.pyd,sha256=j30cY7z2vb_qwD04NJqlYaPO7FuhiS4OCFQ0GkTzvgQ,9216
48
+ faster_eth_abi/utils/padding.cp38-win32.pyd,sha256=Liay9nlqfSZZ6MsLGgha6rFm0jCrtFkZZVp3-HB9Vhc,9216
48
49
  faster_eth_abi/utils/padding.py,sha256=k6dkOiQ3k0OhQUZ6blCiL1VOQVYGyynucafbySjcFfY,515
49
- faster_eth_abi/utils/string.cp38-win32.pyd,sha256=-kLUe_fZiyaLUmbHj2axlyHzSoEVxxZuErrXQ89jFOM,9216
50
+ faster_eth_abi/utils/string.cp38-win32.pyd,sha256=p0gSaxhOec4y1Mgo2WWxn-Q_apTMXotGDooX0BJ7hiI,9216
50
51
  faster_eth_abi/utils/string.py,sha256=wYcvWof4kuitrGGSe_NOduQaxE4HHYmpraCPXKcZxMs,455
51
- faster_eth_abi/utils/validation.cp38-win32.pyd,sha256=yhu2mbotdZRkb0To697vzJtoOERkp6Qb1ARc85OgnLk,9216
52
+ faster_eth_abi/utils/validation.cp38-win32.pyd,sha256=mTlOUYYxCpqUbav9oK9cyBOPJ-_cZ5yq6AIz_RrXn7Y,9216
52
53
  faster_eth_abi/utils/validation.py,sha256=9veO7wyQsmcFgeaGrsKdSifjV1gaXfTDDKAt1EbKHYY,539
53
- faster_eth_abi-5.2.14.dist-info/LICENSE,sha256=Q1lDDWXR057JL2Y7HTAwclCF32_LCloN4sGUkXO1YeI,1127
54
- faster_eth_abi-5.2.14.dist-info/METADATA,sha256=0emxjioutYK3B2JcMhu14O8_QVwBvY_E2g9PMzPHe14,6794
55
- faster_eth_abi-5.2.14.dist-info/WHEEL,sha256=BsoMMMHJGneA25n2FDquZW143lDYOuIAMJ0po_3Su94,95
56
- faster_eth_abi-5.2.14.dist-info/top_level.txt,sha256=utY1QAB2ZlDnuEgQjydbGaBGXDRudjYvq61Wog-MIWI,54
57
- faster_eth_abi-5.2.14.dist-info/RECORD,,
54
+ faster_eth_abi-5.2.15.dist-info/LICENSE,sha256=Q1lDDWXR057JL2Y7HTAwclCF32_LCloN4sGUkXO1YeI,1127
55
+ faster_eth_abi-5.2.15.dist-info/METADATA,sha256=rq_10VwriBeE70QMgxVoHvnsCHKGUQYJQkuxi0FUkP0,6816
56
+ faster_eth_abi-5.2.15.dist-info/WHEEL,sha256=BsoMMMHJGneA25n2FDquZW143lDYOuIAMJ0po_3Su94,95
57
+ faster_eth_abi-5.2.15.dist-info/top_level.txt,sha256=utY1QAB2ZlDnuEgQjydbGaBGXDRudjYvq61Wog-MIWI,54
58
+ faster_eth_abi-5.2.15.dist-info/RECORD,,