Skip to content

Releases: omni/omnibridge

Fungible Tokens OmniBridge AMB Extension 1.1.0

06 Sep 10:17
c814f68
Compare
Choose a tag to compare
Merge the develop branch to the master branch, preparation to v1.1.0

This update for the `master` branch contains the changes addressed the findings discovered during a security audit:
  * [Improvement] Add claiming of stkAAVE rewards (#65)
  * [Fix] Small gas optimization after EIP2929 (#58)
  * [Fix] Fix interest impl comments (#59)
  * [Fix] Use single delete (#62)
  * [Fix] Fix minor issues (#63)
  * [Fix] Lazy AAVE token balance query (#60)
  * [Fix] Stricter preconditions for payInterest (#57)
  * [Fix] Use SafeERC20 in interest implementations (#64)
  * [Fix] Use SafeERC20.safeApprove (#67)
  * [Other] Bump package and contracts interfaces version prior to 1.1.0 (#66)

Fungible Tokens OmniBridge AMB Extension 1.1.0-rc2

09 Aug 16:19
d22cd50
Compare
Choose a tag to compare
Merge the develop branch to the master branch, preparation to v1.1.0-rc2

This update for the `master` branch contains the following set of changes:
  - [Improvement] New ERC677 token precompiles with EIP2612 (#55), closes #21 
  - [Other] Bump package version prior to 1.1.0-rc2

Fungible Tokens OmniBridge AMB Extension 1.1.0-rc1

29 Jun 18:28
68ad223
Compare
Choose a tag to compare
Merge the develop branch to the master branch, preparation to v1.1.0-rc1

This update for the `master` branch contains the following set of changes:
  - [Improvement] Inverse logic for forwarding execution of messages (#50)
  - [Improvement] Add interfaces versions getter to external modules contracts (#51), closes #25
  - [Improvement] Add AAVE interest earning (#52)
  - [Other] Bump package and contracts interfaces version prior to 1.1.0-rc1 (#53)

Fungible Tokens OmniBridge AMB Extension 1.1.0-rc0

14 May 05:20
b658c7c
Compare
Choose a tag to compare
Merge the develop branch to the master branch, preparation to v1.1.0-rc0

This update for the `master` branch contains the following set of changes:
  * [Improvement] Add support on interest earning using Compound (#47)
  * [Other] Bump package and contracts interfaces version prior to 1.1.0-rc0 (#49)

Fungible Tokens OmniBridge AMB Extension 1.0.0

01 May 11:55
84b1116
Compare
Choose a tag to compare
Merge the develop branch to the master branch, preparation to v1.0.0

This update for the `master` branch contains the following set of changes:
  * [Improvement] Define token name suffixes at deploy time (#19), closes #18
  * [Fix] Use more robust message generation in fixMediatorBalance (#23), closes #22
  * [Fix] Minor refactoring and typos fixing (#24)
  * [Fix] Fix relayTokens for tokens supporting fees (#29)
  * [Fix] Add lock() checks to withdrawal handlers (#33)
  * [Fix] Use safeTransfer and safeMint wrappers (#34)
  * [Fix] Refactor readDecimals calls (#35)
  * [Fix] Use memory storage location modifier for variables that are processed in inline assembly (#38)
  * [Fix] Safe implementation of fees distribution (#40)
  * [Fix] Change call to staticcall for upgradeabilityOwner() (#42)
  * [Fix] Reduce gas cost in requestFailedMessageFix (#43)
  * [Other] Add publish step (#17), closes #16
  * [Other] Bump contracts interfaces version to 3.0.0 (#36), closes #28
  * [Other] Add a comment about required manual checks to setCustomTokenAddressPair (#37)
  * [Other] Comment about TUSD in fixMediatorBalance (#39)
  * [Other] Add a comment about if clause in _getMinterFor (#41)
  * [Other] Fix typos in comments (#45)

OmniBridge AMB Extension 1.0.0-rc2

22 Feb 20:08
ea0ffa6
Compare
Choose a tag to compare
Pre-release
Merge the develop branch to the master branch, preparation to v1.0.0-…

…rc2 (#13)

OmniBridge AMB Extension 1.0.0-rc1

21 Feb 03:13
c5242b9
Compare
Choose a tag to compare
Pre-release

Version used to deploy initial version of the BSC-xDai OmniBridge.

OmniBridge AMB Extension 1.0.0-rc0

15 Jan 21:44
c30d285
Compare
Choose a tag to compare
Pre-release

The first official release of the OmniBridge contracts after adding the functionality to bridge native ERC20/ERC677/ERC827-based tokens from the xDai chain to the Ethereum Mainnet.

The previous version of the OmniBridge was the part of the TokenBridge contracts repo: https://github.com/poanetwork/tokenbridge-contracts/releases/tag/5.6.0-rc0.