Skip to content

Commit

Permalink
fix: setting erc-20 metadata by the owner of the contract (#858)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
aleksuss committed Oct 26, 2023
1 parent 91223e1 commit 9bf75c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9bf75c8

Please sign in to comment.