nanocurrency / nano-node

Nano is digital currency. Its ticker is: XNO and its currency symbol is: Ӿ
https://nano.org
BSD 3-Clause "New" or "Revised" License
3.49k stars 787 forks source link

Update references to non-standard units in QT wallet #3386

Closed zhyatt closed 3 years ago

zhyatt commented 3 years ago

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:

For the unit conversion RPCs, all existing should be deprecated:

New unit conversion RPCs should be added:

https://github.com/nanocurrency/nano-docs/pull/466#issuecomment-883578836

zhyatt commented 3 years ago

Closed by #3392