esaulpaugh / headlong

High-performance Contract ABI and RLP for Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maybe a wrong file placement

laalaguer opened this issue · comments

Hi,

I have been using the RLP library with examples, and discovered that:

FloatingPoint.java is under package com.esaulpaugh.headlong.rlp.util;
But Integers.java and Strings.java is under package com.esaulpaugh.headlong.util;

Maybe it is better to put them together under some package?

I believe they used to be under rlp but since I want to avoid abi having any imports from rlp or vice versa, and the abi package depends on Integers and Strings, I moved them to the util package.

Ah okay. This is expected.