glihm
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...
**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...
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...
#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.
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...
**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...
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...
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`...
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...