Skip to content

Commit

Permalink
bump to dojo 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Dec 1, 2024
1 parent c8a77eb commit 198fb9c
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- uses: asdf-vm/actions/setup@v3
- run: |
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.2
asdf global dojo 1.0.2
asdf install dojo 1.0.3
asdf global dojo 1.0.3
cd contracts && sozo test
2 changes: 1 addition & 1 deletion DOJO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL ["/bin/bash", "-c"]

ARG ASDF_VERSION="v0.14.1"
ARG SCARB_VERSION="2.7.0"
ARG DOJO_VERSION="1.0.2"
ARG DOJO_VERSION="1.0.3"
ARG STARKLI_VERSION="0.3.5"


Expand Down
2 changes: 1 addition & 1 deletion contracts/.tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dojo 1.0.2
dojo 1.0.3
scarb 2.8.4
2 changes: 1 addition & 1 deletion contracts/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cairo1.enableLanguageServer": true,
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.2/bin/dojo-language-server",
"cairo1.languageServerPath": "${userHome}/.asdf/installs/dojo/1.0.3/bin/dojo-language-server",
"cairo1.enableScarb": true,
"cairo1.scarbPath": "${userHome}/.asdf/installs/scarb/2.8.4/bin/scarb",
"cairo1.preferScarbLanguageServer": false
Expand Down
2 changes: 1 addition & 1 deletion contracts/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{
"label": "Start Torii",
"type": "shell",
"command": "torii --world 0x06f130c8e150882e39cbe878c650c8f35c86579180dbc77d0c1cbe169449b5f6 --http.cors_origins '*' --db-dir db/torii",
"command": "torii --world 0x2bf4d3aa0dced89d37d8c3b4ff6a05895c0af32ff3baf9b02abf8504e53eaad --http.cors_origins '*' --db-dir db/torii",
"isBackground": true,
"problemMatcher": [],
"presentation": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Follow the asdf installation instructions.

```
asdf plugin add dojo https://github.com/dojoengine/asdf-dojo
asdf install dojo 1.0.2
asdf install dojo 1.0.3
```

### Install scarb
Expand Down
12 changes: 6 additions & 6 deletions contracts/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ version = 1

[[package]]
name = "dojo"
version = "1.0.2"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.2#8eb8c480676ea8b0fc5d6e59585cdbab1ff8200d"
version = "1.0.3"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.3#c65c25788d900325fa5e6e9d464da633cfabc468"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_cairo_test"
version = "1.0.0-rc.0"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.2#8eb8c480676ea8b0fc5d6e59585cdbab1ff8200d"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.3#c65c25788d900325fa5e6e9d464da633cfabc468"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_plugin"
version = "2.8.4"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.2#8eb8c480676ea8b0fc5d6e59585cdbab1ff8200d"
source = "git+https://github.com/dojoengine/dojo?tag=v1.0.3#c65c25788d900325fa5e6e9d464da633cfabc468"

[[package]]
name = "pixelaw"
version = "0.5.10"
version = "0.5.11"
dependencies = [
"dojo",
"dojo_cairo_test",
Expand All @@ -33,7 +33,7 @@ dependencies = [

[[package]]
name = "pixelaw_test_helpers"
version = "0.5.10"
version = "0.5.11"
dependencies = [
"dojo",
"dojo_cairo_test",
Expand Down
4 changes: 2 additions & 2 deletions contracts/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ edition = "2024_07"
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.2" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }
starknet = "2.8.4"

[dev-dependencies]
pixelaw_test_helpers = { path = "../test_helpers" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.2" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }

[tool.fmt]
sort-module-level-items = true
Expand Down
4 changes: 2 additions & 2 deletions contracts/Scarb_deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ edition = "2024_07"
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.2" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }
starknet = "2.8.4"

[dev-dependencies]
pixelaw_test_helpers = { path = "../test_helpers" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.2" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }

[tool.fmt]
sort-module-level-items = true
Expand Down
2 changes: 1 addition & 1 deletion contracts/dojo_dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mappings = {}
rpc_url = "http://localhost:5050/"
account_address = "0x127fd5f1fe78a71f8bcd1fec63e3fe2f0486b6ecd5c86a0466c3a21fa5cfcec"
private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"
world_address = "0x06f130c8e150882e39cbe878c650c8f35c86579180dbc77d0c1cbe169449b5f6"
world_address = "0x2bf4d3aa0dced89d37d8c3b4ff6a05895c0af32ff3baf9b02abf8504e53eaad"

[writers]
"pixelaw-App" = ["pixelaw-actions"]
Expand Down
4 changes: 2 additions & 2 deletions test_helpers/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ edition = "2024_07"
sierra-replace-ids = true

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.2" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.2" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }
dojo_cairo_test = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.3" }
starknet = "2.8.4"

[tool.fmt]
Expand Down

0 comments on commit 198fb9c

Please sign in to comment.