Skip to content

Commit 1ce0ec6

Browse files
authored
feat: release (UMAprotocol#4724)
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent e2224e9 commit 1ce0ec6

File tree

34 files changed

+182
-58
lines changed

34 files changed

+182
-58
lines changed

packages/affiliates/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.23.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
### Features
9+
10+
- add gas rebates nov 23 ([#4672](https://github.com/UMAprotocol/protocol/issues/4672)) ([6f11973](https://github.com/UMAprotocol/protocol/commit/6f11973d2ecbe2975ca65cd0d4c2a6120ed4b148))
11+
- gas rebates december 2023 ([#4681](https://github.com/UMAprotocol/protocol/issues/4681)) ([8319462](https://github.com/UMAprotocol/protocol/commit/83194626fa1b1477a267d4a1c87ed377e76323b2))
12+
- gas rebates february 2024 ([#4715](https://github.com/UMAprotocol/protocol/issues/4715)) ([5f9505b](https://github.com/UMAprotocol/protocol/commit/5f9505b7638076abd8aedb3506623d9c7fa01c91))
13+
614
# [1.22.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
715

816
### Features

packages/affiliates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@uma/affiliates",
3-
"version": "1.22.0",
3+
"version": "1.23.0",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@uma/common": "^2.34.1",
8-
"@uma/contracts-node": "^0.4.19",
7+
"@uma/common": "^2.35.0",
8+
"@uma/contracts-node": "^0.4.20",
99
"cli-progress": "^3.8.2",
1010
"minimist": "^1.2.7",
1111
"mkdirp": "^1.0.4",

packages/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.13.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
### Features
9+
10+
- **api:** api simulates osnap execution ([#4689](https://github.com/UMAprotocol/protocol/issues/4689)) ([8479f5d](https://github.com/UMAprotocol/protocol/commit/8479f5d534369db03f25b3d1e9fb37aa71407f19))
11+
- add tenderly types and api call ([#4684](https://github.com/UMAprotocol/protocol/issues/4684)) ([9d23652](https://github.com/UMAprotocol/protocol/commit/9d236526a8e582fd12802030f0500cdd36bf628b))
12+
- **api:** add boilerplate for osnap tenderly sim ([#4680](https://github.com/UMAprotocol/protocol/issues/4680)) ([e8a1911](https://github.com/UMAprotocol/protocol/commit/e8a19110a83703070b10a021c46da0bf355f826d))
13+
614
# [0.12.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
715

816
### Features

packages/api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uma/api",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"author": "David Adams",
55
"license": "AGPL-3.0-or-later",
66
"main": "build/index.js",
@@ -19,9 +19,9 @@
1919
"@google-cloud/datastore": "^8.2.1",
2020
"@snapshot-labs/snapshot.js": "^0.9.9",
2121
"@types/express": "^4.17.11",
22-
"@uma/common": "^2.34.1",
23-
"@uma/financial-templates-lib": "^2.35.0",
24-
"@uma/sdk": "^0.34.4",
22+
"@uma/common": "^2.35.0",
23+
"@uma/financial-templates-lib": "^2.35.1",
24+
"@uma/sdk": "^0.34.5",
2525
"body-parser": "^1.19.0",
2626
"cors": "^2.8.5",
2727
"ethers": "^5.4.2",

packages/common/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.35.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
### Bug Fixes
9+
10+
- tenderly simulation response interface ([#4674](https://github.com/UMAprotocol/protocol/issues/4674)) ([f7805af](https://github.com/UMAprotocol/protocol/commit/f7805aff7cb08b300d0672ea341a87bc503674b5))
11+
12+
### Features
13+
14+
- add tenderly fork management ([#4673](https://github.com/UMAprotocol/protocol/issues/4673)) ([f89720f](https://github.com/UMAprotocol/protocol/commit/f89720f02ea75e3666473e163d7ec920b19492b1))
15+
- core deployment tasks ([#4695](https://github.com/UMAprotocol/protocol/issues/4695)) ([66be280](https://github.com/UMAprotocol/protocol/commit/66be280155423442388ebf28e2d1b706a6f57a17))
16+
- deploy to Blast Sepolia ([#4698](https://github.com/UMAprotocol/protocol/issues/4698)) ([eabea44](https://github.com/UMAprotocol/protocol/commit/eabea447ac1b7da4dced8c122f909dc0df82ff74))
17+
- sepolia deployments ([#4717](https://github.com/UMAprotocol/protocol/issues/4717)) ([f3f5f16](https://github.com/UMAprotocol/protocol/commit/f3f5f1689e4f07c15bc12033ada7cb5dcfcbbbdf))
18+
- **common:** state override support in tenderly simulation ([#4688](https://github.com/UMAprotocol/protocol/issues/4688)) ([d14cd17](https://github.com/UMAprotocol/protocol/commit/d14cd17f16087a69cf829d2a6744ac2618197017))
19+
- generic balance monitor ([#4670](https://github.com/UMAprotocol/protocol/issues/4670)) ([1496075](https://github.com/UMAprotocol/protocol/commit/1496075c840b18690c6c9bd409d168f62ff09a2e))
20+
621
## [2.34.1](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
722

823
### Bug Fixes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uma/common",
3-
"version": "2.34.1",
3+
"version": "2.35.0",
44
"description": "Common js utilities used by other UMA packages",
55
"homepage": "http://umaproject.org",
66
"license": "AGPL-3.0-or-later",

packages/contract-notifier/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.33](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
**Note:** Version bump only for package @uma/contract-notifier
9+
610
## [1.3.32](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
711

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

packages/contract-notifier/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@uma/contract-notifier",
3-
"version": "1.3.32",
3+
"version": "1.3.33",
44
"description": "UMA Contract Notification Bot",
55
"homepage": "https://umaproject.org",
66
"license": "AGPL-3.0-or-later",
77
"main": "index.js",
88
"dependencies": {
99
"@google-cloud/datastore": "^7.0.0",
10-
"@uma/common": "^2.34.1",
11-
"@uma/financial-templates-lib": "^2.35.0",
10+
"@uma/common": "^2.35.0",
11+
"@uma/financial-templates-lib": "^2.35.1",
1212
"async-retry": "^1.3.1",
1313
"dotenv": "^6.2.0"
1414
},

packages/contracts-frontend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.20](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
**Note:** Version bump only for package @uma/contracts-frontend
9+
610
## [0.4.19](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
711

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

packages/contracts-frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@uma/contracts-frontend",
3-
"version": "0.4.19",
3+
"version": "0.4.20",
44
"description": "UMA smart contracts and unit tests",
55
"devDependencies": {
66
"@across-protocol/contracts": "^0.1.4",
77
"@ethersproject/abi": "^5.4.0",
88
"@ethersproject/abstract-provider": "^5.4.0",
99
"@ethersproject/contracts": "^5.4.0",
1010
"@ethersproject/providers": "^5.4.2",
11-
"@uma/common": "^2.34.1",
12-
"@uma/core": "^2.56.2",
11+
"@uma/common": "^2.35.0",
12+
"@uma/core": "^2.57.0",
1313
"ethers": "^5.4.2"
1414
},
1515
"homepage": "https://umaproject.org",

packages/contracts-node/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.20](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
**Note:** Version bump only for package @uma/contracts-node
9+
610
## [0.4.19](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
711

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

packages/contracts-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@uma/contracts-node",
3-
"version": "0.4.19",
3+
"version": "0.4.20",
44
"description": "UMA smart contracts and unit tests",
55
"devDependencies": {
66
"@across-protocol/contracts": "^0.1.4",
77
"@ethersproject/abi": "^5.4.0",
88
"@ethersproject/abstract-provider": "^5.4.0",
99
"@ethersproject/contracts": "^5.4.0",
1010
"@ethersproject/providers": "^5.4.2",
11-
"@uma/common": "^2.34.1",
12-
"@uma/core": "^2.56.2",
11+
"@uma/common": "^2.35.0",
12+
"@uma/core": "^2.57.0",
1313
"ethers": "^5.4.2"
1414
},
1515
"homepage": "https://umaproject.org",

packages/core/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.57.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
### Bug Fixes
9+
10+
- add core network gas estimation settings ([#4696](https://github.com/UMAprotocol/protocol/issues/4696)) ([3b0f46e](https://github.com/UMAprotocol/protocol/commit/3b0f46e13f1415cb4c66c7ecfb27d5abc5d142f0))
11+
- fix foundry scripts in ci ([#4679](https://github.com/UMAprotocol/protocol/issues/4679)) ([ad06938](https://github.com/UMAprotocol/protocol/commit/ad06938135de61f0a3fa682a912f913c01c06167))
12+
13+
### Features
14+
15+
- add core network deployments ([#4702](https://github.com/UMAprotocol/protocol/issues/4702)) ([ef13bb4](https://github.com/UMAprotocol/protocol/commit/ef13bb4be3e0cadf826c7357d878a930b57ecc94))
16+
- add core-testnet deployments ([#4701](https://github.com/UMAprotocol/protocol/issues/4701)) ([f93eaa6](https://github.com/UMAprotocol/protocol/commit/f93eaa6acfc4dbb9c3c5d4cf6bb3904ab98eb9ae))
17+
- core deployment tasks ([#4695](https://github.com/UMAprotocol/protocol/issues/4695)) ([66be280](https://github.com/UMAprotocol/protocol/commit/66be280155423442388ebf28e2d1b706a6f57a17))
18+
- deploy to Blast Sepolia ([#4698](https://github.com/UMAprotocol/protocol/issues/4698)) ([eabea44](https://github.com/UMAprotocol/protocol/commit/eabea447ac1b7da4dced8c122f909dc0df82ff74))
19+
- old dvm contracts for sepolia ([#4722](https://github.com/UMAprotocol/protocol/issues/4722)) ([e2224e9](https://github.com/UMAprotocol/protocol/commit/e2224e92675092a2caf4838e89aed18bc5a5f249))
20+
- Relax OOv3 Interfaces Solidity Version Requirement to ^0.8.16 ([#4711](https://github.com/UMAprotocol/protocol/issues/4711)) ([0eac91f](https://github.com/UMAprotocol/protocol/commit/0eac91f2b9867a8f88897a248f7ccec1a91a28e1))
21+
- sepolia deployments ([#4717](https://github.com/UMAprotocol/protocol/issues/4717)) ([f3f5f16](https://github.com/UMAprotocol/protocol/commit/f3f5f1689e4f07c15bc12033ada7cb5dcfcbbbdf))
22+
623
## [2.56.2](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
724

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

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@uma/core",
3-
"version": "2.56.2",
3+
"version": "2.57.0",
44
"description": "UMA smart contracts and unit tests",
55
"dependencies": {
66
"@gnosis.pm/safe-contracts": "^1.3.0",
77
"@gnosis.pm/zodiac": "3.2.0",
88
"@maticnetwork/fx-portal": "^1.0.4",
99
"@openzeppelin/contracts": "4.9.6",
10-
"@uma/common": "^2.34.1",
10+
"@uma/common": "^2.35.0",
1111
"@uma/merkle-distributor": "^1.3.38",
1212
"@uniswap/lib": "4.0.1-alpha",
1313
"@uniswap/v2-core": "1.0.0",

packages/financial-templates-lib/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.35.1](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
### Bug Fixes
9+
10+
- add core network gas estimation settings ([#4696](https://github.com/UMAprotocol/protocol/issues/4696)) ([3b0f46e](https://github.com/UMAprotocol/protocol/commit/3b0f46e13f1415cb4c66c7ecfb27d5abc5d142f0))
11+
- maxFeePerGas cannot be less than maxPriorityFeePerGas ([#4667](https://github.com/UMAprotocol/protocol/issues/4667)) ([d459c84](https://github.com/UMAprotocol/protocol/commit/d459c8423349a4409d48637c8aa5625e6729a25f))
12+
613
# [2.35.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
714

815
### Features

packages/financial-templates-lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@uma/financial-templates-lib",
3-
"version": "2.35.0",
3+
"version": "2.35.1",
44
"description": "Arbitrage automation and libraries for UMA financial templates",
55
"dependencies": {
66
"@ethersproject/bignumber": "^5.4.2",
77
"@google-cloud/logging-winston": "^4.1.1",
88
"@google-cloud/trace-agent": "^5.1.6",
99
"@pagerduty/pdjs": "^2.2.4",
10-
"@uma/common": "^2.34.1",
11-
"@uma/contracts-node": "^0.4.19",
10+
"@uma/common": "^2.35.0",
11+
"@uma/contracts-node": "^0.4.20",
1212
"@uma/logger": "^1.1.0",
13-
"@uma/sdk": "^0.34.4",
13+
"@uma/sdk": "^0.34.5",
1414
"@uniswap/sdk": "^2.0.5",
1515
"bluebird": "^3.7.2",
1616
"bn.js": "^4.11.9",

packages/fx-tunnel-relayer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.40](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
**Note:** Version bump only for package @uma/fx-tunnel-relayer
9+
610
## [1.3.39](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
711

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

packages/fx-tunnel-relayer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@uma/fx-tunnel-relayer",
3-
"version": "1.3.39",
3+
"version": "1.3.40",
44
"description": "Relayer bot to support UMA's Polygon-Ethereum oracle bridge",
55
"dependencies": {
66
"@maticnetwork/maticjs": "^3.6.6",
77
"@maticnetwork/maticjs-web3": "^1.0.4",
8-
"@uma/common": "^2.34.1",
9-
"@uma/contracts-node": "^0.4.19",
10-
"@uma/financial-templates-lib": "^2.35.0",
8+
"@uma/common": "^2.35.0",
9+
"@uma/contracts-node": "^0.4.20",
10+
"@uma/financial-templates-lib": "^2.35.1",
1111
"async-retry": "^1.3.1",
1212
"dotenv": "^8.2.0"
1313
},

packages/llm-bot/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.3](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
**Note:** Version bump only for package @uma/llm-bot
9+
610
## [1.1.2](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
711

812
**Note:** Version bump only for package @uma/llm-bot

packages/llm-bot/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uma/llm-bot",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "LLM bots for UMA",
55
"author": "UMA Team",
66
"license": "AGPL-3.0-only",
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@ethersproject/abstract-provider": "^5.4.0",
13-
"@uma/common": "^2.34.1",
14-
"@uma/contracts-node": "^0.4.19",
15-
"@uma/financial-templates-lib": "^2.35.0",
13+
"@uma/common": "^2.35.0",
14+
"@uma/contracts-node": "^0.4.20",
15+
"@uma/financial-templates-lib": "^2.35.1",
1616
"async-retry": "^1.3.3",
1717
"ethers": "^5.4.2"
1818
},

packages/monitor-v2/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.6.0](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
### Bug Fixes
9+
10+
- oSnap automation polygon gas price estimation ([#4699](https://github.com/UMAprotocol/protocol/issues/4699)) ([0439ac4](https://github.com/UMAprotocol/protocol/commit/0439ac4dfeb26b48b51a48fc5c13ddba38c93f36))
11+
- polymarket api resolvedBy can be null ([#4716](https://github.com/UMAprotocol/protocol/issues/4716)) ([62841b8](https://github.com/UMAprotocol/protocol/commit/62841b8c74e344013ed6a6159bf279d3bae72b35))
12+
- remove vote periods from osnap ipfs verification ([#4704](https://github.com/UMAprotocol/protocol/issues/4704)) ([bc7aef9](https://github.com/UMAprotocol/protocol/commit/bc7aef9dc60190909036e1418647f429f3702096))
13+
14+
### Features
15+
16+
- add new polymarket adapter to notifier ([#4675](https://github.com/UMAprotocol/protocol/issues/4675)) ([fb3e604](https://github.com/UMAprotocol/protocol/commit/fb3e604cae657a9851f33016f90b1e1e8bb56f92))
17+
- add polymarket api key to notifier ([#4690](https://github.com/UMAprotocol/protocol/issues/4690)) ([565f238](https://github.com/UMAprotocol/protocol/commit/565f23855b6af5461611e09a71a7cace02023e66))
18+
- find markets ancillary data by adapter ([#4692](https://github.com/UMAprotocol/protocol/issues/4692)) ([1255d2c](https://github.com/UMAprotocol/protocol/commit/1255d2cd9967588f61ba7b48ef70c8ab5c96a81c))
19+
- fix polymarket notifier ancillary data fetching ([#4693](https://github.com/UMAprotocol/protocol/issues/4693)) ([b7ab330](https://github.com/UMAprotocol/protocol/commit/b7ab330c786521c1569f89ce8f00674f35018f7b))
20+
- generic balance monitor ([#4670](https://github.com/UMAprotocol/protocol/issues/4670)) ([1496075](https://github.com/UMAprotocol/protocol/commit/1496075c840b18690c6c9bd409d168f62ff09a2e))
21+
- impose gas usage limit for automated osnap execution ([#4677](https://github.com/UMAprotocol/protocol/issues/4677)) ([d71f315](https://github.com/UMAprotocol/protocol/commit/d71f315f671fbf9ee0cad1cbad6ce569a29455b6))
22+
- new snapshot proposal notifier ([#4671](https://github.com/UMAprotocol/protocol/issues/4671)) ([96cf5be](https://github.com/UMAprotocol/protocol/commit/96cf5be32a3f57ac761f004890dd3466c63e1fa5))
23+
- polymarket event not found tracking ([#4691](https://github.com/UMAprotocol/protocol/issues/4691)) ([71da258](https://github.com/UMAprotocol/protocol/commit/71da2587b97bb5bf928019ac39a07bd13225fa22))
24+
- skip disputes and execution for blacklisted assertions ([#4666](https://github.com/UMAprotocol/protocol/issues/4666)) ([ae65ded](https://github.com/UMAprotocol/protocol/commit/ae65deda00cbfbe466fe666c93ac236e8a552ee7))
25+
626
## [1.5.1](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
727

828
### Bug Fixes

packages/monitor-v2/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uma/monitor-v2",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Set of monitor and health check runners for oracle system",
55
"author": "UMA Team",
66
"license": "AGPL-3.0-only",
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@ethersproject/abstract-provider": "^5.4.0",
1414
"@gnosis.pm/zodiac": "^3.3.2",
15-
"@uma/common": "^2.34.1",
16-
"@uma/contracts-node": "^0.4.19",
17-
"@uma/financial-templates-lib": "^2.35.0",
18-
"@uma/sdk": "^0.34.4",
15+
"@uma/common": "^2.35.0",
16+
"@uma/contracts-node": "^0.4.20",
17+
"@uma/financial-templates-lib": "^2.35.1",
18+
"@uma/sdk": "^0.34.5",
1919
"async-retry": "^1.3.3",
2020
"ethers": "^5.4.2",
2121
"graphql-request": "^5.2.0",

packages/monitors/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.16.3](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2024-03-07)
7+
8+
**Note:** Version bump only for package @uma/monitors
9+
610
## [2.16.2](https://github.com/UMAprotocol/protocol/compare/@uma/[email protected]...@uma/[email protected]) (2023-11-13)
711

812
**Note:** Version bump only for package @uma/monitors

0 commit comments

Comments
 (0)