https://github.com/hyle-team/zano/releases/tag/2.0.0.333
[*]
core: Alt blocks verification was greatly improved for additional security.[*]
wallet: The maximum decimal point for an asset is now limited to 18 (only at deploy_asset
level for a while).[+]
simplewallet: Added new command transfer_asset_ownership
.[*]
simplewallet: Fixed a few bugs with displaying non-standard decimal point amounts.[*]
simplewallet: Fixed amount parsing for assets with non-standard decimal point.[*]
simplewallet: emit_asset
and burn_asset
commands now accept amounts in human-readable format with decimal point.[*]
simplewallet: sweep_below
command tied to native coins only + fixed a few minor bugs.[*]
RPC: Fixed a bug in get_assets_list
.[*]
RPC: Fixed issue #440 (getblocktemplate
does not return a valid JSON object).[+]
wallet RPC: Added new RPC update_alias
.[*]
wallet RPC: Fixed a bug in wallet_rpc_server::rpc_destinations_to_currency_destination
which was affected asset deployment.[*]
wallet RPC: emit_asset
and burn_asset
don’t require null asset_id
in destinations anymore for simplification; docs have been corrected correspondingly.[*]
RPC API documentation was significantly improved.