You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are moving out of using BigNumber to the UnifiedNum (with precision 8), the DSL should follow this change and use UnifiedNum for all the prices and numbers requiring it.
The function typecasting bn will not require changing
Change the wording to use UnifiedNumber instead of BigNumber
Remove getPriceInUSD DSL function PR targetingAndBidding - remove the fn getPriceInUSD #68
After the introduction of UnifiedNum we no longer need this function. The UnifiedNum reflects the price in USD as we use stable coins pegged to USD.
We are moving out of using BigNumber to the UnifiedNum (with precision 8), the DSL should follow this change and use UnifiedNum for all the prices and numbers requiring it.
The function typecasting
bn
will not require changingUnifiedNumber
instead ofBigNumber
After the introduction of
UnifiedNum
we no longer need this function. The UnifiedNum reflects the price in USD as we use stable coins pegged to USD.https://github.com/AdExNetwork/adex-protocol/blob/27a1bd5d4a726bb246af032ff44ae6a7b7652e11/targetingAndBidding.md
The text was updated successfully, but these errors were encountered: