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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
cashtab/src/hooks/useWallet.js | ||
---|---|---|
63 ↗ | (On Diff #41221) | 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 ↗ | (On Diff #41221) | 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 |