status-desktop/src
Jacek Sieka e4f7269587 Nim 1.6
Upgrade Nim compiler to 1.6.

The necessary changes are related to how `for` loops now implicitly
create a `lent` type, which is Nim's way of creating a "temporary"
reference to an item inside a collection - this helps performance by
avoiding a copy of the data, but it also means that the copy that
previously was implicit in the for loop must be made explicit in the
code.
2023-04-24 12:38:35 -04:00
..
app Nim 1.6 2023-04-24 12:38:35 -04:00
app_service Nim 1.6 2023-04-24 12:38:35 -04:00
backend fix: `saveAccounts` status-go endpoint change handling 2023-04-21 17:12:10 +02:00
dev core: Add benchmarking tools 2023-03-09 09:20:34 +02:00
constants.nim feat(@desktop/wallet): remove isWalletEnabled from local settings and 2023-03-22 10:39:59 +03:00
contributing.md docs(general-cpp): Initial proposal / best general and cpp practices 2022-05-12 19:06:15 +02:00
nim_status_client.nim fix(StatusQ): StatusQ is QML module (#10207) 2023-04-14 11:18:56 +03:00
nim_windows_launcher.nim feat(@desktop/Windows): status-im:// protocol support and installer fixes 2021-09-09 16:53:09 -04:00