v0.9.0
What's Changed
- Update README.md to refer to latest library versions by @sdlaver in #165
- Move the cluster parameter from sign_and_send_transaction to authorize by @sdlaver in #161
- Increase total connection backoff schedule to 30s by @sdlaver in #162
- fix: update React Native SDK for
clientlib
0.2.0 by @steveluscher in #166 - reauthorize now returns the same response object as authorize by @sdlaver in #163
- v0.0.1-alpha.8 by @steveluscher in #167
- clientlib: add a method to query wallet endpoint availability by @sdlaver in #169
- feat: you can now configure the
SolanaMobileWalletAdapter
with an address selector by @steveluscher in #171 - chore(deps): bump kotlinx-coroutines-android from 1.6.3 to 1.6.4 in /android by @dependabot in #119
- Make https scheme mandatory for endpoint-specific URIs by @sdlaver in #170
- Make UI Match React Native sample app by @creativedrewy in #174
- Add minimum timeouts to MWA spec by @sdlaver in #172
- Thread the currently selected address through to each
signMessages
call by @steveluscher in #176 - Offer menu to select address when more than one are authorized (React Native app) by @steveluscher in #173
- fix: remove merge conflict markers by @steveluscher in #179
- Ktx sample app build yml by @creativedrewy in #180
- Initial implementation of client-ktx sample app by @creativedrewy in #177
- A shiny badge! by @creativedrewy in #181
- sign_messages should accept multiple addresses for signing by @sdlaver in #183
- Update spec and JavaScript impl to add human-readable labels to accounts by @steveluscher in #184
- fix: you can now build the JS packages on Windows by @steveluscher in #192
- spec: parameters for sign_and_send_transactions by @sdlaver in #186
- chore: update dependencies by @sdlaver in #195
- Plumb the account label through fakewallet and fakedapp by @sdlaver in #196
- spec: replace iOS TODOs with an explicit note of planned future support by @sdlaver in #198
- fix: example apps now always fetch blockhash at finalized commitment for compatibility with
fakewallet
by @steveluscher in #200 - fix:
fakewallet
no longer bakes the Base64-encoded address into the account label itself by @steveluscher in #201 - fix: move fee payer and blockhash backfilling from protocol implementation to wallet adapter plugin by @steveluscher in #189
- Advance spec version to 0.9.0 by @sdlaver in #203
- v0.9.0 (JavaScript) by @steveluscher in #204
Full Changelog: v0.2.0...v0.9.0