SwarmKeyDb.SwarmConsistency 1.0.20260510.94710

dotnet add package SwarmKeyDb.SwarmConsistency --version 1.0.20260510.94710
                    
NuGet\Install-Package SwarmKeyDb.SwarmConsistency -Version 1.0.20260510.94710
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SwarmKeyDb.SwarmConsistency" Version="1.0.20260510.94710" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SwarmKeyDb.SwarmConsistency" Version="1.0.20260510.94710" />
                    
Directory.Packages.props
<PackageReference Include="SwarmKeyDb.SwarmConsistency" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SwarmKeyDb.SwarmConsistency --version 1.0.20260510.94710
                    
#r "nuget: SwarmKeyDb.SwarmConsistency, 1.0.20260510.94710"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SwarmKeyDb.SwarmConsistency@1.0.20260510.94710
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SwarmKeyDb.SwarmConsistency&version=1.0.20260510.94710
                    
Install as a Cake Addin
#tool nuget:?package=SwarmKeyDb.SwarmConsistency&version=1.0.20260510.94710
                    
Install as a Cake Tool

SwarmKeyDb.SwarmConsistency

SwarmKeyDb.SwarmConsistency verifies Swarm/Bee reads before values are returned to callers.

Features

  • Bee feed revision checks (/feeds/{owner}/{topic})
  • Byte content hash verification (/bytes/{reference})
  • Manifest lineage checks (/bzz/{reference})
  • Quorum verifier across multiple Bee nodes
  • IKeyValueStore middleware with strict/warn failure modes
  • Structured diagnostics and status metrics for operators

Basic usage

services.AddSwarmKeyDbStore(new BeeSwarmClient(new Uri("http://localhost:1633/"), batchId), new InMemoryKeyIndex());
services.AddSwarmConsistency(
    new[] { new Uri("http://localhost:1633/") },
    options =>
    {
        options.FailureMode = ConsistencyFailureMode.Strict;
        options.FeedOwner = "00112233445566778899aabbccddeeff00112233";
    });
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.20260510.94710 120 5/10/2026
1.0.20260510.94454 109 5/10/2026
1.0.20260510.94357 104 5/10/2026
1.0.20260510.93353 106 5/10/2026
1.0.20260510.84848 112 5/10/2026
1.0.20260510.82734 105 5/10/2026
1.0.20260510.82526 104 5/10/2026
1.0.20260510.81552 105 5/10/2026
1.0.20260510.80847 106 5/10/2026
1.0.20260510.80055 105 5/10/2026
1.0.20260509.234735 111 5/9/2026
1.0.20260509.232707 105 5/9/2026
1.0.20260509.223806 111 5/9/2026
1.0.20260509.222600 109 5/9/2026
1.0.20260509.221352 115 5/9/2026
1.0.20260509.161737 107 5/9/2026
1.0.20260509.155706 104 5/9/2026
1.0.20260509.153717 107 5/9/2026
1.0.20260509.151720 105 5/9/2026
1.0.20260509.151709 111 5/9/2026
Loading failed