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
- Update
@subql/types-core
dependency (#347)
3.13.1 - 2024-08-16
- Update
@subql/types-core
with fix for datasource processors (#337)
3.13.0 - 2024-08-02
- Suport for network endpoint config (#334)
3.12.0 - 2024-07-26
- Enable ts strict
3.11.0 - 2024-07-11
- Bump with
@subql/types-core
(#2487)
3.10.0 - 2024-07-10
- Update
@subql/types-core
dependency (#326)
- Incorrect generic parameter type (#321)
3.9.0 - 2024-07-03
- Add missing method
getAbiInterface
in typeEthereumNetworkModule
(#323)
3.8.0 - 2024-07-03
- Add type
EthereumNetworkModule
to support eth module (#318)
3.7.0 - 2024-06-12
- Deprecated flare SDK (#2428)
3.6.1 - 2024-05-27
- Type for unsafeApi to from Provider to JsonRpcProvider (#291)
3.6.0 - 2024-04-30
- Update
@subql/types-core
and use types from there
3.5.0 - 2024-04-03
- version updated with @subql/types-core, also update api interface (#225)
3.4.0 - 2024-03-13
- Make receipt method on transaction type generic for OP L1 fields support (#258)
3.3.1 - 2024-02-07
- Update
@subql/types-core
3.3.0 - 2024-02-02
- Fix Eth datasource miss extend base datasource type, missing
endBlock
in Datasource
- Transaction filter function field can now be null (#243)
3.2.1 - 2023-11-30
- Sync with
@subql/types-core
0.4.0
3.2.0 - 2023-11-01
- Import
@subql/types-core
global into global so its no longer needed to update tsconfig in projects (#195)
3.1.0 - 2023-10-20
- Version bump with
types-core
0.2.0
3.0.2 - 2023-10-05
- Fixed RuntimeDatasourceTemplate's generic typing (#177)
3.0.1 - 2023-10-04
- Version bump with
types-core
0.1.1
3.0.0 - 2023-10-03
- Light types for block and logs (#170)
- Version bump with
types-core
2.2.5 - 2023-09-04
- Previous failed release
2.2.4 - 2023-08-14
- fix missing
unsafeApi
in the global (#141)
2.2.3 - 2023-07-31
- Update license (#137)
2.2.2 - 2023-06-01
- add timestamp to ethTransaction (#93)
2.2.1 - 2023-05-22
- Previous release failed
2.2.0 - 2023-05-22
- Add chainId to global (#77)
2.1.0 - 2023-05-11
bulkRemove
to the storechainId
to the sandbox
2.0.0 - 2023-05-01
- Sync with main SDK for 2.0 release
1.0.1 - 2023-04-05
- Remove
count
method from the store (#51)
1.0.0 - 2023-04-03
- Release
0.2.2 - 2023-01-23
- Add
count
toStore
interface (#1480)
0.2.1 - 2022-11-18
- Re-release 0.2.1
0.2.0 - 2022-11-17
- Sync with main sdk (#14)