Page MenuHomePhabricator

[alias-server] change function name getAllAliasTxs to getAliasTxs
ClosedPublic

Authored by bytesofman on Mar 31 2023, 12:03.

Details

Summary

T3060

In prep for implementing incremental tx processing, change function name getAllAliasTxs to getAliasTxs. Then function can take an arbitrary amount of tx history and return all alias txs (i.e. all txs with correct prefix, fee, format -- txs that could be valid registrations assuming no prior conflicting registration).

Test Plan

grep -r getAllAliasTxs . and no output (except mb an artifact left in node_modules cache)
npm test

Diff Detail

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