ton-kotlin icon indicating copy to clipboard operation
ton-kotlin copied to clipboard

CellType.LIBRARY_REFERENCE -> TODO() lead to deadlock probably

Open 90K2 opened this issue 1 year ago • 0 comments

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 :

image

90K2 avatar Jun 29 '23 15:06 90K2