issues
search
interlay
/
interbtc-clients
interBTC Clients | Vault, Oracle, Faucet
Apache License 2.0
52
stars
30
forks
source link
fix: import keys into shared-v2 wallet
#536
Open
gregdhill
opened
1 year ago
gregdhill
commented
1 year ago
Current logic flow now:
Fetch all currency specific Vaults
Vault imports derivation key from master to shared and shared-v2
Vault imports all keys from currency specific wallet to shared and shared-v2
Sweep funds from currency specific wallet to shared
Add issue keys to shared wallet
Rescan using electrs if using pruned node
Rescan using bitcoind remaining heights
Add issue keys to shared-v2 wallet
Rescan using electrs if using pruned node (only after last sweep - if it exists)
Rescan using bitcoind remaining heights
Current logic flow now: