Localnet Indexer slow to update APT balances #206
Unanswered
Alexzander-Stone
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Discord user ID
SheepyWeb3
Describe your question in detail.
Context: I'm trying to check APT balances of accounts after simple transfer TX's on a localnet instance.
When working against the localnet instance created by the TS SDK (
cli.LocalNode()
), I've noticed that the balances of my accounts after transferring APT aren't changed. But, if I include a timeout of 10 seconds, the balances are reported appropriately bygetAccountAPTAmount
.What error, if any, are you getting?
No response
What have you tried or looked at? Or how can we reproduce the error?
I included the option
waitForIndexer
, but I still receive the same issue.When running against the Testnet, rather than local, the issue is not present.
Here's related code:
Which operating system are you using?
macOS
Which SDK or tool are you using? (if any)
TypeScript SDK
Describe your environment or tooling in detail
==> aptos: stable 3.3.0 (bottled), HEAD
Beta Was this translation helpful? Give feedback.
All reactions