Page MenuHomePhabricator

[alias-server] Remove pendingAliases from database when txs confirm
AbandonedPublic

Authored by bytesofman on Mar 20 2023, 21:49.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Summary

T3011

Depends on D13396

Check the pendingAliases table for confirmed txs. If you find them, remove them from the pendingAliases table.

Test Plan

node index.js
Register some aliases
Check to see they are available at localhost:5000/pending
Send some other misc txs to the alias registration address
wait for block confirmation and confirm all confirmed txs removed from localho0st:5000/pending

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22772
Build 45164: Build Diff
Build 45163: arc lint + arc unit