Gaz
Gaz
Transactions
7 références
Une unité mesurant le calcul et l’utilisation du stockage dans les systèmes de type Ethereum. Les limites et les frais de gaz empêchent les boucles infinies et allouent un espace de bloc rare.
Apparaît dans 7 sections de livres blancs
Ethereum
...amental building blocks—accounts, transactions, a Turing-complete language, and gas-metered execution—that developers can combine to create whatever applications t...
Ethereum Accounts
... medium of value transfer and the fundamental unit for paying transaction fees (gas). Unlike Bitcoin's UTXO model where value is distributed across multiple unspen...
Messages and Transactions
...actions, validate them, execute them, and include them in blocks, receiving the gas fees as compensation.
Messages are conceptually similar to transactions but ar...
Ethereum State Transition Function
...ed from the sender's account, the sender's nonce is incremented, and an initial gas counter is set to STARTGAS minus a per-byte fee for the transaction data.
Next...
Code Execution
...g-term state across transactions. These storage types are priced differently in gas—stack and memory operations are cheap, while storage operations are expensive t...
Miscellanea And Concerns
... bad luck with network propagation.
The fee system is based on the concept of "gas," where every computational operation has a fixed gas cost. For example, a mult...
Articles associés
Whitepaper Deep Dive
Whitepaper d'Ethereum : Des limites de Bitcoin à un ordinateur mondial
Comment Vitalik Buterin a réinventé la blockchain en tant que plateforme de calcul universelle, en introduisant les sma…
Whitepaper Deep DiveNEAR Protocol : Sharding Nightshade et blockchain orientée développeurs
Comment la conception de sharding Nightshade de NEAR divise l'état et le traitement tout en maintenant une chaîne logiq…
Technical ExplainerSmart Contracts expliqués : De l'EVM d'Ethereum aux alternatives modernes
Ce que sont réellement les smart contracts, comment l'EVM les exécute et pourquoi les frais de gas existent — expliqué …
Impact & LegacyLa révolution Layer 2 : Comment les Rollups ont rendu Ethereum à nouveau abordable
De frais de gas à 50 $ à des transactions inférieures au centime : comment Arbitrum, Optimism et la feuille de route ce…