Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC7bc02bf55caa: [Cashtab][Alias] Deprecate getLatestAliases
npm test
grep -r getLatestAliases src/ and ensure no outputs
npm start
send a transaction, switch wallets, ensure no unexpected issues whilst alias flag in Ticker.js continues to be false
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- getLatestAliases2
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 24327 Build 48263: Build Diff cashtab-tests Build 48262: arc lint + arc unit
Event Timeline
cashtab/src/hooks/useWallet.js | ||
---|---|---|
63 | OK to remove here. Note that when we implement the existing server endpoints, we will still want to disable alias registrations if we don't get a good API response from the server about the availability of a given alias |
cashtab/src/hooks/useWallet.js | ||
---|---|---|
63 | yup noted. It had to be removed otherwise it will fail linting rules on account of getLatestAliases being the only function left that used it |