dzhelezov
dzhelezov
**Describe the Bug** The generated schema does not properly handle the inheritance of interfaces having a non-scalar field. More concretely, an object type declared to implement an interface does not...
affects: @joystream/hydra-cli, @joystream/hydra-e2e-tests this lays out a ground work for #438 Solution 1. This commit adds support for primitive fields on subclasses and adds an e2e-test for it. In particular,...
By default, `BN.toJSON()` uses hex encoding, and thus a variant field of `BN` type is serialized as a hex string. When queried, the query-node then returns a hex string instead...
Warthog now natively support concrete JSON types, which we use for variants: https://github.com/goldcaddy77/warthog/commit/5e137ced2a386509ac449e44562cd375699da6a4 After the upgrade, we should revisit the variant implementation, especially the hack around adding extra fields when...
Probably we should compile mappings into a WASM code and execute them in the environment with no access to system calls, then enforcing determinism.
# Overview This issue covers future directions and nice-to-haves for Hydra v2, which refers to Hydra post-Babylon release (Hydra v0) and post-refactoring (Hydra v1). ## Grading Impact: 1 to 5...
The model types generated from the input schema are buried inside the warthog-based graphql-server files and are decorated with warthog annotations. This leads to the undesirable side-effect that the mappings...
Graphana dashboards show all metrics in a convenient way and support automated alerting. Key metrics we are interested in include: Indexer: - If the indexer is in sync - If...
## Current state of the art The processor analyzes all the events available for the mappings and fetches from the indexer all the events that match the name. Namely, if...