Conversation
* Implement simple fast transfer * run fmt * Fast transfers implementation * Storage deposit and fee fixes * Minor code review fixes * Fix fast transfer to other chain message * add integration tests * Fix token refund * cargo fmt * Code review fixes * Fail during fast transfer if transfer already finalised * Do not burn tokens during failed fast transfer * Mark fast transfer as completed * Implement restriction on claiming fee before fast transfer is finalised * feat: pass the fast relayer over `FastFinTransferMsg` (#265) * feat: pass the fast relayer over `FastFinTransferMsg` * Remove `msg` from fast trasnfer relayer * Revert some changes * Remove extra clone * Fix clippy * Backwards compatibility for old transfer message on Near * Add test and fix fmt * Change keccak to sha256 for gas efficiency * Improve fast transfer tests structure * Remove fast transfer after it's done and refund storage * Make fast transfer storage upgradeable * Use signer_id for paying storage during fast transfer * fix clippy --------- Co-authored-by: karim-en <karim.alabtakh@nearone.org>
* Minor audit fixes
* feat: add native fee restriction (based on implementation from main)
* fix: fix transfer message storage * Add state migration with test * fix the `StorageKey` order --------- Co-authored-by: kiseln <3428059+kiseln@users.noreply.github.com>
frolvanya
approved these changes
May 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The origin PRs are:
#147
#309
#312
#313
#324