Skip to content

Conversation

@antoniolocascio
Copy link
Contributor

What ❔

Why ❔

Is this a breaking change?

  • Yes
  • No

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted.

@shamatar
Copy link
Member

I deprecated old simulator, so eventually we will need to just move all simulator invocations to the new one

@antoniolocascio
Copy link
Contributor Author

@shamatar I can do that when we remove the old module. This new one already depends on the old one, so I opted for not duplicating more code.

@shamatar
Copy link
Member

I meant all the functions that call simulator in general - right now they use old simulator, but we can switch their internals
into the new simulator

@antoniolocascio
Copy link
Contributor Author

Ah I see, can we do that later? This is blocking merging PRs in zk os

@antoniolocascio antoniolocascio merged commit c914f47 into main May 29, 2025
21 checks passed
@antoniolocascio antoniolocascio deleted the alocascio-fix-rvsim branch May 29, 2025 15:50
0xVolosnikov added a commit that referenced this pull request May 29, 2025
0xVolosnikov pushed a commit that referenced this pull request May 29, 2025
## What ❔

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- The `Why` has to be clear to non-Matter Labs entities running their
own ZK Chain -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Is this a breaking change?
- [ ] Yes
- [ ] No

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted.
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.

3 participants