Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:42
· 3 commits to main since this release

Native Zcash reads and validated cross-chain swap previews, plus a comprehensive EVM reliability update.

  • Zcash: chain-checked batched reads, sync/freshness health checks, transparent balances and UTXOs, transactions, blocks, mempool, exact ZEC/zatoshi conversion, ZIP-317 conventional fees, and endpoint benchmarks.
  • Swap previews: NEAR Intents 1Click token discovery, validated dry exact-input quotes, and existing swap status. Native ZEC asset discovery and a ZEC-to-USDC preview were verified live.
  • EVM: updated Alloy and HTTP dependencies; pooled connections; chain-checked endpoint selection; correct historical storage, bidirectional participant logs, explorer pagination, NFT quantities, ABI decoding, and tracing.
  • Reliability: bounded HTTP timeouts, explicit provider failures, redacted endpoint credentials, strict JSON output, closed-pipe handling, and checksummed self-updates.
  • Packaging: Linux and macOS archives for x86-64 and ARM64, SHA256SUMS, CI, and current agent usage guidance.

37 tests pass, along with strict Clippy and formatting. Dependency audit found zero known vulnerabilities; two unmaintained transitive-package advisories remain. See the verification record for live checks and measured latency.

Zcash reads require a synced node or compatible provider. Sustained workloads should use a local node or dedicated provider; public demo gateways rate-limit bursts. This release provides read operations and dry swap previews. Wallet signing, shielded note access, swap funding, and trade execution remain to be integrated with the selected wallet and venue. No funds were moved during verification.

Verify your archive against SHA256SUMS before installing. Linux binaries target Ubuntu 24.04 or compatible glibc; source builds require Rust 1.94.1 or newer.