CHANGELOG

Change Log

All notable changes to this project will be documented in this file. See Conventional Commitsarrow-up-right for commit guidelines.

4.2.0-alpha.6 (2021-10-20)

Bug Fixes

4.2.0-alpha.5 (2021-10-04)

Features

4.2.0-alpha.4 (2021-09-22)

Bug Fixes

4.2.0-alpha.3 (2021-09-19)

Features

4.2.0-alpha.2 (2021-09-16)

Bug Fixes

4.2.0-alpha.1 (2021-09-11)

Features

4.2.0-alpha.0 (2021-09-10)

Features

4.1.0 (2021-08-31)

Bug Fixes

4.1.0-alpha.8 (2021-08-30)

Features

4.1.0-alpha.7 (2021-08-30)

Features

4.1.0-alpha.6 (2021-08-29)

Features

4.1.0-alpha.5 (2021-08-28)

Features

4.1.0-alpha.4 (2021-08-25)

Bug Fixes

4.1.0-alpha.3 (2021-08-23)

Note: Version bump only for package @subsquid/hydra-indexer

4.1.0-alpha.2 (2021-08-23)

Note: Version bump only for package @subsquid/hydra-indexer

4.1.0-alpha.1 (2021-08-18)

Bug Fixes

4.1.0-alpha.0 (2021-08-09)

Features

4.0.1-alpha.2 (2021-08-08)

Note: Version bump only for package @subsquid/hydra-indexer

4.0.1-alpha.1 (2021-08-08)

Note: Version bump only for package @subsquid/hydra-indexer

4.0.1-alpha.0 (2021-08-05)

Note: Version bump only for package @subsquid/hydra-indexer

Note: Version bump only for package @subsquid/hydra-indexer

4.0.0arrow-up-right (2021-07-22)

Features

Bug Fixes

3.1.0-alpha.7 (2021-07-09)

Bug Fixes

3.1.0-alpha.6 (2021-07-08)

Bug Fixes

3.1.0-alpha.5 (2021-07-08)

Bug Fixes

3.1.0-alpha.4 (2021-07-05)

Features

3.1.0-alpha.3 (2021-06-28)

Bug Fixes

3.1.0-alpha.2 (2021-06-28)

Bug Fixes

3.1.0-alpha.1 (2021-06-14)

Features

3.1.0-alpha.0 (2021-06-09)

Features

3.0.1-alpha.2 (2021-05-28)

Bug Fixes

3.0.1-alpha.1 (2021-05-27)

Bug Fixes

3.0.1-alpha.0 (2021-05-25)

Bug Fixes

3.0.0arrow-up-right (2021-05-24)

Note: Version bump only for package @subsquid/hydra-indexer

3.0.0-beta.8 (2021-05-24)

Note: Version bump only for package @subsquid/hydra-indexer

3.0.0-beta.7 (2021-05-21)

Bug Fixes

3.0.0-beta.6 (2021-05-14)

Bug Fixes

3.0.0-beta.5 (2021-05-14)

Bug Fixes

3.0.0-beta.4 (2021-05-10)

Features

3.0.0-beta.3 (2021-05-07)

Bug Fixes

3.0.0-beta.2 (2021-05-07)

Bug Fixes

Features

2.1.0-beta.8 (2021-04-29)

Bug Fixes

2.1.0-beta.7 (2021-04-08)

Bug Fixes

2.1.0-beta.6 (2021-04-08)

Features

2.1.0-beta.5 (2021-04-02)

Bug Fixes

2.1.0-beta.4 (2021-03-31)

Bug Fixes

Features

2.1.0-beta.0 (2021-03-30)

Features

2.0.1-beta.17 (2021-03-29)

Bug Fixes

2.0.1-beta.16 (2021-03-24)

Bug Fixes

2.0.1-beta.15 (2021-03-19)

Bug Fixes

2.0.1-beta.14 (2021-03-19)

Bug Fixes

2.0.1-beta.13 (2021-03-18)

Bug Fixes

2.0.1-beta.12 (2021-03-17)

Bug Fixes

2.0.1-beta.11 (2021-03-16)

Bug Fixes

2.0.1-beta.10 (2021-03-16)

Bug Fixes

2.0.1-beta.9 (2021-03-10)

Bug Fixes

2.0.1-beta.8 (2021-03-10)

Bug Fixes

2.0.1-beta.7 (2021-03-10)

Bug Fixes

2.0.1-beta.6 (2021-03-09)

Bug Fixes

2.0.1-beta.5 (2021-03-09)

Bug Fixes

2.0.1-beta.4 (2021-03-05)

Note: Version bump only for package @subsquid/hydra-indexer

2.0.1-beta.3 (2021-03-05)

Bug Fixes

2.0.1-beta.2 (2021-03-04)

Note: Version bump only for package @subsquid/hydra-indexer

Changelog of major updates

0.1.6

Added fields to SubstrateEvent entity: - data: JSONified event parameters - extrinsicArgs: JSONified extrinsic arguments - extrinsicHash: Extrinsic hash (if present)

0.1.5

  • Added extrinsicName field to events

0.1.4

  • Added blocktimestamp

0.0.18-alpha

  • IndexerStatusService adds additional data into Redis:

    • Last comepleted block

    • Max completeted block

    • Substrate chain height

0.0.17-alpha

  • Bugfixes and stability improvements

0.0.16-alpha

  • Indexer supports custom substrate types

  • Substrate API stability improvements

0.0.15-alpha.2

  • Reworked indexer head updates by IndexerStatusService to make it more stable against Redis outages. By default the indexer head expires after 15 mins which forces the update from the database

0.0.15-alpha.1

  • Hydra Indexer publishes the current head to Redis and caches metrics for quick access

  • Schema update: created_at, deleted_at, updated_at, version added to the Indexer entity tables

  • Added additional indices

0.0.14-alpha

Breaking changes:

  • Fixed JSON serialization to postgres for Extrinsincs and Event params

  • Event name is stored as ${section}.${method}

  • Increased the number of padding zeroes in the event id (six padding zeroes for the index part)

Last updated