Skip to content

Commit

Permalink
Update Kakarot to v0.9.0 (#1403)
Browse files Browse the repository at this point in the history
* Update kakarot to v0.9.0

* bump katana on dockers

---------

Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Gregory Edison <[email protected]>
  • Loading branch information
3 people authored Oct 2, 2024
1 parent 6ef788d commit 6cec012
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -28,23 +28,23 @@ lint:
cargo clippy --message-format json --locked --all-targets
--all-features -- --cap-lints=warn --no-deps
enabled:
- [email protected].1
- [email protected].3
- clippy@SYSTEM
- rustfmt@SYSTEM
- git-diff-check
- [email protected]
- markdownlint@0.41.0
- [email protected].2
- [email protected].1
- [email protected].2
- markdownlint@0.42.0
- [email protected].5
- [email protected].2
- [email protected].3
- [email protected]
- [email protected]
- taplo@0.8.1
- taplo@0.9.3
- [email protected]
- trivy@0.52.2
- trufflehog@3.79.0
- trivy@0.55.2
- trufflehog@3.82.6
- [email protected]
- deno@1.45.1
- deno@1.46.3
ignore:
- linters: [ALL]
paths:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/hive/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/kakarot
Submodule kakarot updated 109 files

0 comments on commit 6cec012

Please sign in to comment.