Skip to content

v1.0.0

Compare
Choose a tag to compare
@sdlaver sdlaver released this 13 Oct 21:51
· 611 commits to main since this release
ef49988

What's Changed

  • Bump library versions to 0.9.0 by @sdlaver in #205
  • Update deps by @sdlaver in #215
  • Change fakewallet preflight commitment level by @sdlaver in #216
  • Adding RpcCluster enum to the Rx APIs and using it in the authorize API by @oliveeyay in #219
  • Rxjava client example on par with ktx by @oliveeyay in #220
  • Upgrade the React Native example app to React Native 0.70 and convert to Hermes engine by @steveluscher in #222
  • fix: upgrade to smaller version of web3.js by @steveluscher in #223
  • fakedapp should use walletUriBase if provided by authorize/reauthorize by @sdlaver in #225
  • fix: upgrade Android clientlib to 0.9.0 in React Native native module by @steveluscher in #226
  • Add ERROR_CLUSTER_NOT_SUPPORTED error code for authorize by @sdlaver in #228
  • Update Mobile Wallet Adapter project dependencies by @sdlaver in #230
  • chore(deps): bump coil from 2.2.0 to 2.2.1 in /android by @dependabot in #232
  • chore(deps): bump coil-svg from 2.2.0 to 2.2.1 in /android by @dependabot in #231
  • Update React Native example app to RN 0.70.0 final by @steveluscher in #235
  • docs: add cluster to the docs for wallet-adapter-mobile by @steveluscher in #236
  • docs: add ‘address selector’ section of the wallet-adapter-mobile R… by @steveluscher in #237
  • fix: use Material Community icons in React Native example app by @steveluscher in #238
  • fix: lower example apps' finality to 'processed' by @steveluscher in #239
  • Propagate internal wallet errors back to client (as a JSON-RPC 2.0 error) by @sdlaver in #229
  • Replace startActivityForResult with ActivityResultLauncher by @ankur2136 in #243
  • Attach activity results, execute callback only when result is OK. by @ankur2136 in #245
  • Refactor some pieces of AuthRepository.java by @ankur2136 in #246
  • Revert "Attach activity results (#245)" by @ankur2136 in #248
  • Followup on the previous PR comments. by @ankur2136 in #247
  • Fix the columns for querying by params by @ankur2136 in #249
  • Refactor AuthRepository by @ankur2136 in #250
  • Refactor AuthRepository to extract WalletUriBaseDao by @ankur2136 in #251
  • Refactor AuthRepository to extract PublicKeysDao by @ankur2136 in #252
  • Add some annotations by @ankur2136 in #253
  • feat: teach mobile-wallet-adapter to handle versioned transactions by @steveluscher in #254
  • v0.9.2 by @steveluscher in #256
  • Clarify some details in the MWA spec based on feedback by @sdlaver in #255
  • Update to Gradle 7.4 and AGP 7.3.0 by @sdlaver in #262
  • Extract the interface out of AuthRepository by @ankur2136 in #263
  • Add account label display to fakedapp and example-clientlib-ktx-app by @sdlaver in #265
  • Update incoming sequence number handling to match latest spec revision by @sdlaver in #260
  • Use strict inequality operator for sequence number check by @sdlaver in #266
  • fix: repair CommonJS require paths by @steveluscher in #268
  • v0.9.3 by @steveluscher in #269
  • Add first integration test by @ankur2136 in #272
  • Fix some misc minor warnings by @sdlaver in #273
  • Update dependencies by @sdlaver in #274
  • spec: Wallets can report the transaction versions they support by @sdlaver in #267
  • Update clientlib, walletlib, fakewallet, and fakedapp for supported_transaction_versions by @sdlaver in #275
  • fix: make sure to mark the wallet as Installed when obtaining an authorization result for any reason by @steveluscher in #280
  • chore: refactor authorization handling for consistency by @steveluscher in #281
  • fix: protect connect() against doing work if already connected/connecting by @steveluscher in #282
  • Update Gradle dependencies by @sdlaver in #279
  • feat: add a hasAuthorizationResult() method to the wallet adapter plugin by @steveluscher in #283
  • Revert "feat: add a hasAuthorizationResult() method to the wallet adapter plugin (#283) by @steveluscher in #284
  • feat: a method you can call on the mobile wallet adapter in autoconnect scenarios by @steveluscher in #285
  • v0.9.4 by @steveluscher in #286
  • fix: prevent mass unsubscribing the disconnect event from adapters, accidentally by @steveluscher in #287
  • Update Mobile Wallet Adapter specification to v1.0.0 by @sdlaver in #289

New Contributors

Full Changelog: v0.9.0...v1.0.0