Releases: web3p/ethereum-tx
Releases · web3p/ethereum-tx
0.4.3
Changes:
- Support EIP1559/EIP2930 transaction
- Upgrade rlp library fixed encoding issue
0.4.2
Changes:
- Update composer.json for php 8.0
0.4.1
Change:
- Update type hit
- Fix #26 set the default value of $txData to empty array
- Fix #27 #28 strip 0x from private key, also throw error when use non-hex private key
0.4.0
Change:
- Update web3p/rlp to 0.3.2, remove Buffer object from rlp library.
- Update elliptic-php to 1.0.6 (CVE-2019-10764)
In elliptic-php versions priot to 1.0.6, Timing attacks might be possible which can result in practical recovery of the long-term private key generated by the library under certain conditions. Leakage of a bit-length of the scalar during scalar multiplication is possible on an elliptic curve which might allow practical recovery of the long-term private key.
0.3.3
Change
- Change nonce, gas, gasLimit, gasPrice allowZero to false.
- Change check zero statement.
- Add test for issue #15.
Fix
0.3.2
Change
- Add attribute map
- Check attribute when set the value
For more detail, see #12
0.3.1
Change:
- Add EIP155 signing data test
- Remove minimum-stability:dev
- Set options canonical is true
Fix:
- r s v was changed when call hash method
0.3
Change
- secp256k1 to elliptic-php
- Add EIP155 support
- Add getFromAddress
v0.2
Change:
- Namespace
- RLP to v0.2
- Secp256k1 to v0.2
- README
Write API for ethereum-tx
Fix:
- Cannot run test on travis #2