Partition Tolerance
CAP property that a distributed system continues to operate despite network splits.
CAP property that a distributed system continues to operate despite network splits.
Early Ethereum scaling approach using child chains and exit games, largely replaced by rollups.
Hash property that makes it infeasible to find an input that maps to a given digest.
Built in contract address that exposes native cryptographic or system functions efficiently.
Payment pattern where the sender transfers funds directly to the recipient during execution.
Payment pattern where recipients withdraw owed funds to avoid reentrancy and simplify refunds.
Layout optimization in EVM that packs smaller types into a single 32 byte slot to save gas.
Upgradeable contract design where a proxy delegates calls to an implementation contract.