Page MenuHomePhabricator

[alias-server] Deprecate pendingAliases from getValidAliasRegistrations
AbandonedPublic

Authored by bytesofman on Mar 17 2023, 22:53.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Summary

T3011

Depends on D13384

pendingAliases will be parsed from the websocket and entered into a separate database. It didn't really make sense to look for pendingAliases with a function called on block confirmed. Get rid of this.

Test Plan

Review changes to expected output of function return and hence changes to unit tests, live script.
npm test and all pass
npm run live and all pass

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22769
Build 45158: Build Diff
Build 45157: arc lint + arc unit

Event Timeline

emack requested changes to this revision.Mar 25 2023, 05:33
emack added a subscriber: emack.

same npm run live issue as per log shared in tg or D13361 just then, will pause reviews on this stack until we figure that out

This revision now requires changes to proceed.Mar 25 2023, 05:33

Accidentally removed support from aliasTestsLive here during last rebase

This revision is now accepted and ready to land.Mar 28 2023, 23:29