nearcore icon indicating copy to clipboard operation
nearcore copied to clipboard

Support Compute Costs for Actions

Open aborg-dev opened this issue 1 year ago • 1 comments

At the moment we only support Compute Costs for host functions (https://github.com/near/nearcore/pull/8426) which had a higher priority for Flat Storage deployment.

This is a tracking bug for work on supporting ActionCosts as outlined in the NEP reference implementation section. Overall, though should be fairly similar to the host functions support.

aborg-dev avatar Mar 27 '23 10:03 aborg-dev

A good test-case for this would be compilation undercharging https://github.com/near/nearcore-private/issues/1 which is an action cost.

aborg-dev avatar Apr 06 '23 09:04 aborg-dev