From 9bf75c8f5cb92d4848273c603191b71e432c19f0 Mon Sep 17 00:00:00 2001 From: Oleksandr Anyshchenko Date: Thu, 26 Oct 2023 17:01:19 +0100 Subject: [PATCH] fix: setting erc-20 metadata by the owner of the contract (#858) ## 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. --- CHANGES.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 48935660a..7535abe06 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [3.3.1] 2023-10-26 - ### Fixes - The smart contract owner whose account id is not the same as the contract account id can set ERC-20 metadata @@ -547,8 +545,7 @@ struct SubmitResult { ## [1.0.0] - 2021-05-12 -[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.1...develop -[3.3.1]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.0...3.3.1 +[Unreleased]: https://github.com/aurora-is-near/aurora-engine/compare/3.3.0...develop [3.3.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.2.0...3.3.0 [3.2.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.1.0...3.2.0 [3.1.0]: https://github.com/aurora-is-near/aurora-engine/compare/3.0.0...3.1.0