Page MenuHomePhabricator

[alias-server] [p8] Complete getAliases function
ClosedPublic

Authored by bytesofman on Jan 31 2023, 23:55.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC9f91403cda3f: [alias-server] [p8] Complete getAliases function
Summary

T2922

Depends on D13080

Complete getAliases function, with unit test

Test Plan

node index.js and confirm output matches latest
npm test

Diff Detail

Repository
rABC Bitcoin ABC
Branch
alias-node-app
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21913
Build 43461: Build Diff
Build 43460: arc lint + arc unit

Event Timeline

need to write unit test here

Updating mocks, tests, still incomplete

Still needs more thought in how mocks are organized, functions structured

Updating mocks and unit tests

emack requested changes to this revision.Feb 24 2023, 03:55
emack added a subscriber: emack.

image.png (220×1 px, 63 KB)

There's a mismatch of fees between config.js and the onchain fees used by cashtab. In my stack anything over 8 chars is 551 sats.

This revision now requires changes to proceed.Feb 24 2023, 03:55

There's a mismatch of fees between config.js and the onchain fees used by cashtab. In my stack anything over 8 chars is 551 sats.

Saw this being rectified in part 12, greening this

This revision is now accepted and ready to land.Feb 24 2023, 04:55