This repository has been archived by the owner on Jul 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-work the account types (seedIdentifier, derivationMode) (#84)
Re-work the account types (seedIdentifier, derivationMode) and many other changes * update test snapshots * Refactor bridgestream to its strict minimum * also export seedIdentifier and derivationMode * Add getAccountPlaceholderName utilities * Delete account model (move to desktop) * Add sortAccounts utility * update accountId format * add utility functions * fix the datamodel migration ^_^ * include the currencyId back in the accountId because collisions possible collision is ETC using ethM derivation (which is basically the unsplit equivalent but in eth mew) safer to always have currencyId as part of id for now * Bugfix * Move helpers/* to src/*, add some common code * Fixes * v4.0.0-beta.1
- Loading branch information
Showing
46 changed files
with
849 additions
and
1,358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[ignore] | ||
<PROJECT_ROOT>/lib | ||
<PROJECT_ROOT>/demo | ||
<PROJECT_ROOT>/scripts | ||
|
||
[include] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
// @flow | ||
module.exports = require("./lib/react"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
// @flow | ||
module.exports = require("./lib/reactNative"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
14 changes: 10 additions & 4 deletions
14
...idgestream/__snapshots__/importer.js.snap → .../bridgestream/__snapshots__/index.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.