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.
3.3.0 - 2023-10-31
- Import types-core global so there is no need to update tsconfig
- Update
@subql/types-core
to add support for endBlock
3.2.0 - 2023-10-20
- Version bump with
types-core
0.2.0
3.1.2 - 2023-10-04
@subql/types-core
being a devDep instead of a dep
3.1.1 - 2023-10-03
- Version bump with
types-core
0.1.1
3.1.0 - 2023-10-02
- Update project types with
types-core
0.1.0 (#2056)
3.0.1 - 2023-09-28
- Move non-specific types to types-core package, add
SubstrateProject
type to define project manifest in typescript. (#2011)
- New LightBlock type (#1968)
getByFields
function to store interface (#1993)
2.2.0 - 2023-08-16
isSigned
filter to call handler (#1940)
- Allow boolean types in DictionaryQueryCondition (#1940)
2.1.4 - 2023-08-11
- Fix missing
unsafeApi
in global (#1935)
2.1.3 - 2023-07-31
- Update license (#1891)
2.1.2 - 2023-05-11
- Inject the chain id into sandboxes (#1684)
2.1.1 - 2023-05-11
DictionaryQueryCondition
type (#1679)
2.1.0 - 2023-05-10
bulkRemove
method on the store. (#1666)
2.0.0 - 2023-04-20
- Major release 2.0.0, align with other package versions
- Update interfaces to support testing framework (#1584)
- Removed
count
method fromStore
1.7.2 - 2023-03-29
- Update polkadot api to 10.1.4 (#1580)
1.7.1 - 2023-01-23
- Add
count
toStore
interface (#1480)
1.7.0 - 2022-12-06
- Support for
bypassBlocks
(#1435)
1.6.0 - 2022-10-27
- Timestamp filter to block handlers (#1310)
1.5.1 - 2022-10-11
- Matcher to dictionary query condition. (#1345)
1.5.0 - 2022-09-13
- Change types to support wasm processor and update polkadot API to v9. (#1280)
1.4.0 - 2022-08-26
- Minor release
- Updated store.getByField to have limit and offset options.
getByField(entity: string, field: string, value: any, options?: {offset?: number; limit?: number}): Promise<Entity[]>;
. (#1259)
1.3.0 - 2022-08-17
bulkUpdate
andbulkGet
to the injected store. This can be used to optimise handlers and speed up indexing. (#1246)
1.2.1 - 2022-08-04
- Export
EventTypeRecord
. (#1225)
1.2.0 - 2022-07-27
- Update
SubstrateBlockFilter
with newmodulo
filter. (#1196) - Make
SubstrateExtrinsic
andSubstrateEvent
types generic. This allows specifying the data/args type rather than being provided withCodec[]
orAnyTuple
. (#1194)
1.1.0 - 2022-05-31
- Update name for substrate types (#1012)
1.0.0 - 2022-05-11
- Major release
0.15.0 - 2022-05-02
- 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)
0.9.0 - 2021-10-26
- Update Polkadot/api to v6 (#548)
- Move project manifest types to @subql/types because it is now also required by subquery project. (#512)
0.8.5 - 2021-10-12
- Update Polkadot/api to 6.3.1 (#505)
0.8.4 - 2021-09-16
- Update Polkadot/api to 5.9.1 (#476)
0.8.3 - 2021-09-01
- Update Polkadot/api to 5.7.1 (#460)
0.8.2 - 2021-08-20
- Update Polkadot/api to 5.5.2 (#439)
0.8.1 - 2021-08-16
- Update Polkadot/api to 5.5.1 (#433)
0.8.0 - 2021-06-25
- 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
- patch release with other packages (#228)
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)
0.2.0 - 2020-12-22
- support block handler