Scope: Wallet API
Adds an optional valid_until parameter to wallet_strk20Balances, letting a dapp request how long its authorization to read shielded balances stays valid, so a multi-step flow such as a swap can re-query balances without prompting the user on each call. The parameter is optional, so this is a non-breaking change.
The full node JSON-RPC, Proving API and P2P specs are unchanged in this release (nodes stay at 0.10.2).
What's Changed
- feat: add optional valid_until to wallet_strk20Balances by @odednaor in #408
- bump: v0.10.4-rc.2 by @odednaor in #409
Full Changelog: v0.10.4-rc.1...v0.10.4-rc.2