Path to this page:
./
finance/py-eth-abi,
Python utilities for working with Ethereum ABI definitions
Branch: CURRENT,
Version: 4.1.0,
Package name: py310-eth-abi-4.1.0,
Maintainer: pkgsrc-usersPython utilities for working with Ethereum ABI definitions, especially encoding
and decoding.
Master sites:
Filesize: 25.394 KB
Version history: (Expand)
- (2023-06-11) Updated to version: py310-eth-abi-4.1.0
- (2023-06-08) Updated to version: py310-eth-abi-4.0.0
- (2022-09-12) Updated to version: py310-eth-abi-3.0.1
- (2022-07-12) Updated to version: py310-eth-abi-3.0.0
- (2022-01-05) Updated to version: py39-eth-abi-2.1.1nb1
- (2021-10-07) Updated to version: py39-eth-abi-2.1.1
CVS history: (Expand)
2023-06-09 09:06:02 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-eth-abi: updated to 4.1.0
eth-abi v4.1.0 (2023-06-08)
Features
updated StringDecoder class to allow user-defined handling of malformed strings, \
handle with strict by default
Internal Changes - for eth-abi contributors
remove unused docs deps, bump version of remaining
Moved requirements-docs.txt info into .readthedocs.yml
pull in updates from the python project template
Updated CI process to handle tox issue caused by virtualenv update
|
2023-06-08 12:28:51 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-eth-abi: updated to 4.0.0
eth-abi v4.0.0 (2023-03-22)
No significant changes.
eth-abi v4.0.0-beta.3 (2023-03-20)
Breaking Changes
Upgrade Parsimonious dependency to allow >=0.9,<0.10
eth-abi v4.0.0-beta.2 (2022-11-21)
Features
Add support for Python 3.11
eth-abi v4.0.0-beta.1 (2022-09-27)
Bugfixes
Reconcile differences in 32-byte padding between eth-abi encoders for dynamic \
types and Solidity's abi.encode() for 0 or empty values
Breaking Changes
Remove encode_abi_single(), encode_packed_single(), and decode_abi_single(). \
Rename encode_abi(), encode_abi_packed(), and decode_abi() to encode(), \
encode_packed(), and decode(), respectively.
|
2022-11-14 15:34:49 by Thomas Klausner | Files touched by this commit (15) |
Log message:
py-pysha3: mark as not for python 3.11
This was only ever intended for python < 3.6, but we do have some
users in pkgsrc on newer python versions.
|
2022-09-12 12:57:49 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-eth-abi: updated to 3.0.1
3.0.1:
Added typing
|
2022-07-12 09:32:01 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-eth-abi: updated to 3.0.0
eth_abi 3.0.0 (2022-01-19)
Features
Add support for python 3.8
Add support for Python 3.8. Includes updating mypy and flake8 version requirements
Drop Python 3.6 support, add Python 3.9 and 3.10 support. Update any \
dependencies accordingly
Bugfixes
Catch ABITypeError exceptions when checking has_encoder
Improved Documentation
Fix broken badges in README
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-12-17 01:21:34 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-eth-abi: does not support python 3.6
Also mark its user that way
|