prax-wallet / prax

https://praxwallet.com
Apache License 2.0
3 stars 2 forks source link

beta testing: handle wallet birthday height for non-mainnet chain ids #214

Open TalDerei opened 3 days ago

TalDerei commented 3 days ago

from @grod220: "noticed with the beta testers they were not receiving funds when they go through the new seedphrase flow in onboarding for testnet. But then realized that walletCreationBlockHeight is before the rpc selection screen and derived from the rpcs in the registry (all mainnet). That means their wallet creation height was higher than the latest block height on testnet, and therefore were skipping block syncing. Think we should do two things:

grod220 commented 2 days ago

Along with this work: we should use the fetched registry and not the bundled one (only as a backup if fetch fails)