aionnetwork / AVM

Enabling Java code to run in a blockchain environment
https://theoan.com/
MIT License
49 stars 25 forks source link

Blockchain.log padding behavior is not specified #413

Open fulldecent opened 4 years ago

fulldecent commented 4 years ago

At https://avm-api.aion.network/avm/blockchain#log(byte%5B%5D)

Apparently saving to logs and then retrieving it will not give the same value because there is padding.

This is not documented.