Path to this page:
./
finance/py-eth-utils,
Common utility functions for ethereum codebases
Branch: CURRENT,
Version: 5.3.1,
Package name: py313-eth-utils-5.3.1,
Maintainer: khorbenCommon utility functions for codebases which interact with ethereum.
Master sites:
Filesize: 120.611 KB
Version history: (Expand)
- (2025-12-28) Updated to version: py313-eth-utils-5.3.1
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-10-09) Updated to version: py313-eth-utils-5.3.0
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
CVS history: (Expand)
2025-12-28 11:30:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-eth-utils: updated to 5.3.1
5.3.1
Bugfixes
Loosen expectation in \
test_get_aligned_abi_inputs_raises_type_error_for_incorrect_input_types
|
| 2025-10-09 09:58:14 by Thomas Klausner | Files touched by this commit (442) |
Log message:
*: remove reference to (removed) Python 3.9
|
| 2025-07-05 13:44:20 by Thomas Klausner | Files touched by this commit (116) |
Log message:
*: some more recursive Python restrictions on Python 3.11+
Reported in SmartOS bulk build
|
| 2025-04-18 14:10:16 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-eth-utils: also depend on pydantic
|
2025-04-18 13:38:04 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-eth-utils: updated to 5.3.0
eth-utils v5.3.0 (2025-04-14)
Bugfixes
Replace arg["name"] with arg.get("name") to correctly handle \
optional names.
Features
Add new methods: to_wei_decimals, and from_wei_decimals which take a number \
instead of a string
Add CamelModel pydantic model for validating objects and serializing to \
camelCase when used with by_alias=True, with the general expectation of a \
well-formed JSON-RPC object.
|
2025-02-04 14:48:01 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-eth-utils: updated to 5.2.0
5.2.0
Bugfixes
Update types in is_same_address to accept AnyAddress, str, or bytes.
Features
Add Python 3.13 support and other misc. template updates
|
| 2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-05-23 13:50:30 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-eth-utils: updated to 4.1.1
eth-utils v4.1.1 (2024-05-06)
Features
Update networks for latest changes and testnets.
Internal Changes - for eth-utils Contributors
Merge template updates, fixing docs CI and setting nightly CI runs for all testing
Updated eth_networks.json with latest networks.
No warning for outdated networks.
|