Skip to content

Releases: web3p/rlp

0.3.5

27 Apr 06:19
d35f84b
Compare
Choose a tag to compare

Change:
Fix bug when encode string

0.3.4

30 Aug 10:24
1653af2
Compare
Choose a tag to compare

Change:

Fix bug when encode integer that is bigger than 160.

0.3.3

04 Jun 10:33
207ebef
Compare
Choose a tag to compare

Change:

  • Fix bug that return improper length decoding of transaction input data, thanks @Bradez!
  • Remove composer.lock file

0.3.2

23 Nov 08:23
Compare
Choose a tag to compare

Change:

  • Update phpunit
  • Rename src/types to src/Types
  • Update .travis.yml

0.3.1

07 Nov 16:14
Compare
Choose a tag to compare

Fix:

  • Decode single byte returns int instead of hex string.
  • Crash when data is array.

0.3.0

07 Nov 14:24
Compare
Choose a tag to compare

Change:

  • Remove Buffer.
  • Change encode output and decode output.
  • Clean code

0.2.2

10 Jun 09:57
1d0ebb4
Compare
Choose a tag to compare

Change

  1. Return Buffer([]) when input is 0, negative number, null.
  2. Add tests for issue 14 #14 .
  3. Remove mediumint and bigint test (loss of precision, the problem also in rlp js library).

0.2.1

20 Apr 08:43
930dbea
Compare
Choose a tag to compare

Fix:
Wrong rlp encode when string looks like 0x[Numbers] #11

v0.2

19 Mar 15:22
7cd33e1
Compare
Choose a tag to compare

Change:

  • Namespace from RLP to Web3p\RLP
  • More tests
  • README - Write API for rlp

Fix:

  • Invalid integer buffer #9

v0.1.2

08 Mar 09:28
c4b0e84
Compare
Choose a tag to compare

Change log:

  • Throw InvalidArgumentException when encoding wasn't supported.
  • Add array access test.