-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Milestone
Description
We need to document a bunch of differences in how gas works:
- Precompile gas limits don't work. That includes the 1/64th rule.
- The ratio of Filecoin to EVM gas is 222:1 purely in terms of chain bandwidth. However, opcodes have completely different prices.
- EVM gas is not a thing in Filecoin.
- FEVM explicitly makes no guarantees on gas values. The current gas values will change and any contracts with hard-coded gas limits will break on upgrades.