Releases: omni/omnibridge
Releases · omni/omnibridge
Fungible Tokens OmniBridge AMB Extension 1.1.0
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
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
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
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
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
Merge the develop branch to the master branch, preparation to v1.0.0-…
OmniBridge AMB Extension 1.0.0-rc1
Version used to deploy initial version of the BSC-xDai OmniBridge.
OmniBridge AMB Extension 1.0.0-rc0
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.