Page MenuHomePhabricator

[Cashtab][Alias] Deprecate isAliasRegistered
ClosedPublic

Authored by emack on Jul 28 2023, 14:40.

Details

Reviewers
bytesofman
Fabien
Group Reviewers
Restricted Project
Commits
rABCf53a1c6d79ef: [Cashtab][Alias] Deprecate isAliasRegistered
Summary

T3216

Depends on D14317

Following the D14211 refactor, isAliasRegistered is no longer in use.

Test Plan

grep -r isAliasRegistered src/
npm test
Enable alias flag in Ticker.js
npm start
navigate to the Configure screen and ensure successful adding of contact using a valid alias and an error for invalid aliases (unregistered aliases will be handled in a separate diff - see T3216)

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emack requested review of this revision.Jul 28 2023, 14:40
Fabien requested changes to this revision.Jul 28 2023, 14:41
Fabien added a subscriber: Fabien.
Fabien added inline comments.
cashtab/src/components/Configure/Configure.js
1221–1222 ↗(On Diff #41614)
This revision now requires changes to proceed.Jul 28 2023, 14:41
emack marked an inline comment as done.

Simplified contact address alias validation

This revision is now accepted and ready to land.Jul 28 2023, 15:18
This revision was automatically updated to reflect the committed changes.