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

feat: adapt the exitToNear precompile to be compatible with OMNI bridge #992

Merged
merged 6 commits into from
Feb 5, 2025

Conversation

aleksuss
Copy link
Member

Description

The PR introduces changes to the exitToNear precompile, which allows the withdrawal of tokens via the OMNI bridge.

Performance / NEAR gas cost considerations

There is no performance changes.

Testing

Added tests for parsing new type of incoming arguments.

@aleksuss aleksuss requested review from mrLSD and karim-en January 31, 2025 18:21
@aleksuss aleksuss marked this pull request as ready for review February 3, 2025 09:18
@aleksuss aleksuss requested a review from birchmd as a code owner February 3, 2025 09:18
@karim-en karim-en requested a review from olga24912 February 3, 2025 15:23
@aleksuss aleksuss force-pushed the feat/aleksuss/omni_bridge branch from 91b4a0a to 840e666 Compare February 3, 2025 18:49
@aleksuss aleksuss added this pull request to the merge queue Feb 5, 2025
Merged via the queue into develop with commit 1b4083c Feb 5, 2025
26 checks passed
@aleksuss aleksuss deleted the feat/aleksuss/omni_bridge branch February 5, 2025 16:14
aleksuss added a commit that referenced this pull request Feb 5, 2025
…ge (#992)

## Description

The PR introduces changes to the `exitToNear` precompile, which allows
the withdrawal of tokens via the OMNI bridge.

## Performance / NEAR gas cost considerations

There is no performance changes.

## Testing

Added tests for parsing new type of incoming arguments.
@aleksuss aleksuss mentioned this pull request Feb 5, 2025
aleksuss added a commit that referenced this pull request Feb 5, 2025
## [3.8.0] 2025-02-05

### Changes

- Bumped the SputnikVM up to 0.46.1-aurora by [@mrLSD]. ([#966])
- The nightly rust compiler has been replaced with stable by
[@aleksuss]. ([#977])
- Added changes regarding bumping the `primitive-types` crate by
[@mrLSD]. ([#982])
- The code coverage by clippy has been extended by [@aleksuss]. ([#984])
- The code is changed by the clippy suggestions from the toolchain
1.84.0 by [@mrLSD]. ([#986])
- The precompile `exitToNear` now is compatible with the OMNI bridge by
[@aleksuss]. ([#992])

### Fixes

- Added optimisations to the `AccountId` creation methods by
[@aleksuss]. ([#985])
- The `README.md` has been actualized by [@aleksuss]. ([#978])
- Modified CI scripts by [@aleksuss]. ([#969], [#973], [#975], [#976],
[#981])
- Fixed the vulnerability in the `remove_relayer_key` transaction by
[@aleksuss]. ([#972])

[#966]: #966
[#969]: #969
[#972]: #972
[#973]: #973
[#975]: #975
[#976]: #976
[#977]: #977
[#978]: #978
[#981]: #981
[#982]: #982
[#984]: #984
[#985]: #985
[#986]: #986
[#992]: #992

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: cuibuwei <[email protected]>
Co-authored-by: Evgeny Ukhanov <[email protected]>
Co-authored-by: omahs <[email protected]>
Co-authored-by: Elias Rad <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: cuibuwei <[email protected]>
Co-authored-by: NotNotARobot <[email protected]>
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.

2 participants