docs: consolidate June release updates
Created by: ihsraham
Summary
- Consolidates the June release documentation into one self-contained PR with the full shipped scope listed below.
- Adds the Arkade WDK community module listing requested from the wallet-sdk-dev thread.
- Adds dedicated docs for Transaction Policies, Asset Registry, and the EVM 7702 Gasless wallet module.
Release Coverage
-
wdk-core v1.0.0-beta.10: Documents swidge protocol registration through global and account-level protocol APIs,
getSwidgeProtocol(), account-scoped protocol persistence, and duplicate wallet registration behavior. -
wdk-core v1.0.0-beta.11: Documents local transaction policies,
registerPolicy(), policy errors, scoped ALLOW/DENY rules, default-deny behavior, runtime simulation mirrors, and updated core API signatures. -
wdk-asset-registry v1.0.0-beta.1: Adds first-party Asset Registry docs for in-memory base/token registries, Zod schemas, JSON schema exports, Uniswap token-list normalization, and bundled
common-tokensmetadata. - wdk-wallet-evm-7702-gasless v1.0.0-beta.1: Adds first-party wallet module docs for EIP-7702 delegated EOAs, ERC-4337 UserOperation submission, sponsored and paymaster-token fee modes, provider failover, quotes, transfers, signing, receipts, and errors.
-
wdk-utils v1.0.0-beta.5: Documents restored BOLT11 invoice helpers including validation, decode, signing, hashing, encoding, fallback address, routing info, feature bits, and
lightning:prefix handling. - wdk-utils v1.0.0-beta.6: Documents BIP-21 Bitcoin payment URI detection, parsing, encoding, validation rules, optional fields, and unsupported required-parameter errors.
-
wdk-wallet v1.0.0-beta.10: Documents
transactionMaxFeeon the base wallet configuration surface for transaction send/sign fee caps separate from token transfer caps. - wallet-tron v1.0.0-beta.6: Documents ordered provider failover, retries, read-only key pair behavior, TRX/TRC20 fee quote fields, and activation fee details.
- wallet-evm-erc-4337 v1.0.0-beta.9: Documents cached quote nonce validation, re-quoting behavior when nonce moves, and UserOperation gas override propagation.
-
pricing-provider v1.0.0-beta.5: Documents nullable unresolved price results in the
PricingClientbase type. -
pricing-bitfinex-http v1.0.0-beta.3: Documents batch FX conversion, USD-pivot fallback,
getMultiCurrentPrices(), andgetMultiPriceData()coverage. -
react-native-core v1.0.0-beta.11: Documents
useBalancesForWallets()for multi-account balance fetching, address preloading, concurrency limits, and per-account token failure handling.
Community Module Coverage
- Adds
@arkade-os/wdkto the Community Modules page as a third-party Arkade Bitcoin wallet module, with links to npm, GitHub, and its README.
Documentation Updates
- Adds SDK > Core Module > Guides > Transaction Policies, linked from the core usage page, transaction guide, and API reference.
- Adds Tools > Asset Registry overview, configuration, and API reference pages.
- Adds SDK > Wallet Modules > wallet-evm-7702-gasless overview, usage, configuration, API reference, and guide pages.
- Updates the changelog with June 4, June 9, June 10, June 12, and June 14 release entries.
- Updates WDK Core overview, API reference, protocol integration, and transaction guide coverage.
- Updates WDK Utils overview, configuration, and API reference coverage.
- Updates React Native Core overview and API reference coverage.
- Updates wallet module overview, wallet-tron docs, wallet-evm-erc-4337 docs, price-rates docs, and the Community Modules page.
Validation
git diff --cached --checknpm run check:metaLINK_CHECK_EXTERNAL=false npm run check:linksnpm run build