Brand new wallets sync from block 290k #68

Closed
opened 2 years ago by duke · 2 comments
duke commented 2 years ago
Owner

When creating a brand new wallet, we should not be syncing from a very old block like 290k, it should sync from a very recent block, basically instantly.

doRPC :  "info"
litelib_process_response :  {
  "version": "0.1.1-hushlightd",
  "vendor": "Silentdragonlite LightWalletD",
  "taddr_support": true,
  "chain_name": "main",
  "sapling_activation_height": 1,
  "consensus_branch_id": "76b809bb",
  "latest_block_height": 803043,
  "difficulty": 7897728,
  "longestchain": 803043,
  "notarized": 0
}
doRPCWithDefaultErrorHandling :  "sync"
doRPC :  "sync"
doRPC :  "syncstatus"
litelib_process_response :  {
  "syncing": "true",
  "synced_blocks": 290001,
  "total_blocks": 803041
}

Instead, this bugs makes brand new wallets take a really long time to sync, which is 💩

When creating a brand new wallet, we should not be syncing from a very old block like 290k, it should sync from a very recent block, basically instantly. ``` doRPC : "info" litelib_process_response : { "version": "0.1.1-hushlightd", "vendor": "Silentdragonlite LightWalletD", "taddr_support": true, "chain_name": "main", "sapling_activation_height": 1, "consensus_branch_id": "76b809bb", "latest_block_height": 803043, "difficulty": 7897728, "longestchain": 803043, "notarized": 0 } doRPCWithDefaultErrorHandling : "sync" doRPC : "sync" doRPC : "syncstatus" litelib_process_response : { "syncing": "true", "synced_blocks": 290001, "total_blocks": 803041 } ``` Instead, this bugs makes brand new wallets take a really long time to sync, which is :poop:
Poster
Owner

This will be fixed by the 1.5.3 release

This will be fixed by the 1.5.3 release
duke commented 1 year ago
Poster
Owner

this is fixed on dev branch, closing

this is fixed on dev branch, closing
duke closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.