Skip to content

Releases: aurora-is-near/rainbow-bridge-client

Aurora Sync

29 Oct 08:59
Compare
Choose a tag to compare

2.2.0 (2021-10-20)

Bug Fixes

  • Query icon from nep141, update naj release. (51f54c2)
  • Remove unnecessary conflictingTransfer check. (144bf35)
  • Replace eth_getStorageAt. (1d41f5f)
  • Throw on invalid eth/aurora chain id. (f5a5f75)

Features

  • Add findAllTransfers to/from Aurora. (4b3de53, 47318fc)
  • Add optional metadata to recover. (e9672c1)
  • Give a random id to transfers. (2575d04)
  • Refactor aurora-nep141/bridged-ether. (c373bd2)

Aurora<>NEAR

23 Sep 09:44
Compare
Choose a tag to compare

2.1.0 (2021-09-23)

Bug Fixes

  • Add symbol to Ethereum<>NEAR transfers. (1ea4231)
  • Clear only necessary urlParams in checkStatus. (42ffe61)
  • Fix temp geth issue to build goerli proofs. (a558793)
  • Improve aurora-nep141 checkStatus. (b6afe63)
  • Query getMetadata in Near -> Aurora transfer. (fa607a6)
  • Rename etherExitToNearPrecompile. (3ada12a)
  • Simplify and improve NEAR wallet error handling. (7d0be36)
  • Update ethers to fix find-replacement-tx. (2686ce7)
  • Update naj broken upstream github commit. (1aeb898)
  • Use find-replacement-tx for aurora tx also. (57986bf)

Features

  • Add aurora-nep141. (f8ec94e)
  • Add findAllTransfers for NEAR -> Aurora. (db282fd)

New API + Node.js support

27 Aug 05:38
Compare
Choose a tag to compare

2.0.0 (2021-08-27)

Bug Fixes

  • Backwards compatibility ongoing transfers. (58dbb3a)
  • Catch possibly slow NEAR Wallet redirect. (270642b)
  • Fix get_erc20_from_nep141 with new api. (9d77085)
  • Fix recover transfer from aurora. (cf7ef5c)
  • Improve initiate options for flexibility. (0186c42)
  • Improve recover/finalize options. (64a33c3)
  • Record recovered tx hash. (166bc08)
  • Track right before near functionCall. (21ef48e)

Features

  • Add bridgeParams to client. (c30637a)
  • Add findAllTransfers in near-ether. (b9f9ecb)
  • Add findAllTransfers in nep141-erc20. (393ead6)
  • Add node.js support. (ed1c3ea)
  • FindAllTransfers browser support. (aca833f)
  • New aurora-ether, aurora-erc20 api. (c3153c1)
  • New near-ether api. (1de52f3)
  • New nep141-erc20/bridged-nep141 api. (4e28ff3)
  • New nep141-erc20/natural-erc20 api. (cd288ce)
  • Optional sender in transfer from NEAR. (b2ad5a4)
  • Record startTime of transfer. (8e11962)
  • Refactor buildIndexerTxQuery to utils. (4054d57)
  • Remove APPROVE from transfer steps. (d7f834e)

ETH connector

13 Aug 07:38
Compare
Choose a tag to compare

1.6.0 (2021-07-23)

Bug Fixes

  • findEthProof support eip1559. (01dc4a0)
  • Add id to recovered Erc20 -> Aurora. (6b352ff)
  • Fix checkSync in NEAR to Ethereum. (a167342)
  • Fix network checks. (d395066)
  • Improve handling of chain reorgs. (daff226)
  • Use getEthProvider in checkSync. (97f4143)

Features

  • Add ETH connector to @near-eth/near-ether. (a30c6b2)
  • Reduce checkSync data queries. (4b4947d)
  • Support custom transfer types in client. (3c8069a)

v1.5.1

08 Jul 02:30
Compare
Choose a tag to compare

1.5.1 (2021-07-08)

Bug Fixes

  • Update eth-object for pre-eip1559 compatibility. (8c8f5b1)

Aurora + Event relayer

02 Jul 14:12
Compare
Choose a tag to compare

1.5.0 (2021-07-02)

Bug Fixes

  • Doc in getAddress (311510f)
  • Update find-replacement-tx error handling. (24bf5f2)

Features

  • Add aurora-erc20 sendToEthereum and recover. (ab27ade)
  • Add aurora-ether sendToEthereum and recover. (1ff8fa0)
  • Check event relayer finalization (aurora). (9da3fc0)
  • Export checkApprove. (d9a5f91)
  • Handle finalization by event relayer (erc20). (f1039b4)
  • Recover Eth -> Aurora transfers. (21c5c23)
  • frtx: Add validation with data and value. (2c05f44)
  • Handle finalization by event relayer (NEAR). (c45e5d9)

eNEAR

27 May 13:39
Compare
Choose a tag to compare

1.4.0 (2021-05-27)

Bug Fixes

  • Build proof before unlock. (7a87f94)
  • Fix failed transfer from NEAR at initiate. (0bd4fe7)
  • Fix findReplacementTx for multisig (Argent), refactor. (327b975)
  • Handle network errors for findReplacementTx. (33f4c5b)
  • Succeed to mint eNEAR and recover (ef311ce)
  • Succeed to unlock $NEAR and recover (717d629)

Features

  • Add options for findProof() (958578e)
  • Check if unlock proof was already used. (1d76727)
  • draft eNear package skeleton (afe54bd)
  • export findProof() (9c40619)
  • Improve mint proofs (417ecb5)
  • Record speedup replacement tx hashes. (9a62568)