Skip to content

Commit

Permalink
bump: 2.1.4 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Oct 24, 2024
1 parent 24a029e commit 9539378
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.2.0 (2024-10-24)

### Feat

- Ekubo Fetcher onchain (#211)

## v2.1.4 (2024-10-21)

## v2.1.3 (2024-10-15)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.0
2 changes: 1 addition & 1 deletion checkpointer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.0
2 changes: 1 addition & 1 deletion checkpointer/checkpointer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.4"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion checkpointer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "checkpointer"
version = "2.1.4"
version = "2.2.0"
authors = ["0xevolve <[email protected]>"]
description = "Checkpoints service for Pragma."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion merkle-maker/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.0
2 changes: 1 addition & 1 deletion merkle-maker/merkle_maker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.4"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion merkle-maker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "merkle-maker"
version = "2.1.4"
version = "2.2.0"
authors = ["0xevolve <[email protected]>"]
description = "Service used to publish Merkle Feeds on chain."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pragma-sdk/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.0
2 changes: 1 addition & 1 deletion pragma-sdk/pragma_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.4"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion pragma-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pragma-sdk"
version = "2.1.4"
version = "2.2.0"
authors = ["0xevolve <[email protected]>"]
description = "Core package for rollup-native Pragma Oracle"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pragma-utils/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.0
2 changes: 1 addition & 1 deletion pragma-utils/pragma_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.4"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion pragma-utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pragma-utils"
version = "2.1.4"
version = "2.2.0"
authors = ["0xevolve <[email protected]>"]
description = "Utils functions shared accross Pragma python packages."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion price-pusher/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.0
13 changes: 11 additions & 2 deletions price-pusher/config/config.example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
- pairs:
spot:
- BTC/USD
- BTC/EUR
- WBTC/USD
- WBTC/BTC
- STETH/USD
- ETH/USD
time_difference: 60
price_deviation: 0.0025
- WSTETH/USD
- STRK/USD
- USDC/USD
- USDT/USD
- DAI/USD
time_difference: 120
price_deviation: 0.0025
2 changes: 1 addition & 1 deletion price-pusher/price_pusher/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.4"
__version__ = "2.2.0"
2 changes: 1 addition & 1 deletion price-pusher/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "price-pusher"
version = "2.1.4"
version = "2.2.0"
authors = ["0xevolve <[email protected]>"]
description = "Price pushing service for Pragma."
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pragma-monorepo"
version = "2.1.4"
version = "2.2.0"
description = "Monorepo container"
license = "MIT"
authors = ["0xevolve <[email protected]>"]
Expand All @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.1.4"
version = "2.2.0"
tag_format = "v$version"
version_files = [
"VERSION",
Expand Down
2 changes: 1 addition & 1 deletion vrf-listener/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.4
2.2.0
2 changes: 1 addition & 1 deletion vrf-listener/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vrf-listener"
version = "2.1.4"
version = "2.2.0"
authors = ["0xevolve <[email protected]>"]
description = "VRF pushing service for Pragma."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion vrf-listener/vrf_listener/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.4"
__version__ = "2.2.0"

0 comments on commit 9539378

Please sign in to comment.