Skip to content
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

fix(vm): Make execution status and stop reason public #169

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

mm-zk
Copy link
Collaborator

@mm-zk mm-zk commented Oct 6, 2023

What ❔

  • TracerExecutionStatus and TracerExecutionStopReason are part of the ExecutionEndTracer trait, but they were not publicly available.

Why ❔

  • This breaks external implementations of the ExecutionEndTracer

@mm-zk mm-zk requested a review from a team as a code owner October 6, 2023 09:14
@mm-zk mm-zk requested a review from Deniallugo October 6, 2023 09:14
@mm-zk mm-zk enabled auto-merge October 6, 2023 09:25
@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (0418be1) 31.58% compared to head (d305f76) 31.58%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #169   +/-   ##
=======================================
  Coverage   31.58%   31.58%           
=======================================
  Files         478      478           
  Lines       25463    25463           
=======================================
  Hits         8043     8043           
  Misses      17420    17420           

see 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mm-zk mm-zk added this pull request to the merge queue Oct 6, 2023
Merged via the queue into main with commit f98c4fa Oct 6, 2023
23 checks passed
hatemosphere pushed a commit that referenced this pull request Oct 6, 2023
# What ❔

* TracerExecutionStatus and TracerExecutionStopReason are part of the
ExecutionEndTracer trait, but they were not publicly available.

## Why ❔

* This breaks external implementations of the ExecutionEndTracer
github-merge-queue bot pushed a commit that referenced this pull request Oct 11, 2023
🤖 I have created a release *beep* *boop*
---


##
[16.0.0](core-v15.1.1...core-v16.0.0)
(2023-10-11)


### ⚠ BREAKING CHANGES

* **vm:** Update Refund model
([#181](#181))

### Features

* change chainId to u64
([#167](#167))
([f14bf68](f14bf68))
* **merkle tree:** Provide Merkle proofs for tree entries and entry
ranges ([#119](#119))
([1e30d0b](1e30d0b))
* **storage:** save enum indices in RocksDB
([#162](#162))
([bab099d](bab099d))
* **vm:** Update Refund model
([#181](#181))
([92b6f59](92b6f59))


### Bug Fixes

* **db:** drop constraint prover_jobs_fri_l1_batch_number_fkey
([#173](#173))
([fa71650](fa71650))
* **vm:** Make execution status and stop reason public
([#169](#169))
([f98c4fa](f98c4fa))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
@mm-zk mm-zk deleted the mmzk_1006_tracer_public branch August 5, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants