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.
4.0.0 - 2024-10-23
- Bump
@subql/types-core
dependency (#292)
3.5.3 - 2024-09-25
- Enable strict TS setting (#282)
3.5.2 - 2024-08-12
- Update dependencies and enable strict TS setting (#278)
3.5.1 - 2024-07-30
- Update cosmos and subql dependencies (#270)
3.5.0 - 2024-07-01
- Add type
CosmosNetworkModule
to support cosmos module (#267)
3.4.0 - 2024-05-02
- Update
@subql/types-core
and use types from there (#254)
3.3.0 - 2024-04-10
- Update
@subql/types-core
3.2.4 - 2024-04-05
- Update
@subql/types-core
3.2.3 - 2024-02-07
- Update
@subql/types-core
3.2.2 - 2023-11-30
- Sync with
@subql/types-core
0.4.0
3.2.1 - 2023-11-06
- Fixed missing global variable: registry (#199)
3.2.0 - 2023-11-01
- Import
@subql/types-core
global into global so its no longer needed to update tsconfig in projects (#195)
- JSDoc to field explaining definition (#194)
3.1.0 - 2023-10-20
- Version bump with
types-core
0.2.0
3.0.3 - 2023-10-17
- Update type names to be consistent with main SDK (#189)
3.0.2 - 2023-10-12
- Bump with
@subql/types-core
0.1.1 (#186)
3.0.1 - 2023-10-05
- Fixed RuntimeDatasourceTemplate's generic typing (#182)
3.0.0 - 2023-10-04
- Added
cosmwasm
messages types (#168)
- Updated NetworkConfig to use
chaintypes
instead ofchainTypes
(#180)
2.2.1 - 2023-07-31
- Update license to GPL-3.0 (#152)
2.2.0 - 2023-06-01
- upgrade to tendermint37 client (#126)
2.1.0 - 2023-05-17
- Use Block interface from
@cosmjs/tendermint-rpc
- Sync with main SDK
2.0.0 - 2023-05-03
- Sync with main SDK for 2.0 release
0.4.3 - 2023-02-14
- Sync with main sdk (#97)
- Update cosmjs (#96)
0.4.2 - 2023-01-23
- Add
header
toCosmosBlock
interface (#94)
0.4.1 - 2023-01-12
count
to Store interface. (#90)
0.4.0 - 2022-11-02
timestamp
filter to block handler. (#76)
0.3.0 - 2022-09-27
attributes
filter to event handlers. (#56)
0.2.0 - 2022-09-02
- Updated
store.getByField
to have limit and offset options:getByField(entity: string, field: string, value: any, options?: {offset?: number; limit?: number}): Promise<Entity[]>;
. - Added
bulkUpdate
andbulkGet
to the injected store. This can be used to optimise handlers and speed up indexing.
0.1.1 - 2022-07-01
- Inject the types registry into the sandbox (#34)
0.1.0 - 2022-06-27
- Messages and events have changed
message.msg.msg
tomessage.msg.decodeMsg.msg
. This is due to lazy loading and will mean you don't need to provide chain types for messages you don't care about (#17)
0.0.6 - 2022-06-21
- Fix chainTypes not being in deployments