storming0x / serpentor

A set of smart contracts tools for governance written in vyper
GNU Affero General Public License v3.0
53 stars 5 forks source link

MAX DATA LEN for string allocations in SerpentorBravo needs adjustment #9

Closed storming0x closed 2 years ago

storming0x commented 2 years ago

MAX_DATA_LEN in serpentor bravo is a placeholder number for what the string expects to hold in live operation, vyper will allocate real buffers for this size so it may be better to adjust it based on historical data on compound gov past trx to see how the description string can be further cut.