Path to this page:
Subject: CVS commit: pkgsrc/finance/py-eth-account
From: Adam Ciarcinski
Date: 2023-11-15 18:59:18
Message id: 20231115175918.9D82EFA3D@cvs.NetBSD.org
Log Message:
py-eth-account: updated to 0.10.0
eth-account v0.10.0 (2023-10-30)
Deprecations
Deprecate encode_structured_data in favor of new encode_typed_data
Improved Documentation
Added usage notes and example for encode_structured_data
Features
Add new encode_typed_data to better handle EIP712 message signing
Added option to call encode_typed_data with a single dict arg in addition to the \
existing 3-dict style
Add sign_typed_data as a method of the Account class
Internal Changes - for eth-account Contributors
Added tests for encode_structured_data for easier comparison with Metamask's \
SignTypedData
Bump version for node and ethers.js in integration tests, update ethers usage to \
match
Add build.os to readthedocs settings
Add upper pin to hexbytes dependency to due incoming breaking change
Add tests comparing output of signed EIP712 messages with metamask and ethers
Files: