Skip to content

Latest commit

 

History

History
191 lines (151 loc) · 6.57 KB

CHANGELOG.md

File metadata and controls

191 lines (151 loc) · 6.57 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-22

Changed

  • Update @subql/types-core dependency (#347)

3.13.1 - 2024-08-16

Changed

  • Update @subql/types-core with fix for datasource processors (#337)

3.13.0 - 2024-08-02

Added

  • Suport for network endpoint config (#334)

3.12.0 - 2024-07-26

Changed

  • Enable ts strict

3.11.0 - 2024-07-11

Changed

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

3.10.0 - 2024-07-10

Changed

  • Update @subql/types-core dependency (#326)

Fixed

  • Incorrect generic parameter type (#321)

3.9.0 - 2024-07-03

Added

  • Add missing method getAbiInterface in type EthereumNetworkModule (#323)

3.8.0 - 2024-07-03

Added

  • Add type EthereumNetworkModule to support eth module (#318)

3.7.0 - 2024-06-12

Changed

  • Deprecated flare SDK (#2428)

3.6.1 - 2024-05-27

Changed

  • Type for unsafeApi to from Provider to JsonRpcProvider (#291)

3.6.0 - 2024-04-30

Changed

  • Update @subql/types-core and use types from there

3.5.0 - 2024-04-03

Changed

  • version updated with @subql/types-core, also update api interface (#225)

3.4.0 - 2024-03-13

Changed

  • Make receipt method on transaction type generic for OP L1 fields support (#258)

3.3.1 - 2024-02-07

Changed

  • Update @subql/types-core

3.3.0 - 2024-02-02

Fixed

  • Fix Eth datasource miss extend base datasource type, missing endBlock in Datasource

Added

  • Transaction filter function field can now be null (#243)

3.2.1 - 2023-11-30

Changed

  • Sync with @subql/types-core 0.4.0

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)

3.1.0 - 2023-10-20

Changed

  • Version bump with types-core 0.2.0

3.0.2 - 2023-10-05

Fixed

  • Fixed RuntimeDatasourceTemplate's generic typing (#177)

3.0.1 - 2023-10-04

Changed

  • Version bump with types-core 0.1.1

3.0.0 - 2023-10-03

Added

  • Light types for block and logs (#170)

Changed

  • Version bump with types-core

2.2.5 - 2023-09-04

Fixed

  • Previous failed release

2.2.4 - 2023-08-14

Fixed

  • fix missing unsafeApi in the global (#141)

2.2.3 - 2023-07-31

Fixed

  • Update license (#137)

2.2.2 - 2023-06-01

Added

  • add timestamp to ethTransaction (#93)

2.2.1 - 2023-05-22

Fixed

  • Previous release failed

2.2.0 - 2023-05-22

Fixed

  • Add chainId to global (#77)

2.1.0 - 2023-05-11

Added

  • bulkRemove to the store
  • chainId to the sandbox

2.0.0 - 2023-05-01

Changed

  • Sync with main SDK for 2.0 release

1.0.1 - 2023-04-05

Removed

  • Remove count method from the store (#51)

1.0.0 - 2023-04-03

Changed

  • Release

0.2.2 - 2023-01-23

Added

  • Add count to Store interface (#1480)

0.2.1 - 2022-11-18

Fixed

  • Re-release 0.2.1

0.2.0 - 2022-11-17

Changed

  • Sync with main sdk (#14)

0.1.0 - 2022-10-31