煤气
煤气
Transactions
7 个参考
测量类以太坊系统中计算和存储使用情况的单位。Gas 限制和费用可防止无限循环并分配稀缺的区块空间。
出现在 7 个白皮书章节中
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...
相关文章
Whitepaper Deep Dive
Ethereum 白皮书:从 Bitcoin 的局限到世界计算机
Vitalik Buterin如何将区块链重新构想为通用计算平台,引入了smart contract、EVM和Turing-complete脚本语言。
Whitepaper Deep DiveNEAR Protocol:Nightshade 分片与开发者友好型区块链
NEAR的Nightshade分片设计如何在拆分状态和处理的同时维持单一逻辑链,从而实现大规模水平扩展。
Technical Explainer智能合约详解:从 Ethereum 的 EVM 到现代替代方案
Smart contract 究竟是什么,EVM 如何执行它们,以及为什么存在 Gas 费用——为开发者和感兴趣的读者详细解析。
Impact & LegacyLayer 2 革命:Rollup 如何让 Ethereum 再次变得经济实惠
从 50 美元的 Gas 费到低于一美分的交易:Arbitrum、Optimism 和以 Rollup 为中心的路线图如何改变了 Ethereum 的用户体验。