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
Next Olifanton\Interop\Boc\Exceptions\CellException: Cell data deserialization error: Incorrect TopUppedArray; cell_num idx: 10 in /ton/php/vendor/olifanton/interop/src/Olifanton/Interop/Boc/Cell.php:469
Stack trace:
#0 /ton/php/vendor/olifanton/interop/src/Olifanton/Interop/Boc/Cell.php(63): Olifanton\Interop\Boc\Cell::deserializeBoc() #1 /ton/php/index.php(8): Olifanton\Interop\Boc\Cell::oneFromBoc() #2 {main}
thrown in /ton/php/vendor/olifanton/interop/src/Olifanton/Interop/Boc/Cell.php on line 469
I looked at the code and found missing data deserialization. Some cells in my BOC have hashes. I think problem in it.
Examples of deserialization cells with hashes: 1, 2.
Example BOC:
I'm trying to deserialize full block data from BOC, but the error is occurring:
I looked at the code and found missing data deserialization. Some cells in my BOC have hashes. I think problem in it.
Examples of deserialization cells with hashes: 1, 2.
Example BOC:
The text was updated successfully, but these errors were encountered: