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

Commit

Permalink
feat: scarb 2.3.0 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix authored Oct 24, 2023
1 parent bf5ddd6 commit 1f99fc2
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gas_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.3.0-rc1
scarb-version: 2.3.0

- name: Run compare_snapshot script
id: run-script
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gas_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.3.0-rc1
scarb-version: 2.3.0

- name: Generate gas snapshot
run: python scripts/gen_snapshot.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: 2.3.0-rc1
scarb-version: 2.3.0
- run: scarb fmt --check
- run: scarb build
- run: scarb test
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scarb 2.3.0-rc1
scarb 2.3.0
45 changes: 45 additions & 0 deletions Scarb.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Code generated by scarb DO NOT EDIT.
version = 1

[[package]]
name = "alexandria_storage"
version = "0.2.0"
source = "git+https://github.com/keep-starknet-strange/alexandria.git?rev=3356bf0c5c1a089167d7d3c28d543e195325e596#3356bf0c5c1a089167d7d3c28d543e195325e596"

[[package]]
name = "contracts"
version = "0.1.0"
dependencies = [
"alexandria_storage",
"evm",
"openzeppelin",
"utils",
]

[[package]]
name = "eoa"
version = "0.1.0"
dependencies = [
"evm",
]

[[package]]
name = "evm"
version = "0.1.0"
dependencies = [
"contracts",
"eoa",
"openzeppelin",
"utils",
]

[[package]]
name = "openzeppelin"
version = "0.1.0"

[[package]]
name = "utils"
version = "0.1.0"
dependencies = [
"evm",
]
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ members = ["crates/*"]
[workspace.package]
description = "Kakarot is an (zk)-Ethereum Virtual Machine implementation written in Cairo."
documentation = "https://www.kakarot.org/"
cairo-version = "2.3.0-rc0"
cairo-version = "2.3.0"
version = "0.1.0"
readme = "README.md"
repository = "https://github.com/kkrt-labs/kakarot-ssj/"
license-file = "LICENSE"

[workspace.dependencies]
starknet = "2.3.0-rc0"
starknet = "2.3.0"

[[workspace.tool.starknet-contract]]

Expand Down

0 comments on commit 1f99fc2

Please sign in to comment.