Hacker News new | ask | show | jobs
by WalterGR 150 days ago
> execution is strictly gas-metered

What does that mean?

1 comments

Every execution atom in the save eval sandbox has a 'gas' cost that also time bounds it, so eval is safe both from the halting problem and type fuzzing, and the only things the code can do is execute capabilities you explicitly give it, and you can give those capabilities the same access tokens the request had. So you get universal endpoints.