-
# Bug Report
**Cairo version:**
2.8.0
**Current behavior:**
I am cryptonerdcn, author of WASM-Cairo. After this PR(https://github.com/starkware-libs/cairo/pull/6173/), the WASM-Cairo vers…
-
![Image](https://github.com/user-attachments/assets/962f4074-bcc3-4d67-b58e-8f143e7866fd)
Reproduction:
1. go to definition of any corelib item
2. Either while staying in the corelib module or after …
-
**SNOS version:**
662d1706f5855044e52ebf688a18dd80016c8700
**Current behavior:**
SNOS fails when running on Cairo 0 contract. This is the error message
```
tx.hash_value: 2745021216243222…
-
Leveraging string formatting to output the MIDI object as outlined here:
https://book.cairo-lang.org/ch11-08-printing.html?highlight=format#formatting
The MIDI specification that we want to outp…
-
# Bug Report
**Cairo version:**
2.8.4
**Current behavior:**
https://github.com/starkware-libs/cairo/blob/d7813fb076008a9124c78a0c7cb60bae9e17d767/crates/cairo-lang-runner/src/lib.rs#L480-L50…
-
### Problem
Main `scarb.toml`:
```
[workspace.dependencies]
cairo_test = "2.8.2"
```
Workspace's member `scarb.toml`:
```
[dev-dependencies]
cairo_test.workspace = true
```
Result in:
…
-
In cairo_vm, setting the layout to dynamic sets the builtin's ratios to None & sets all other layout parameters to a constant value. In cairo_lang, setting the layout to dynamic forces you to also sub…
-
Down below is the function that is to be implemented in the contract but in cairo.
Use u256 instead of bytes32.
https://github.com/allo-protocol/allo-v2/blob/4dd0ea34a504a16ac90e80f49a5570b8be9b30e9…
-
Implementing [cairo-lang-formatter](https://github.com/starkware-libs/cairo/tree/main/crates/cairo-lang-formatter) crate support would enable client-side formatting of Cairo programs, enhancing usabil…
-
**Describe the bug**
When investigating a discrepancy in the behavior of the `compute_doubling_slope` function, I was able to isolate a potential bug. The issue arises when compiling and running th…