CHANGELOG
Last updated
Was this helpful?
Last updated
Was this helpful?
All notable changes to this project will be documented in this file. See for commit guidelines.
hydra-processor: expose extrinsic id in mappings ()
hydra-indexer-gateway: expose validator_id ()
hydra-indexer: always use paramX name for event params ()
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Note: Version bump only for package @subsquid/hydra-indexer
Added fields to SubstrateEvent entity: - data
: JSONified event parameters - extrinsicArgs
: JSONified extrinsic arguments - extrinsicHash
: Extrinsic hash (if present)
Added extrinsicName
field to events
Added blocktimestamp
IndexerStatusService adds additional data into Redis:
Last comepleted block
Max completeted block
Substrate chain height
Bugfixes and stability improvements
Indexer supports custom substrate types
Substrate API stability improvements
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
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
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)
hydra-indexer: bump polkadot.api to 6.0.2 ()
do not return console on gql endpoint when query param is present ()
hydra-indexer: bump polkadot.js version to 5.8.4-4 ()
hydra-cli: hydra-cli deploy features () ()
fix inline docs for typegen artifacts ()
bump typescript version ()
update docs, remove unsupported options ()
save indexer BLOCK_HEIGHT in database () ()
bump polkadot () ()
support connection queries with where conditions on relations () ()
hydra-indexer: add default values in case SubstrateExtrinsic properties are undefined (e.g. tip (), closes
remove WARTHOG_* from env () ()
hydra-indexer: bump polkadot/api indexer version to 4.17.1 ()
hydra-indexer: bump polkadot version to 4.15.1 ()
hydra-indexer: bump polkadot-api to 4.16.2 ()
hydra-cli: fix kusama v3 examples and subsquid docker images ()
hydra-cli: fix scaffold indexer url property ()
hydra-cli: update hydra-cli scaffold template () ()
hydra-indexer: bump polkadot/api indexer version to 4.17.1 ()
hydra-cli: fix array fields ()
hydra-indexer: bump polkadot-api to 4.16.2 ()
hydra-cli: Relationship fetching via dataloaders () ()
hydra-cli: optimized implementation of interface queries () ()
hydra-cli: move relationship handling from resolver to service () (), closes
hydra-cli: fix relationships IN query () ()
hydra-cli: add DB env variables to indexer docker-compose stack () ()
hydra-typegen: do proper handling of tuples in typegen () (), closes
hydra-indexer: do not coerce null values to an empty string () (), closes
hydra-cli: fix ts compilation error in generated relationship resolver () ()
hydra-cli: upgrade Node version to 14: hydra-cli, hydra-indexer, hydra-indexer-gateway () (), closes
hydra-typegen: fix tuple types not correctly parsed by typegen () (), closes
hydra-cli: bump hydraVersion -> 3 in manifest files () ()
hydra-indexer: add bundle and spec types support for hydra indexer () ()
hydra-indexer: persist block data () ()
hydra-indexer-gateway: add block queries () ()
hydra-processor: use mappings contexts and support specVersion filters () ()
hydra-cli: fix stack overflow caused by lodash.cloneDeep () ()
hydra-cli: fix single import of model files () ()
hydra-cli: export all model files from a single module () ()
hydra-cli: Export all enums + refactor () ()
hydra-processor: lazily init config to fix the --indexer flag () ()
packages: upgrade polkadot/api version to 4.2.1 () ()
packages: upgrade polkadot/api version to 4.2.1 () ()
hydra-cli: declaration:true for graphql-server + fix resolver duplicate names () ()
hydra-cli: fix () ()
hydra-cli: use transpiled js files for query-node () ()
hydra-cli: variants import fixes () ()
hydra-cli: fix overriding entity relation type and derivedFrom () ()
hydra-cli: ignore generating module import for self referenced entities () ()
hydra-typegen: validate location of type definitions json () ()
hydra-cli: fix dockerfiles created by scaffold () ()
hydra-cli: fix docker setup for scaffold + sample project () ()
hydra-cli: generate server source before installing the dependencies () ()
fix package.json files and prepack scripts () ()
hydra-indexer-gateway: add 'inSync' and 'hydraVersion' fields to the indexerStatus query () ()
hydra-processor: Use single hydraVersion in manifest () ()
hydra-cli: support entity relations in interfaces () ()