ConsenSysMesh / cava

ConsenSys core libraries for Java & Kotlin
Apache License 2.0
84 stars 34 forks source link

Add Additional Support for java.util.List in SSZWriter #184

Closed schroedingerscode closed 5 years ago

schroedingerscode commented 5 years ago

List support is currently missing for convenience methods of the form write(U?)(Long?)(\d*)IntList. Functions of this form should also support varargs and a java.util.List.

schroedingerscode commented 5 years ago

I'll have availability to work this shortly.