v0.2
Spice.xyz Node.js SDK v0.2
This release adds support for the new Spice.xyz Async Query API!
New functions available on the client are:
queryAsync()
getQueryResults()
getQueryResultsAll()
getQueryResultsFromNotification()
For full documentation see docs.spice.xyz.
What's Changed
- Add proper testing framework (Jest) by @phillipleblanc in #11
- Create dependabot.yml by @lukekim in #13
- Upgrade dependencies (gRPC & Arrow) by @lukekim in #14
- Add async query support by @lukekim in #15
New Contributors
Full Changelog: v0.1.0...v0.2.0