Skip to content

Releases: TrustedDataFramework/java-rlp

add source code

05 Jun 07:55
b1a1309
Compare
Choose a tag to compare

add source code

supports global configure of custom encoder/decoder

30 Jan 09:24
Compare
Choose a tag to compare

supports global configure of custom encoder/decoder

improve performance

14 Jan 12:37
Compare
Choose a tag to compare

cache reflection calls to improve decode performance

Fix bug when decode 55 bytes item

20 Dec 03:26
Compare
Choose a tag to compare

add default ordering of fields

16 Dec 14:39
Compare
Choose a tag to compare

add default ordering of fields

warning on mistake generic usage

16 Dec 05:06
Compare
Choose a tag to compare

add warning on mistake generic usage or misusage of keyOrdering

full supports of set/map encoding/decoding

14 Dec 16:10
Compare
Choose a tag to compare
  1. supports non-generic map such as ByteArrayMap in ethereumJ
  2. supports non-generic set such as ByteArraySet in ethereumJ

encoding/decoding container without wrapper,

14 Dec 00:41
Compare
Choose a tag to compare

encoding/decoding container without wrapper

support set and map

13 Dec 16:16
87faed0
Compare
Choose a tag to compare
  1. lazy decode
  2. support set and map encode/decode
  3. support ordering by @RLPEncoding.contentOrdering() in set and @RLPEncoding.keyOrdering() in map