glihm

Results 42 issues of glihm

For each block, Saya is producing a proof with program output. We can either settle this directly, or we may have a job scheduler that merge the state updates and...

saya

**Is your feature request related to a problem? Please describe.** Currently, the manifests files were generated with `fully_qualified_named.toml/json`. But ideally, we want a folder to represent the path of the...

sozo

Currently, the Dojo storage layout can be seen as `serial`. The fields of a model struct are stored in a consecutive order, with data being packed a bit level. ```rust...

question
cairo-core
torii

#1094 will be closed as we have dependency on: 1. https://github.com/starkware-libs/cairo/issues/5309 being fixed 2. Cairo upgraded to the new version that may contain the fix.

cairo-core
blocked
dojo-lang

Torii engine is in charge of pulling the `events` and processing each one of them using the corresponding `processor`. More tests have to be added to ensure the modifications made...

enhancement
good first issue
torii

**Is your feature request related to a problem? Please describe.** Nope, well. Currently strings are manipulated as array of felts. This is fine, however a new type popped in the...

cairo-core

Sozo is being reworked to have these priorities: 1. CLI arguments always takes precedence. 2. Then the environment variables. 3. Finally, anything found inside the scarb manifest. We may add...

documentation
help wanted

This PR https://github.com/dojoengine/dojo/pull/1434 is introducing a new way to pass a socket address to a service. `:u16` -> will be considered as a port, and `localhost` is automatically added. `hostname`...

documentation
enhancement

Upgrading a system is fairly risk-free storage wise. However, migrating new models can cause data loss. We should add a section about this. Here is a brief answer given on...

### Problem When using this action to check formatting of the code or for small programs, the cache takes much longer to save than the program to be compiled and...