- Modified script to save graphql schema in
./generated/schema.graphql
file so that it can be fetched directly, previously the schema was generated and returned by spinning up the graphql server. - FIX: Start the postgres DB in
generate-graphql-schema.sh
script.
- Allow configuring RPC rate limit via
RPC_RATE_LIMIT
environment variable.
- FIX: Bump Subsquid processor (
@subsquid/substrate-processor
) version to include fix for switching to RPC when processing unfinalized blocks.
- FIX: Install
bash
in Dockerfile, since it does not come pre-installed innode:18-alpine
image.
- Created
SquidVersion
graphql entity schema and exposed query to fetch the current version of the storage squid package.
- Disables processing of Hot/Un-finalized blocks by the processor.
- Add
DataObjectDeletedEventData
event type.
- patched
@subsquid/openreader
to pass parameter values in 'queryConfig' object instead of passing as param topgClient.query
function. - enabled enhanced Opentelemetry postgres query traces.
- remove unused dependencies from
package.json
file. - add opentelemetry integration.
- adds
get-graphql-schema
npm command. - FIX: convert
ipfsHash
to string.
- Initial release of
storage-squid
package.