You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that FIP-0097 has been fully fleshed out in implementation and the migration is mostly complete, we should circle back to the FIP text to put in the details about the state changes and migration (git grep -i ^#.*migration to see previous FIPs that have such documentation):
Addition of optional transient_data property in the evm state
Document the structure of the TransientData object and the fact that it also points to a KAMT that holds the actual data
Document a simple migration of adding this field (and making it null) to all existing evm actors
The text was updated successfully, but these errors were encountered:
This one's for @snissn:
Now that FIP-0097 has been fully fleshed out in implementation and the migration is mostly complete, we should circle back to the FIP text to put in the details about the state changes and migration (
git grep -i ^#.*migration
to see previous FIPs that have such documentation):transient_data
property in the evm stateTransientData
object and the fact that it also points to a KAMT that holds the actual datanull
) to all existing evm actorsThe text was updated successfully, but these errors were encountered: