Skip to content

Commit 9287596

Browse files
authored
refactor: Grant authorization flow (#126)
* refactor: Futher simplify grant authorization flow and make it more robust * docs(EnterPassword): Add comments * refactor: split checkGrants into separate utils.ts * chore: remove coverage folder * test(useCheckAndUpdateGrants): Add tests * docs(useAddOrUpdateGrants): Update comments * refactor(useAddOrUpdateGrants): use proper fromPartial helpers to create Encode Objects * test(useAddOrUpdateGrants-utils): add tests * test(useCheckAndUpdateGrants): fix You called act(async () => ...) without await error ref: callstack/react-native-testing-library#379 (comment) * chore(revokeAllGrants): add placeholder handler for success * refactor(useUnlockWallet): align chainAccount variable name * fix: grantee -> granter * chore: remove console log
1 parent 00b24a8 commit 9287596

File tree

39 files changed

+459
-3391
lines changed

39 files changed

+459
-3391
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,4 @@ storyLoader.js
6969
keystore.jks
7070
playstore-key.json
7171

72-
# temporary
7372
coverage

coverage/clover.xml

Lines changed: 0 additions & 87 deletions
This file was deleted.

coverage/coverage-final.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

coverage/lcov-report/assets/locales/en/index.html

Lines changed: 0 additions & 116 deletions
This file was deleted.

0 commit comments

Comments
 (0)