Skip to content

Commit 98f2f76

Browse files
committed
Update versions and changelog
1 parent 7952a53 commit 98f2f76

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

android-version.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CI tracks the file and publish testing versions if the code is changed.
22
{
3-
code = "25";
3+
code = "26";
44
name = "Alpha";
55
}

whatsnew/whatsnew-en-US

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
* Reduce lags on getting current height
2-
* Send page redesign
3-
* RBF is fully functional on send and receive
1+
* Pincode is now number based and hardened with more rounds of hashing
2+
* Fixed bugs with wallet saving.
3+
* PBKDF2 replaced with scrypt key stretching to improve resistance to bruteforce attacks.
4+
* Mempool scanning using the same BIP158 filters.

whatsnew/whatsnew-ru-RU

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
* Новый механизм расчёта высоты уменьшающий зависания
2-
* Новая страница отправки
3-
* Доделан RBF на отсылку и приём
1+
* Переход на цифровой пинкод с большим количеством раундов хеширования
2+
* Починили проблемы с сохранением кошелька в файл при выходе и удалении
3+
* PBKDF2 заменён на scrypt для усложнения атак перебора
4+
* Сканирование мемпула на транзакции теперь работает через BIP158 фильтры

0 commit comments

Comments
 (0)