fix(cw_monero): prevent monero wallet from breaking during rename (#2214)

* fix(cw_monero): prevent monero wallet from breaking during rename

* update to cleaned up monero.dart

* fix: transaction screen not refreshing in monero

* fix: wallets not opening until app restart after rename.

* fix(cw_decred): wallet renaming throwing

* fix: transaction not being shown after sending until 1st confirmation

* fix(cw_monero): loop safeguard

* fix: don't await wallet.fetchTransactions
This commit is contained in:
cyan 2025-05-02 14:30:39 +02:00 committed by GitHub
parent dd8413bae2
commit a2294c4a06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 577 additions and 714 deletions

View file

@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
then
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
cd monero_c
git checkout 84e52393e395d75f449bcd81e23028889538118f
git checkout b335585a7fb94b315eb52bd88f2da6d3489fa508
git reset --hard
git submodule update --init --force --recursive
./apply_patches.sh monero