Skip to content

Commit

Permalink
bump: 2.4.2 → 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Nov 26, 2024
1 parent 7e63d74 commit f1072fb
Show file tree
Hide file tree
Showing 13 changed files with 534 additions and 520 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.4.3 (2024-11-26)

### Fix

- starkex x10 full support (#229)

## v2.4.2 (2024-11-22)

### Feat
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ Our services used to publish data etc...:
- <a href="./checkpointer">Checkpointer</a>
- <a href="./merkle-maker">Merkle Maker</a>

## Releasing a new version

```bash
cz bump --increment <patch|minor|major>
cd pragma-sdk && poetry publish --build && cd -
sh scripts/poetry_lock_update.sh
```

## Contributing

See the [CONTRIBUTING](./CONTRIBUTING.md) guide.
148 changes: 74 additions & 74 deletions checkpointer/poetry.lock

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions lp-pricer/poetry.lock

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions merkle-maker/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pragma-sdk/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.2
2.4.3
146 changes: 73 additions & 73 deletions pragma-sdk/poetry.lock

Large diffs are not rendered by default.

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.4.2"
version = "2.4.3"
authors = ["0xevolve <matthias@pragma.build>"]
description = "Core package for rollup-native Pragma Oracle"
readme = "README.md"
Expand Down
146 changes: 73 additions & 73 deletions pragma-utils/poetry.lock

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions price-pusher/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion price-pusher/price_pusher/core/poller.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def _fetch_action(self) -> None:
Call the fetcher client `fetch` function to try to retrieve all entries from fetchers.
"""
new_entries = await self.fetcher_client.fetch(
filter_exceptions=True, return_exceptions=True, timeout_duration=3
filter_exceptions=True, return_exceptions=True, timeout_duration=10
)
return new_entries

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.4.2"
version = "2.4.3"
tag_format = "v$version"
version_files = [
"VERSION",
Expand Down
148 changes: 74 additions & 74 deletions vrf-listener/poetry.lock

Large diffs are not rendered by default.

0 comments on commit f1072fb

Please sign in to comment.