ton-community / ton-kotlin

Kotlin/Multiplatform SDK for The Open Network
Apache License 2.0
112 stars 23 forks source link

In ton-kotlin-cell-jvm:0.2.14 Cell.of() does not support optional parameters for refs and isExotic #79

Closed neodix42 closed 1 year ago

neodix42 commented 1 year ago

Expected to parse cell having only its hex code:

        assertEquals(
            Cell.of("BABE"),
            SnakeDataTail(BitString("BABE"))
                .toCell()
        )
andreypfau commented 1 year ago

fixed in 0.2.15