Page MenuHomePhabricator

[alias-server] rename function getAllAliasTxs to getAliasTxs
AbandonedPublic

Authored by bytesofman on Mar 16 2023, 12:16.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Summary

T2966

Moving toward alias processing of unprocessed txs only. Rename function getAllAliasTxs to getAliasTxs. This function will take any arbitrary array of tx history and return alias txs, it does not need the full history.

Test Plan

grep -r getAllAliasTxs . and no output
npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22745
Build 45110: Build Diff
Build 45109: arc lint + arc unit

Event Timeline

emack added a subscriber: emack.
emack added inline comments.
web/alias-server/websocket.js
124 ↗(On Diff #38623)

update to getAliasTxs

This revision is now accepted and ready to land.Mar 18 2023, 02:35