You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several custom precompiles in Aurora that uses NEAR host functions:
Exit precompiles (move assets from Aurora to NEAR)
Entropy seed for randomness
Accessing current_account_id and predecessor_account_id
Amount of prepaid NEAR gas
Presently they are all costed at 0 EVM gas, but they do perform a non-trivial amount of work, so should cost some amount of EVM gas in order to have a close correlation between EVM gas burned and NEAR gas burned. The purpose of this issue is to estimate the "appropriate" EVM gas costs; and also to define more carefully what "appropriate" means (i.e. how we want to try to correlate NEAR and EVM gas).
The text was updated successfully, but these errors were encountered:
There are several custom precompiles in Aurora that uses NEAR host functions:
current_account_id
andpredecessor_account_id
Presently they are all costed at 0 EVM gas, but they do perform a non-trivial amount of work, so should cost some amount of EVM gas in order to have a close correlation between EVM gas burned and NEAR gas burned. The purpose of this issue is to estimate the "appropriate" EVM gas costs; and also to define more carefully what "appropriate" means (i.e. how we want to try to correlate NEAR and EVM gas).
The text was updated successfully, but these errors were encountered: