Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
90K2 opened this issue Jun 29, 2023 · 0 comments
Open

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

90K2 opened this issue Jun 29, 2023 · 0 comments

Comments

@90K2
Copy link
Contributor

90K2 commented Jun 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant