Skip to content

Bump Nethereum.Util from 6.0.4 to 6.1.0#120

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Nethereum.Util-6.1.0
Open

Bump Nethereum.Util from 6.0.4 to 6.1.0#120
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Nethereum.Util-6.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Updated Nethereum.Util from 6.0.4 to 6.1.0.

Release notes

Sourced from Nethereum.Util's releases.

6.1.0

Nethereum 6.1.0

Nethereum 6.1.0 introduces a complete zero-knowledge proof infrastructure with native and browser-based Groth16 proof generation, the Privacy Pools SDK for private deposits and withdrawals with Association Set Provider support, new Merkle tree libraries (EIP-7864 Binary Trie, Sparse Merkle Trees with Poseidon hashing), SSZ model improvements, cross-platform BLS runtime updates, and demo applications showcasing the full ZK proof pipeline.

Full Changelog

Nethereum.ZkProofs — ZK Proof Abstractions

New provider-agnostic package defining the core interfaces and models for zero-knowledge proof generation in .NET. All proof providers (browser, native, HTTP) implement these abstractions, making them interchangeable.

  • IZkProofProvider — central interface with FullProveAsync(ZkProofRequest, CancellationToken) and Scheme property
  • ZkProofRequest — input model carrying circuit WASM, zkey, input JSON, witness bytes, and circuit graph data
  • ZkProofResult — output model with ProofJson, PublicSignalsJson, and parsed BigInteger[] PublicSignals
  • ZkProofScheme enum — Groth16, Plonk, Fflonk, Stark
  • ICircuitArtifactSource — pluggable circuit artifact loading (WASM, zkey)
  • ICircuitGraphSource — circuit graph data for native witness generation
  • FileCircuitArtifactSource and EmbeddedCircuitArtifactSource — filesystem and in-memory artifact loading
  • CircuitArtifactLocator — standard directory layout resolver for circuit artifacts
  • HttpZkProofProvider — delegates proof generation to a remote HTTP prover endpoint
  • Groth16ProofConverter — parse snarkjs JSON proofs and convert to Solidity-compatible format for on-chain verification

Commits: e28026f2

Nethereum.ZkProofsVerifier — Pure C# Groth16 Verification

New package providing Groth16 proof verification using BN128 elliptic curve pairing — entirely in managed C# with no native dependencies. Directly consumes snarkjs/Circom JSON output for one-liner verification.

  • CircomGroth16Adapter.Verify(proofJson, vkJson, publicInputsJson) — high-level verification API
  • Groth16Verifier — BN128 pairing check implementation using BouncyCastle
  • Snarkjs JSON parsers for proofs, verification keys, and public signals
  • Returns structured ZkVerificationResult with IsValid and Error properties

Commits: 22fe04a6, 6b3858e8

Nethereum.ZkProofs.Snarkjs — Node.js Proof Backend

New IZkProofProvider implementation that generates Groth16 proofs by invoking snarkjs via a Node.js child process. Suitable for server-side applications where Node.js is available.

Commits: 6d998f5b

Nethereum.ZkProofs.Snarkjs.Blazor — Browser-Based Proof Generation

New IZkProofProvider implementation for Blazor WebAssembly applications. Calls snarkjs via JavaScript interop, enabling client-side proof generation entirely in the browser — private inputs never leave the user's machine.

  • SnarkjsBlazorProvider — implements IZkProofProvider and IAsyncDisposable
  • Loads snarkjs via <script> tag (UMD bundle) for broad compatibility
  • Sends circuit WASM and zkey as base64 to JavaScript, returns proof JSON
  • Configurable snarkjs URL (self-hosted or CDN)

Commits: 074a8576, e2a6a738
... (truncated)

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Nethereum.Util
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 30, 2026
@github-actions
Copy link
Copy Markdown

✅ Build Successful (Dependabot)

Note: Integration tests requiring secrets were skipped for security.

  • ✅ Build completed
  • ✅ Unit tests passed
  • ⏭️ Integration tests skipped (no secrets)
  • ⏭️ Azure deployment skipped

Once merged, full integration tests and deployment will run automatically.

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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants