Skip to content

Commit

Permalink
feat: New package releases (#3134)
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Pai <[email protected]>
  • Loading branch information
nicholaspai authored Jun 21, 2021
1 parent 078e694 commit 54fbb49
Show file tree
Hide file tree
Showing 34 changed files with 290 additions and 77 deletions.
8 changes: 8 additions & 0 deletions packages/affiliates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (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/[email protected]...@uma/[email protected]) (2021-05-20)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/affiliates/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 15 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]@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))
40 changes: 20 additions & 20 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
}
}
15 changes: 15 additions & 0 deletions packages/bot-strategy-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (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/[email protected]...@uma/[email protected]) (2021-05-20)

**Note:** Version bump only for package @uma/bot-strategy-runner
Expand Down
14 changes: 7 additions & 7 deletions packages/bot-strategy-runner/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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/",
Expand Down
21 changes: 21 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (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/[email protected]...@uma/[email protected]) (2021-05-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
34 changes: 34 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (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/[email protected]...@uma/[email protected]) (2021-05-20)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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/[email protected]",
"@uma/core-1-2-0": "npm:@uma/[email protected]",
"@uma/core-1-2-1": "npm:@uma/[email protected]",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 54fbb49

Please sign in to comment.