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

**Describe the bug** Sozo events subcommand uses the ABI to parse the events, but since custom dojo events are not annotated sozo currently cannot parse them. Once this issue is...

bug

**Describe the bug** Not sure if this is a bug or is the designed way for Torii to work... But when passing enums to system functions, we use their corresponding...

bug
torii

**Describe the bug** `sozo migrate plan` does not validate `init_calldata` arguments count **To Reproduce** * Remove one argument from a contract's `init_calldata` it's overlay file * Run `sozo migrate plan`,...

bug
sozo

blockifier's introduce a new API, `TransactionExecutor`, that creates an abstraction over the sequential and the new concurrent execution logic for executing a set of transactions. this PR intends to replace...

Tracking issue for the exploration done by @lambda-0x.

sozo

# Description Implements a request deduplication process via the use of a `HashSet` on the requests. This also requires adding a key for the `pending_requests` vector so we can add...

katana
external-contributor

# Description -Index pending default to true, because that's what we want most of time -Make polling_interval configurable, it was 1s, i changed default to 500ms using 250ms make it...

To demonstrate Saya and Katana working together for a shard execution started from the settlement layer, first a demo project must be bootstraped to showcase this. The idea here is...

saya

**Describe the bug** When backend is doing lots of requests to the fork provider, ctrl-c wont exit properly. **To Reproduce** trigger a tx which require lots of storage try to...

bug
katana

Takes the writer contract name/address. Calldata as a vec of felts Returns a vec of felts

torii