Page MenuHomePhabricator

[ecash-herald] Standardize the way we convert satoshi values to formatted amounts
ClosedPublic

Authored by bytesofman on Wed, Nov 13, 23:12.

Details

Summary

The satsToFormatteValue function is specialized for an arcane herald-native object, coingeckoPrices, which was overengineered to support potential changes of fiat currency for the herald. We have never used this feature.

So, refactor herald so that satsToFormattedValue accepts a USD price. This allows us to extend its use into the daily summaries. We implement it there.

Test Plan

npm test

Diff Detail

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