diff --git a/packages/affiliates/CHANGELOG.md b/packages/affiliates/CHANGELOG.md index fec0c1f88a..36dbdf4142 100644 --- a/packages/affiliates/CHANGELOG.md +++ b/packages/affiliates/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.3.0...@uma/affiliates@1.4.0) (2021-06-21) + +### Features + +- **affiliates:** Update dev mining whitelist ([#3117](https://github.com/UMAprotocol/protocol/issues/3117)) ([ad298d6](https://github.com/UMAprotocol/protocol/commit/ad298d6fb9c5369550db8401ba42addfa501913e)) +- **bot-strategy-runner:** add unit tests to package ([#2983](https://github.com/UMAprotocol/protocol/issues/2983)) ([186c994](https://github.com/UMAprotocol/protocol/commit/186c994ba12714c13a701c31f49571362748b45f)) +- **gas-rebate:** Rebate 10 ([#3081](https://github.com/UMAprotocol/protocol/issues/3081)) ([06f6190](https://github.com/UMAprotocol/protocol/commit/06f61902a38039ad33ca390f51c4e3a84632d8a0)) + # [1.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/affiliates@1.2.0...@uma/affiliates@1.3.0) (2021-05-20) ### Bug Fixes diff --git a/packages/affiliates/package.json b/packages/affiliates/package.json index 888ca9e6b4..d51e270002 100644 --- a/packages/affiliates/package.json +++ b/packages/affiliates/package.json @@ -1,13 +1,13 @@ { "name": "@uma/affiliates", - "version": "1.3.0", + "version": "1.4.0", "main": "index.js", "license": "MIT", "dependencies": { "@google-cloud/bigquery": "^5.3.0", - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", - "@uma/financial-templates-lib": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.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 new file mode 100644 index 0000000000..5fe49a83af --- /dev/null +++ b/packages/api/CHANGELOG.md @@ -0,0 +1,15 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/UMAprotocol/protocol/compare/api@0.1.0...api@0.2.0) (2021-06-21) + +### Features + +- **api:** 932 record historical synthetic prices based on emp latest price ([#3108](https://github.com/UMAprotocol/protocol/issues/3108)) ([078e694](https://github.com/UMAprotocol/protocol/commit/078e694542ceb1deebc276014ee9d1cb140770e7)) +- **api:** add historical price queries for collateral addresses ([#3079](https://github.com/UMAprotocol/protocol/issues/3079)) ([ce7fdb6](https://github.com/UMAprotocol/protocol/commit/ce7fdb650758fcc6dca622b2ff65903e03bb3f47)) +- **api:** add latest prices for collateral addresses ([#3067](https://github.com/UMAprotocol/protocol/issues/3067)) ([63ce351](https://github.com/UMAprotocol/protocol/commit/63ce351e87d444c6700c716c9e89c045462acec2)) +- **api:** add synthetic prices per emp ([#3107](https://github.com/UMAprotocol/protocol/issues/3107)) ([243699b](https://github.com/UMAprotocol/protocol/commit/243699ba9d778092ff03466e648169344210b259)) +- **api:** add token names and decimals to returned emp state ([#3085](https://github.com/UMAprotocol/protocol/issues/3085)) ([740c264](https://github.com/UMAprotocol/protocol/commit/740c2640d77c5a35e8f4b830c76a6811436c1b08)) +- **api:** add tvl endpoints for each contract ([#3087](https://github.com/UMAprotocol/protocol/issues/3087)) ([2cc372a](https://github.com/UMAprotocol/protocol/commit/2cc372a686e9d927ce0ff8758f5789b52565bc73)) diff --git a/packages/api/package.json b/packages/api/package.json index 54aaa7bb45..b6d2cde686 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,33 +1,33 @@ { "name": "api", "private": true, - "version": "0.1.0", + "version": "0.2.0", "author": "David Adams", "license": "AGPL-3.0-or-later", "devDependencies": { + "@types/isomorphic-fetch": "^0.0.35", + "@types/minimist": "^1.2.1", "@types/mocha": "^8.2.0", "@types/node": "^14.14.25", - "ts-node": "^9.1.1", + "@types/url-join": "^4.0.0", + "@typescript-eslint/parser": "^4.24.0", "ts-mocha": "^8.0.0", - "typescript": "^4.1.3", - "@typescript-eslint/parser":"^4.24.0", - "@types/minimist": "^1.2.1", - "@types/isomorphic-fetch": "^0.0.35", - "@types/url-join": "^4.0.0" + "ts-node": "^9.1.1", + "typescript": "^4.1.3" }, "dependencies": { + "@types/express": "^4.17.11", + "@uma/core": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.0", + "@uma/sdk": "^0.2.0", + "body-parser": "^1.19.0", + "cors": "^2.8.5", "ethers": "^5.1.4", + "express": "^4.17.1", + "isomorphic-fetch": "^3.0.0", + "lodash": "^4.17.21", "minimist": "^1.2.5", - "@uma/financial-templates-lib": "^2.2.0", - "@uma/core": "^2.3.0", - "@uma/sdk": "^0.1.0", - "cors":"^2.8.5", - "body-parser":"^1.19.0", - "lodash":"^4.17.21", - "express":"^4.17.1", - "@types/express":"^4.17.11", - "isomorphic-fetch":"^3.0.0", - "url-join":"^4.0.1" + "url-join": "^4.0.1" }, "files": [ "/dist/**/*.js" @@ -39,9 +39,9 @@ "e2e": "ts-mocha --recursive ./src/**/*.e2e.ts", "test:watch": "ts-mocha --recursive ./src/**/*.test.ts -w --watch--extensions ts", "e2e:watch": "ts-mocha --recursive ./src/**/*.e2e.ts -w --watch--extensions ts", - "eslint": "eslint './src/**/*.ts'", - "prettier": "prettier './**/*.md' './src/**/*.ts'", + "eslint": "eslint './src/**/*.ts'", + "prettier": "prettier './**/*.md' './src/**/*.ts'", "lint": "yarn prettier --write && yarn eslint --fix", - "api":"ts-node src/start api" + "api": "ts-node src/start api" } } diff --git a/packages/bot-strategy-runner/CHANGELOG.md b/packages/bot-strategy-runner/CHANGELOG.md index bd9f07fbaa..4027dcfed8 100644 --- a/packages/bot-strategy-runner/CHANGELOG.md +++ b/packages/bot-strategy-runner/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/UMAprotocol/protocol/compare/@uma/bot-strategy-runner@1.0.2...@uma/bot-strategy-runner@1.1.0) (2021-06-21) + +### Bug Fixes + +- **bot-strategy-runner:** Fix deep config merging ([#3115](https://github.com/UMAprotocol/protocol/issues/3115)) ([568d8d7](https://github.com/UMAprotocol/protocol/commit/568d8d7c45116c34793fa486b30b77178a802ca3)) +- **bot-stratergy-runner:** fix broken default setting ([#3041](https://github.com/UMAprotocol/protocol/issues/3041)) ([fd5ea75](https://github.com/UMAprotocol/protocol/commit/fd5ea7502931a86f513e92e9408279c7ba121a83)) +- **ContractForDiffrence:** general commenting and cleanup ([#3083](https://github.com/UMAprotocol/protocol/issues/3083)) ([422aac5](https://github.com/UMAprotocol/protocol/commit/422aac5832cd6a8518d622f9355bc69a848c1003)) + +### Features + +- **bot-strategy-runner:** add unit tests to package ([#2983](https://github.com/UMAprotocol/protocol/issues/2983)) ([186c994](https://github.com/UMAprotocol/protocol/commit/186c994ba12714c13a701c31f49571362748b45f)) +- **sdk:** add sdk with some basic structure and code examples ([#3007](https://github.com/UMAprotocol/protocol/issues/3007)) ([29f46dd](https://github.com/UMAprotocol/protocol/commit/29f46dd61284e493e1ae6e62c470ff840a38a162)) +- **serverless-hub:** Update to enable generalize bot runner to work in production ([#3062](https://github.com/UMAprotocol/protocol/issues/3062)) ([85caf51](https://github.com/UMAprotocol/protocol/commit/85caf519164aced76b55ab9e65c36a49d1077bb4)) +- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1)) + ## [1.0.2](https://github.com/UMAprotocol/protocol/compare/@uma/bot-strategy-runner@1.0.1...@uma/bot-strategy-runner@1.0.2) (2021-05-20) **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 0d332b75b0..f69a0c5cc9 100644 --- a/packages/bot-strategy-runner/package.json +++ b/packages/bot-strategy-runner/package.json @@ -1,14 +1,14 @@ { "name": "@uma/bot-strategy-runner", - "version": "1.0.2", + "version": "1.1.0", "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/disputer": "^2.3.0", - "@uma/financial-templates-lib": "^2.3.0", - "@uma/liquidator": "^2.3.0", - "@uma/monitors": "^2.3.0", + "@uma/disputer": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.0", + "@uma/liquidator": "^2.4.0", + "@uma/monitors": "^2.4.0", "bluebird": "^3.7.2", "cli-progress": "^3.9.0", "commander": "^7.2.0", @@ -21,8 +21,8 @@ "@types/bluebird": "^3.5.33", "@types/cli-progress": "^3.9.1", "@types/commander": "^2.12.2", - "@types/node-fetch": "^2.5.8", - "@types/mocha": "^8.2.2" + "@types/mocha": "^8.2.2", + "@types/node-fetch": "^2.5.8" }, "publishConfig": { "registry": "https://registry.npmjs.com/", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 67baaa518b..c0fbc90ada 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.2.0...@uma/common@2.3.0) (2021-06-21) + +### Bug Fixes + +- **common:** explicitly require the hardhat etherscan verification plugin ([#3121](https://github.com/UMAprotocol/protocol/issues/3121)) ([3648597](https://github.com/UMAprotocol/protocol/commit/3648597eaf72bcb8840aacce1139692fd0fe0b78)) +- **common:** Fix PublicNetworks ([#3033](https://github.com/UMAprotocol/protocol/issues/3033)) ([34fda80](https://github.com/UMAprotocol/protocol/commit/34fda805f0fad99b8ae3e53273814e08cc8ede5e)) +- **common-ContractUtils:** Add web3 param injection to createContractObjectFromJson ([#3060](https://github.com/UMAprotocol/protocol/issues/3060)) ([805003a](https://github.com/UMAprotocol/protocol/commit/805003a94c01f2d8fb4556701382b0f4bbf26cd8)) +- **TruffleConfig:** Increase networkCheckTimeout for slower connections ([#3029](https://github.com/UMAprotocol/protocol/issues/3029)) ([930960a](https://github.com/UMAprotocol/protocol/commit/930960aa774c90d4d00725e0928cd9ce9949b45c)) + +### Features + +- **core:** add all truffle migrations to hardhat deploy ([#3068](https://github.com/UMAprotocol/protocol/issues/3068)) ([0004bd7](https://github.com/UMAprotocol/protocol/commit/0004bd7401211f628c80198be6ec99cff3156c36)) +- **hardhat:** add default hardhat test fixture ([#3080](https://github.com/UMAprotocol/protocol/issues/3080)) ([4840786](https://github.com/UMAprotocol/protocol/commit/484078630dd0ced42c3ec3642995834123c8d7c0)) +- **optimistic-oracle:** Enable universal blacklist ([#3127](https://github.com/UMAprotocol/protocol/issues/3127)) ([ad84c86](https://github.com/UMAprotocol/protocol/commit/ad84c861b5081d6b9844d62bf2d8373b049faedb)) +- **polygon-amb:** Add Governor Tunnel contracts and unit tests ([#3089](https://github.com/UMAprotocol/protocol/issues/3089)) ([20a3866](https://github.com/UMAprotocol/protocol/commit/20a386693cc380827b3eedd7ff7382b15d7670f3)) +- **polygon-fx-tunnel:** Add Oracle tunnel integrating with Polygon hosted Arbitrary Message Bridge ([#3054](https://github.com/UMAprotocol/protocol/issues/3054)) ([a3bf462](https://github.com/UMAprotocol/protocol/commit/a3bf46270787cbaae4ed2218f064b1217c153a50)) +- **price-identifier-utils:** Ignore SPACEXLAUNCH price id OO requests ([#3126](https://github.com/UMAprotocol/protocol/issues/3126)) ([22e1dd1](https://github.com/UMAprotocol/protocol/commit/22e1dd15353e33a57914f1bccd3c447cb84cd5d7)) +- Add hardhat task to migrate identifier whitelist to new contract ([#3046](https://github.com/UMAprotocol/protocol/issues/3046)) ([4e98402](https://github.com/UMAprotocol/protocol/commit/4e98402896fe50a5013c8decfaa0f261363ae33c)) +- **run-transaction:** add multi EOA transaction runner to DSProxy bots ([#2961](https://github.com/UMAprotocol/protocol/issues/2961)) ([ab88497](https://github.com/UMAprotocol/protocol/commit/ab88497f180d72f1d9e8305fdeabf786f5883b7c)) +- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1)) + # [2.2.0](https://github.com/UMAprotocol/protocol/compare/@uma/common@2.1.0...@uma/common@2.2.0) (2021-05-20) ### Bug Fixes diff --git a/packages/common/package.json b/packages/common/package.json index 65c4254444..4f71d2e15d 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@uma/common", - "version": "2.2.0", + "version": "2.3.0", "description": "Common js utilities used by other UMA packages", "homepage": "http://umaproject.org", "license": "AGPL-3.0-or-later", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index aa1b626384..6118a56a58 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/core@2.3.0...@uma/core@2.4.0) (2021-06-21) + +### Bug Fixes + +- **common-ContractUtils:** Add web3 param injection to createContractObjectFromJson ([#3060](https://github.com/UMAprotocol/protocol/issues/3060)) ([805003a](https://github.com/UMAprotocol/protocol/commit/805003a94c01f2d8fb4556701382b0f4bbf26cd8)) +- **ContractForDiffrence:** general commenting and cleanup ([#3083](https://github.com/UMAprotocol/protocol/issues/3083)) ([422aac5](https://github.com/UMAprotocol/protocol/commit/422aac5832cd6a8518d622f9355bc69a848c1003)) +- **disputer:** address wrong comments ([#3025](https://github.com/UMAprotocol/protocol/issues/3025)) ([4c5b70b](https://github.com/UMAprotocol/protocol/commit/4c5b70bf1b3df5c041fe107f200cfeedd08de7ce)) + +### Features + +- **core:** add custom fee set by deployer for LSP ([#3118](https://github.com/UMAprotocol/protocol/issues/3118)) ([b508f53](https://github.com/UMAprotocol/protocol/commit/b508f536ddfd94a79f93f633142bdc868b73461c)) +- **LSP:** rename all instances and variants of "contract for difference" to "long short pair" ([#3116](https://github.com/UMAprotocol/protocol/issues/3116)) ([8a68b0f](https://github.com/UMAprotocol/protocol/commit/8a68b0f9919e3ef28f0d031d1ffcc467f6bee860)) +- New Deployments ([#3102](https://github.com/UMAprotocol/protocol/issues/3102)) ([05e03ed](https://github.com/UMAprotocol/protocol/commit/05e03edb7b406b0e01e22775e3b544679b743315)) +- **CFD:** Add binary option CFD implementation and tests ([#3093](https://github.com/UMAprotocol/protocol/issues/3093)) ([1389537](https://github.com/UMAprotocol/protocol/commit/1389537ccf3767051e570b855963185c319a7a45)) +- Updated mainnet OO deployments ([#3096](https://github.com/UMAprotocol/protocol/issues/3096)) ([3c284ef](https://github.com/UMAprotocol/protocol/commit/3c284eff70682d3bea0104933ccc7f11ed4ec019)) +- **cfd:** initial CFD stub and tests ([#3016](https://github.com/UMAprotocol/protocol/issues/3016)) ([4595896](https://github.com/UMAprotocol/protocol/commit/45958964a4a32eb2298954b4d306c9647c21c8fc)) +- **cfd:** minor improvements to CFD suite ([#3030](https://github.com/UMAprotocol/protocol/issues/3030)) ([c9a9ef1](https://github.com/UMAprotocol/protocol/commit/c9a9ef15b929f70b83d68ca5916864d2a6d21901)) +- **CFD:** Add call options financial template library ([#3040](https://github.com/UMAprotocol/protocol/issues/3040)) ([8b9d9d9](https://github.com/UMAprotocol/protocol/commit/8b9d9d9b57eca2b4d2617006eccfd00918858f3d)) +- **CFD:** Add range bond financial template library ([#3053](https://github.com/UMAprotocol/protocol/issues/3053)) ([a819f5e](https://github.com/UMAprotocol/protocol/commit/a819f5e3eaaadf353d174fee4cb0006737938baa)) +- **Contract-ForDifference:** Add more unit tests and add LinearCFDLib tests ([#3036](https://github.com/UMAprotocol/protocol/issues/3036)) ([967ab13](https://github.com/UMAprotocol/protocol/commit/967ab13ca5ea15bcd0b78b0dee32f2546114f667)) +- **contractForDiffrence:** CFD creator contract and unit tests ([#3075](https://github.com/UMAprotocol/protocol/issues/3075)) ([4078bee](https://github.com/UMAprotocol/protocol/commit/4078bee513dbcbf1d8b952f869cb9f907e27302f)) +- **core:** add all truffle migrations to hardhat deploy ([#3068](https://github.com/UMAprotocol/protocol/issues/3068)) ([0004bd7](https://github.com/UMAprotocol/protocol/commit/0004bd7401211f628c80198be6ec99cff3156c36)) +- **core:** add custom ancillary data to CFD ([#3057](https://github.com/UMAprotocol/protocol/issues/3057)) ([6c8fd40](https://github.com/UMAprotocol/protocol/commit/6c8fd405bc156a8b8765c71f70092f2d0a9d7b0d)) +- **DSProxy:** add DSGuard contracts to enable multi-dsproxy ownership ([#3031](https://github.com/UMAprotocol/protocol/issues/3031)) ([b1e9f76](https://github.com/UMAprotocol/protocol/commit/b1e9f76ccf0c870b60a225c07873360d1a2ea0d8)) +- **liquidator:** add maxSlippage parameter to single reserve currency liquidator ([#3012](https://github.com/UMAprotocol/protocol/issues/3012)) ([461def6](https://github.com/UMAprotocol/protocol/commit/461def63ccfeeff691d9a4755b8f6cafaf2c1713)) +- **oo:** adds optimistic oracle integration tutorial script ([#3086](https://github.com/UMAprotocol/protocol/issues/3086)) ([a0833c9](https://github.com/UMAprotocol/protocol/commit/a0833c9474fe69f21f8c7a640498c4f97dae9714)) +- **polygon-amb:** Add Governor Tunnel contracts and unit tests ([#3089](https://github.com/UMAprotocol/protocol/issues/3089)) ([20a3866](https://github.com/UMAprotocol/protocol/commit/20a386693cc380827b3eedd7ff7382b15d7670f3)) +- **polygon-amb:** Add Unit Tests for Oracle Tunnel contracts ([#3082](https://github.com/UMAprotocol/protocol/issues/3082)) ([2f8eaf0](https://github.com/UMAprotocol/protocol/commit/2f8eaf0d4c0e9261424aa415cf675a4011849eb8)) +- **polygon-fx-tunnel:** Add Oracle tunnel integrating with Polygon hosted Arbitrary Message Bridge ([#3054](https://github.com/UMAprotocol/protocol/issues/3054)) ([a3bf462](https://github.com/UMAprotocol/protocol/commit/a3bf46270787cbaae4ed2218f064b1217c153a50)) +- Add hardhat task to migrate identifier whitelist to new contract ([#3046](https://github.com/UMAprotocol/protocol/issues/3046)) ([4e98402](https://github.com/UMAprotocol/protocol/commit/4e98402896fe50a5013c8decfaa0f261363ae33c)) +- **price-feed:** Add iFARM price feed configs and HarvestVault template ([#2996](https://github.com/UMAprotocol/protocol/issues/2996)) ([28613db](https://github.com/UMAprotocol/protocol/commit/28613dbfc9bf48f525abce9a403ee9f4d649b499)) +- **voting-script:** Update USDETH rounding specification to 8 decimals ([#3055](https://github.com/UMAprotocol/protocol/issues/3055)) ([43fe50c](https://github.com/UMAprotocol/protocol/commit/43fe50c94e0f032e14dc8d67011fcd168323d977)) +- Add new deployed Sink and Source Oracle addresses ([#3032](https://github.com/UMAprotocol/protocol/issues/3032)) ([9ed7843](https://github.com/UMAprotocol/protocol/commit/9ed7843eaa1fcab0a1631444cf8d5271c58fbfe8)) + # [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/core@2.2.0...@uma/core@2.3.0) (2021-05-20) ### Bug Fixes diff --git a/packages/core/package.json b/packages/core/package.json index bf54966361..5ff292adc7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,10 +1,10 @@ { "name": "@uma/core", - "version": "2.3.0", + "version": "2.4.0", "description": "UMA smart contracts and unit tests", "dependencies": { "@truffle/contract": "^4.3.15", - "@uma/common": "^2.2.0", + "@uma/common": "^2.3.0", "@uma/core-1-1-0": "npm:@uma/core@1.1.0", "@uma/core-1-2-0": "npm:@uma/core@1.2.0", "@uma/core-1-2-1": "npm:@uma/core@1.2.1", @@ -27,8 +27,8 @@ "@typechain/ethers-v5": "^6.0.5", "@typechain/truffle-v5": "^4.0.1", "@typechain/web3-v1": "^2.2.0", - "@uma/financial-templates-lib": "^2.3.0", - "@uma/merkle-distributor": "^1.2.0", + "@uma/financial-templates-lib": "^2.4.0", + "@uma/merkle-distributor": "^1.2.1", "bignumber.js": "^8.0.1", "bip39": "^3.0.2", "chai": "^4.2.0", diff --git a/packages/disputer/CHANGELOG.md b/packages/disputer/CHANGELOG.md index 7bce495dc9..184fdf3257 100644 --- a/packages/disputer/CHANGELOG.md +++ b/packages/disputer/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/disputer@2.3.0...@uma/disputer@2.4.0) (2021-06-21) + +### Bug Fixes + +- **common-ContractUtils:** Add web3 param injection to createContractObjectFromJson ([#3060](https://github.com/UMAprotocol/protocol/issues/3060)) ([805003a](https://github.com/UMAprotocol/protocol/commit/805003a94c01f2d8fb4556701382b0f4bbf26cd8)) +- **disputer:** address wrong comments ([#3025](https://github.com/UMAprotocol/protocol/issues/3025)) ([4c5b70b](https://github.com/UMAprotocol/protocol/commit/4c5b70bf1b3df5c041fe107f200cfeedd08de7ce)) +- **disputer-index:** add a missing log field ([#3113](https://github.com/UMAprotocol/protocol/issues/3113)) ([58695f9](https://github.com/UMAprotocol/protocol/commit/58695f9f9dd65af73102a85afba9c17f83a4d167)) + +### Features + +- **run-transaction:** add multi EOA transaction runner to DSProxy bots ([#2961](https://github.com/UMAprotocol/protocol/issues/2961)) ([ab88497](https://github.com/UMAprotocol/protocol/commit/ab88497f180d72f1d9e8305fdeabf786f5883b7c)) +- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1)) + # [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/disputer@2.2.0...@uma/disputer@2.3.0) (2021-05-20) ### Features diff --git a/packages/disputer/package.json b/packages/disputer/package.json index df8aa503db..48416fea9c 100644 --- a/packages/disputer/package.json +++ b/packages/disputer/package.json @@ -1,11 +1,11 @@ { "name": "@uma/disputer", - "version": "2.3.0", + "version": "2.4.0", "description": "UMA Disputer", "dependencies": { - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", - "@uma/financial-templates-lib": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.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 6fb1e1d89c..f618906880 100644 --- a/packages/financial-templates-lib/CHANGELOG.md +++ b/packages/financial-templates-lib/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/financial-templates-lib@2.3.0...@uma/financial-templates-lib@2.4.0) (2021-06-21) + +### Bug Fixes + +- **cw-pricefeed:** Fix getCurrentPrice when twapLength and invertPrice is defined ([#3101](https://github.com/UMAprotocol/protocol/issues/3101)) ([587ab06](https://github.com/UMAprotocol/protocol/commit/587ab060652fa0593d982a7b0352c2f8dc03d54c)) +- **default-pf-config:** Fix lookback period for BALUSD price id ([#3043](https://github.com/UMAprotocol/protocol/issues/3043)) ([bb4dd0b](https://github.com/UMAprotocol/protocol/commit/bb4dd0bff53733aad3ced3ce9e78c94a64aa8161)) +- **Logger:** address flaky error reporting ([#3028](https://github.com/UMAprotocol/protocol/issues/3028)) ([a61f932](https://github.com/UMAprotocol/protocol/commit/a61f932e6c4d1dbb2e1972d415d9bfa3988a2ac4)) + +### Features + +- **default-pf-config:** Add DEXTFUSD and USDDEXTF price feed configs ([#3017](https://github.com/UMAprotocol/protocol/issues/3017)) ([888b657](https://github.com/UMAprotocol/protocol/commit/888b657f3d185620f61dffdddb8faf68fdf7acf6)) +- **price-feed:** Add iFARM price feed configs and HarvestVault template ([#2996](https://github.com/UMAprotocol/protocol/issues/2996)) ([28613db](https://github.com/UMAprotocol/protocol/commit/28613dbfc9bf48f525abce9a403ee9f4d649b499)) +- **run-transaction:** add multi EOA transaction runner to DSProxy bots ([#2961](https://github.com/UMAprotocol/protocol/issues/2961)) ([ab88497](https://github.com/UMAprotocol/protocol/commit/ab88497f180d72f1d9e8305fdeabf786f5883b7c)) +- **serverless-hub:** Update to enable generalize bot runner to work in production ([#3062](https://github.com/UMAprotocol/protocol/issues/3062)) ([85caf51](https://github.com/UMAprotocol/protocol/commit/85caf519164aced76b55ab9e65c36a49d1077bb4)) +- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1)) + # [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/financial-templates-lib@2.2.0...@uma/financial-templates-lib@2.3.0) (2021-05-20) ### Bug Fixes diff --git a/packages/financial-templates-lib/package.json b/packages/financial-templates-lib/package.json index d144b1e824..3333c1a9f6 100644 --- a/packages/financial-templates-lib/package.json +++ b/packages/financial-templates-lib/package.json @@ -1,13 +1,13 @@ { "name": "@uma/financial-templates-lib", - "version": "2.3.0", + "version": "2.4.0", "description": "Arbitrage automation and libraries for UMA financial templates", "dependencies": { "@ethersproject/bignumber": "^5.0.5", "@google-cloud/logging-winston": "^4.0.4", "@google-cloud/trace-agent": "^4.2.5", - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", "@uniswap/sdk": "^2.0.5", "bluebird": "^3.7.2", "dotenv": "^6.2.0", diff --git a/packages/funding-rate-proposer/CHANGELOG.md b/packages/funding-rate-proposer/CHANGELOG.md index eb837c8e9b..a1f26b55e6 100644 --- a/packages/funding-rate-proposer/CHANGELOG.md +++ b/packages/funding-rate-proposer/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/funding-rate-proposer@2.2.0...@uma/funding-rate-proposer@2.3.0) (2021-06-21) + +### Bug Fixes + +- **disputer:** address wrong comments ([#3025](https://github.com/UMAprotocol/protocol/issues/3025)) ([4c5b70b](https://github.com/UMAprotocol/protocol/commit/4c5b70bf1b3df5c041fe107f200cfeedd08de7ce)) + +### Features + +- **run-transaction:** add multi EOA transaction runner to DSProxy bots ([#2961](https://github.com/UMAprotocol/protocol/issues/2961)) ([ab88497](https://github.com/UMAprotocol/protocol/commit/ab88497f180d72f1d9e8305fdeabf786f5883b7c)) + # [2.2.0](https://github.com/UMAprotocol/protocol/compare/@uma/funding-rate-proposer@2.1.0...@uma/funding-rate-proposer@2.2.0) (2021-05-20) ### Bug Fixes diff --git a/packages/funding-rate-proposer/package.json b/packages/funding-rate-proposer/package.json index 18692764e7..5559198c0b 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.2.0", + "version": "2.3.0", "description": "UMA Perpetual Funding Rate Keeper", "dependencies": { - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", - "@uma/financial-templates-lib": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.0", "async-retry": "^1.3.1", "dotenv": "^6.2.0" }, diff --git a/packages/liquidator/CHANGELOG.md b/packages/liquidator/CHANGELOG.md index 1195f8f0a9..78063b9e93 100644 --- a/packages/liquidator/CHANGELOG.md +++ b/packages/liquidator/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/liquidator@2.3.0...@uma/liquidator@2.4.0) (2021-06-21) + +### Bug Fixes + +- **common-ContractUtils:** Add web3 param injection to createContractObjectFromJson ([#3060](https://github.com/UMAprotocol/protocol/issues/3060)) ([805003a](https://github.com/UMAprotocol/protocol/commit/805003a94c01f2d8fb4556701382b0f4bbf26cd8)) +- **disputer:** address wrong comments ([#3025](https://github.com/UMAprotocol/protocol/issues/3025)) ([4c5b70b](https://github.com/UMAprotocol/protocol/commit/4c5b70bf1b3df5c041fe107f200cfeedd08de7ce)) + +### Features + +- **liquidator:** add maxSlippage parameter to single reserve currency liquidator ([#3012](https://github.com/UMAprotocol/protocol/issues/3012)) ([461def6](https://github.com/UMAprotocol/protocol/commit/461def63ccfeeff691d9a4755b8f6cafaf2c1713)) +- **liquidator:** prevent liquidator from liquidating itself ([#3128](https://github.com/UMAprotocol/protocol/issues/3128)) ([5c08647](https://github.com/UMAprotocol/protocol/commit/5c0864762ed5b1405bb4deb14777b5b202b24ba2)) +- **run-transaction:** add multi EOA transaction runner to DSProxy bots ([#2961](https://github.com/UMAprotocol/protocol/issues/2961)) ([ab88497](https://github.com/UMAprotocol/protocol/commit/ab88497f180d72f1d9e8305fdeabf786f5883b7c)) +- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1)) + # [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/liquidator@2.2.0...@uma/liquidator@2.3.0) (2021-05-20) ### Bug Fixes diff --git a/packages/liquidator/package.json b/packages/liquidator/package.json index 068571b099..6b8f4fc684 100644 --- a/packages/liquidator/package.json +++ b/packages/liquidator/package.json @@ -1,11 +1,11 @@ { "name": "@uma/liquidator", - "version": "2.3.0", + "version": "2.4.0", "description": "UMA Liquidator", "dependencies": { - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", - "@uma/financial-templates-lib": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.0", "@umaprotocol/ynatm": "^0.0.1", "async-retry": "^1.3.1", "dotenv": "^6.2.0" diff --git a/packages/merkle-distributor/CHANGELOG.md b/packages/merkle-distributor/CHANGELOG.md index 997fc15134..95a126f4dc 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.2.1](https://github.com/UMAprotocol/protocol/compare/@uma/merkle-distributor@1.2.0...@uma/merkle-distributor@1.2.1) (2021-06-21) + +**Note:** Version bump only for package @uma/merkle-distributor + # [1.2.0](https://github.com/UMAprotocol/protocol/compare/@uma/merkle-distributor@1.1.0...@uma/merkle-distributor@1.2.0) (2021-05-20) ### Bug Fixes diff --git a/packages/merkle-distributor/package.json b/packages/merkle-distributor/package.json index 5f4f6b3c88..339a3eeeee 100644 --- a/packages/merkle-distributor/package.json +++ b/packages/merkle-distributor/package.json @@ -1,9 +1,9 @@ { "name": "@uma/merkle-distributor", - "version": "1.2.0", + "version": "1.2.1", "description": "Simple script for dealing with Merkle distribution contracts and proofs hosted on IPFS", "dependencies": { - "@uma/core": "^2.3.0", + "@uma/core": "^2.4.0", "chai": "^4.3.0", "commander": "^7.1.0", "ethers": "^5.0.31", diff --git a/packages/monitors/CHANGELOG.md b/packages/monitors/CHANGELOG.md index 922d4c9834..1d17579967 100644 --- a/packages/monitors/CHANGELOG.md +++ b/packages/monitors/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/monitors@2.3.0...@uma/monitors@2.4.0) (2021-06-21) + +### Bug Fixes + +- **disputer:** address wrong comments ([#3025](https://github.com/UMAprotocol/protocol/issues/3025)) ([4c5b70b](https://github.com/UMAprotocol/protocol/commit/4c5b70bf1b3df5c041fe107f200cfeedd08de7ce)) + +### Features + +- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1)) + # [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/monitors@2.2.0...@uma/monitors@2.3.0) (2021-05-20) ### Features diff --git a/packages/monitors/package.json b/packages/monitors/package.json index 60e6c7269a..aae1e37da6 100644 --- a/packages/monitors/package.json +++ b/packages/monitors/package.json @@ -1,14 +1,14 @@ { "name": "@uma/monitors", - "version": "2.3.0", + "version": "2.4.0", "description": "UMA Monitors", "homepage": "https://umaproject.org", "license": "AGPL-3.0-or-later", "main": "index.js", "dependencies": { - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", - "@uma/financial-templates-lib": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.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 6698b71f34..67aa9a5e55 100644 --- a/packages/optimistic-oracle/CHANGELOG.md +++ b/packages/optimistic-oracle/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/optimistic-oracle@2.3.0...@uma/optimistic-oracle@2.4.0) (2021-06-21) + +### Bug Fixes + +- **disputer:** address wrong comments ([#3025](https://github.com/UMAprotocol/protocol/issues/3025)) ([4c5b70b](https://github.com/UMAprotocol/protocol/commit/4c5b70bf1b3df5c041fe107f200cfeedd08de7ce)) +- **OO:** Address wrong log pathing ([#3124](https://github.com/UMAprotocol/protocol/issues/3124)) ([dd7925d](https://github.com/UMAprotocol/protocol/commit/dd7925d2e9521a3a17235c729a9e15854363ba75)) + +### Features + +- **optimistic-oracle:** Enable universal blacklist ([#3127](https://github.com/UMAprotocol/protocol/issues/3127)) ([ad84c86](https://github.com/UMAprotocol/protocol/commit/ad84c861b5081d6b9844d62bf2d8373b049faedb)) +- **run-transaction:** add multi EOA transaction runner to DSProxy bots ([#2961](https://github.com/UMAprotocol/protocol/issues/2961)) ([ab88497](https://github.com/UMAprotocol/protocol/commit/ab88497f180d72f1d9e8305fdeabf786f5883b7c)) + # [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/optimistic-oracle@2.2.0...@uma/optimistic-oracle@2.3.0) (2021-05-20) ### Bug Fixes diff --git a/packages/optimistic-oracle/package.json b/packages/optimistic-oracle/package.json index 9bf4ebec1b..8330d5c893 100644 --- a/packages/optimistic-oracle/package.json +++ b/packages/optimistic-oracle/package.json @@ -1,11 +1,11 @@ { "name": "@uma/optimistic-oracle", - "version": "2.3.0", + "version": "2.4.0", "description": "UMA Optimistic Oracle Keeper", "dependencies": { - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", - "@uma/financial-templates-lib": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.0", "async-retry": "^1.3.1", "dotenv": "^6.2.0" }, diff --git a/packages/reporters/CHANGELOG.md b/packages/reporters/CHANGELOG.md index f41c113524..f0ba2ab186 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.1](https://github.com/UMAprotocol/protocol/compare/@uma/reporters@1.1.0...@uma/reporters@1.1.1) (2021-06-21) + +**Note:** Version bump only for package @uma/reporters + # [1.1.0](https://github.com/UMAprotocol/protocol/compare/@uma/reporters@1.0.2...@uma/reporters@1.1.0) (2021-05-20) ### Bug Fixes diff --git a/packages/reporters/package.json b/packages/reporters/package.json index ae2cd96789..673a2877ff 100644 --- a/packages/reporters/package.json +++ b/packages/reporters/package.json @@ -1,11 +1,11 @@ { "name": "@uma/reporters", - "version": "1.1.0", + "version": "1.1.1", "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.2.0", + "@uma/merkle-distributor": "^1.2.1", "excel4node": "^1.7.2" } } diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md new file mode 100644 index 0000000000..3c34f7892f --- /dev/null +++ b/packages/sdk/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/UMAprotocol/protocol/compare/@uma/sdk@0.1.0...@uma/sdk@0.2.0) (2021-06-21) + +### Features + +- **api:** add historical price queries for collateral addresses ([#3079](https://github.com/UMAprotocol/protocol/issues/3079)) ([ce7fdb6](https://github.com/UMAprotocol/protocol/commit/ce7fdb650758fcc6dca622b2ff65903e03bb3f47)) +- **sdk:** add erc20 client and table ([#3084](https://github.com/UMAprotocol/protocol/issues/3084)) ([f6745d2](https://github.com/UMAprotocol/protocol/commit/f6745d218b953df2214b0f027e6ce229edcff68c)) +- **sdk:** add prices table using sorted map ([#3066](https://github.com/UMAprotocol/protocol/issues/3066)) ([3a04fe4](https://github.com/UMAprotocol/protocol/commit/3a04fe4cfeacbb905d8dd2f2ea71fcde80ff91ce)) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 8bd1a4ac6d..6c32a72e5b 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -22,7 +22,6 @@ "size": "size-limit", "analyze": "size-limit --why" }, - "peerDependencies": {}, "name": "@uma/sdk", "author": "David Adams", "module": "dist/sdk.esm.js", @@ -37,7 +36,7 @@ } ], "dependencies": { - "@uma/core": "^2.2.0", + "@uma/core": "^2.4.0", "ethers": "^5.1.3" }, "devDependencies": { diff --git a/packages/serverless-orchestration/CHANGELOG.md b/packages/serverless-orchestration/CHANGELOG.md index 100b8c9d34..341b11eaf1 100644 --- a/packages/serverless-orchestration/CHANGELOG.md +++ b/packages/serverless-orchestration/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/serverless-orchestration@2.2.0...@uma/serverless-orchestration@2.3.0) (2021-06-21) + +### Bug Fixes + +- **serverlesshub:** reduce logging noise ([#3112](https://github.com/UMAprotocol/protocol/issues/3112)) ([f0ae3f8](https://github.com/UMAprotocol/protocol/commit/f0ae3f8d08bbcd4f4347480b2667058787985a89)) + +### Features + +- **serverless-hub:** Update to enable generalize bot runner to work in production ([#3062](https://github.com/UMAprotocol/protocol/issues/3062)) ([85caf51](https://github.com/UMAprotocol/protocol/commit/85caf519164aced76b55ab9e65c36a49d1077bb4)) +- **serverlessHub:** Add notification path for fatal errors ([#3058](https://github.com/UMAprotocol/protocol/issues/3058)) ([52ce212](https://github.com/UMAprotocol/protocol/commit/52ce2122236eb2176e84b3b5dadfb217c862910b)) +- **Winston-logger:** add multiple escalation paths depending on message context ([#3042](https://github.com/UMAprotocol/protocol/issues/3042)) ([cd9412d](https://github.com/UMAprotocol/protocol/commit/cd9412d1bac4c0def413309423fe9ff8e487e4c1)) + # [2.2.0](https://github.com/UMAprotocol/protocol/compare/@uma/serverless-orchestration@2.1.0...@uma/serverless-orchestration@2.2.0) (2021-05-20) ### Bug Fixes diff --git a/packages/serverless-orchestration/package.json b/packages/serverless-orchestration/package.json index 189322db19..e9b021e730 100644 --- a/packages/serverless-orchestration/package.json +++ b/packages/serverless-orchestration/package.json @@ -1,18 +1,18 @@ { "name": "@uma/serverless-orchestration", - "version": "2.2.0", + "version": "2.3.0", "description": "Serverless orchestration scripts to run a parallel instances of scripts or bots", "dependencies": { "@truffle/contract": "^4.2.20", - "@uma/common": "^2.2.0", - "@uma/financial-templates-lib": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/financial-templates-lib": "^2.4.0", "web3": "^1.3.5" }, "devDependencies": { "@awaitjs/express": "^0.3.0", "@google-cloud/datastore": "^6.0.0", "@google-cloud/storage": "^2.4.2", - "@uma/core": "^2.3.0", + "@uma/core": "^2.4.0", "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 dad0dca335..13b7b96479 100644 --- a/packages/trader/CHANGELOG.md +++ b/packages/trader/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.5.0](https://github.com/UMAprotocol/protocol/compare/@uma/trader@1.4.0...@uma/trader@1.5.0) (2021-06-21) + +### Bug Fixes + +- **common-ContractUtils:** Add web3 param injection to createContractObjectFromJson ([#3060](https://github.com/UMAprotocol/protocol/issues/3060)) ([805003a](https://github.com/UMAprotocol/protocol/commit/805003a94c01f2d8fb4556701382b0f4bbf26cd8)) + +### Features + +- **run-transaction:** add multi EOA transaction runner to DSProxy bots ([#2961](https://github.com/UMAprotocol/protocol/issues/2961)) ([ab88497](https://github.com/UMAprotocol/protocol/commit/ab88497f180d72f1d9e8305fdeabf786f5883b7c)) + # [1.4.0](https://github.com/UMAprotocol/protocol/compare/@uma/trader@1.3.0...@uma/trader@1.4.0) (2021-05-20) ### Bug Fixes diff --git a/packages/trader/package.json b/packages/trader/package.json index 1231e78f54..b813dcb90b 100644 --- a/packages/trader/package.json +++ b/packages/trader/package.json @@ -1,12 +1,12 @@ { "name": "@uma/trader", - "version": "1.4.0", + "version": "1.5.0", "description": "UMA Simple Trading Bot", "dependencies": { "@types/sinon": "^10.0.0", - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", - "@uma/financial-templates-lib": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", + "@uma/financial-templates-lib": "^2.4.0", "@umaprotocol/ynatm": "^0.0.1", "async-retry": "^1.3.1", "dotenv": "^8.2.0" diff --git a/packages/voter-dapp/CHANGELOG.md b/packages/voter-dapp/CHANGELOG.md index cdf7db4cd0..8b57459484 100644 --- a/packages/voter-dapp/CHANGELOG.md +++ b/packages/voter-dapp/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.1.3](https://github.com/UMAprotocol/protocol/compare/@uma/voter-dapp@2.1.2...@uma/voter-dapp@2.1.3) (2021-06-21) + +**Note:** Version bump only for package @uma/voter-dapp + ## [2.1.2](https://github.com/UMAprotocol/protocol/compare/@uma/voter-dapp@2.1.1...@uma/voter-dapp@2.1.2) (2021-05-20) **Note:** Version bump only for package @uma/voter-dapp diff --git a/packages/voter-dapp/package.json b/packages/voter-dapp/package.json index 33860ee6f9..e90cada87a 100644 --- a/packages/voter-dapp/package.json +++ b/packages/voter-dapp/package.json @@ -1,14 +1,14 @@ { "name": "@uma/voter-dapp", - "version": "2.1.2", + "version": "2.1.3", "private": true, "dependencies": { "@apollo/client": "^3.0.2", "@material-ui/core": "^4.3.1", "@material-ui/icons": "^3.0.2", "@material-ui/styles": "^4.3.0", - "@uma/common": "^2.2.0", - "@uma/core": "^2.3.0", + "@uma/common": "^2.3.0", + "@uma/core": "^2.4.0", "@umaprotocol/react-plugin": "^1.5.5", "@umaprotocol/store": "^1.5.7", "bignumber.js": "^8.0.1",