This document provides a comprehensive overview of the hard fork that transitions generator identity and cost calculation from serialization-based to content-addressable (tree-structure-based) methods.
This hard fork makes two fundamental changes to how generators are identified and charged:
- Identity: Generator identity changes from
SHA256(serialized_bytes)toSHA256_tree_hash(generator)(content-addressable) - Cost: Generator cost changes from
len(serialized_bytes) × 12000to a blended formula based on interned tree structure