aionnetwork / AVM

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

Investigate cost/size constraints on log data #359

Closed jeff-aion closed 5 years ago

jeff-aion commented 5 years ago

The log topic lengths were constrained to 32 bytes under #358 but the implications of a variably-sized data field have not yet been verified. Is this safe or does the data also require some sort of truncation or padding?

jeff-aion commented 5 years ago

Depending on the data size restriction, we may need to change the log fees to have a linear factor.