-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Status bar is not flickering now (#691) * Bitcoin node connections are tuned for more reliable operation (#684) * Automatic reconnection to indexer servers (#679) * Indexer addresses now can be hostnames. Added DNS resolving step (#680)
- Loading branch information
Showing
3 changed files
with
9 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# CI tracks the file and publish testing versions if the code is changed. | ||
{ | ||
code = "19"; | ||
code = "20"; | ||
name = "Alpha"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
* Status bar at balance screen (#663) | ||
* Progress indicator for height catch up at restore (#674) | ||
* Now use BIP84 derivation path for wallet (#670) | ||
* Mnemonic export with encryption and QR code (#662) | ||
* Added warning when misbehaved indexer returns 0 filters (#663) | ||
* Status bar is not flickering now (#691) | ||
* Bitcoin node connections are tuned for more reliable operation (#684) | ||
* Automatic reconnection to indexer servers (#679) | ||
* Indexer addresses now can be hostnames. Added DNS resolving step (#680) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
* Текущий статус синхронизации отображается на экране балансов (#663) | ||
* Отображение процесса получения текущей высоты при восстановлении кошелька (#674) | ||
* Теперь используем BIP84 для вывода кошелька (#670) | ||
* Экспорт мнемоники с шифрованием и в виде QR кода (#662) | ||
* Добавлено предупреждение, когда неисправный индексатор возвращает 0 фильтров (#663) | ||
* Статус синхронизации больше не мерцает (#691) | ||
* Перенастроены соединения к Биткойн нодам. Время поиска ноды уменьшено (#684) | ||
* Теперь соединения к индексерам автоматически переоткрываются (#679) | ||
* Добавлено разрешение имён адресов индексаторов через DNS сервера (#680) |