Age | Commit message (Collapse) | Author | Files | Lines |
|
This was only ever intended for python < 3.6, but we do have some
users in pkgsrc on newer python versions.
|
|
eth-account v0.7.0 (2022-08-17)
Bugfixes
bump ansi-regex to 5.0.1 to fix minor ReDos vulnerability
Enable lint runs again on CI
fix DoS-able regex pattern
Allow towncrier to build the release notes again
Improved Documentation
Add example to generate multiple accounts from a mnemonic
Pin Jinja2 at >=3.0.0,<3.1.0; pin towncrier==18.5.0; open up Sphinx requirement to allow >=1.6.5,<5.
added missing quotes to readme dev environment setup example
Breaking changes
Change bitarray dependency requirement to be >=2.4,<3 since 2.4 has wheels for all platform types.
Fix errors in EIP-712 signing
|
|
|
|
Eth_Account 0.6.1 (2022-02-24)
Bugfixes
Allow encoding of structured data containing bytes
|
|
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
|
|
|
Also mark its user that way
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
|
|
|
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
|
|
eth-account v0.5.5 (2021-07-21)
Features
Added support for EIP-2718 (Typed Transaction) and EIP-2939 (Access List Transaction)
Added support for EIP-1559 (Dynamic Fee Transaction)
Bugfixes
Structured messages (EIP-712) new permit leaving some (but not all) domain fields undefined.
Internal Changes - for eth-account Contributors
Upgrade project template, of note: a new mypy & pydocstyle, and types being exported correctly.
|
|
Sign Ethereum transactions and messages with local private keys
|