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 177 dojo issues
Sort by recently updated
recently updated
newest added

The gRPC entities endpoint supports three query clauses - HashedKeysClause, KeysClause, and MemberClause. Previously, the `MemberClause` could only filter one member of a single model. This PR renames it to...

torii

**Describe the bug** After creating, and then deleting an Entity in Dojo using the `delete!` macro, the Torii client (in React) returns the error `no rows returned by a query...

bug
torii

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

validate models for offchain messages for them to include a nonce which will prevent potential replay attacks that would use past signatures to rollback the state of message entity

bug
torii

**Is your feature request related to a problem? Please describe.** The state diff computation is for now not executed in the `starknet_simulateTransactions`. **Describe the solution you'd like** The endpoint `starknet_simulateTransactions`...

enhancement
katana

Allow us to more easily version cairo without needing to bump all other deps

enhancement
help wanted
katana

**Describe the bug** A clear and concise description of what the bug is. derive Introspect doesn't work in embedded generics **To Reproduce** Steps to reproduce the behavior: ``` #[derive(Introspect, Serde,...

bug

**Describe the bug** When katana is out of space for db, this error occurs : `ERROR node: failed to mine block: failed to commit db transaction: Input/output error` It seems...

bug
katana