gasolina
gasolina
Transactions
7 referencias
Una unidad que mide el uso de computación y almacenamiento en sistemas similares a Ethereum. Los límites y tarifas del gas evitan bucles infinitos y asignan un espacio de bloque escaso.
Aparece en 7 secciones de whitepapers
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...
Artículos relacionados
Whitepaper Deep Dive
Whitepaper de Ethereum: De las limitaciones de Bitcoin a una computadora mundial
Cómo Vitalik Buterin reimaginó la blockchain como una plataforma de computación universal, introduciendo los smart cont…
Whitepaper Deep DiveNEAR Protocol: Sharding Nightshade y una blockchain amigable para desarrolladores
Cómo el diseño de sharding Nightshade de NEAR divide el estado y el procesamiento manteniendo una cadena lógica única, …
Technical ExplainerSmart Contracts explicados: Del EVM de Ethereum a las alternativas modernas
Qué son realmente los smart contracts, cómo los ejecuta la EVM y por qué existen las tarifas de gas, explicado para des…
Impact & LegacyLa revolución Layer 2: Cómo los Rollups hicieron que Ethereum fuera asequible de nuevo
De comisiones de gas de $50 a transacciones de menos de un centavo: cómo Arbitrum, Optimism y la hoja de ruta centrada …