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

feat: namespaces #2148

Merged
merged 29 commits into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8d98dc7
Namespace feature
remybar May 31, 2024
93ec22d
Handle namespace for models and contracts (#2023)
remybar Jun 18, 2024
d6a9b88
fix: update manifests
glihm Jun 18, 2024
9f29483
merge main
glihm Jun 22, 2024
b048061
fix: update manifests
glihm Jun 24, 2024
796ce55
merge main
glihm Jun 26, 2024
b3295dc
fix: update world address in Scarb.toml
glihm Jun 26, 2024
37ca531
fix world_test
notV4l Jun 27, 2024
7a848d8
Namespace feature improvements (#2108)
remybar Jul 1, 2024
9c5e169
merge main
glihm Jul 2, 2024
f1f89ad
Overlays (#2127)
remybar Jul 3, 2024
93b38dd
fix: change tag separator to `-` (#2132)
glihm Jul 3, 2024
24b7ca4
update sozo auth command + auto-auth feature (#2134)
remybar Jul 4, 2024
3d99f38
replace {WORLD,BASE}_CONTRACT_NAME by {WORLD,BASE}_CONTRACT_TAG (#2136)
remybar Jul 4, 2024
fe84867
fix(sozo): migration with seed and world address both provided (#2135)
lambda-0x Jul 4, 2024
4d84448
merge main
glihm Jul 4, 2024
6fbd50e
feat(torii-core): namespace in processor & db migration (#2130)
Larkooo Jul 5, 2024
636eada
fix: fix compiler diags by rewriting the function with rewrite node (…
glihm Jul 5, 2024
d0760bc
fix: add missing mapping to interfaces
glihm Jul 5, 2024
3e4ee51
fix: ensure wasm compatibility
glihm Jul 5, 2024
e7d1def
fix: test fixes for wasm32 changes (#2144)
glihm Jul 5, 2024
9846abb
fix: clean subcommand (#2122)
lambda-0x Jul 5, 2024
6be6953
merge main
glihm Jul 6, 2024
7d6bede
Merge remote-tracking branch 'dojo/feat/namespace' into feat/namespace
glihm Jul 6, 2024
d57db87
fix: uncomment tests
glihm Jul 6, 2024
281fa2d
fix: add more tests
glihm Jul 6, 2024
6a086a4
fix: fix metadata test
glihm Jul 6, 2024
de5a588
fix: add tests and fix metadata
glihm Jul 6, 2024
de5344b
fix: attempt to fix flaky test with 1s delay
glihm Jul 6, 2024
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
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@
"apply"
]
},
{
"name": "Sozo",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/target/debug/sozo",
"args": [
"--manifest-path",
"examples/spawn-and-move/Scarb.toml",
"events",
"--world",
"0x04c972a756d796d716f665a8079dbf9aff05bbba41a2b8194553073f31d7d393",
"--chunk-size",
"100"
]
},
{
"type": "lldb",
"request": "launch",
Expand Down
15 changes: 15 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading