Hi Multichain folks,
I tried issuing an asset for 987654321987654321 units on the multichain-cli and I ended up with 987654321987654272 units, I guess this must be related to the fact that JS Numbers are only able to accurately store up to 15 significant digits. So when I send the JSON RPC command, the asset amount gets converted to a JS Number with the reduced precision before getting processed by multichain.
Will multichain be supporting big integers/numbers anytime soon?