You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* sync wallet after funding tx
* sync wallet during hashlock recovery
* fix maker logs
* update test assertion and sync after privkeyhandover
* another assertion fix
* [BUG] Sync bug & Fix offer maxsize calculation
- modified: ignored return value of rescan_blockchain
- check rescan status using get_wallet_info and exit accordingly
- updates last_synced_height after rescan completes
- log wallet's birth height and last_synced_height
- ADDS info log at sync site for maker
- Changes: `refresh_offer_maxsize_cache` calculation from spendable to max(swap, regular)
- Changes: `fn check_swap_liquidity` to use `refresh_offer_maxsize_cache`
insted of `sync_and_save`
- Udates: `fn check_swap_liquidity_taproot` to use `refresh_offer_maxsize_cache`
- Remove `sync_and_save` from update_fidelity_bond_conf_details
- Adds sync_and_save to test
---------
Co-authored-by: Rishabh <rishkwal@gmail.com>
Co-authored-by: mojoX911 <mojojojo48@protonmail.com>
0 commit comments