diff --git a/ci/tests/test-packages.sh b/ci/tests/test-packages.sh index 68dd8eea34..a7cd05e0ad 100755 --- a/ci/tests/test-packages.sh +++ b/ci/tests/test-packages.sh @@ -9,7 +9,7 @@ cat << EOF - image: trufflesuite/ganache-cli command: ganache-cli -i 1234 -l 9000000 -p 9545 working_directory: ~/protocol - resource_class: medium+ + resource_class: large steps: - restore_cache: key: protocol-completed-build-{{ .Environment.CIRCLE_SHA1 }} diff --git a/packages/across-monitor/CHANGELOG.md b/packages/across-monitor/CHANGELOG.md index e1358ae524..a5c52b9135 100644 --- a/packages/across-monitor/CHANGELOG.md +++ b/packages/across-monitor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.5](https://github.com/UMAprotocol/protocol/compare/@uma/across-monitor@1.1.4...@uma/across-monitor@1.1.5) (2022-02-28) + +**Note:** Version bump only for package @uma/across-monitor + ## [1.1.4](https://github.com/UMAprotocol/protocol/compare/@uma/across-monitor@1.1.3...@uma/across-monitor@1.1.4) (2022-02-10) **Note:** Version bump only for package @uma/across-monitor diff --git a/packages/across-monitor/package.json b/packages/across-monitor/package.json index 936158070f..6193397a76 100644 --- a/packages/across-monitor/package.json +++ b/packages/across-monitor/package.json @@ -1,11 +1,11 @@ { "name": "@uma/across-monitor", - "version": "1.1.4", + "version": "1.1.5", "description": "Across monitor bot", "dependencies": { - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^8.2.0" }, diff --git a/packages/affiliates/CHANGELOG.md b/packages/affiliates/CHANGELOG.md index 4a47a8b7ce..9f7304f82f 100644 --- a/packages/affiliates/CHANGELOG.md +++ b/packages/affiliates/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.1](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.9.0...@uma/affiliates@1.9.1) (2022-02-28) + +**Note:** Version bump only for package @uma/affiliates + # [1.9.0](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.8.3...@uma/affiliates@1.9.0) (2022-02-10) ### Features diff --git a/packages/affiliates/package.json b/packages/affiliates/package.json index e7884c0004..2da9a4c8c4 100644 --- a/packages/affiliates/package.json +++ b/packages/affiliates/package.json @@ -1,13 +1,13 @@ { "name": "@uma/affiliates", - "version": "1.9.0", + "version": "1.9.1", "main": "index.js", "license": "MIT", "dependencies": { "@google-cloud/bigquery": "^5.3.0", - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", + "@uma/financial-templates-lib": "^2.25.0", "@uniswap/v3-core": "1.0.0-rc.2", "@uniswap/v3-periphery": "1.0.0-beta.23", "cli-progress": "^3.8.2", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index da3e303d35..99be0c41eb 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.5](https://github.com/UMAprotocol/protocol/compare/@uma/api@0.10.4...@uma/api@0.10.5) (2022-02-28) + +**Note:** Version bump only for package @uma/api + ## [0.10.4](https://github.com/UMAprotocol/protocol/compare/@uma/api@0.10.3...@uma/api@0.10.4) (2022-02-10) **Note:** Version bump only for package @uma/api diff --git a/packages/api/package.json b/packages/api/package.json index 9a17ab71b3..b86c440c59 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@uma/api", - "version": "0.10.4", + "version": "0.10.5", "author": "David Adams", "license": "AGPL-3.0-or-later", "main": "build/index.js", @@ -19,8 +19,8 @@ "dependencies": { "@google-cloud/datastore": "^6.6.0", "@types/express": "^4.17.11", - "@uma/financial-templates-lib": "^2.24.0", - "@uma/sdk": "^0.22.0", + "@uma/financial-templates-lib": "^2.25.0", + "@uma/sdk": "^0.22.1", "body-parser": "^1.19.0", "cors": "^2.8.5", "ethers": "^5.4.2", diff --git a/packages/bot-strategy-runner/CHANGELOG.md b/packages/bot-strategy-runner/CHANGELOG.md index 67adb6699a..fe3d254982 100644 --- a/packages/bot-strategy-runner/CHANGELOG.md +++ b/packages/bot-strategy-runner/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.5](https://github.com/UMAprotocol/protocol/compare/@uma/bot-strategy-runner@1.3.4...@uma/bot-strategy-runner@1.3.5) (2022-02-28) + +**Note:** Version bump only for package @uma/bot-strategy-runner + ## [1.3.4](https://github.com/UMAprotocol/protocol/compare/@uma/bot-strategy-runner@1.3.3...@uma/bot-strategy-runner@1.3.4) (2022-02-10) **Note:** Version bump only for package @uma/bot-strategy-runner diff --git a/packages/bot-strategy-runner/package.json b/packages/bot-strategy-runner/package.json index a1000b0924..9e7c755759 100644 --- a/packages/bot-strategy-runner/package.json +++ b/packages/bot-strategy-runner/package.json @@ -1,15 +1,15 @@ { "name": "@uma/bot-strategy-runner", - "version": "1.3.4", + "version": "1.3.5", "description": "Scripts for running a set of UMA bots against an address whitelist", "homepage": "https://umaproject.org", "license": "AGPL-3.0-or-later", "dependencies": { - "@uma/contracts-node": "^0.3.0", - "@uma/disputer": "^2.6.21", - "@uma/financial-templates-lib": "^2.24.0", - "@uma/liquidator": "^2.6.21", - "@uma/monitors": "^2.11.1", + "@uma/contracts-node": "^0.3.1", + "@uma/disputer": "^2.6.22", + "@uma/financial-templates-lib": "^2.25.0", + "@uma/liquidator": "^2.6.22", + "@uma/monitors": "^2.11.2", "bluebird": "^3.7.2", "cli-progress": "^3.9.0", "commander": "^7.2.0", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 820a4e180c..f187c3d1a9 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.19.0](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.18.0...@uma/common@2.19.0) (2022-02-28) + +### Features + +- **common:** implement rounding utils ([#3830](https://github.com/UMAprotocol/protocol/issues/3830)) ([c2e1225](https://github.com/UMAprotocol/protocol/commit/c2e1225560f095031133cd5268ce3e9b5417278c)) + # [2.18.0](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.17.0...@uma/common@2.18.0) (2022-02-10) ### Features diff --git a/packages/common/package.json b/packages/common/package.json index 53b54fab81..62e06a32bb 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@uma/common", - "version": "2.18.0", + "version": "2.19.0", "description": "Common js utilities used by other UMA packages", "homepage": "http://umaproject.org", "license": "AGPL-3.0-or-later", diff --git a/packages/contract-notifier/CHANGELOG.md b/packages/contract-notifier/CHANGELOG.md index 5ffdbc85cf..cd82e6dd88 100644 --- a/packages/contract-notifier/CHANGELOG.md +++ b/packages/contract-notifier/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.12](https://github.com/UMAprotocol/protocol/compare/@uma/contract-notifier@1.0.11...@uma/contract-notifier@1.0.12) (2022-02-28) + +**Note:** Version bump only for package @uma/contract-notifier + ## [1.0.11](https://github.com/UMAprotocol/protocol/compare/@uma/contract-notifier@1.0.10...@uma/contract-notifier@1.0.11) (2022-02-10) **Note:** Version bump only for package @uma/contract-notifier diff --git a/packages/contract-notifier/package.json b/packages/contract-notifier/package.json index 42a4661fad..fef29eab4c 100644 --- a/packages/contract-notifier/package.json +++ b/packages/contract-notifier/package.json @@ -1,13 +1,13 @@ { "name": "@uma/contract-notifier", - "version": "1.0.11", + "version": "1.0.12", "description": "UMA Contract Notification Bot", "homepage": "https://umaproject.org", "license": "AGPL-3.0-or-later", "main": "index.js", "dependencies": { - "@uma/common": "^2.18.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^6.2.0" }, diff --git a/packages/contracts-frontend/CHANGELOG.md b/packages/contracts-frontend/CHANGELOG.md index 8af4035b78..a96ce0944f 100644 --- a/packages/contracts-frontend/CHANGELOG.md +++ b/packages/contracts-frontend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-frontend@0.3.0...@uma/contracts-frontend@0.3.1) (2022-02-28) + +**Note:** Version bump only for package @uma/contracts-frontend + # [0.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-frontend@0.2.1...@uma/contracts-frontend@0.3.0) (2022-02-10) ### Features diff --git a/packages/contracts-frontend/package.json b/packages/contracts-frontend/package.json index 2d532649d8..e33464d69d 100644 --- a/packages/contracts-frontend/package.json +++ b/packages/contracts-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@uma/contracts-frontend", - "version": "0.3.0", + "version": "0.3.1", "description": "UMA smart contracts and unit tests", "devDependencies": { "@across-protocol/contracts": "^0.1.4", @@ -8,8 +8,8 @@ "@ethersproject/abstract-provider": "^5.4.0", "@ethersproject/contracts": "^5.4.0", "@ethersproject/providers": "^5.4.2", - "@uma/common": "^2.18.0", - "@uma/core": "^2.25.0", + "@uma/common": "^2.19.0", + "@uma/core": "^2.25.1", "ethers": "^5.4.2" }, "homepage": "https://umaproject.org", diff --git a/packages/contracts-node/CHANGELOG.md b/packages/contracts-node/CHANGELOG.md index 6813299c95..0b25a05af3 100644 --- a/packages/contracts-node/CHANGELOG.md +++ b/packages/contracts-node/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-node@0.3.0...@uma/contracts-node@0.3.1) (2022-02-28) + +**Note:** Version bump only for package @uma/contracts-node + # [0.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/contracts-node@0.2.1...@uma/contracts-node@0.3.0) (2022-02-10) ### Features diff --git a/packages/contracts-node/package.json b/packages/contracts-node/package.json index d210511962..fd59a97448 100644 --- a/packages/contracts-node/package.json +++ b/packages/contracts-node/package.json @@ -1,6 +1,6 @@ { "name": "@uma/contracts-node", - "version": "0.3.0", + "version": "0.3.1", "description": "UMA smart contracts and unit tests", "devDependencies": { "@across-protocol/contracts": "^0.1.4", @@ -8,8 +8,8 @@ "@ethersproject/abstract-provider": "^5.4.0", "@ethersproject/contracts": "^5.4.0", "@ethersproject/providers": "^5.4.2", - "@uma/common": "^2.18.0", - "@uma/core": "^2.25.0", + "@uma/common": "^2.19.0", + "@uma/core": "^2.25.1", "ethers": "^5.4.2" }, "homepage": "https://umaproject.org", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f6f6f08924..349c585d9b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.25.1](https://github.com/UMAprotocol/protocol/compare/@uma/core@2.25.0...@uma/core@2.25.1) (2022-02-28) + +**Note:** Version bump only for package @uma/core + # [2.25.0](https://github.com/UMAprotocol/protocol/compare/@uma/core@2.24.1...@uma/core@2.25.0) (2022-02-10) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 4a84953b22..a5e778ceb6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,10 +1,10 @@ { "name": "@uma/core", - "version": "2.25.0", + "version": "2.25.1", "description": "UMA smart contracts and unit tests", "dependencies": { "@openzeppelin/contracts": "4.4.2", - "@uma/common": "^2.18.0", + "@uma/common": "^2.19.0", "@uniswap/lib": "4.0.1-alpha", "@uniswap/v2-core": "1.0.0", "@uniswap/v2-periphery": "1.1.0-beta.0", diff --git a/packages/disputer/CHANGELOG.md b/packages/disputer/CHANGELOG.md index 8f3690965a..ff2b525110 100644 --- a/packages/disputer/CHANGELOG.md +++ b/packages/disputer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.22](https://github.com/UMAprotocol/protocol/compare/@uma/disputer@2.6.21...@uma/disputer@2.6.22) (2022-02-28) + +**Note:** Version bump only for package @uma/disputer + ## [2.6.21](https://github.com/UMAprotocol/protocol/compare/@uma/disputer@2.6.20...@uma/disputer@2.6.21) (2022-02-10) **Note:** Version bump only for package @uma/disputer diff --git a/packages/disputer/package.json b/packages/disputer/package.json index e1dd405f2d..456e78bb65 100644 --- a/packages/disputer/package.json +++ b/packages/disputer/package.json @@ -1,13 +1,13 @@ { "name": "@uma/disputer", - "version": "2.6.21", + "version": "2.6.22", "description": "UMA Disputer", "dependencies": { - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", "@uma/contracts-node-0-1-0": "npm:@uma/contracts-node@0.1.0", - "@uma/core": "^2.25.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/core": "^2.25.1", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^6.2.0" }, diff --git a/packages/financial-templates-lib/CHANGELOG.md b/packages/financial-templates-lib/CHANGELOG.md index b4f74c0f86..db7d61944f 100644 --- a/packages/financial-templates-lib/CHANGELOG.md +++ b/packages/financial-templates-lib/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.25.0](https://github.com/UMAprotocol/protocol/compare/@uma/financial-templates-lib@2.24.0...@uma/financial-templates-lib@2.25.0) (2022-02-28) + +### Features + +- **discordTransport:** Add in a delay between sequential restful calls to discord API to work around rate limits ([#3827](https://github.com/UMAprotocol/protocol/issues/3827)) ([6bd28e5](https://github.com/UMAprotocol/protocol/commit/6bd28e5d19acc2bbe2cf95c5fb622cd7d62e3482)) + # [2.24.0](https://github.com/UMAprotocol/protocol/compare/@uma/financial-templates-lib@2.23.0...@uma/financial-templates-lib@2.24.0) (2022-02-10) ### Features diff --git a/packages/financial-templates-lib/package.json b/packages/financial-templates-lib/package.json index 9da502a544..b8614dfb87 100644 --- a/packages/financial-templates-lib/package.json +++ b/packages/financial-templates-lib/package.json @@ -1,14 +1,14 @@ { "name": "@uma/financial-templates-lib", - "version": "2.24.0", + "version": "2.25.0", "description": "Arbitrage automation and libraries for UMA financial templates", "dependencies": { "@ethersproject/bignumber": "^5.4.2", "@google-cloud/logging-winston": "^4.1.1", "@google-cloud/trace-agent": "^5.1.6", - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", - "@uma/sdk": "^0.22.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", + "@uma/sdk": "^0.22.1", "@uniswap/sdk": "^2.0.5", "bluebird": "^3.7.2", "bn.js": "^4.11.9", diff --git a/packages/funding-rate-proposer/CHANGELOG.md b/packages/funding-rate-proposer/CHANGELOG.md index 847b97efdf..6cc499ce2f 100644 --- a/packages/funding-rate-proposer/CHANGELOG.md +++ b/packages/funding-rate-proposer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.22](https://github.com/UMAprotocol/protocol/compare/@uma/funding-rate-proposer@2.5.21...@uma/funding-rate-proposer@2.5.22) (2022-02-28) + +**Note:** Version bump only for package @uma/funding-rate-proposer + ## [2.5.21](https://github.com/UMAprotocol/protocol/compare/@uma/funding-rate-proposer@2.5.20...@uma/funding-rate-proposer@2.5.21) (2022-02-10) **Note:** Version bump only for package @uma/funding-rate-proposer diff --git a/packages/funding-rate-proposer/package.json b/packages/funding-rate-proposer/package.json index f9dfd5f258..7260d78195 100644 --- a/packages/funding-rate-proposer/package.json +++ b/packages/funding-rate-proposer/package.json @@ -1,11 +1,11 @@ { "name": "@uma/funding-rate-proposer", - "version": "2.5.21", + "version": "2.5.22", "description": "UMA Perpetual Funding Rate Keeper", "dependencies": { - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^6.2.0" }, diff --git a/packages/fx-tunnel-relayer/CHANGELOG.md b/packages/fx-tunnel-relayer/CHANGELOG.md index 2524de9c78..fc9686109b 100644 --- a/packages/fx-tunnel-relayer/CHANGELOG.md +++ b/packages/fx-tunnel-relayer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.5](https://github.com/UMAprotocol/protocol/compare/@uma/fx-tunnel-relayer@1.2.4...@uma/fx-tunnel-relayer@1.2.5) (2022-02-28) + +**Note:** Version bump only for package @uma/fx-tunnel-relayer + ## [1.2.4](https://github.com/UMAprotocol/protocol/compare/@uma/fx-tunnel-relayer@1.2.3...@uma/fx-tunnel-relayer@1.2.4) (2022-02-10) **Note:** Version bump only for package @uma/fx-tunnel-relayer diff --git a/packages/fx-tunnel-relayer/package.json b/packages/fx-tunnel-relayer/package.json index 08a24031d2..17a6dd8a90 100644 --- a/packages/fx-tunnel-relayer/package.json +++ b/packages/fx-tunnel-relayer/package.json @@ -1,12 +1,12 @@ { "name": "@uma/fx-tunnel-relayer", - "version": "1.2.4", + "version": "1.2.5", "description": "Relayer bot to support UMA's Polygon-Ethereum oracle bridge", "dependencies": { "@maticnetwork/maticjs": "^2.0.45", - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^8.2.0" }, diff --git a/packages/insured-bridge-relayer/CHANGELOG.md b/packages/insured-bridge-relayer/CHANGELOG.md index b4a092d92b..50655cc85c 100644 --- a/packages/insured-bridge-relayer/CHANGELOG.md +++ b/packages/insured-bridge-relayer/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.16.0](https://github.com/UMAprotocol/protocol/compare/@uma/insured-bridge-relayer@1.15.0...@uma/insured-bridge-relayer@1.16.0) (2022-02-28) + +### Features + +- **CrossDomainFinalizer:** Fix issue finalizing OP L2->L1 transfers ([#3831](https://github.com/UMAprotocol/protocol/issues/3831)) ([0901f18](https://github.com/UMAprotocol/protocol/commit/0901f187de90d2011e760977e544e36a1948624e)) + # [1.15.0](https://github.com/UMAprotocol/protocol/compare/@uma/insured-bridge-relayer@1.14.3...@uma/insured-bridge-relayer@1.15.0) (2022-02-10) ### Features diff --git a/packages/insured-bridge-relayer/package.json b/packages/insured-bridge-relayer/package.json index c7ca9c620e..49baf76b7d 100644 --- a/packages/insured-bridge-relayer/package.json +++ b/packages/insured-bridge-relayer/package.json @@ -1,15 +1,15 @@ { "name": "@uma/insured-bridge-relayer", - "version": "1.15.0", + "version": "1.16.0", "description": "Relayer bot to support UMA's insured token bridge", "dependencies": { "@eth-optimism/contracts": "^0.5.7", "@eth-optimism/message-relayer": "^0.2.10", "@google-cloud/datastore": "^6.0.0", - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", - "@uma/financial-templates-lib": "^2.24.0", - "@uma/sdk": "^0.22.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", + "@uma/financial-templates-lib": "^2.25.0", + "@uma/sdk": "^0.22.1", "arb-ts": "^1.0.2", "async-retry": "^1.3.1", "dotenv": "^8.2.0", diff --git a/packages/liquidator/CHANGELOG.md b/packages/liquidator/CHANGELOG.md index c412042a79..94a2b55cfd 100644 --- a/packages/liquidator/CHANGELOG.md +++ b/packages/liquidator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.22](https://github.com/UMAprotocol/protocol/compare/@uma/liquidator@2.6.21...@uma/liquidator@2.6.22) (2022-02-28) + +**Note:** Version bump only for package @uma/liquidator + ## [2.6.21](https://github.com/UMAprotocol/protocol/compare/@uma/liquidator@2.6.20...@uma/liquidator@2.6.21) (2022-02-10) **Note:** Version bump only for package @uma/liquidator diff --git a/packages/liquidator/package.json b/packages/liquidator/package.json index e1ff200942..dd7f07d6be 100644 --- a/packages/liquidator/package.json +++ b/packages/liquidator/package.json @@ -1,11 +1,11 @@ { "name": "@uma/liquidator", - "version": "2.6.21", + "version": "2.6.22", "description": "UMA Liquidator", "dependencies": { - "@uma/common": "^2.18.0", - "@uma/core": "^2.25.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/core": "^2.25.1", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^6.2.0" }, diff --git a/packages/merkle-distributor/CHANGELOG.md b/packages/merkle-distributor/CHANGELOG.md index 8e8f0be283..a0d56ac579 100644 --- a/packages/merkle-distributor/CHANGELOG.md +++ b/packages/merkle-distributor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.21](https://github.com/UMAprotocol/protocol/compare/@uma/merkle-distributor@1.3.20...@uma/merkle-distributor@1.3.21) (2022-02-28) + +**Note:** Version bump only for package @uma/merkle-distributor + ## [1.3.20](https://github.com/UMAprotocol/protocol/compare/@uma/merkle-distributor@1.3.19...@uma/merkle-distributor@1.3.20) (2022-02-10) **Note:** Version bump only for package @uma/merkle-distributor diff --git a/packages/merkle-distributor/package.json b/packages/merkle-distributor/package.json index 64802f29c5..acd63bf6b3 100644 --- a/packages/merkle-distributor/package.json +++ b/packages/merkle-distributor/package.json @@ -1,10 +1,10 @@ { "name": "@uma/merkle-distributor", - "version": "1.3.20", + "version": "1.3.21", "description": "Simple script for dealing with Merkle distribution contracts and proofs hosted on IPFS", "dependencies": { - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", "chai": "^4.3.0", "commander": "^7.1.0", "ethers": "^5.4.2", diff --git a/packages/monitors/CHANGELOG.md b/packages/monitors/CHANGELOG.md index ddd9e378f1..bf01e9463d 100644 --- a/packages/monitors/CHANGELOG.md +++ b/packages/monitors/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.11.2](https://github.com/UMAprotocol/protocol/compare/@uma/monitors@2.11.1...@uma/monitors@2.11.2) (2022-02-28) + +**Note:** Version bump only for package @uma/monitors + ## [2.11.1](https://github.com/UMAprotocol/protocol/compare/@uma/monitors@2.11.0...@uma/monitors@2.11.1) (2022-02-10) **Note:** Version bump only for package @uma/monitors diff --git a/packages/monitors/package.json b/packages/monitors/package.json index 77b4a6b93a..fdf78cf4be 100644 --- a/packages/monitors/package.json +++ b/packages/monitors/package.json @@ -1,16 +1,16 @@ { "name": "@uma/monitors", - "version": "2.11.1", + "version": "2.11.2", "description": "UMA Monitors", "homepage": "https://umaproject.org", "license": "AGPL-3.0-or-later", "main": "index.js", "dependencies": { - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", "@uma/contracts-node-0-1-0": "npm:@uma/contracts-node@0.1.0", - "@uma/core": "^2.25.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/core": "^2.25.1", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^6.2.0" }, diff --git a/packages/optimistic-oracle/CHANGELOG.md b/packages/optimistic-oracle/CHANGELOG.md index 3937e022e5..121387246b 100644 --- a/packages/optimistic-oracle/CHANGELOG.md +++ b/packages/optimistic-oracle/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.1](https://github.com/UMAprotocol/protocol/compare/@uma/optimistic-oracle@2.12.0...@uma/optimistic-oracle@2.12.1) (2022-02-28) + +**Note:** Version bump only for package @uma/optimistic-oracle + # [2.12.0](https://github.com/UMAprotocol/protocol/compare/@uma/optimistic-oracle@2.11.0...@uma/optimistic-oracle@2.12.0) (2022-02-10) ### Features diff --git a/packages/optimistic-oracle/package.json b/packages/optimistic-oracle/package.json index 1723b93787..c8051555c5 100644 --- a/packages/optimistic-oracle/package.json +++ b/packages/optimistic-oracle/package.json @@ -1,11 +1,11 @@ { "name": "@uma/optimistic-oracle", - "version": "2.12.0", + "version": "2.12.1", "description": "UMA Optimistic Oracle Keeper", "dependencies": { - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^6.2.0" }, diff --git a/packages/reporters/CHANGELOG.md b/packages/reporters/CHANGELOG.md index c6bb5e9663..29e2781ed1 100644 --- a/packages/reporters/CHANGELOG.md +++ b/packages/reporters/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.26](https://github.com/UMAprotocol/protocol/compare/@uma/reporters@1.1.25...@uma/reporters@1.1.26) (2022-02-28) + +**Note:** Version bump only for package @uma/reporters + ## [1.1.25](https://github.com/UMAprotocol/protocol/compare/@uma/reporters@1.1.24...@uma/reporters@1.1.25) (2022-02-10) **Note:** Version bump only for package @uma/reporters diff --git a/packages/reporters/package.json b/packages/reporters/package.json index ea52898d3b..1c639fa02f 100644 --- a/packages/reporters/package.json +++ b/packages/reporters/package.json @@ -1,11 +1,11 @@ { "name": "@uma/reporters", - "version": "1.1.25", + "version": "1.1.26", "description": "Suite of reporting utils to aid in monitoring UMA financial contracts", "main": "index.js", "dependencies": { "@apollo/client": "^3.0.1", - "@uma/merkle-distributor": "^1.3.20", + "@uma/merkle-distributor": "^1.3.21", "excel4node": "^1.7.2" } } diff --git a/packages/scripts/CHANGELOG.md b/packages/scripts/CHANGELOG.md index fb4f86eacf..a58cb5ba10 100644 --- a/packages/scripts/CHANGELOG.md +++ b/packages/scripts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.8.1](https://github.com/UMAprotocol/protocol/compare/@uma/scripts@1.8.0...@uma/scripts@1.8.1) (2022-02-28) + +**Note:** Version bump only for package @uma/scripts + # [1.8.0](https://github.com/UMAprotocol/protocol/compare/@uma/scripts@1.7.1...@uma/scripts@1.8.0) (2022-02-10) ### Features diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 0c51a451a3..41ef2f4553 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -1,12 +1,12 @@ { "name": "@uma/scripts", - "version": "1.8.0", + "version": "1.8.1", "description": "UMA Core Peripheral Scripts", "dependencies": { "@ethersproject/units": "^5.0.3", "@google-cloud/bigquery": "^5.3.0", - "@uma/common": "^2.18.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/financial-templates-lib": "^2.25.0", "dotenv": "^6.2.0", "hardhat": "^2.4.3", "minimist": "^1.2.0", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 74a181b333..87b9ed3c33 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.1](https://github.com/UMAprotocol/protocol/compare/@uma/sdk@0.22.0...@uma/sdk@0.22.1) (2022-02-28) + +### Bug Fixes + +- **sdk:** add tx hashes to dispute, settle, propose ([#3834](https://github.com/UMAprotocol/protocol/issues/3834)) ([36dd4e3](https://github.com/UMAprotocol/protocol/commit/36dd4e31718959cead653782cc4e8891c6daca09)) +- **sdk:** disable provider polling and correctly check done for past events ([#3833](https://github.com/UMAprotocol/protocol/issues/3833)) ([0a4ce9a](https://github.com/UMAprotocol/protocol/commit/0a4ce9af96481bec0c0eb2ab2ccd8da4dc87ccd5)) + # [0.22.0](https://github.com/UMAprotocol/protocol/compare/@uma/sdk@0.21.0...@uma/sdk@0.22.0) (2022-02-10) ### Bug Fixes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index df0ef61a27..2972413376 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,5 +1,5 @@ { - "version": "0.22.0", + "version": "0.22.1", "license": "MIT", "name": "@uma/sdk", "author": "David Adams", @@ -37,8 +37,8 @@ "dependencies": { "@google-cloud/datastore": "^6.6.0", "@types/lodash-es": "^4.17.5", - "@uma/contracts-frontend": "^0.3.0", - "@uma/contracts-node": "^0.3.0", + "@uma/contracts-frontend": "^0.3.1", + "@uma/contracts-node": "^0.3.1", "axios": "^0.24.0", "bn.js": "^4.11.9", "decimal.js": "^10.3.1", diff --git a/packages/serverless-orchestration/CHANGELOG.md b/packages/serverless-orchestration/CHANGELOG.md index 68f1a7650b..da736aec0f 100644 --- a/packages/serverless-orchestration/CHANGELOG.md +++ b/packages/serverless-orchestration/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.6.5](https://github.com/UMAprotocol/protocol/compare/@uma/serverless-orchestration@2.6.4...@uma/serverless-orchestration@2.6.5) (2022-02-28) + +**Note:** Version bump only for package @uma/serverless-orchestration + ## [2.6.4](https://github.com/UMAprotocol/protocol/compare/@uma/serverless-orchestration@2.6.3...@uma/serverless-orchestration@2.6.4) (2022-02-10) **Note:** Version bump only for package @uma/serverless-orchestration diff --git a/packages/serverless-orchestration/package.json b/packages/serverless-orchestration/package.json index 9841b3a109..d8b5fd8a56 100644 --- a/packages/serverless-orchestration/package.json +++ b/packages/serverless-orchestration/package.json @@ -1,19 +1,19 @@ { "name": "@uma/serverless-orchestration", - "version": "2.6.4", + "version": "2.6.5", "description": "Serverless orchestration scripts to run a parallel instances of scripts or bots", "dependencies": { "@openzeppelin/contracts": "4.4.2", "@truffle/contract": "^4.2.20", - "@uma/common": "^2.18.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/financial-templates-lib": "^2.25.0", "web3": "^1.6.0" }, "devDependencies": { "@awaitjs/express": "^0.3.0", "@google-cloud/datastore": "^6.0.0", "@google-cloud/storage": "^2.4.2", - "@uma/core": "^2.25.0", + "@uma/core": "^2.25.1", "chai": "^4.2.0", "coveralls": "^3.1.0", "ethereumjs-wallet": "^1.0.0", diff --git a/packages/trader/CHANGELOG.md b/packages/trader/CHANGELOG.md index 222416e828..ce1ecb4ef0 100644 --- a/packages/trader/CHANGELOG.md +++ b/packages/trader/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.9.5](https://github.com/UMAprotocol/protocol/compare/@uma/trader@1.9.4...@uma/trader@1.9.5) (2022-02-28) + +**Note:** Version bump only for package @uma/trader + ## [1.9.4](https://github.com/UMAprotocol/protocol/compare/@uma/trader@1.9.3...@uma/trader@1.9.4) (2022-02-10) **Note:** Version bump only for package @uma/trader diff --git a/packages/trader/package.json b/packages/trader/package.json index 8fbbce245d..9e66a6f9b4 100644 --- a/packages/trader/package.json +++ b/packages/trader/package.json @@ -1,12 +1,12 @@ { "name": "@uma/trader", - "version": "1.9.4", + "version": "1.9.5", "description": "UMA Simple Trading Bot", "dependencies": { "@types/sinon": "^10.0.0", - "@uma/common": "^2.18.0", - "@uma/contracts-node": "^0.3.0", - "@uma/financial-templates-lib": "^2.24.0", + "@uma/common": "^2.19.0", + "@uma/contracts-node": "^0.3.1", + "@uma/financial-templates-lib": "^2.25.0", "async-retry": "^1.3.1", "dotenv": "^8.2.0" },