diff options
author | adam <adam@pkgsrc.org> | 2021-10-04 09:01:19 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-10-04 09:01:19 +0000 |
commit | 27b12c2e6c91d2c553ebeeaf5ecbe324787f0822 (patch) | |
tree | 3cd140f7c152f7753d5fbb71d4adcb104aef763b /finance | |
parent | a15871f8fdb81ddd7e0fb57f1738d717c8c5857f (diff) | |
download | pkgsrc-27b12c2e6c91d2c553ebeeaf5ecbe324787f0822.tar.gz |
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
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-eth-account/Makefile | 4 | ||||
-rw-r--r-- | finance/py-eth-account/PLIST | 5 | ||||
-rw-r--r-- | finance/py-eth-account/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/finance/py-eth-account/Makefile b/finance/py-eth-account/Makefile index 770790a21a6..0828b23d506 100644 --- a/finance/py-eth-account/Makefile +++ b/finance/py-eth-account/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2021/07/23 14:06:31 adam Exp $ +# $NetBSD: Makefile,v 1.3 2021/10/04 09:01:19 adam Exp $ -DISTNAME= eth-account-0.5.5 +DISTNAME= eth-account-0.5.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=e/eth-account/} diff --git a/finance/py-eth-account/PLIST b/finance/py-eth-account/PLIST index 6c935f18858..b18eff2d376 100644 --- a/finance/py-eth-account/PLIST +++ b/finance/py-eth-account/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2021/07/23 14:06:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2021/10/04 09:01:19 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -26,6 +26,9 @@ ${PYSITELIB}/eth_account/_utils/structured_data/hashing.pyo ${PYSITELIB}/eth_account/_utils/structured_data/validation.py ${PYSITELIB}/eth_account/_utils/structured_data/validation.pyc ${PYSITELIB}/eth_account/_utils/structured_data/validation.pyo +${PYSITELIB}/eth_account/_utils/transaction_utils.py +${PYSITELIB}/eth_account/_utils/transaction_utils.pyc +${PYSITELIB}/eth_account/_utils/transaction_utils.pyo ${PYSITELIB}/eth_account/_utils/typed_transactions.py ${PYSITELIB}/eth_account/_utils/typed_transactions.pyc ${PYSITELIB}/eth_account/_utils/typed_transactions.pyo diff --git a/finance/py-eth-account/distinfo b/finance/py-eth-account/distinfo index ee25cc4bb12..1f6110b5651 100644 --- a/finance/py-eth-account/distinfo +++ b/finance/py-eth-account/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2021/07/23 14:06:31 adam Exp $ +$NetBSD: distinfo,v 1.3 2021/10/04 09:01:19 adam Exp $ -SHA1 (eth-account-0.5.5.tar.gz) = 95843a0c9cedf058816f75a0c7c32abd23c37487 -RMD160 (eth-account-0.5.5.tar.gz) = 2f5051c310613f4ad6d11f5803492bc41835758f -SHA512 (eth-account-0.5.5.tar.gz) = 7c926ffa0c084b03c25e607a196ec95cc01c8977c4f8bc10488ed761ac6d4b5244f49bed83fcddf4c334cec2d236183319f7ac9133697443bfa126da2c65b220 -Size (eth-account-0.5.5.tar.gz) = 5379123 bytes +SHA1 (eth-account-0.5.6.tar.gz) = 6ea254b16f135b072e39a2bf5afaf14296938ae4 +RMD160 (eth-account-0.5.6.tar.gz) = a476bebdc327332e430ced2d133ade7aa2c5efdb +SHA512 (eth-account-0.5.6.tar.gz) = d6fcf51605d8888149a57c2bd0cc4b36d70a0511318100be5d23aa58ba1f3c7803e75d038ae7d925082a8779e6306f7fe4b0f4cff5790aa49abb544cd222ccf2 +Size (eth-account-0.5.6.tar.gz) = 5380888 bytes |