aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
327 stars 80 forks source link

fix: setting erc-20 metadata by the owner of the contract #858

Closed aleksuss closed 11 months ago

aleksuss commented 11 months ago

Description

The PR fixes behaviour when the owner of the smart contract can't set ERC-20 metadata in case the account id of the owner and the account id of the contract are different.

Performance / NEAR gas cost considerations

There are no changes in the performance.

Testing

The corresponding test has been added.