glihm

Results 19 issues of glihm

# Bump cairo to 2.6.3 ## Description We're updating Scarb and Cairo lang and blockifier to support 2.6.3 in Dojo. Due to the fact that Katana supports `starknet_in_rust` as an...

This PR aims at bringing support for [ByteArray](https://github.com/starkware-libs/cairo/blob/a4de08fbd75fa1d58c69d054d6b3d99aaf318f90/corelib/src/byte_array.cairo) type.

**Is your feature request related to a problem? Please describe.** Currently, we have a table for transaction version, but `l1_hander_transaction` is not in this table. This is important to have...

enhancement

# Bump cairo to 2.6.3 ## Description As mentioned in the [issue in the cairo-vm](https://github.com/lambdaclass/cairo-vm/pull/1677), Katana now have `starknet_in_rust` as an execution engine. The motivation to bump is that we...

**Is your feature request related to a problem? Please describe.** #1819 issue was about introducing the overlay system usage to have sozo automatically granting permissions to the models that a...

sozo

**Describe the bug** When using `get_events` with `to_block = Some(BlockId::Tag(BlockTag::Pending))`, the event page is always empty. **Expected behavior** We should return the events of the pending block's transactions. **Screenshots** **Additional...

bug
katana

Currently, there's no explicit guide for a new contributor to what are the steps and options to build dojo and work on the code base. This issue aims at adding...

documentation

**Is your feature request related to a problem? Please describe.** Messaging feature is not battled testing with integration tests as it should be. **Describe the solution you'd like** This PR...

katana
ODHack

**Is your feature request related to a problem? Please describe.** Currently, one can update the `Scarb.toml` of `spawn-and-move` example without impacting the `sozo` test suite. Which may then contain invalid...

good first issue
sozo

**Is your feature request related to a problem? Please describe.** The spawn-and-move example is currently too simple. And we miss some use cases like: 1. Compiling a library 2. Compiling...

sozo
dojo-lang