MrAzteca
MrAzteca
This PR makes it so that everything public is documented. It also implements a few refactors, mostly to reduce the amount of stuff to document. ## Checklist - [ ]...
Currently broken because nixpkgs doesn't have `llvm_17`.
## Checklist - [ ] Linked to Github Issue - [ ] Unit tests added - [ ] Integration tests added. - [ ] This change requires new documentation. -...
## Checklist - [ ] Linked to Github Issue - [ ] Unit tests added - [ ] Integration tests added. - [ ] This change requires new documentation. -...
Basically porting the Starknet libfuncs to use the blockext since the bug was fixed in a separate PR. ## Checklist - [ ] Linked to Github Issue - [ ]...
Some types, including at least `felt252` and most enum's tags, have a deserialization bug where the bytes that are not part of the type in MLIR are also parsed as...
## Checklist - [ ] Linked to Github Issue - [ ] Unit tests added - [ ] Integration tests added. - [ ] This change requires new documentation. -...
Depends on #1053 ## Checklist - [ ] Linked to Github Issue - [ ] Unit tests added - [ ] Integration tests added. - [ ] This change requires...
Implementation of a libfunc profiler. For each executed libfunc, generates: - Number of samples. - Total number of ticks. - Average number of ticks. - Standard deviation. - Quartiles (0%,...
## Checklist - [ ] Linked to Github Issue - [ ] Unit tests added - [ ] Integration tests added. - [ ] This change requires new documentation. -...