This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Issues: open-dust/cairo-foundry
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
[RECURING] documentation for cairo-rs
Type: documentation
write documentation
#106
opened Jan 18, 2023 by
tdelabro
Be able to deduce the size of a function's return payload thanks to the signature parsed in the compiled JSON contract file
Context: intricated
deep understanding of the codebase required
Difficulty: hard
require extensive knowledge
Duration: 0.5 day
will take about half a day
Techno: rust
rust
Read the JSON file of compiled cairo contracts and the find return signatures of test functions that will be mocked
Context: intricated
deep understanding of the codebase required
Difficulty: hard
require extensive knowledge
Duration: 0.5 day
will take about half a day
List all functions that will be mocked with mock_call hint inside test files and interact with some parts of the codebase
Difficulty: hard
require extensive knowledge
Duration: 0.5 day
will take about half a day
Techno: rust
rust
test_<your_test_func>
entrypoints
Context: coupled
Hooks - create an no previous knowledge of the codebase required
Difficulty: intermediate
require some notions, but can be learned while doing
Duration: 0.5 day
will take about half a day
Techno: rust
rust
Type: feature
a new feature to implement
after_run
hook (akin to pre_step_instruction
)
Context: isolated
#73
opened Dec 5, 2022 by
Eikix
Doc - Describe no previous knowledge of the codebase required
Difficulty: easy
anybody can understand it
Duration: 0.5 day
will take about half a day
Good First Issue
Techno: rust
rust
Type: documentation
write documentation
setup_hint_processor
using Rustdoc comments (three slashes: ///)
Context: isolated
[HIGH PRIORITY] Have a new builtin processor that works with regex
Context: intricated
deep understanding of the codebase required
Difficulty: intermediate
require some notions, but can be learned while doing
Duration: 2 days
will take about 2 days
Techno: cairo
cairo
Techno: rust
rust
Type: feature
a new feature to implement
#41
opened Nov 7, 2022 by
Bernardstanislas
mock_call mocked return value should be an array of felt rather than a single felt
Context: coupled
interact with some parts of the codebase
Difficulty: intermediate
require some notions, but can be learned while doing
Duration: 0.5 day
will take about half a day
Techno: cairo
cairo
Techno: rust
rust
Type: feature
a new feature to implement
Have an __setup__ function being run before each test
Context: coupled
interact with some parts of the codebase
Difficulty: hard
require extensive knowledge
Duration: 1 day
will take about one day
Techno: cairo
cairo
Techno: rust
rust
Type: feature
a new feature to implement
#39
opened Oct 31, 2022 by
tdelabro
Being able to pass arguments to the executed entrypoint
Context: intricated
deep understanding of the codebase required
Difficulty: hard
require extensive knowledge
Duration: 1 day
will take about one day
Techno: cairo
cairo
Techno: rust
rust
Type: feature
a new feature to implement
#38
opened Oct 31, 2022 by
tdelabro
ProTip!
Exclude everything labeled
bug
with -label:bug.