You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kotlin.NotImplementedError: An operation is not implemented. at org.ton.cell.CellBuilderImpl.build(CellBuilder.kt:266) at org.ton.cell.CellBuilder$DefaultImpls.endCell(CellBuilder.kt:29) at org.ton.cell.CellBuilderImpl.endCell(CellBuilder.kt:150) at org.ton.boc.BagOfCellsUtilsKt$createCell$2.invokeSuspend(BagOfCellsUtils.kt:320) at org.ton.boc.BagOfCellsUtilsKt$createCell$2.invoke(BagOfCellsUtils.kt) at org.ton.boc.BagOfCellsUtilsKt$createCell$2.invoke(BagOfCellsUtils.kt) at
apparently cause of :
The text was updated successfully, but these errors were encountered:
TESTNET get block 0:11959898 is block coroutine by
CellType.LIBRARY_REFERENCE -> TODO()
or this block seqno
liteClient.getBlock(TonNodeBlockId(0, Long.MIN_VALUE, 11996799))
lead to exception
kotlin.NotImplementedError: An operation is not implemented. at org.ton.cell.CellBuilderImpl.build(CellBuilder.kt:266) at org.ton.cell.CellBuilder$DefaultImpls.endCell(CellBuilder.kt:29) at org.ton.cell.CellBuilderImpl.endCell(CellBuilder.kt:150) at org.ton.boc.BagOfCellsUtilsKt$createCell$2.invokeSuspend(BagOfCellsUtils.kt:320) at org.ton.boc.BagOfCellsUtilsKt$createCell$2.invoke(BagOfCellsUtils.kt) at org.ton.boc.BagOfCellsUtilsKt$createCell$2.invoke(BagOfCellsUtils.kt) at
apparently cause of :
The text was updated successfully, but these errors were encountered: