Update references to non-standard units in QT wallet #3386
Labels
breaking
Change to node APIs (separate label) which impacts existing implementation, integrations impacted.
qt wallet
Item related to the qt wallet
rpc
Changes related to Remote Procedure Calls
semantic
Change to node APIs (separate label) which impacts interpretation of data, integrations impacted.
Milestone
Recent discussions on unit changes has arrived at keeping case insensitive nano (NANO, Nano) as 10^30 and raw as 10^0 for the main standardized units. To help set the standard, code references to units in the QT wallet and RPCs for unit conversion, need adjustments:
mnano
/mrai
should becomenano
knano
/krai
should be removednano
should be removed wherever it is used for 10^24 unitsrai
should be removedFor the unit conversion RPCs, all existing should be deprecated:
krai_from_raw
,krai_to_raw
mrai_from_raw
,mrai_to_raw
rai_from_raw
,rai_to_raw
New unit conversion RPCs should be added:
nano_to_raw
raw_to_nano
nanocurrency/nano-docs#466 (comment)
The text was updated successfully, but these errors were encountered: