Skip to content

Report progress on blockchains that don't currently report intermediate progress #798

@notmandatory

Description

@notmandatory

Describe the enhancement
Blockchains electrum and esplora don't currently update the progress callback. For apps that expect progress this causes a problem. The blockchains that don't report progress should just call the progress call back with 0 and then 100 when done.

Use case
On apps that let the user select which blockchain there needs to be at least starting and ending progress call backs even if the underlying blockchain doesn't have intermediate progress updates.

Additional context

_progress_update: Box<dyn Progress>,

_progress_update: Box<dyn Progress>,

_progress_update: Box<dyn Progress>,

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiA breaking API changediscussionThere's still a discussion ongoingmodule-walletnew featureNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions