Skip to content

Commit

Permalink
Release v20
Browse files Browse the repository at this point in the history
* 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
NCrashed committed Oct 6, 2020
1 parent 4baf990 commit 0f99fe7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion android-version.nix
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";
}
9 changes: 4 additions & 5 deletions whatsnew/whatsnew-en-US
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)
9 changes: 4 additions & 5 deletions whatsnew/whatsnew-ru-RU
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)

0 comments on commit 0f99fe7

Please sign in to comment.