Path to this page:
./
finance/py-eth-account,
Sign Ethereum transactions and messages with local private keys
Branch: CURRENT,
Version: 0.6.1,
Package name: py310-eth-account-0.6.1,
Maintainer: pkgsrc-usersSign Ethereum transactions and messages with local private keys.
Master sites:
Filesize: 3845.755 KB
Version history: (Expand)
- (2022-07-12) Updated to version: py310-eth-account-0.6.1
- (2022-01-05) Updated to version: py39-eth-account-0.5.6nb1
- (2021-10-04) Updated to version: py39-eth-account-0.5.6
- (2021-07-23) Updated to version: py38-eth-account-0.5.5
- (2021-02-08) Package added to pkgsrc.se, version py38-eth-account-0.5.4 (created)
CVS history: (Expand)
2022-07-12 09:37:53 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-eth-account: actual update :)
|
2022-07-12 09:34:36 by Adam Ciarcinski | Files touched by this commit (1) |  |
Log message:
py-eth-account: updated to 0.6.1
Eth_Account 0.6.1 (2022-02-24)
Bugfixes
Allow encoding of structured data containing bytes
|
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
|
2021-10-26 12:26:13 by Nia Alarie | Files touched by this commit (119) |
Log message:
finance: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 15:54:03 by Nia Alarie | Files touched by this commit (119) |
Log message:
finance: Remove SHA1 hashes for distfiles
|
2021-10-04 11:01:19 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-eth-account: updated to 0.5.6
eth-account v0.5.6
Features
An explicit transaction type is no longer required for signing a transaction if \
we can implicitly determine the transaction type from the transaction parameters
Bugfixes
When signing a transaction, the regular JSON-RPC structure is now expected as \
input and is converted to the appropriate rlp transaction structure when signing
Fix string interpolation in ValidationError message of _hash_eip_191_message
Improved Documentation
Updated docs for sign_transaction to show that transaction type can be \
implicitly determined based on transaction parameters if one is not provided
Add encode_defunct to list of example message encoders
|