Skip to content

Latest commit

 

History

History
291 lines (114 loc) · 8.67 KB

CHANGELOG.md

File metadata and controls

291 lines (114 loc) · 8.67 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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

Bug Fixes

  • hydra-typegen: fix tuple types not correctly parsed by typegen (#389) (8a3d8e7), closes #373

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

Bug Fixes

  • hydra-cli: bump hydraVersion -> 3 in manifest files (#388) (f837191)

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

Features

  • hydra-indexer: add bundle and spec types support for hydra indexer (#353) (78617e4)
  • hydra-indexer: persist block data (#366) (b11a7b2)
  • hydra-indexer-gateway: add block queries (#367) (fcb6a5b)
  • hydra-processor: use mappings contexts and support specVersion filters (#375) (6a95a99)

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

Bug Fixes

  • hydra-cli: fix stack overflow caused by lodash.cloneDeep (#369) (e087c5c)

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

Bug Fixes

  • hydra-cli: fix single import of model files (#352) (10f84d4)

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

Features

  • hydra-cli: export all model files from a single module (#348) (47b526a)

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

Bug Fixes

  • hydra-cli: Export all enums + refactor (#344) (221f961)

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

Bug Fixes

  • hydra-processor: lazily init config to fix the --indexer flag (#341) (e7e3d77)

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

Features

  • packages: upgrade polkadot/api version to 4.2.1 (#339) (e840712)

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

Features

  • packages: upgrade polkadot/api version to 4.2.1 (#339) (e840712)

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

Bug Fixes

  • hydra-cli: declaration:true for graphql-server + fix resolver duplicate names (#338) (e3fa092)

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

Bug Fixes

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

Bug Fixes

  • hydra-cli: use transpiled js files for query-node (#323) (af382ac)

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

Bug Fixes

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

Bug Fixes

  • hydra-cli: fix overriding entity relation type and derivedFrom (#324) (d2393a3)

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

Bug Fixes

  • hydra-cli: ignore generating module import for self referenced entities (#322) (2d09777)

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

Bug Fixes

  • hydra-typegen: validate location of type definitions json (#320) (c29433d)

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

Bug Fixes

  • hydra-cli: fix dockerfiles created by scaffold (#317) (ecc2226)

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

Bug Fixes

  • hydra-cli: fix docker setup for scaffold + sample project (#312) (023e4ef)

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

Bug Fixes

  • hydra-cli: generate server source before installing the dependencies (#311) (f6aa58c)

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

Bug Fixes

  • fix package.json files and prepack scripts (#308) (469198e)

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

Bug Fixes

  • hydra-indexer-gateway: add 'inSync' and 'hydraVersion' fields to the indexerStatus query (#295) (fc07445)

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

Bug Fixes

  • hydra-processor: Use single hydraVersion in manifest (#293) (08a1694)

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

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

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

Bug Fixes

  • hydra-cli: support entity relations in interfaces (#275) (122e593)

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

Note: Version bump only for package @dzlzv/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)