From cc82a987b8e8af53e3c99d4567d643863cd046d2 Mon Sep 17 00:00:00 2001 From: 0xevolve Date: Wed, 4 Sep 2024 10:36:40 +0100 Subject: [PATCH] =?UTF-8?q?bump:=202.1.1=20=E2=86=92=202.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 19 +++++++++++++++++++ VERSION | 2 +- checkpointer/VERSION | 2 +- checkpointer/checkpointer/__init__.py | 2 +- checkpointer/pyproject.toml | 2 +- merkle-maker/VERSION | 2 +- merkle-maker/merkle_maker/__init__.py | 2 +- merkle-maker/pyproject.toml | 2 +- pragma-sdk/VERSION | 2 +- pragma-sdk/pragma_sdk/__init__.py | 2 +- pragma-sdk/pyproject.toml | 2 +- pragma-utils/VERSION | 2 +- pragma-utils/pragma_utils/__init__.py | 2 +- pragma-utils/pyproject.toml | 2 +- price-pusher/VERSION | 2 +- price-pusher/price_pusher/__init__.py | 2 +- price-pusher/pyproject.toml | 2 +- pyproject.toml | 4 ++-- vrf-listener/VERSION | 2 +- vrf-listener/pyproject.toml | 2 +- vrf-listener/vrf_listener/__init__.py | 2 +- 21 files changed, 40 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349709f6..70509b1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## v2.1.2 (2024-09-04) + +### Feat + +- merkle-maker buildspec (#191) + +### Fix + +- **stable_but_slow_vrf**: Revert + Tweak old stable vrf +- **stable_but_slow_vrf**: removed keys +- **stable_but_slow_vrf**: Todo stuff +- **stable_but_slow_vrf**: Indexing without apibara +- **stable_but_slow_vrf**: Fix test +- **stable_but_slow_vrf**: check interval +- **estimate_fee_fix**: fix (#196) +- **merkle_maker**: module name +- remove useless params (#192) +- update lock files in ci (#190) + ## v2.1.1 (2024-08-08) ### Fix diff --git a/VERSION b/VERSION index 7c327287..8f9174b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/checkpointer/VERSION b/checkpointer/VERSION index 7c327287..8f9174b4 100644 --- a/checkpointer/VERSION +++ b/checkpointer/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/checkpointer/checkpointer/__init__.py b/checkpointer/checkpointer/__init__.py index 58039f50..4eabd0b3 100644 --- a/checkpointer/checkpointer/__init__.py +++ b/checkpointer/checkpointer/__init__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/checkpointer/pyproject.toml b/checkpointer/pyproject.toml index a0a789d0..3fc3fd03 100644 --- a/checkpointer/pyproject.toml +++ b/checkpointer/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checkpointer" -version = "2.1.1" +version = "2.1.2" authors = ["0xevolve "] description = "Checkpoints service for Pragma." readme = "README.md" diff --git a/merkle-maker/VERSION b/merkle-maker/VERSION index 7c327287..8f9174b4 100644 --- a/merkle-maker/VERSION +++ b/merkle-maker/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/merkle-maker/merkle_maker/__init__.py b/merkle-maker/merkle_maker/__init__.py index 58039f50..4eabd0b3 100644 --- a/merkle-maker/merkle_maker/__init__.py +++ b/merkle-maker/merkle_maker/__init__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/merkle-maker/pyproject.toml b/merkle-maker/pyproject.toml index b78e902c..5cd1bcf4 100644 --- a/merkle-maker/pyproject.toml +++ b/merkle-maker/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "merkle-maker" -version = "2.1.1" +version = "2.1.2" authors = ["0xevolve "] description = "Service used to publish Merkle Feeds on chain." readme = "README.md" diff --git a/pragma-sdk/VERSION b/pragma-sdk/VERSION index 7c327287..8f9174b4 100644 --- a/pragma-sdk/VERSION +++ b/pragma-sdk/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/pragma-sdk/pragma_sdk/__init__.py b/pragma-sdk/pragma_sdk/__init__.py index 58039f50..4eabd0b3 100644 --- a/pragma-sdk/pragma_sdk/__init__.py +++ b/pragma-sdk/pragma_sdk/__init__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/pragma-sdk/pyproject.toml b/pragma-sdk/pyproject.toml index 8d89ca30..e990d671 100644 --- a/pragma-sdk/pyproject.toml +++ b/pragma-sdk/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pragma-sdk" -version = "2.1.1" +version = "2.1.2" authors = ["0xevolve "] description = "Core package for rollup-native Pragma Oracle" readme = "README.md" diff --git a/pragma-utils/VERSION b/pragma-utils/VERSION index 7c327287..8f9174b4 100644 --- a/pragma-utils/VERSION +++ b/pragma-utils/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/pragma-utils/pragma_utils/__init__.py b/pragma-utils/pragma_utils/__init__.py index 58039f50..4eabd0b3 100644 --- a/pragma-utils/pragma_utils/__init__.py +++ b/pragma-utils/pragma_utils/__init__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/pragma-utils/pyproject.toml b/pragma-utils/pyproject.toml index e7cf5965..35b68f02 100644 --- a/pragma-utils/pyproject.toml +++ b/pragma-utils/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pragma-utils" -version = "2.1.1" +version = "2.1.2" authors = ["0xevolve "] description = "Utils functions shared accross Pragma python packages." readme = "README.md" diff --git a/price-pusher/VERSION b/price-pusher/VERSION index 7c327287..8f9174b4 100644 --- a/price-pusher/VERSION +++ b/price-pusher/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/price-pusher/price_pusher/__init__.py b/price-pusher/price_pusher/__init__.py index 58039f50..4eabd0b3 100644 --- a/price-pusher/price_pusher/__init__.py +++ b/price-pusher/price_pusher/__init__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/price-pusher/pyproject.toml b/price-pusher/pyproject.toml index a757bf9e..a71b7a08 100644 --- a/price-pusher/pyproject.toml +++ b/price-pusher/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "price-pusher" -version = "2.1.1" +version = "2.1.2" authors = ["0xevolve "] description = "Price pushing service for Pragma." readme = "README.md" diff --git a/pyproject.toml b/pyproject.toml index e8d809e5..394ed9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pragma-monorepo" -version = "2.1.1" +version = "2.1.2" description = "Monorepo container" license = "MIT" authors = ["0xevolve "] @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api" [tool.commitizen] name = "cz_conventional_commits" -version = "2.1.1" +version = "2.1.2" tag_format = "v$version" version_files = [ "VERSION", diff --git a/vrf-listener/VERSION b/vrf-listener/VERSION index 7c327287..8f9174b4 100644 --- a/vrf-listener/VERSION +++ b/vrf-listener/VERSION @@ -1 +1 @@ -2.1.1 \ No newline at end of file +2.1.2 \ No newline at end of file diff --git a/vrf-listener/pyproject.toml b/vrf-listener/pyproject.toml index 2948e3b8..8cc98f04 100644 --- a/vrf-listener/pyproject.toml +++ b/vrf-listener/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vrf-listener" -version = "2.1.1" +version = "2.1.2" authors = ["0xevolve "] description = "VRF pushing service for Pragma." readme = "README.md" diff --git a/vrf-listener/vrf_listener/__init__.py b/vrf-listener/vrf_listener/__init__.py index 58039f50..4eabd0b3 100644 --- a/vrf-listener/vrf_listener/__init__.py +++ b/vrf-listener/vrf_listener/__init__.py @@ -1 +1 @@ -__version__ = "2.1.1" +__version__ = "2.1.2"