ton-community / disassembler

TON VM disassembler
MIT License
25 stars 5 forks source link

Error: Not enough bytes for cells data #6

Closed ingria closed 1 year ago

ingria commented 1 year ago

For example, try disassembling this contract: EQCkR1cGmnsE45N4K0otPl5EnxnRakmGqeJUNua5fkWhales

ex3ndr commented 1 year ago

If you are trying to get DATA (not CODE) then you probably just use toncenter that performs hard truncate of BOC over certain limit, it is impossible to get data via toncenter for such big contract.

ingria commented 1 year ago

Yes, that was the problem. Thanks!