Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

feat: prepare v0.7.6 #1528

Merged
merged 3 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion lib/kakarot
Submodule kakarot updated 28 files
+4 −3 cairo/kakarot-ssj/crates/contracts/tests/test_kakarot_core.cairo
+3 −0 cairo/kakarot-ssj/crates/evm/src/interpreter.cairo
+44 −3 cairo/mock_pragma/Scarb.lock
+1 −1 cairo/mock_pragma/Scarb.toml
+0 −1 cairo/mock_pragma/src/lib.cairo
+4 −8 cairo/mock_pragma/src/mock_pragma_oracle.cairo
+0 −89 cairo/mock_pragma/src/mock_pragma_summary_stats.cairo
+2 −2 cairo_zero/kakarot/interpreter.cairo
+2 −23 cairo_zero/kakarot/precompiles/ec_recover.cairo
+13 −45 cairo_zero/tests/src/kakarot/precompiles/test_ec_recover.py
+0 −22 cairo_zero/tests/src/kakarot/test_kakarot.py
+0 −4 codecov.yml
+3 −4 deployments/starknet-mainnet/declarations.json
+5 −6 deployments/starknet-sepolia-staging/declarations.json
+1 −1 deployments/starknet-sepolia-staging/kakarot_deployments.json
+1 −1 deployments/starknet-sepolia-staging/l1_addresses.json
+3 −4 deployments/starknet-sepolia/declarations.json
+0 −2 kakarot_scripts/constants.py
+0 −4 kakarot_scripts/deployment/starknet_deployments.py
+2 −26 kakarot_scripts/utils/kakarot.py
+4 −8 kakarot_scripts/utils/l1.py
+0 −17 solidity_contracts/scripts/PragmaCaller.s.sol
+1 −2 solidity_contracts/src/CairoPrecompiles/DualVmToken.sol
+15 −194 solidity_contracts/src/CairoPrecompiles/PragmaCaller.sol
+32 −291 tests/end_to_end/CairoPrecompiles/Pragma/test_pragma_precompile.py
+1 −1 tests/end_to_end/CairoPrecompiles/test_dual_vm_token.py
+1 −1 tests/end_to_end/CairoPrecompiles/test_whitelisted_call_cairo_precompile.py
+2 −3 tests/utils/syscall_handler.py
Loading