Skip to content

Releases: subquery/subql-cosmos

[1.9.1] @subql/node-cosmos

14 Sep 21:10
d946a3e
Compare
Choose a tag to compare

[1.9.1] - 2022-09-15

Fixed

  • OnFinality endpoints with api key in query params working. (#54)

Added

  • Filter for includeFailedTx on Transaction and Message handlers. This will now exclude failed transactions by default. (#53)

[0.2.0] @subql/types-cosmos

02 Sep 00:49
eefdc21
Compare
Choose a tag to compare

[0.2.0] - 2022-09-02

Changed

Sync changes from main SDK:

  • 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.

[1.9.0] @subql/node-cosmos

02 Sep 00:49
eefdc21
Compare
Choose a tag to compare

[1.9.0] - 2022-09-02

Changed

  • Update to same version numbering as Substrate SDK.
  • Sync with latest changes on Substrate SDK:
    • Use @subql/node-core package.
    • Updated store.getByField to have limit and offset options: getByField(entity: string, field: string, value: any, options?: {offset?: number; limit?: number}): Promise<Entity[]>;.
    • Improved performance logging.
    • Added bulkUpdate and bulkGet to the injected store. This can be used to optimise handlers and speed up indexing.
    • Fixed indexing stop processing blocks.

[0.3.0] @subql/node-cosmos

28 Jul 04:43
0acc04d
Compare
Choose a tag to compare

[0.3.0] - 2022-07-28

Changed

  • Sync with latest development from origin. See @subql/node changelog from v1.2.1 to v1.6.0 (#44) (#45)
    Some highlights:
    • Support for worker threads
    • Added dictionary-timeout flag

Fixed

  • Custom datasource processors. (#42)
  • Fixed chainId instead of chain being in metadata reponse. (#48)

[0.0.7] @subql/common-cosmos

28 Jul 04:43
0acc04d
Compare
Choose a tag to compare

[0.0.7] - 2022-07-28

Added

  • Add block modulo filter on cosmos blockHandler. E.g. if modulo: 50, the block handler will run on every 50 blocks. (#43)

[0.2.0] @subql/node-cosmos

07 Jul 20:59
ccbbf3a
Compare
Choose a tag to compare

[0.2.0] - 2022-07-08

Changed

  • Decode buffer to json for cosmwasm.wasm.v1.MsgMigrateContract and cosmwasm.wasm.v1.MsgInstantiateContract messages (#38)

[0.1.1] @subql/types-cosmos

01 Jul 05:21
1d2a4da
Compare
Choose a tag to compare

[0.1.1] - 2022-07-01

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

Added

[0.1.3] @subql/node-cosmos

01 Jul 06:32
9ab2e16
Compare
Choose a tag to compare

[0.1.3] - 2022-07-01

Fixed

  • Dependency injection issue with EventEmitter

[0.1.2] - 2022-07-01

Fixed

  • Docker image health checks failing because of missing curl command

Added

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

[0.1.2] @subql/node-cosmos

01 Jul 05:21
1d2a4da
Compare
Choose a tag to compare

[0.1.2] - 2022-07-01

Fixed

  • Docker image health checks failing because of missing curl command

Added

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

[0.1.1] @subql/node-cosmos

29 Jun 01:38
47b64da
Compare
Choose a tag to compare

[0.1.1] - 2022-06-29

Updated

  • Sync with latest development from origin (#31)

Added

  • HTTP keep alive (#30)