From e90a606bd977e6d1ede4c6666a3cae75dfdbfc1a Mon Sep 17 00:00:00 2001 From: JSKitty Date: Mon, 21 Oct 2024 14:09:26 +0100 Subject: [PATCH] Add ability for MPW to run explorer-less (#427) * Add Shield Sync-via-Node fallback * Prettier * Fix unawaited Raw Tx map * Add ability to send transactions via RPC * Optimise `getblock` with filters * Add "background" transparent sync * Use Nodes for faster block synchronisation * Remove coinbase slicing from `getBlock` * Remove artificial Blockbook height sync delay * Fix and simplify sync tests * nit: test typo fix * cleanup: remove unused `skipCoinstake` param * nit: rename `message` to `warning` * review: remove `transparentSync` checks and `force` param --- scripts/dashboard/WalletBalance.vue | 26 ++++--- scripts/network.js | 104 ++++++++++++++------------ scripts/wallet.js | 50 +++++++++---- tests/integration/wallet/sync.spec.js | 19 +++-- 4 files changed, 115 insertions(+), 84 deletions(-) diff --git a/scripts/dashboard/WalletBalance.vue b/scripts/dashboard/WalletBalance.vue index 07c1fa3c6..4e9445a80 100644 --- a/scripts/dashboard/WalletBalance.vue +++ b/scripts/dashboard/WalletBalance.vue @@ -1,6 +1,6 @@