dojo icon indicating copy to clipboard operation
dojo copied to clipboard

Dojo is a toolchain for building provable games and autonomous worlds with Cairo

Results 190 dojo issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** Introspect derive macro will fail for a Span/Array if it's last field and doesnt end by comma & have a comment Not Ok ``` #[derive(Copy, Drop, Serde,...

bug
dojo-core

https://github.com/dojoengine/dojo/blob/3fd39a5983514505e8ded910b6fd750dc2c3100b/Dockerfile#L5-L15 this takes too long

# Description Adds a `--output-manifest` option to `sozo inspect` that will output the generated manifest to stdout. Useful for scripts and to generate the frontend on the fly, removing the...

sozo
contributor

**Describe the bug** running `asdf install dojo latest` results in the following error: ``` curl: (22) The requested URL returned error: 404 asdf-dojo: Could not download https://github.com/dojoengine/dojo/releases/download/v1.2.2/dojo_v1.2.2_linux_aarch64.tar.gz ``` when attempting...

bug

Currently, Sozo has some `--stats` options to display the size of contracts when compiled. However, this is not something that will emit a warning during compilation, and sometimes it's hard...

good first issue
sozo
contributor

Add `macros` and `core-test` crates to be integrated into Dojo after bumping to Cairo 2.11.2. ## Summary by CodeRabbit - **New Features** - Introduced a comprehensive suite of procedural macros...

When running the command `sozo build --unity` the build process runs fine but the creation of the bindings for the unity game engine seem to error out Although not 100%...

bug
sozo

**Describe the bug** While working on `sozo build --unrealengine`, I encountered an error for the Array type. Here is the method in my smart contract: ```rust fn move(ref self: ContractState,...

bug

# Description ## Related issue Fixes #2785 ## Tests - [ ] Yes - [ ] No, because they aren't needed - [ ] No, because I need help ##...

contributor