PolkaGate / extension

The official extension of PolkaGate. A user-friendly wallet for seamless browser-based interaction with Polkadot/Substrate-based blockchains.
https://polkagate.xyz
Apache License 2.0
2 stars 5 forks source link

Wrong transferable balance #1071

Open Juanma0x opened 3 months ago

Juanma0x commented 3 months ago

The way transferable balance might not be updated to the current balance pallet. Example: Account 15aVbh9j99DyEJo9pYDs6UMB25ybHAteb4xmjnXkiBx855Qo shows a transferable balance of 0 in PolkaGate: image

While a free balance of 8.47 DOT (at the time of writing) querying the chain state (system.account): image

Related: https://github.com/polkadot-js/apps/issues/9988 https://github.com/paritytech/polkadot-sdk/issues/1833#issuecomment-1805764506

Nick-1979 commented 3 months ago

Thank you @Juanma0x for opening the issue, I think this PR (https://github.com/PolkaGate/extension/pull/1078) will fix the issue but needs more tests.