Skip to content

Commit

Permalink
improve: release (UMAprotocol#3835)
Browse files Browse the repository at this point in the history
* improve: increase ci test size
  • Loading branch information
daywiss authored Feb 28, 2022
1 parent 36dd4e3 commit 7b4b0e6
Show file tree
Hide file tree
Showing 47 changed files with 185 additions and 84 deletions.
2 changes: 1 addition & 1 deletion ci/tests/test-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 4 additions & 0 deletions packages/across-monitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/across-monitor

## [1.1.4](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

**Note:** Version bump only for package @uma/across-monitor
Expand Down
8 changes: 4 additions & 4 deletions packages/across-monitor/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/affiliates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/affiliates

# [1.9.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

### Features
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.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/api

## [0.10.4](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

**Note:** Version bump only for package @uma/api
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/bot-strategy-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/bot-strategy-runner

## [1.3.4](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

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

### Features
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.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",
Expand Down
4 changes: 4 additions & 0 deletions packages/contract-notifier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/contract-notifier

## [1.0.11](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

**Note:** Version bump only for package @uma/contract-notifier
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-notifier/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/contracts-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/contracts-frontend

# [0.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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",
"@ethersproject/abi": "^5.4.0",
"@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",
Expand Down
4 changes: 4 additions & 0 deletions packages/contracts-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/contracts-node

# [0.3.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts-node/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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",
"@ethersproject/abi": "^5.4.0",
"@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",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/core

# [2.25.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

### Features
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/disputer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/disputer

## [2.6.21](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

**Note:** Version bump only for package @uma/disputer
Expand Down
10 changes: 5 additions & 5 deletions packages/disputer/package.json
Original file line number Diff line number Diff line change
@@ -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/[email protected]",
"@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"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/financial-templates-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (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/[email protected]...@uma/[email protected]) (2022-02-10)

### Features
Expand Down
8 changes: 4 additions & 4 deletions packages/financial-templates-lib/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/funding-rate-proposer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/funding-rate-proposer

## [2.5.21](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

**Note:** Version bump only for package @uma/funding-rate-proposer
Expand Down
8 changes: 4 additions & 4 deletions packages/funding-rate-proposer/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/fx-tunnel-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (2022-02-28)

**Note:** Version bump only for package @uma/fx-tunnel-relayer

## [1.2.4](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2022-02-10)

**Note:** Version bump only for package @uma/fx-tunnel-relayer
Expand Down
8 changes: 4 additions & 4 deletions packages/fx-tunnel-relayer/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/insured-bridge-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@uma/[email protected]) (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/[email protected]...@uma/[email protected]) (2022-02-10)

### Features
Expand Down
Loading

0 comments on commit 7b4b0e6

Please sign in to comment.