./finance/py-eth-utils, Common utility functions for ethereum codebases

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.3.0, Package name: py312-eth-utils-5.3.0, Maintainer: khorben

Common utility functions for codebases which interact with ethereum.


Master sites:

Filesize: 120.853 KB

Version history: (Expand)


CVS history: (Expand)


   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) | Package updated
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) | Package updated
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) | Package updated
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.
   2024-04-12 13:30:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-utils: updated to 4.1.0

eth-utils v4.1.0 (2024-04-01)

Internal Changes - for eth-utils Contributors

Upgrades from the template with support for Python 3.12 and linting with blocklint.
Remove cached_property dependency, as it was only for <=py37

eth-utils v4.0.0 (2024-02-22)

Breaking Changes

Web3.is_address now returns True for non-checksummed addresses.
   2024-01-11 11:04:32 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-utils: updated to 3.0.0

eth-utils v3.0.0 (2024-01-10)

Breaking Changes

Drop python 3.7 support

Internal Changes - for eth-utils Contributors

Merge updates from the project template, notably: use pre-commit for linting and \ 
change the name of the master branch to main
Correct booleans in pyproject.toml and add test for the presence of the \ 
eth_utils.__version__ attribute
   2023-11-10 20:07:15 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-eth-utils: needs TOOL_DEPENDS