-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ETH connector migration. (#98)
* feat: ETH connector migration. * refactor: Add selectEtherNep141Factory. * fix: Withdraw ether using etherNep141Factory contract. * fix: Remove is_used_proof check for old transfers. * fix: Transfer Ether from NEAR to Aurora. * fix: Migration block height check. * fix: Update etherCustodianProxy.withdraw abi. * fix: Error message check. * check withdraw abi * fix: Backward compatible abi check. * fix: Remove duplicate findAllTransactions before migration. * fix: Get outcome proof height from proof. --------- Co-authored-by: Olga Kunyavskaya <olga.kunyavskaya@aurora.dev>
- Loading branch information
Showing
17 changed files
with
290 additions
and
152 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
releases: | ||
"@near-eth/aurora-erc20": minor | ||
"@near-eth/aurora-ether": major | ||
"@near-eth/aurora-nep141": patch | ||
"@near-eth/near-ether": major | ||
"@near-eth/nep141-erc20": patch | ||
"@near-eth/rainbow": major | ||
"@near-eth/utils": patch | ||
rainbow-bridge-client-monorepo: major | ||
|
||
declined: | ||
- "@near-eth/client" |
This file contains 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
This file contains 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
Oops, something went wrong.