Skip to content

Releases: gpartin/WaveGuardClient

v3.0.0 Crypto Tools, Fingerprinting, Compare

26 Feb 08:15

Choose a tag to compare

What's New in v3.0.0

New Endpoints

  • POST /v1/fingerprint Get a 52-dimensional physics embedding of any data
  • POST /v1/compare Structural similarity score between two data items

New MCP Tools (9 total, was 3)

  • \waveguard_fingerprint\ Physics embeddings
  • \waveguard_compare\ Structural similarity
  • \waveguard_token_risk\ Crypto token risk scoring
  • \waveguard_wallet_profile\ Wallet behavior profiling
  • \waveguard_volume_check\ Volume authenticity detection
  • \waveguard_price_manipulation\ Price manipulation detection

New MCP Prompts (6 total, was 3)

  • \ oken_risk_assessment\
  • \wallet_behavior_check\
  • \�olume_authenticity_check\

Client SDK

  • New \ ingerprint()\ and \compare()\ methods on \WaveGuard\ class
  • New \FingerprintResult\ and \CompareResult\ dataclasses

Pricing

  • x402 micropayments: .01 USDC per call on Base
  • Free tier: 10 calls/month (no key needed)
  • RapidAPI tiers still available

Infrastructure

  • Dockerfile added for Glama/Docker deployments
  • All legacy functionality preserved (9/9 tests pass)

Full Changelog: v2.1.0...v3.0.0

v2.1.0

25 Feb 01:26

Choose a tag to compare

What's New

  • Statistical p-value: Anomaly results now include chi-squared p-value for calibrated confidence
  • MCP timeseries tool: New \waveguard_scan_timeseries\ tool for sliding-window time-series anomaly detection
  • Improved resolution: Physics grid upgraded from 32 to 64 (8x more cells)
  • Batch GPU kernel: Test samples now processed in parallel via batched CUDA kernel

Breaking Changes

  • \SampleResult\ has a new \p_value: float\ field (defaults to 1.0)