-
Notifications
You must be signed in to change notification settings - Fork 65
apollo_rpc_execution: box TransactionFeeError in ExecutionError #7642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apollo_rpc_execution: box TransactionFeeError in ExecutionError #7642
Conversation
079d3a4 to
6786b24
Compare
d31f00d to
108deb0
Compare
6786b24 to
0b1815b
Compare
108deb0 to
00c9691
Compare
00c9691 to
5dc66f0
Compare
|
Artifacts upload workflows: |
amosStarkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @dorimedini-starkware)
amosStarkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status:
complete! all files reviewed, all discussions resolved (waiting on @dorimedini-starkware)
crates/apollo_rpc_execution/src/lib.rs line 201 at r2 (raw file):
StorageError(#[from] StorageError), #[error(transparent)] TransactionFeeError(#[from] Box<blockifier::transaction::errors::TransactionFeeError>),
Is this not used anywhere?
non blocking
Code quote:
TransactionFeeError(#[from] Box<blockifier::transaction::errors::TransactionFeeError>),
No description provided.