Improved
Sentio SDK 3.0 released
8 days ago by philz3906
What a year it’s been!
store API (read more at doc), it involve a lot of performance change and improved code generation, to upgrade, you need
@sentio/sdkto v2.39.6 @sentio/cli to v2.18.7.tsconfig.json
"compilerOptions": {
...
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}store.listIterator API now return an iterator, this is to support loop through big list. You could still use store.list if you the list is not too long. If you are using some RC version, store.list may return an iterator, in this case you need to choose the final form of API.storeAPIgetPriceBySymbol API now returns undefined for unknown symbol instead of throw error.