Skip to content

Commit

Permalink
feat: prepare v0.7.6 (#1528)
Browse files Browse the repository at this point in the history
* feat: prepare v0.7.6

* fix submodule pinning

* revert fix
  • Loading branch information
Eikix authored Nov 6, 2024
1 parent 3e7c0ae commit 5e74be8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions deployments/karnot/deployment-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environments:
id: b429998b-67d1-4866-927e-bc0d432d59d7
repos:
kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.5
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.6
config:
KAKAROT_ADDRESS: "0x1d2e513630d8120666fc6e7d52ad0c01479fd99c183baac79fff9135f46e359"
UNINITIALIZED_ACCOUNT_CLASS_HASH: "0x7b2de5e73ff7eb338d76c967dd5aa3f3004574d326b8c1402bb819d4983b8b6"
Expand All @@ -13,7 +13,7 @@ environments:
MAX_LOGS: "10000"
RPC_MAX_CONNECTIONS: "5000"
kakarot-indexer:
image: ghcr.io/kkrt-labs/kakarot-rpc/indexer:v0.7.5
image: ghcr.io/kkrt-labs/kakarot-rpc/indexer:v0.7.6
config:
KAKAROT_ADDRESS: "0x1d2e513630d8120666fc6e7d52ad0c01479fd99c183baac79fff9135f46e359"
ALLOW_ENV_FROM_ENV: "DEBUG,APIBARA_AUTH_TOKEN,STARTING_BLOCK,STREAM_URL,SINK_TYPE,MONGO_CONNECTION_STRING,MONGO_DATABASE_NAME,STARKNET_NETWORK,KAKAROT_ADDRESS,ALLOW_NET,PERSIST_TO_REDIS,SINK_ID,UNINITIALIZED_ACCOUNT_CLASS_HASH,ACCOUNT_CONTRACT_CLASS_HASH,DEFAULT_BLOCK_GAS_LIMIT,MAX_FELTS_IN_CALLDATA"
Expand All @@ -29,7 +29,7 @@ environments:
id: 4912672c-533c-4198-9834-a8999c0b2db0
repos:
kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.5
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.6
config:
KAKAROT_ADDRESS: "0x48fc2888aad166304e63af35a48e00e32da9831e49fe30a22148fdecdb7e66f"
UNINITIALIZED_ACCOUNT_CLASS_HASH: "0x7b2de5e73ff7eb338d76c967dd5aa3f3004574d326b8c1402bb819d4983b8b6"
Expand All @@ -39,7 +39,7 @@ environments:
MAX_LOGS: "10000"
RPC_MAX_CONNECTIONS: "5000"
kakarot-indexer:
image: ghcr.io/kkrt-labs/kakarot-rpc/indexer:v0.7.5
image: ghcr.io/kkrt-labs/kakarot-rpc/indexer:v0.7.6
config:
KAKAROT_ADDRESS: "0x48fc2888aad166304e63af35a48e00e32da9831e49fe30a22148fdecdb7e66f"
ALLOW_ENV_FROM_ENV: "DEBUG,APIBARA_AUTH_TOKEN,STARTING_BLOCK,STREAM_URL,SINK_TYPE,MONGO_CONNECTION_STRING,MONGO_DATABASE_NAME,STARKNET_NETWORK,KAKAROT_ADDRESS,ALLOW_NET,PERSIST_TO_REDIS,SINK_ID,UNINITIALIZED_ACCOUNT_CLASS_HASH,ACCOUNT_CONTRACT_CLASS_HASH,DEFAULT_BLOCK_GAS_LIMIT,MAX_FELTS_IN_CALLDATA"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
- redis

kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.5
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.6
pull_policy: always
ports:
- 3030:3030
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
- redis

kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.5
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.6
pull_policy: always
ports:
- 3030:3030
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
restart: on-failure

kakarot-deployer:
image: ghcr.io/kkrt-labs/kakarot/deployer:v0.9.4
image: ghcr.io/kkrt-labs/kakarot/deployer:v0.9.6
# Always pull the latest image, until we use release tags
pull_policy: always
environment:
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
- redis

kakarot-rpc:
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.5
image: ghcr.io/kkrt-labs/kakarot-rpc/node:v0.7.6
ports:
- 3030:3030
environment:
Expand Down

0 comments on commit 5e74be8

Please sign in to comment.