fulldecent / aion-aip040

Reference implementation for Aion non-fungible tokens
MIT License
3 stars 3 forks source link

Review necessity of fixed size BigNumber #6

Closed fulldecent closed 5 years ago

fulldecent commented 5 years ago

This implementation does not use a specific fixed size for BigNumber. But the inspiring implementation at https://github.com/jennijuju/Aion-ATS-Token-Contract-Java does.

Let's review the current and future state of AVM to decide which is appropriate.

fulldecent commented 5 years ago

Reported to upstream at https://github.com/jennijuju/Aion-ATS-Token-Contract-Java/issues/15