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

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


Branch: CURRENT, Version: 4.1.0, Package name: py311-eth-utils-4.1.0, Maintainer: khorben

Common utility functions for codebases which interact with ethereum.


Master sites:

Filesize: 89.293 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2023-11-10 20:01:33 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-eth-utils: updated to 2.3.1

eth-utils v2.3.1 (2023-11-07)

Bugfixes

Some users were experiencing encoding issues when parsing the networks json. Use \ 
UTF-8 explicitly.

Internal Changes - for eth-utils Contributors

Fix and add new test cases for invalid Network chain_id values.

eth-utils v2.3.0 (2023-10-20)

Features

Add Network utility methods to utilize network metadata for a given ChainId.
   2023-06-08 12:26:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-utils: updated to 2.1.1

eth-utils v2.1.1 (2023-06-07)

Internal Changes - for eth-utils Contributors

Add currency tests with float ether inputs.
remove unused docs deps, bump version of remaining
merge updates from the python project template
   2022-12-12 10:43:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-eth-utils: updated to 2.1.0

eth-utils v2.1.0 (2022-11-17)

Features

Allow a wider eth-hash dependency range

Performance improvements

Performance improvement of up to 65% on is_0x_prefixed

Improved Documentation

Fix typo in documentation: hexidecimal -> hexadecimal

Internal Changes - for eth-utils Contributors

Update use of @cached_property for debug2 logging.

Breaking changes

Remove support for Python 3.6, add Python 3.11, misc dev internal updates
   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-07-12 09:27:19 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-eth-utils: updated to 2.0.0

Eth_Utils 2.0.0 (2021-11-18)

Features

Upgrade eth-typing to v3.0+, Add support for python 3.9 and 3.10 Remove support \ 
for python 3.5