ton-core / ton

Most popular TON Typescript Library
MIT License
69 stars 56 forks source link

why should we set a size limit on cell builder in our sdk? #38

Closed hero5512 closed 2 months ago

hero5512 commented 2 months ago

I just want to encode a big data into a slice and then encode this slice into a cell by leveraging snake encoding method. However I encounter the "Bits overflow: 1024 > 1023". anybody has any ideas?