All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
All logs must start with the format: [x.y.z] - yyyy-mm-dd
- Make
SubstrateExtrinsic
andSubstrateEvent
types generic. This allows specifying the data/args type rather than being provided withCodec[]
orAnyTuple
(#1194)
- Update name for substrate types (#1012)
- Major release
- Update polkadot 8.2.1 (#910)
0.14.0 - 2022-02-09
- inject
createDynamicDatasource
in global (#773)
0.13.0 - 2022-01-13
- Update Polkadot/api to 7.3.1 (#745)
0.12.0 - 2021-12-16
- Add
bulkCreate
inStore
interface (#699)
0.11.0 - 2021-11-27
- Update patch api type (#638)
0.10.1 - 2021-11-19
- Update patch api type (#638)
0.10.0 - 2021-11-03
- Update interface under project for Moonbeam custom datasource processor (#579)
- Add interface
FunctionPropertyNames
improve types of entity creation (#573)
- Update Polkadot/api to v6 (#548)
- Move project manifest types to @subql/types because it is now also required by subquery project. (#512)
- Update Polkadot/api to 6.3.1 (#505)
- Update Polkadot/api to 5.9.1 (#476)
- Update Polkadot/api to 5.7.1 (#460)
- Update Polkadot/api to 5.5.2 (#439)
- Update Polkadot/api to 5.5.1 (#433)
- Update dependencies (#358)
0.7.0 - 2021-04-20
- inject logger module in global(#248)
- Expose events in SubstrateBlock (#256)
- Injecting logger to sandbox's global (#259)
- Store support querying by indexed field (#271)
0.6.1 - 2021-03-11
0.6.0 - 2021-01-27
- fix crash for events not own by extrinsic (#120)
0.5.0 - 2021-01-25
- patch and inject api in sandbox context (#103)
- support specVersion filter and success filter (#106)
- bump @polkadot/api to v3.6.3 (#109)
0.3.0 - 2021-01-06
- support callHandler and eventHandler (#47)
- support block handler