Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Kakarot to v0.9.0 #1403

Merged
merged 2 commits into from
Oct 2, 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
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
Loading