Status Desktop client made in Nim & QML https://status.app
Go to file
Pascal Precht 361c563a4b fix(Wallet): derive accounts from imported mnemonic and store correctly
This commit address two bugs:

1. When importing a mnemonic, the resulting "master" account and its address
  was used as account to be stored as opposed to its derived default account
2. The account was stored in the wrong path, resulting in status not being able
  to locate accounts when sending transactions.

Fixes #787
2020-09-11 14:41:24 -04:00
ci add support for posting PR builds in GitHub comments 2020-07-13 12:15:02 +02:00
docs Fedora deps 2020-09-11 11:44:20 +02:00
scripts sign-macos-pkg.sh: don't restore Jenkins secret keychains 2020-09-07 20:31:27 +02:00
src fix(Wallet): derive accounts from imported mnemonic and store correctly 2020-09-11 14:41:24 -04:00
ui feat: disable selection of "contact" in send modal 2020-09-11 14:40:51 -04:00
vendor fix: rebase gone wrong 2020-09-11 13:25:55 -04:00
.gitignore feat: add translation script that transforms qstr to qstrid 2020-07-08 12:37:41 -04:00
.gitmodules adding missing deps 2020-09-04 15:57:29 -04:00
.npmrc chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
.yarnrc chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
AppRun chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
Info.plist fix other blurry images on hdpi screens 2020-06-25 16:13:17 -04:00
Info.runner.plist fix other blurry images on hdpi screens 2020-06-25 16:13:17 -04:00
Makefile build: don't swallow error when make fails to build bin/nim_status_client 2020-09-03 11:27:25 -05:00
QtWebEngineProcess.plist chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
README.md move building section to docs section; use readme from docs/readme 2020-06-22 10:34:07 -04:00
build-linux.sh chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
config.nims build: dynamically link to status-go built as a shared library 2020-08-28 12:32:49 -04:00
docker-linux-app-image.sh refactor: $QTDIR should include the compiler-arch path segment 2020-06-25 17:29:41 -04:00
env.sh feat: get collectibles from the contracts and their respective apis 2020-06-18 10:55:48 -04:00
nim-status.desktop change title from Nim Status Client to Status Desktop 2020-09-07 09:30:02 -04:00
nim.cfg build system refactoring 2020-06-08 13:07:25 -04:00
nim_status_client.nimble feat: onboarding generate new account 2020-05-21 19:33:14 -04:00
nim_status_client.sh chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
package-lock.json chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
package.json chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
screenRec.gif Initial commit 2020-05-06 13:40:00 -04:00
status-icon.icns chore: refactor Linux and macOS build/packaging steps 2020-06-22 10:53:57 -05:00
status.ico add status icon 2020-05-11 16:41:45 -04:00
status.svg Adding nimbus-build-system 2020-05-15 17:18:20 -04:00
windows-install.txt build: implement packaging steps for the Windows build 2020-07-17 13:57:32 -05:00