ton icon indicating copy to clipboard operation
ton copied to clipboard

Why get transactions from blockExtra miss data? How to get all the unpruned transactions data via blockExtra

Open fishTsai20 opened this issue 6 months ago • 3 comments

Using liteserver.getBlock to get Block data, the I load Cell from BlockExtra, after some steps I get transactions. But the transactions count is not right. Such as seqNo: 39789259 in MasterChain. The count of transactions I got is 2, which is not equal with 3. https://tonscan.org/block/-1:8000000000000000:39789259

I want to get all the unpruned transactions data via blockExtra

  1. use liteserver.getBlock to get type Block
  2. get BlockExtra fromBlock
  3. get ShardAccountBlocks from BlockExtra
  4. Load cell from ShardAccountBlocks to get AccountBlock
  5. Load cell from ShardAccountBlocks to get Transaction

fishTsai20 avatar Aug 26 '24 03:08 fishTsai20