Add erc20/amount charge for meta transaction #3439
Labels
A-EVM
Area: Native EVM implementation and support
A-transaction-runtime
Area: transaction runtime (transaction and receipts processing, state transition, etc)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-Aurora
Team: issues relevant to the Aurora team
Linked to meta-tx tracking issue: #3338
There is spec described here: near/NEPs#106 (comment)
We should add an extra (
address fee_token_address
andunit268 fee_amount
) into the message and call charging for thatprior to calling the actual execution (because it will fail if the amount is not there, hence making transaction cheaper for the environment).
The text was updated successfully, but these errors were encountered: