Update July release documentation
Created by: ihsraham
Summary
- Add release documentation for the July 07, July 04, and July 03 WDK package updates, plus the existing July 01 entries.
- Update EVM wallet docs for signer-backed accounts, private-key accounts, contract-creation transactions, and ERC-7702 authorization/delegation helpers.
- Update TRON wallet docs for arbitrary transaction support covering native TRX transfers, smart-contract call descriptors, and pre-built TronWeb transactions.
- Update Bitfinex pricing docs for direct Bitfinex quote behavior after removal of the USD-pivot fallback.
- Keep Worklet Bundler usage pages on the prior workflow because the v1.0.0-beta.4 npm artifact is missing built CLI/API files; the changelog calls out the source changes and artifact caveat.
- Move swap-velora-evm v1.0.0-beta.6 to its actual June 30 release date and retain the React Native Core July 01 update.
Release references
- https://github.com/tetherto/wdk-pricing-bitfinex-http/releases/tag/v1.0.0-beta.4
- https://github.com/tetherto/wdk-utils/releases/tag/v1.0.0-beta.8
- https://github.com/tetherto/wdk-wallet-evm/releases/tag/v1.0.0-beta.15
- https://github.com/tetherto/wdk-wallet-tron/releases/tag/v1.0.0-beta.8
- https://github.com/tetherto/wdk-wallet/releases/tag/v1.0.0-beta.13
- https://github.com/tetherto/wdk-wallet-evm-erc-4337/releases/tag/v1.0.0-beta.11
- https://github.com/tetherto/wdk-worklet-bundler/releases/tag/v1.0.0-beta.4
- https://github.com/tetherto/wdk/releases/tag/v1.0.0-beta.13
- https://github.com/tetherto/wdk-protocol-bridge-usdt0-evm/releases/tag/v1.0.0-beta.6
- https://github.com/tetherto/wdk-wallet-evm-erc-4337/releases/tag/v1.0.0-beta.10
- https://github.com/tetherto/wdk-protocol-swap-velora-evm/releases/tag/v1.0.0-beta.6
- https://github.com/tetherto/wdk-react-native-core/releases/tag/v1.0.0-beta.12
Validation
git diff --checknpm cinpm run check:metanpm run check:redirectsLINK_CHECK_EXTERNAL=false npm run check:linkssource ~/.nvm/nvm.sh && nvm exec 22.22.2 npm run quality- GitHub Docs Quality Gates passed: https://github.com/tetherto/wdk-docs/actions/runs/28869031435/job/85626564177
Notes:
- Local build/quality passes under Node 22.22.2. Node 24/25 hit the existing Next config loader issue with this repo's
NODE_OPTIONS='--import tsx/esm'setup. - Existing external 403/redirect and
docTypeSEO messages remain warnings, not broken-link or build failures.