Improved
SDK v2.39.6 & CLI v2.18.7
8 days ago by philz3906
- (breaking) Finalized
storeAPI (read more at doc), it involve a lot of performance change and improved code generation, to upgrade, you need- Upgrade
@sentio/sdkto v2.39.6@sentio/clito v2.18.7. - Add following config to your
tsconfig.json"compilerOptions": { ... "experimentalDecorators": true, "emitDecoratorMetadata": true } - (optional) We add
store.listIteratorAPI now return an iterator, this is to support loop through big list. You could still usestore.listif you the list is not too long. If you are using some RC version,store.listmay return an iterator, in this case you need to choose the final form of API. - Re-upload any processor that use
storeAPI
- Upgrade
- (breaking)
getPriceBySymbolAPI now returnsundefinedfor unknown symbol instead of throw error. - (fixed) Fix CLI behavior on Windows
- (improve) Graph CLI now could upload source mapping