v4.21.0 Release Candidate (#1795)

* new versions

* minor fix of cache key

* fix cache hit

* - potential improvement for sync status
- update with latest main

* disable thorchain by default [skip ci]

* update monero_c commit hash

* minor fixes
update versions

* remove monero ledger

* increase macos build number [skip ci]
This commit is contained in:
Omar Hatem 2024-11-16 16:23:54 -06:00 committed by GitHub
parent 9be990a3c0
commit ff5fbd7946
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 92 additions and 160 deletions

View file

@ -7,7 +7,7 @@ enum DeviceConnectionType {
static List<DeviceConnectionType> supportedConnectionTypes(WalletType walletType,
[bool isIOS = false]) {
switch (walletType) {
case WalletType.monero:
// case WalletType.monero:
case WalletType.bitcoin:
case WalletType.litecoin:
case WalletType.ethereum: