Skip to content

Latest commit

 

History

History
170 lines (135 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

170 lines (135 loc) · 6.32 KB

Changelog

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

Changed

  • Bump @subql/types-core dependency (#292)

3.5.3 - 2024-09-25

Changed

  • Enable strict TS setting (#282)

3.5.2 - 2024-08-12

Changed

  • Update dependencies and enable strict TS setting (#278)

3.5.1 - 2024-07-30

Changed

  • Update cosmos and subql dependencies (#270)

3.5.0 - 2024-07-01

Added

  • Add type CosmosNetworkModule to support cosmos module (#267)

3.4.0 - 2024-05-02

Changed

  • Update @subql/types-core and use types from there (#254)

3.3.0 - 2024-04-10

Changed

  • Update @subql/types-core

3.2.4 - 2024-04-05

Changed

  • Update @subql/types-core

3.2.3 - 2024-02-07

Changed

  • Update @subql/types-core

3.2.2 - 2023-11-30

Changed

  • Sync with @subql/types-core 0.4.0

3.2.1 - 2023-11-06

Fixed

  • Fixed missing global variable: registry (#199)

3.2.0 - 2023-11-01

Changed

  • Import @subql/types-core global into global so its no longer needed to update tsconfig in projects (#195)

Added

  • JSDoc to field explaining definition (#194)

3.1.0 - 2023-10-20

Changed

  • Version bump with types-core 0.2.0

3.0.3 - 2023-10-17

Changed

  • Update type names to be consistent with main SDK (#189)

3.0.2 - 2023-10-12

Changed

  • Bump with @subql/types-core 0.1.1 (#186)

3.0.1 - 2023-10-05

Fixed

  • Fixed RuntimeDatasourceTemplate's generic typing (#182)

3.0.0 - 2023-10-04

Added

  • Added cosmwasm messages types (#168)

Changed

  • Updated NetworkConfig to use chaintypes instead of chainTypes (#180)

2.2.1 - 2023-07-31

Changed

  • Update license to GPL-3.0 (#152)

2.2.0 - 2023-06-01

Changed

  • upgrade to tendermint37 client (#126)

2.1.0 - 2023-05-17

Changed

  • Use Block interface from @cosmjs/tendermint-rpc
  • Sync with main SDK

2.0.0 - 2023-05-03

Changed

  • Sync with main SDK for 2.0 release

0.4.3 - 2023-02-14

Changed

  • Sync with main sdk (#97)
  • Update cosmjs (#96)

0.4.2 - 2023-01-23

Added

  • Add header to CosmosBlock interface (#94)

0.4.1 - 2023-01-12

Added

  • count to Store interface. (#90)

0.4.0 - 2022-11-02

Added

  • timestamp filter to block handler. (#76)

0.3.0 - 2022-09-27

Added

  • attributes filter to event handlers. (#56)

0.2.0 - 2022-09-02

Changed

  • 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 and bulkGet to the injected store. This can be used to optimise handlers and speed up indexing.

0.1.1 - 2022-07-01

Added

  • Inject the types registry into the sandbox (#34)

0.1.0 - 2022-06-27

Changed

  • Messages and events have changed message.msg.msg to message.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

Fixed

  • Fix chainTypes not being in deployments

0.0.5 - 2022-06-15