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

Wallet Sync Updates #883

Merged
merged 13 commits into from
Aug 20, 2024
Merged

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    e5bcf23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5700236 View commit details
    Browse the repository at this point in the history
  3. wallet: WalletNode now emits 'open' and 'close' events.

    wallet-node: fix standalone wallet get entry requests when entry is not found on
    chain.
    client: expose Wallet class.
    nodech committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    dcafb20 View commit details
    Browse the repository at this point in the history
  4. node: add fullLock option to the interactive rescan.

    Interactive rescan by default does per block scan lock. This enables
    parallel rescans, as well as chain sync while rescan is in progress. But
    in specific cases, it may be more beneficial to stop the node from
    syncing while the rescan is in progress.
    nodech committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8affe95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0632bb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cf623c View commit details
    Browse the repository at this point in the history
  7. wdb: Add sanity checks to the wdb.addBlock.

    wdb/client: fix standalone ChainEntry deserialization and add prevBlock.
    nodech committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a405ea9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d9127d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    81821ff View commit details
    Browse the repository at this point in the history
  10. wallet: Fix node client interface for hooks.

    bsock hooks that nodeclient tries to imitate, are handlers set on
    specific event. They are expected to return results to the caller.
    nodech committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c8592d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    57194f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    38efb06 View commit details
    Browse the repository at this point in the history
  13. test: Change nodes-context seed ports.

    Add stack traces to common test helper timeouts.
    Change default timeout to 2000.
    nodech committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f46192d View commit details
    Browse the repository at this point in the history