惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Engineering at Meta
Engineering at Meta
D
Docker
IT之家
IT之家
博客园_首页
罗磊的独立博客
V
V2EX
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
美团技术团队
Y
Y Combinator Blog
博客园 - 聂微东
量子位
阮一峰的网络日志
阮一峰的网络日志
GbyAI
GbyAI
Microsoft Security Blog
Microsoft Security Blog
博客园 - Franky
Martin Fowler
Martin Fowler
Jina AI
Jina AI
大猫的无限游戏
大猫的无限游戏
C
Check Point Blog
月光博客
月光博客
G
Google Developers Blog
B
Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿

Ethereum Foundation Blog

Checkpoint #9: Apr 2026 | Ethereum Foundation Blog How L1 and L2s can build the strongest possible Ethereum | Ethereum Foundation Blog The Promise of Ethereum: Introducing the EF Mandate | Ethereum Foundation Blog This Is Fine (Until the Grant Runs Out) | Ethereum Foundation Blog Treasury Staking Initiative | Ethereum Foundation Blog The Ethereum Foundation's Commitment to DeFi | Ethereum Foundation Blog Protocol Priorities Update for 2026 | Ethereum Foundation Blog Announcing the Platform Team at EF | Ethereum Foundation Blog Ethereum Protocol Studies 2026 | Ethereum Foundation Blog Executive Leadership Update | Ethereum Foundation Blog An update from Tomasz | Ethereum Foundation Blog Introducing the EF Academic Secretariat 2026 PhD Fellowship | Ethereum Foundation Blog Trillion Dollar Security Day at Devconnect | Ethereum Foundation Blog Allocation Update - Q4 2025 | Ethereum Foundation Blog Checkpoint #8: Jan 2026 | Ethereum Foundation Blog Devcon 8 is coming to Mumbai, India in November 2026 | Ethereum Foundation Blog Hegota Upgrade EIP Proposal Timelines | Ethereum Foundation Blog Shipping an L1 zkEVM #2: The Security Foundations | Ethereum Foundation Blog The Future of Ethereum’s State | Ethereum Foundation Blog Devconnect Argentina Recap | Ethereum Foundation Blog Allocation Update - Q3 2025 | Ethereum Foundation Blog Making Ethereum Feel Like One Chain Again | Ethereum Foundation Blog Checkpoint #7: Nov 2025 | Ethereum Foundation Blog Fusaka Mainnet Announcement | Ethereum Foundation Blog 2 weeks to Devconnect: Everything you need to know | Ethereum Foundation Blog Unveiling ESP's New Grants Program | Ethereum Foundation Blog Fusaka Update – Transaction Gas Limit Cap arrives with EIP-7825 | Ethereum Foundation Blog Fusaka Update - Information for Blob users | Ethereum Foundation Blog Announcing the 2026 EF Internship | Ethereum Foundation Blog Supporting privacy with new funding mechanisms | Ethereum Foundation Blog
Grantee Roundup: August 2021 | Ethereum Foundation Blog
2021-09-22 · via Ethereum Foundation Blog

It’s always fun to hear about new grants as they’re awarded, but what happens after the announcement? In this series, we’ll check in on a couple of projects that are well underway - or already at the finish line. Read on to learn about some recent milestones and achievements by grantees!

Imapp for EVM Gas Cost Estimator

Gas costs in Ethereum are a constant topic of debate and improvement. The average user only sees what they pay to send a transaction - whether the gas limit is very high, very low or just volatile. But where do those suggested gas limits come from?

No two smart contracts are alike; each contains a different set of instructions, or OPCODEs, to be executed in the EVM. Gas is used to compensate miners or validators for the computational cost of executing these OPCODEs, i.e. the work that their machine has to perform. Computation costs are highly variable, even between different validators executing the same smart contract. The OPCODE instructions, program context, and the node's hardware and software configuration all factor into the actual cost.

The imapp team set their sights on more accurately estimating real-life computation costs, providing important data that will inform discussions among core devs about adjusting the OPCODE prices. Accounting for all of these factors to improve the accuracy of gas cost estimates means being able to do more within the gas limit, as well as:

  • Ensuring that developers who want to optimize for gas costs are also optimizing for real computational costs imposed on nodes
  • Keeping the network diverse by ensuring miners and validators are sufficiently incentivized to keep the network secure even if they are running on consumer (rather than highly optimized) hardware
  • Preventing DoS attacks or other code that exploits mismatches between estimated and actual cost
  • Mitigating factors that could lead to a more unpredictable fee market for users, such as miners preferring certain contracts over others for inclusion in a block

Imapp first received a grant in late 2020 for Stage I of the project, which consisted of preliminary experiments, research and analysis and was completed earlier this year. A second grant was awarded to fund Stage II, building on the work from Stage I. The approach in Stage II is structured into three primary domains:

  • Program generation: generation of EVM bytecode programs from which measurements will be gathered
  • Instrumentation and measurement: running the generated programs in a controlled environment and measuring the time to compute each instruction
  • Analysis: statistical analysis and validation of measurement data

The Gas Cost Estimator Stage I Report contains a thorough breakdown of the project background, findings from Stage I, and plans for Stage II. You can follow progress on Github, or keep up with the imapp team on Twitter.

Rock Logic for Stereum

As Ethereum transitions to Proof of Stake, the security of the network depends on a large and decentralized validator set. Eth2 client teams have focused on lowering barriers to entry like hardware limitations or technical expertise, while numerous community efforts are underway to make staking as accessible as possible to anyone who holds the requisite 32 ETH. One of these efforts is Stereum, which aims to reduce technical friction for solo stakers by streamlining the process of setting up a validator node.

The idea behind Stereum was first realized as prysm-docker-compose. Using Stereum's docker images (software packages that combine code and configurations for easy setup) solo stakers could install and configure the Prysm eth2 client, server environment and monitoring services in one go. The team received funding in late 2020, and a second grant in 2021, to extend that functionality to more clients and create additional tools and resources for stakers.

The Stereum team posts regular updates to their website and Twitter. You can also follow along and get involved on Github, or contribute to their Gitcoin grant!

Are you working on something you think could change Ethereum for the better? Head to our grants page to learn more about what we look for in the projects we fund.