Releases: UMAprotocol/protocol
@uma/[email protected]
Note: this release includes other matching tags. See the commit for more details.
See this commit for changelog updates: 54fbb49.
At a high-level, this release:
- Adds initial contract versions and addresses of UMA polygon contracts on:
- ETH mainnet <-> Polygon mainnet
- Goerli testnet <-> Mumbai testnet
- Adds initial contract versions of the LSP contract suite. These have been deployed at the following addresses on Kovan and Mumbai:
- Kovan
- LongShortPairCreator: 0x81b0A8206C559a0747D86B4489D0055db4720E84
- BinaryOptionLongShortPairFinancialProductLibrary: 0xB1d60d41246B6d679cF89A1e57c46B1387538009
- CoveredCallLongShortPairFinancialProductLibrary: 0x2CcA11DbbDC3E028D6c293eA5d386eE887071C59
- LinearLongShortPairFinancialProductLibrary: 0x46b541E0fE2E817340A1A88740607329fF5ED279
- RangeBondLongShortPairFinancialProductLibrary: 0xb8f4f21c9d276fddcece80e7a3e4c5d9f6addd63
- Mumbai
- LongShortPairCreator: 0x6883FeB1c131F58C1Cd629289Da3dE0051d2aa0d
- BinaryOptionLongShortPairFinancialProductLibrary: 0x2158C256b2d9B2b58D90D3ddA1b6a90d64498F7d
- CoveredCallLongShortPairFinancialProductLibrary: 0xc19B7EF43a6eBd393446F401d1eCFac01B181ac0
- LinearLongShortPairFinancialProductLibrary: 0x2aBf1Bd76655de80eDB3086114315Eec75AF500c
- RangeBondLongShortPairFinancialProductLibrary: 0xb53A60f595EE2418be9F6057121EE77f0249AC28
- Kovan
@uma/[email protected]
This is a pre-release containing experimental versions of new contracts including:
OptimisticOracle.sol
Voting.sol
- The
ExpiringMultiParty
suite of contracts. - The
Perpetual
suite of contracts.
The contracts contain documentation for individual methods. High-level docs on these contracts will accompany the full release along with mainnet addresses.
@uma/[email protected]
This is another patch release, making a minor fix to the test hooks inside of the core package. This is primarily useful for the bot packages, and it should not affect most users.
@uma/[email protected]
This is a special patch release that replaces the ExpiringMultiPartyCreator contract and an ExpiringMultiPartyCreatorLib contract with patched versions. The only change from the previously deployed version is this PR: #2203.