From 4b587462fc6b09c65e3859e7228e139b4a7f025b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 25 Sep 2024 16:16:25 +0000 Subject: [PATCH 1/2] Update kakarot to v0.9.0 --- lib/kakarot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kakarot b/lib/kakarot index 4b2139dcf..202416342 160000 --- a/lib/kakarot +++ b/lib/kakarot @@ -1 +1 @@ -Subproject commit 4b2139dcf7ab33ee94680275f77cd944524a0477 +Subproject commit 20241634210675401954e25bea0fedffb667142c From 187e542adf2e259314c2b77ab810cb2b7d277bbf Mon Sep 17 00:00:00 2001 From: Gregory Edison Date: Wed, 2 Oct 2024 13:48:37 +0200 Subject: [PATCH 2/2] bump katana on dockers --- .trunk/trunk.yaml | 22 +++++++++++----------- Makefile | 2 +- docker/hive/Dockerfile | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index a162ed189..309b3447b 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -2,11 +2,11 @@ # To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml version: 0.1 cli: - version: 1.22.2 + version: 1.22.5 plugins: sources: - id: trunk - ref: v1.6.0 + ref: v1.6.2 uri: https://github.com/trunk-io/plugins runtimes: enabled: @@ -28,23 +28,23 @@ lint: cargo clippy --message-format json --locked --all-targets --all-features -- --cap-lints=warn --no-deps enabled: - - actionlint@1.7.1 + - actionlint@1.7.3 - clippy@SYSTEM - rustfmt@SYSTEM - git-diff-check - hadolint@2.12.0 - - markdownlint@0.41.0 - - osv-scanner@1.8.2 - - oxipng@9.1.1 - - prettier@3.3.2 + - markdownlint@0.42.0 + - osv-scanner@1.8.5 + - oxipng@9.1.2 + - prettier@3.3.3 - shellcheck@0.10.0 - shfmt@3.6.0 - - taplo@0.8.1 + - taplo@0.9.3 - terrascan@1.19.1 - - trivy@0.52.2 - - trufflehog@3.79.0 + - trivy@0.55.2 + - trufflehog@3.82.6 - yamllint@1.35.1 - - deno@1.45.1 + - deno@1.46.3 ignore: - linters: [ALL] paths: diff --git a/Makefile b/Makefile index eed92cd2d..71fbe08b2 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ run-dev: load-env RUST_LOG=trace cargo run --bin kakarot-rpc install-katana: - cargo install --git https://github.com/dojoengine/dojo --locked --tag v1.0.0-alpha.0 katana + cargo install --git https://github.com/dojoengine/dojo --locked --tag v1.0.0-alpha.12 katana katana-genesis: install-katana cargo run --bin katana_genesis --features testing diff --git a/docker/hive/Dockerfile b/docker/hive/Dockerfile index 2f9755ad1..b32ada090 100644 --- a/docker/hive/Dockerfile +++ b/docker/hive/Dockerfile @@ -1,7 +1,7 @@ # trunk-ignore-all(terrascan/AC_DOCKER_0047) # CairoVM Chain -FROM ghcr.io/dojoengine/dojo:v1.0.0-alpha.0 as katana +FROM ghcr.io/dojoengine/dojo:v1.0.0-alpha.12 as katana # Indexer service ### Apibara DNA indexer and indexer