summaryrefslogtreecommitdiff
path: root/finance/py-eth-account
AgeCommit message (Collapse)AuthorFilesLines
2022-11-14py-pysha3: mark as not for python 3.11wiz1-2/+2
This was only ever intended for python < 3.6, but we do have some users in pkgsrc on newer python versions.
2022-09-12py-eth-account: updated to 0.7.0adam3-8/+9
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
2022-07-12py-eth-account: actual update :)adam2-10/+10
2022-07-12py-eth-account: updated to 0.6.1adam1-3/+2
Eth_Account 0.6.1 (2022-02-24) Bugfixes Allow encoding of structured data containing bytes
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-30Forget about Python 3.6adam1-2/+2
2021-12-17py-eth-abi: does not support python 3.6wiz1-2/+2
Also mark its user that way
2021-10-26finance: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07finance: Remove SHA1 hashes for distfilesnia1-2/+1
2021-10-04py-eth-account: updated to 0.5.6adam3-8/+11
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
2021-07-23py-eth-account: updated to 0.5.5adam3-11/+14
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.
2021-02-08py-eth-account: added version 0.5.4adam4-0/+104
Sign Ethereum transactions and messages with local private keys