ergoplatform / eips

Ergo Improvement Proposals
64 stars 36 forks source link

[EIP-0004] Ergo tokens - decimals value #18

Closed gagarin55 closed 4 years ago

gagarin55 commented 4 years ago

Why decimals value encoded as a string in token issuing transaction?

gagarin55 commented 4 years ago

@catena2w

catena2w commented 4 years ago

To unify the registers' encoding and simplify apps development and integration.

kushti commented 4 years ago

@catena2w @gagarin55 btw, in the reference client, decimals encoded as IntConstant. It was done many months before EIP-4, thus EIP-4 broke the representation of tokens issued before it. It seems that currently the best option is to update the node, thus I've created an issue: https://github.com/ergoplatform/ergo/issues/1142 .