Skip to content

Conversation

@coffeexcoin
Copy link
Contributor

What ❔

Fixes the development setup docs to accurately reflect some missing information

  • cargo-nextest must be installed with --version 0.9.109 --locked as the latest version does not support rust 1.87
  • zkstack dev contracts must be run before running unit tests

Why ❔

Accurate documentation is helpful for new and external contributors to be able to set up a working developer environment

Is this a breaking change?

  • Yes
  • No

Operational changes

None

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 via zkstack dev fmt and zkstack dev lint.

Copy link
Member

@cytadela8 cytadela8 left a comment

Choose a reason for hiding this comment

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

cargo install cargo-nextest --version 0.9.109 --locked works, dev contracts is a dependency probably indeed. And older nextest seems needed:

cargo install cargo-nextest                           
    Updating crates.io index
error: cannot install package `cargo-nextest 0.9.110`, it requires rustc 1.88 or newer, while the currently active rustc version is 1.87.0-nightly
`cargo-nextest 0.9.109` supports rustc 1.87

@Deniallugo Deniallugo added this pull request to the merge queue Nov 14, 2025
Merged via the queue into matter-labs:main with commit 465b8ff Nov 14, 2025
18 checks passed
Deniallugo pushed a commit that referenced this pull request Dec 17, 2025
## What ❔

Fixes the development setup docs to accurately reflect some missing
information
- cargo-nextest must be installed with `--version 0.9.109 --locked` as
the latest version does not support rust 1.87
- `zkstack dev contracts` must be run before running unit tests
<!-- 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 ❔

Accurate documentation is helpful for new and external contributors to
be able to set up a working developer environment

<!-- 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
- [x] No

## Operational changes
<!-- Any config changes? Any new flags? Any changes to any scripts? -->
<!-- Please add anything that non-Matter Labs entities running their own
ZK Chain may need to know -->
None

## 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 via `zkstack dev fmt` and `zkstack dev
lint`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants