Skip to content

docs: update June release docs

Created by: ihsraham

Summary

  • Adds June 9/10 changelog entries for wallet-evm-erc-4337 v1.0.0-beta.9, pricing-provider v1.0.0-beta.5, pricing-bitfinex-http v1.0.0-beta.3, wdk-wallet v1.0.0-beta.10, and wallet-tron v1.0.0-beta.6.
  • Documents ERC-4337 cached-quote nonce validation and gas overrides for transfer(), quoteTransfer(), and approve().
  • Updates price-rates docs for nullable unresolved pairs, batch current prices, batch price data, and Bitfinex USD-pivot fallback behavior.
  • Adds shared wallet fee-cap guidance for transferMaxFee and transactionMaxFee.
  • Updates Tron docs for provider failover, retries, activation fee quotes, bigint fee return types, TRC20 fee quote behavior, and keyPair read-only view handling.

Local baseline

  • Ran node .agent/skills/wdk-release-monitor/bin/wdk-release-monitor.mjs --update-baseline-from-docs after the changelog contained all five release entries.
  • _audit/release-baseline.yaml remains local-only and is not included in this PR.

Validation

  • git diff --check
  • npm run check:meta
  • LINK_CHECK_EXTERNAL=false npm run check:links
  • npm run build (passed with existing unrelated docType frontmatter warnings)

Merge request reports