Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Jun 21, 2022
1 parent 2cce5d9 commit ff3756e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ docker pull shardlabs/starknet-devnet:<TAG>

Image tags correspond to Devnet versions as on PyPI and GitHub, with the `latest` tag used for the latest image. These images are built for linux/amd64. To use the arm64 versions, since `0.1.23` you can append `-arm` to the tag. E.g.:

- `shardlabs/starknet-devnet:0.1.23` - image for the amd64 architecture
- `shardlabs/starknet-devnet:0.1.23-arm` - image for the arm64 architecture
- `shardlabs/starknet-devnet:0.2.4` - image for the amd64 architecture
- `shardlabs/starknet-devnet:0.2.4-arm` - image for the arm64 architecture

The server inside the container listens to the port 5050, which you need to publish to a desired `<PORT>` on your host machine:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starknet_devnet"
version = "0.2.3"
version = "0.2.4"
description = "A local testnet for Starknet"
authors = ["FabijanC <[email protected]>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion starknet_devnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from crypto_cpp_py.cpp_bindings import cpp_hash


__version__ = "0.2.3"
__version__ = "0.2.4"


def patched_pedersen_hash(left: int, right: int) -> int:
Expand Down

0 comments on commit ff3756e

Please sign in to comment.