Path to this page:
./
finance/py-eth-keyfile,
Library for handling the encrypted keyfiles
Branch: CURRENT,
Version: 0.8.1,
Package name: py311-eth-keyfile-0.8.1,
Maintainer: pkgsrc-usersA library for handling the encrypted keyfiles used to store ethereum private
keys.
Master sites:
Filesize: 11.979 KB
Version history: (Expand)
- (2024-04-26) Updated to version: py311-eth-keyfile-0.8.1
- (2024-04-12) Updated to version: py311-eth-keyfile-0.8.0
- (2024-01-11) Updated to version: py311-eth-keyfile-0.7.0
- (2023-06-08) Updated to version: py310-eth-keyfile-0.6.1
- (2022-07-12) Updated to version: py310-eth-keyfile-0.6.0
- (2022-01-05) Updated to version: py39-eth-keyfile-0.5.1nb1
CVS history: (Expand)
2024-04-26 18:49:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-eth-keyfile: updated to 0.8.1
eth-keyfile v0.8.1 (2024-04-23)
Internal Changes - for eth-keyfile Contributors
Merge template updates, notably adding python 3.12 support
|
2024-04-12 13:32:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-eth-keyfile: updated to 0.8.0
eth-keyfile v0.8.0 (2024-02-28)
Features
Add decode keyfile json v4
|
2024-01-11 11:13:03 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-eth-keyfile: updated to 0.7.0
eth-keyfile v0.7.0 (2023-12-06)
Breaking Changes
Use correct default parameters for scrypt
Drop python 3.7 support
Features
Checksum address when creating a keyfile
Internal Changes - for eth-keyfile Contributors
Merge project template updates, including using pre-commit for linting. Add typing.
|
2023-06-08 12:34:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-eth-keyfile: updated to 0.6.1
0.6.1
-----
- Remove deprecated `setuptools-markdown` dependency \
(https://github.com/ethereum/eth-keyfile/pull/37)
- Use twine to upload package to pypi
|
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-15 22:54:26 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-eth-keyfile: fix build
|
2022-07-12 09:33:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-eth-keyfile: updated to 0.6.0
0.6.0
- Mitigate timing attack
- Fix typo in README
- Migrate to CircleCI
- Allow salt size specification on keyfile creation
- Drop Python 3.5 and 3.6 support, Add Python 3.8-3.10 support and update \
corresponding dependencies
|
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
|