Issues
- 2
Doc - Describe `setup_hint_processor` using Rustdoc comments (three slashes: ///)
#58 opened by Eikix - 0
Discussions about the project existence
#120 opened by tdelabro - 0
[RECURING] documentation for cairo-rs
#106 opened by tdelabro - 0
Modification of existing hints
#118 opened by bacharif - 1
- 5
- 2
Doc - Describe src/cli/commands/test uncommented functions using Rustdoc comments (three slashes: ///) #52
#59 opened by Eikix - 0
- 6
create a `clean` command
#68 opened by tdelabro - 2
Alter the current way `mock_call` injects a felt (mock_ret_value) inside a HashMap so that the `mocked_value` can be injected inside `ap` when the mock is called
#102 opened by Eikix - 1
Be able to deduce the size of a function's return payload thanks to the signature parsed in the compiled JSON contract file
#99 opened by Eikix - 4
List all functions that will be mocked with mock_call hint inside test files and `test_<your_test_func>` entrypoints
#97 opened by Eikix - 2
- 4
prevent infinite loop in tests
#43 opened by tdelabro - 2
Read the JSON file of compiled cairo contracts and the find return signatures of test functions that will be mocked
#98 opened by Eikix - 2
- 8
- 3
Doc - Describe `src > cli > commands > list` functions and modules using Rustdoc comments (three slashes: ///)
#62 opened by Eikix - 0
The hint function `mock_call` has access to the mock_call arguments from `mock_call(name_of_my_func, [42, “shortstring”, ids.myVarName, Uint256 {high: 42, low: 0x0}])`
#100 opened by Eikix - 0
Expand the array passed in the `mock_call(name_of_my_func, [42, “shortstring”, ids.myVarName, Uint256 {high: 42, low: 0x0}])` context so that it contains only felts
#101 opened by Eikix - 0
Pre-instruction step hook must intercept any mocked function call and inject the correct values into ap from the expanded mock array
#103 opened by Eikix - 2
- 1
mock_call mocked return value should be an array of felt rather than a single felt
#40 opened by tdelabro - 1
- 2
Fix cargo clippy warnings on Cache module
#86 opened by Eikix - 5
- 1
Doc - Describe `test_single_entrypoint` using Rustdoc comments (three slashes: ///)
#60 opened by Eikix - 1
Doc - Describe `run_tests_for_one_file` using Rustdoc comments (three slashes: ///)
#61 opened by Eikix - 2
Fix: fix cairo-rs dependency after main branch rebase
#90 opened by Eikix - 1
Doc - Describe `list_test_entrypoints` using Rustdoc comments (three slashes: ///)
#57 opened by Eikix - 3
- 7
Add a comprehensive error management architecture
#76 opened by Eikix - 0
- 2
- 1
Doc - Describe `src > cli > commands > execute` module and functions using Rustdoc comments (three slashes: ///)
#63 opened by Eikix - 2
- 1
- 1
Get rid of the `execute` command
#47 opened by tdelabro - 0
- 1
- 2
Doc - Describe `pre_step_instruction` using Rustdoc comments (three slashes: ///)
#51 opened by Eikix - 0
Aggregate fuzzing inputs across tests cases
#45 opened by Pet3ris - 1
- 1
Add a mock hint to mock some calls to other functions in the Cairo file
#25 opened by Bernardstanislas - 0
Add a `expect_revert` hint
#26 opened by tdelabro - 0
- 4
Remove all references to Cleopatra
#23 opened by Bernardstanislas - 0
- 1
- 0