originally src/status from desktop, refactored as a library [archived]
Go to file
Anthony Laibe fbda20256f fix: emit wallet2 event
fixes #3659

Wallet2 needs its own event otherwise they wallet1/2 mixes
and as not everything is implemented in wallet2, it crashes
In this particular case, the account is added into wallet1 but trigger
an event intercepted by wallet2, wallet2 doesn't have the new account
and crash
2021-09-23 09:57:45 +02:00
build feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
scripts re-add script for bottles (#14) 2021-09-10 15:15:24 -04:00
status fix: emit wallet2 event 2021-09-23 09:57:45 +02:00
test feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
vendor feat: trigger a signal for chronicles logs (#31) 2021-09-15 15:45:17 -04:00
.gitignore re-add script for bottles (#14) 2021-09-10 15:15:24 -04:00
.gitmodules feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
LICENSE Initial commit 2021-09-08 12:16:18 -04:00
Makefile fix: do not execute build on ctest if not needed (#20) 2021-09-14 17:46:13 -04:00
README.md Initial import 2021-09-08 14:09:35 -04:00
eventemitter.nim Initial import 2021-09-08 14:09:35 -04:00
nim_status_lib.nimble Initial import 2021-09-08 14:09:35 -04:00
statuslib.nim feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00

README.md

nim-status-lib

WIP refactor to extract business logic from status-desktop into a reusable library