status-desktop/src
Jacek Sieka fc16b81caf
chore(nim): use compile-time string formatting (#13945)
Nim 2.2 comes with compile-time string formatting that doesn't raise
exceptions if the format string is invalid - instead a compile-time
error is given.

This PR introduces a backport of that feature which improves performance
and reduces the risk that formatting causes the app to crash and will
help migrating the codebase to newer nim versions that track exceptions
more carefully.

There should be no change in runtime behavior (except formatting being a
bit faster)
2024-03-13 18:38:54 +01:00
..
app chore(nim): use compile-time string formatting (#13945) 2024-03-13 18:38:54 +01:00
app_service chore(nim): use compile-time string formatting (#13945) 2024-03-13 18:38:54 +01:00
backend chore(nim): use compile-time string formatting (#13945) 2024-03-13 18:38:54 +01:00
dev
constants.nim fix: Hide fleet selection from settings 2024-03-08 13:29:28 +01:00
contributing.md
env_cli_vars.nim chore(nim): use compile-time string formatting (#13945) 2024-03-13 18:38:54 +01:00
nim_status_client.nim chore(nim): use compile-time string formatting (#13945) 2024-03-13 18:38:54 +01:00
nim_windows_launcher.nim feat(@wallet): sort accounts 2023-06-06 16:17:56 +02:00