Smart contract

Discussions and notes about smart contracts.

On this page

  • Actor-based contract: Asynchronous model for smart contracts
  • Call group: Call group is a proposed semantic for smart contract transactions, by grouping several calls together, and allows independent calls to interact with each other.
  • State rent: This article discusses state rent, in particular, state rent with asynchronous garbage collection. Compared with traditional state rent with deterministic garbage collection, asynchrony allows more predictable block processing performance estimation, and freer node implementations.