storming0x / serpentor

A set of smart contracts tools for governance written in vyper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAX DATA LEN for string allocations in SerpentorBravo needs adjustment

storming0x opened this issue · comments

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.