Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not require running contract in ft_resolve_transfer #906

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

aleksuss
Copy link
Member

Description

AuditOne has announced the issue in terms of migrating data before splitting the etc-connector logic.

Performance / NEAR gas cost considerations

No changes in performance.

Testing

The test for that doesn't look trivial.

@aleksuss aleksuss added this pull request to the merge queue Feb 21, 2024
Merged via the queue into develop with commit da836a2 Feb 21, 2024
24 checks passed
@aleksuss aleksuss deleted the fix/aleksuss/pause_in_ft_resolve_transfer branch February 21, 2024 17:51
aleksuss added a commit that referenced this pull request Mar 27, 2024
## Description

AuditOne has announced the
[issue](AuditOneAuditReviews/AuroraEngine-Audit-Review#18)
in terms of migrating data before splitting the etc-connector logic.

## Performance / NEAR gas cost considerations

No changes in performance.

## Testing

The test for that doesn't look trivial.
@aleksuss aleksuss mentioned this pull request Mar 27, 2024
aleksuss added a commit that referenced this pull request Mar 27, 2024
### Additions

- Added a new view transaction `ft_balances_of` for getting balances for
multiple accounts by [@karim-en]. ([#905])

### Changes

- The `ft_resolve_transfer` callback doesn't require running the
contract to finish the `ft_transfer_call` correctly
  by [@aleksuss]. ([#906])
- Borsh has been bumped to 1.3 what allows to get rid of additional
feature `borsh-compat` by [@aleksuss]. ([#907])
- The `ExecutionProfile` has been extended with logs for tests by
[@mrLSD]. ([#910])
- The interface of the engine standalone storage has been extended with
a couple of methods for allowing set/get
  arbitrary data outside the crate by [@aleksuss]. ([#913])

### Fixes

- Minor improvements and fixes by [@raventid]. ([#916])

[#905]: #905
[#906]: #906
[#907]: #907
[#910]: #910
[#913]: #913
[#916]: #916

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Karim <karim@aurora.dev>
Co-authored-by: Michael Birch <michael.birch@aurora.dev>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evgeny Ukhanov <evgeny@aurora.dev>
Co-authored-by: Julian Pokrovsky <raventid@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants