neodix42 / ton4j

Java libraries for interacting with TON blockchain.
GNU General Public License v3.0
28 stars 10 forks source link

Fails serialization of dict/HashmapE with one element #2

Open neodix42 opened 1 year ago

neodix42 commented 1 year ago
java.lang.IndexOutOfBoundsException: Index 1 out of bounds for length 1
at org.ton.java.cell.TonHashMap.flatten(TonHashMap.java:144)
at org.ton.java.cell.TonHashMapE.serialize(TonHashMapE.java:37)
neodix42 commented 4 months ago

Fixed with release 0.2.0

neodix42 commented 2 months ago

closed by mistake, the issue still exists