Skip to content

Commit

Permalink
Add FunctionName traits, prepare for release (#42)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

Closes #10 

## Introduced changes

<!-- A brief description of the changes -->

- This moves FunctionName impl away from profiler
- Bump version to prepare for release

## Checklist

<!-- Make sure all of these are complete -->

- [X] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [X] Performed self-review of the code
- [X] Added changes to `CHANGELOG.md`
  • Loading branch information
THenry14 authored Nov 25, 2024
1 parent 5f94896 commit ccdd485
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 121 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2024-11-22

### Added

- removed syscall_counter from ExecutionResources
- wrapped CallTraceV1 into Box for better performance
- implemented method `DeprecatedSyscallSelector::all()` for getting all possible libfuncs
- added traits for `DeprecatedSyscallSelector` to allow its conversion from/to a string
- added trait for `FunctionName` to allow its generation from sierra statement idx
Loading

0 comments on commit ccdd485

Please sign in to comment.