Skip to content

Commit

Permalink
Add GetClassHashAt to DeprecatedSyscallSelector (#43)
Browse files Browse the repository at this point in the history
<!-- Reference any GitHub issues resolved by this PR -->

## Introduced changes

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

- Add newly introduced (0.13.3) GetClassHashAt to
DeprecatedSyscallSelector needed by the profiler

## Checklist

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

- [ ] 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 27, 2024
1 parent ccdd485 commit 556be2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2024-11-27

### Added

- `GetClassHashAt` to `DeprecatedSyscallSelector` (introduced in starknet 0.13.3)

## [0.2.0] - 2024-11-22

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"

authors = ["Software Mansion <[email protected]>"]
Expand Down
1 change: 1 addition & 0 deletions crates/cairo-annotations/src/trace_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ pub enum DeprecatedSyscallSelector {
GetBlockTimestamp,
GetCallerAddress,
GetContractAddress,
GetClassHashAt,
GetExecutionInfo,
GetSequencerAddress,
GetTxInfo,
Expand Down

0 comments on commit 556be2e

Please sign in to comment.