Skip to content

chore(deps): bump @midnight-ntwrk/compact-runtime from 0.16.0 to 0.19.0 - #168

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/midnight-ntwrk/compact-runtime-0.19.0
Open

chore(deps): bump @midnight-ntwrk/compact-runtime from 0.16.0 to 0.19.0#168
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/midnight-ntwrk/compact-runtime-0.19.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps @midnight-ntwrk/compact-runtime from 0.16.0 to 0.19.0.

Release notes

Sourced from @​midnight-ntwrk/compact-runtime's releases.

Compact toolchain dev 1dcee19f4367a5cd36b23e81fd917d58844beeb0

On-demand dev build of the Compact toolchain. Contains fix for manifest.

  • Source ref: 1dcee19f4367a5cd36b23e81fd917d58844beeb0 @ 1dcee19f4367a5cd36b23e81fd917d58844beeb0
  • Runtime npm: @midnight-ntwrk/compact-runtime@0.17.104-dev.1dcee19f4367a5cd36b23e81fd917d58844beeb0 (dist-tag dev)

Not a supported release. See doc/dev-builds.md for the retention policy.

Compact toolchain dev 82a6b7c83060d9566e57aa496a33ed80289a7257

On-demand dev build of the Compact toolchain.

  • Source ref: 82a6b7c83060d9566e57aa496a33ed80289a7257 @ 82a6b7c83060d9566e57aa496a33ed80289a7257
  • Runtime npm: @midnight-ntwrk/compact-runtime@0.17.102-dev.82a6b7c83060d9566e57aa496a33ed80289a7257 (dist-tag dev)

Not a supported release. See doc/dev-builds.md for the retention policy.

Compact toolchain dev 3a289c2e7811d2868e7810bd5a5f1f0b7055995f

On-demand dev build of the Compact toolchain.

  • Source ref: issue-377 @ 3a289c2e7811d2868e7810bd5a5f1f0b7055995f
  • Runtime npm: @midnight-ntwrk/compact-runtime@0.16.103-dev.3a289c2e7811d2868e7810bd5a5f1f0b7055995f (dist-tag dev)

Not a supported release. See doc/dev-builds.md for the retention policy.

Compact toolchain dev 73ebfbbff78118e77a83fdc99dca352db0020869

On-demand dev build of the Compact toolchain.

  • Source ref: fix/dev-publish-final @ 73ebfbbff78118e77a83fdc99dca352db0020869
  • Runtime npm: @midnight-ntwrk/compact-runtime@0.16.101-dev.73ebfbbff78118e77a83fdc99dca352db0020869 (dist-tag dev)

Not a supported release. See doc/dev-builds.md for the retention policy.

Changelog

Sourced from @​midnight-ntwrk/compact-runtime's changelog.

[Toolchain 0.34.0, language 0.26.0, runtime 0.19.0]

This release includes all changes for compiler versions in the range between 0.33.100 and 0.34.0; language versions in the range between 0.25.100 and 0.26.0; and Compact runtime versions in the range between 0.18.100 and 0.19.0.

[Toolchain 0.33.122, language 0.25.107, runtime 0.18.107]

Fixed

  • Issue #704, where nested ZKIR v3 native-typed values did not have proper ledger conversions in-circuit. The underlying issue was that we give these types a "pseudo-alignment" of anative in flatten-datatypes, and this alignment cannot appear in the ledger. Consequently, we translate this into ledger alignments and ZKIR encoding instructions (essentially, flattening further) in the ZKIR v3 backend.

    There were three places that had near duplicates of this code: (1) for ZKIR hashing instructions that need an alignment, (2) for Impact popeq, (3) and for all other Impact instructions. Only number (1) of those correctly handled nested ZKIR-typed values.

    The fix is to reuse the correct code everywhere.

    This revealed a different issue with the descriptors for secp256k1 points and field types, they did not properly nest inside Compact types because they did not consume the FAB encoding in fromValue.

[Toolchain 0.33.121, language 0.25.107, runtime 0.18.106]

Changed

  • The compiler now hashes manifest files in-process using Common Crypto or OpenSSL when available.

[Toolchain 0.33.120, language 0.25.107, runtime 0.18.106]

Changed

  • Pull in a version of the ledger with some ZKIR 3.1 features in it.

Internal notes

  • Update the ZKIR v3 ledger dependency (on main, the development branch) to pull in a version of the ledger that has the ZKIR 3.x features secp256r1 and Curve25519. The zkir-v3 and zkir-v3-wasm dependencies are changed to include the new features. The onchain-runtime-v4 dependency is kept to track the tag ledger-9.1.0.0-rc.3.

    The toolchain version is bumped (if nothing else, it reports a different

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 18:26
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@dependabot
dependabot Bot requested review from a team as code owners September 7, 2026 18:26
@dependabot dependabot Bot added the javascript Pull requests that update javascript code label Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/midnight-ntwrk/compact-runtime-0.19.0 branch from da03747 to 4bca957 Compare September 8, 2026 08:49
Bumps [@midnight-ntwrk/compact-runtime](https://github.com/LFDT-Minokawa/compact) from 0.16.0 to 0.19.0.
- [Release notes](https://github.com/LFDT-Minokawa/compact/releases)
- [Changelog](https://github.com/LFDT-Minokawa/compact/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LFDT-Minokawa/compact/commits)

---
updated-dependencies:
- dependency-name: "@midnight-ntwrk/compact-runtime"
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/midnight-ntwrk/compact-runtime-0.19.0 branch from 4bca957 to 5291d75 Compare September 8, 2026 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants