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

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

Open
fishTsai20 opened this issue Aug 26, 2024 · 1 comment

Comments

@fishTsai20
Copy link

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
@EmelyanenkoK
Copy link
Member

Are you sure you count all transaction and not only in AccountChain for Ef8zMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzM0vF address?

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

2 participants