Page MenuHomePhabricator

[Cashtab] [Alias] Emoji parsing edge case
ClosedPublic

Authored by emack on Mar 7 2023, 22:58.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABC0f80d0a96add: [Cashtab] [Alias] Emoji parsing edge case
Summary

As per T2977, this aligns the getAliasAndAddresses logic in chronik.js to the Alias Spec by accepting registration txs that have paid more than the designated fee for their alias' bytecount.

Test Plan
  • npm test
  • enable alias feature in ticker.js
  • attempt to register 🤔 and ensure alias taken error is displayed
  • attempt to register an unregistered emoji and ensure it is successfully registered, including sending to it via Send.js

Diff Detail

Repository
rABC Bitcoin ABC
Branch
emojiFix
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 22287
Build 44203: Build Diffcashtab-tests
Build 44202: arc lint + arc unit