Skip to content

Commit

Permalink
Update versions and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NCrashed committed Sep 30, 2021
1 parent 7952a53 commit 98f2f76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 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 = "25";
code = "26";
name = "Alpha";
}
7 changes: 4 additions & 3 deletions whatsnew/whatsnew-en-US
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Reduce lags on getting current height
* Send page redesign
* RBF is fully functional on send and receive
* Pincode is now number based and hardened with more rounds of hashing
* Fixed bugs with wallet saving.
* PBKDF2 replaced with scrypt key stretching to improve resistance to bruteforce attacks.
* Mempool scanning using the same BIP158 filters.
7 changes: 4 additions & 3 deletions whatsnew/whatsnew-ru-RU
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Новый механизм расчёта высоты уменьшающий зависания
* Новая страница отправки
* Доделан RBF на отсылку и приём
* Переход на цифровой пинкод с большим количеством раундов хеширования
* Починили проблемы с сохранением кошелька в файл при выходе и удалении
* PBKDF2 заменён на scrypt для усложнения атак перебора
* Сканирование мемпула на транзакции теперь работает через BIP158 фильтры

0 comments on commit 98f2f76

Please sign in to comment.