Rémy Baranx
Rémy Baranx
Closes #2228. Depends on https://github.com/dojoengine/dojo-core/pull/12. **TODO: `dojo-core` should be removed as it has been moved to `dojo-core` repo.** ## Tests - [X] Yes - [ ] No, because they aren't...
Related to https://github.com/kkrt-labs/kakarot-ssj/issues/819. Work in progress... - - - This change is [](https://reviewable.io/reviews/kkrt-labs/kakarot-ssj/836)
Related to https://github.com/keep-starknet-strange/joyboy/issues/74. This PR uses Cairo `2.7.0` so it depends on the PR https://github.com/keep-starknet-strange/joyboy/pull/296 (which is blocked until `snfoundry` has been updated to work with Cairo `2.7.0`). Proposed optimizations:...
WIP: wait for an update of `snfoundry` to be able to run `snforge test` with `Cairo 2.7`.
# Description At the moment, a Dojo event is tagged with the attributes `dojo::event` and `dojo::model`. To avoid that, this PR implements contract management for Dojo events directly with the...
# Description This PR adds the `definition()` function to Dojo models to be able to retrieve the full `ModelDefinition` at once instead of calling several functions to get each element...