Skip to content

Releases: web3p/ethereum-tx

0.4.3

01 Sep 05:15
8dc1adc
Compare
Choose a tag to compare

Changes:

  • Support EIP1559/EIP2930 transaction
  • Upgrade rlp library fixed encoding issue

0.4.2

05 Jun 08:14
7dd97d8
Compare
Choose a tag to compare

Changes:

  • Update composer.json for php 8.0

0.4.1

15 Nov 10:01
be5a106
Compare
Choose a tag to compare

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

23 Nov 08:58
cde25da
Compare
Choose a tag to compare

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.4

17 Aug 07:19
82165fd
Compare
Choose a tag to compare

Change

  • Update packages
  • Fix #17

0.3.3

18 Jun 09:19
b7714ce
Compare
Choose a tag to compare

Change

  • Change nonce, gas, gasLimit, gasPrice allowZero to false.
  • Change check zero statement.
  • Add test for issue #15.

Fix

0.3.2

13 Jun 10:22
21fcb51
Compare
Choose a tag to compare

Change

  • Add attribute map
  • Check attribute when set the value

For more detail, see #12

0.3.1

02 Jun 14:20
5f431ba
Compare
Choose a tag to compare

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

23 May 09:20
f1ff3c4
Compare
Choose a tag to compare
0.3

Change

  • secp256k1 to elliptic-php
  • Add EIP155 support
  • Add getFromAddress

v0.2

20 Mar 07:14
1bc8e54
Compare
Choose a tag to compare

Change:

  • Namespace
  • RLP to v0.2
  • Secp256k1 to v0.2
  • README
    Write API for ethereum-tx

Fix:

  • Cannot run test on travis #2