Skip to content

CW 1625 Review SP scanning improvements - #3619

Open
rafael-xmr wants to merge 4 commits into
devfrom
CW-1625-review-sp-scanning-improvements
Open

CW 1625 Review SP scanning improvements#3619
rafael-xmr wants to merge 4 commits into
devfrom
CW-1625-review-sp-scanning-improvements

Conversation

@rafael-xmr

Copy link
Copy Markdown
Contributor

Issue Number (if Applicable): Fixes #

Description

Please include a summary of the changes and which issue is fixed / feature is added.

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods
  • Manual tests in accessibility mode (TalkBack on Android) passed

@github-actions

Copy link
Copy Markdown

changes in dependencies

changed git refs:
  bitcoin_base
    url   https://github.com/cake-tech/bitcoin_base -> https://github.com/cake-tech/bitcoin_base
    ref   4e41f96f4838139895c65c3f49109d05af5d46aa -> e2d26adbe54df60159323c111ed0f6b3b8cde730
    path  - -> -
     lib/src/provider/electrum_methods/methods.dart     |   1 +
     .../electrum_methods/methods/tweaks_get.dart       |  62 ++++++++++
     .../electrum_methods/methods/tweaks_subscribe.dart |  49 +++++++-
     .../service/electrum/electrum_tcp_service.dart     |  17 +++
     lib/src/provider/service/electrum/methods.dart     |   7 ++
     test/tweaks_get_test.dart                          |  42 +++++++
     test/tweaks_subscribe_test.dart                    | 128 +++++++++++++++++++++
     7 files changed, 305 insertions(+), 1 deletion(-)
  sp_scanner
    url   https://github.com/cake-tech/sp_scanner -> https://github.com/cake-tech/sp_scanner
    ref   40ed3ce8319744907bef3b25bc6e0af8428c8724 -> e33a3b87cb0eba7d87b702f920cac27c70565697
    path  - -> -
     .gitignore                   |   1 +
     example/pubspec.lock         | 132 +++++++++++-------
     example/pubspec.yaml         |   2 +-
     lib/generated_bindings.dart  | 145 +++++++++++++++++---
     lib/scanner.dart             | 115 ++++++++++++++++
     pubspec.lock                 | 142 +++++++++++++-------
     pubspec.yaml                 |   3 +-
     rust/src/lib.rs              | 313 +++++++++++++++++++++++++++++++++++++++++++
     test/package_test.dart       |   8 --
     test/scan_block_v2_test.dart | 109 +++++++++++++++
     test/scan_session_test.dart  | 166 +++++++++++++++++++++++
     11 files changed, 1017 insertions(+), 119 deletions(-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant