From f47346cc353f1d65131cb1506aed03053abe3d1f Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 9 Sep 2023 08:13:55 -0600 Subject: [PATCH 1/3] edit text on the help page --- src/views/HelpView.vue | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index 62aa7b3..26fb9d7 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -41,14 +41,15 @@ You need someone to register you -- usually the person who told you about this app, on the Contacts page. After they register you, - and after you have contacts, you can select any contact on the home page - and record your appreciation for... whatever. That is a claim recorded + you can select any contact on the home page (or "anonymous") and record + your appreciation for... whatever. The main goal is to record what + people have given you, to grow gifting economies. Each claim is recorded on a custom ledger. The day after being registered, you'll be able to - register others; later, you can create projects, too. + able to register others; later, you can create projects, too.

- Note that there are limits to how many each person can register, so you - may have to wait. + Note that there are limits to how many others each person can register, + so you may have to wait.

How do I backup all my data?

@@ -130,7 +131,9 @@

How do I create another identity?

- Go + Before doing this, note that it is an advanced feature that affects + functionality (eg. the words "Alt ID" next to results, backup features) + so beware if you think that may cause confusion. You can create another identity here. -- 2.30.2 From 116b23961689dc1c9540acf7eae35b0b9565bdda Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 15 Sep 2023 15:00:33 -0600 Subject: [PATCH 2/3] change derivation path, add task to test app updating --- project.task.yaml | 1 + src/libs/crypto/index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/project.task.yaml b/project.task.yaml index e562137..1e5ee3b 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -37,6 +37,7 @@ tasks: - .2 fix rate limit verbiage (with the new one-per-day allowance) assignee:trent - .1 remove the logic to exclude beforeId in list of plans after server has commit 26b25af605e715600d4f12b6416ed9fd7142d164 - .2 in SeedBackupView, don't load the mnemonic and keep it in memory; only load it when they click "show" +- .5 test that we can update to a new version - Discuss whether the remaining tasks are worthwhile before MVP release. diff --git a/src/libs/crypto/index.ts b/src/libs/crypto/index.ts index b3600b4..8d7e67b 100644 --- a/src/libs/crypto/index.ts +++ b/src/libs/crypto/index.ts @@ -7,7 +7,7 @@ import { HDNode } from "@ethersproject/hdnode"; import * as didJwt from "did-jwt"; import * as u8a from "uint8arrays"; -export const DEFAULT_ROOT_DERIVATION_PATH = "m/76798669'/0'/0'/0'"; +export const DEFAULT_ROOT_DERIVATION_PATH = "m/84737769'/0'/0'/0'"; /** * -- 2.30.2 From 94051e6ba95894c79deecb0d83929717d335330d Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 3 Nov 2023 13:27:50 -0600 Subject: [PATCH 3/3] revert changes that are contained in other PRs --- project.task.yaml | 1 - src/libs/crypto/index.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 1e5ee3b..e562137 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -37,7 +37,6 @@ tasks: - .2 fix rate limit verbiage (with the new one-per-day allowance) assignee:trent - .1 remove the logic to exclude beforeId in list of plans after server has commit 26b25af605e715600d4f12b6416ed9fd7142d164 - .2 in SeedBackupView, don't load the mnemonic and keep it in memory; only load it when they click "show" -- .5 test that we can update to a new version - Discuss whether the remaining tasks are worthwhile before MVP release. diff --git a/src/libs/crypto/index.ts b/src/libs/crypto/index.ts index 8d7e67b..b3600b4 100644 --- a/src/libs/crypto/index.ts +++ b/src/libs/crypto/index.ts @@ -7,7 +7,7 @@ import { HDNode } from "@ethersproject/hdnode"; import * as didJwt from "did-jwt"; import * as u8a from "uint8arrays"; -export const DEFAULT_ROOT_DERIVATION_PATH = "m/84737769'/0'/0'/0'"; +export const DEFAULT_ROOT_DERIVATION_PATH = "m/76798669'/0'/0'/0'"; /** * -- 2.30.2