dojo
dojo copied to clipboard
Dojo is a toolchain for building provable games and autonomous worlds with Cairo
We now include the model within the Entity struct to be used with clauses on subscriptions to also receive entity deletions and now broadcast update member to subscriptions ## Summary...
Don't think really think we need to store the world class hash. This removes the dependency of having the world declared before launching torii ## Summary by CodeRabbit - **New...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
**Describe the bug** Currently we make an assumption that all the events that we process are world event and we are updating `pending_block_tx` for all the transaction, and using this...
**Describe the bug** World metadatas are only uploaded once, at world creation. If an error occurs on first deployement before uploading metadatas, no metadatas will be uploaded for `dojo::world::world` Moreover...
**Is your feature request related to a problem? Please describe.** Currently `sozo` is not warning / showing complete error when deploying on public network and some print statement inside the...
Currently, Torii doesn't support model changes in the database. However, model changes are now backward compatible at the storage level in `dojo-core`, and a game developer may change a model...
**Describe the bug** When running Katana with the command `katana --messaging anvil.messaging.json --db-dir ./database` previously sent messages to L2 are resent to L1 upon restarting Katana. **To Reproduce** Steps to...
Currently the manifest of a contract doesn't contain a list of systems names. We have the ABI, but in the ABI more functions are available that are not a system....