faster-eth-abi 5.2.2__cp311-cp311-musllinux_1_2_x86_64.whl → 5.2.4__cp311-cp311-musllinux_1_2_x86_64.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.
- a1f8aa123fabc88e2b56__mypyc.cpython-311-x86_64-linux-musl.so +0 -0
- faster_eth_abi/decoding.py +1 -1
- {faster_eth_abi-5.2.2.dist-info → faster_eth_abi-5.2.4.dist-info}/METADATA +2 -2
- {faster_eth_abi-5.2.2.dist-info → faster_eth_abi-5.2.4.dist-info}/RECORD +7 -7
- {faster_eth_abi-5.2.2.dist-info → faster_eth_abi-5.2.4.dist-info}/WHEEL +0 -0
- {faster_eth_abi-5.2.2.dist-info → faster_eth_abi-5.2.4.dist-info}/licenses/LICENSE +0 -0
- {faster_eth_abi-5.2.2.dist-info → faster_eth_abi-5.2.4.dist-info}/top_level.txt +0 -0
Binary file
|
faster_eth_abi/decoding.py
CHANGED
@@ -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:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: faster_eth_abi
|
3
|
-
Version: 5.2.
|
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, <
|
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,4 +1,4 @@
|
|
1
|
-
a1f8aa123fabc88e2b56__mypyc.cpython-311-x86_64-linux-musl.so,sha256=
|
1
|
+
a1f8aa123fabc88e2b56__mypyc.cpython-311-x86_64-linux-musl.so,sha256=j155XRppVl29PwDmpYrbBpyfXd2WrmdBlbV8SjiLM64,437720
|
2
2
|
faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
|
3
3
|
faster_eth_abi/abi.cpython-311-x86_64-linux-musl.so,sha256=qeKezPHQKVibo519v6Ush8CtdIR7DIq0MRjFpUgu7z0,17608
|
4
4
|
faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
|
@@ -6,7 +6,7 @@ faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
|
|
6
6
|
faster_eth_abi/codec.py,sha256=wjKLVR4Qb4hn2bloeEeZ4lQs7uLKoZq5c6rSTJVlCeo,5174
|
7
7
|
faster_eth_abi/constants.cpython-311-x86_64-linux-musl.so,sha256=BLQWFZMrUQ72FUf0PgH0A3gnom5tztmgKaOHluHEpMU,17624
|
8
8
|
faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
|
9
|
-
faster_eth_abi/decoding.py,sha256=
|
9
|
+
faster_eth_abi/decoding.py,sha256=xLon-1I5EZCZBgsTZsvl-ienFY2ZUr5D2FqzsiTdQS0,17347
|
10
10
|
faster_eth_abi/encoding.py,sha256=Ht1g6Xa2y-npY5YrI1zjVcerf7YSZX-cYHZ6IJE5G5M,19988
|
11
11
|
faster_eth_abi/exceptions.py,sha256=Q_b62R-E0OtlxQGLQSyx6BXkBbLf259KQ1pT5Eb1oh8,2952
|
12
12
|
faster_eth_abi/from_type_str.cpython-311-x86_64-linux-musl.so,sha256=9k9vNWaNHrPjdqWI06QGLeGP0C7hgvNpO0vdFkMhhEk,17640
|
@@ -31,8 +31,8 @@ faster_eth_abi/utils/string.cpython-311-x86_64-linux-musl.so,sha256=Rz_PkOm14BiZ
|
|
31
31
|
faster_eth_abi/utils/string.py,sha256=fjsAR2C7Xlu5bHomxx5l4rlADFtByzGTQfugMTo8TQk,436
|
32
32
|
faster_eth_abi/utils/validation.cpython-311-x86_64-linux-musl.so,sha256=Gg_dfddCoMaVLlnZyn2e4IQm8Oz8RA06NyigbDSFMMA,17648
|
33
33
|
faster_eth_abi/utils/validation.py,sha256=kqDxlcIyb55Y80FdcCYtWP1-8geCePsH3_yPTayxdM8,547
|
34
|
-
faster_eth_abi-5.2.
|
35
|
-
faster_eth_abi-5.2.
|
36
|
-
faster_eth_abi-5.2.
|
37
|
-
faster_eth_abi-5.2.
|
38
|
-
faster_eth_abi-5.2.
|
34
|
+
faster_eth_abi-5.2.4.dist-info/METADATA,sha256=KuZsNosWAxgduSru00lsek6bd9H2_B4PFGX1cPA-o-A,4129
|
35
|
+
faster_eth_abi-5.2.4.dist-info/WHEEL,sha256=kA_iIvT-cxTFNl4I8QDfFHN1DAyqZDYakVXCaObxeLo,112
|
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/RECORD,,
|
38
|
+
faster_eth_abi-5.2.4.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106
|
File without changes
|
File without changes
|
File without changes
|