Skip to content

Conversation

@TzahiTaub
Copy link
Contributor

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

@TzahiTaub TzahiTaub self-assigned this Nov 27, 2025
Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@TzahiTaub TzahiTaub marked this pull request as ready for review November 27, 2025 14:08
Copy link
Contributor

@ArniStarkware ArniStarkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

@ArniStarkware reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @TzahiTaub)


crates/apollo_class_manager_types/src/transaction_converter.rs line 236 at r1 (raw file):

                    self.get_sierra(tx.class_hash),
                    self.get_executable(tx.class_hash)
                )?;

This is not the first time you have made this change.
Do we need a self.get_contract_classes/ self.get_sierra_and_executable?

Code quote:

                let (sierra, contract_class) = tokio::try_join!(
                    self.get_sierra(tx.class_hash),
                    self.get_executable(tx.class_hash)
                )?;

Copy link
Contributor Author

@TzahiTaub TzahiTaub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @TzahiTaub)


crates/apollo_class_manager_types/src/transaction_converter.rs line 236 at r1 (raw file):

Previously, ArniStarkware (Arnon Hod) wrote…

This is not the first time you have made this change.
Do we need a self.get_contract_classes/ self.get_sierra_and_executable?

Nope, this was accidently opened twice and it isn't recognized by github apperanlty as it's the same change exactly

@TzahiTaub TzahiTaub closed this Dec 3, 2025
@TzahiTaub
Copy link
Contributor Author

TzahiTaub commented Dec 3, 2025

Merged in a different PR

@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants