Caveats and known limitations #1
razgraf
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mustache and multi-network
$NETWORK
variant given as an argument to the deploy script and prepare a JS file for the YAML template (mustache doesn't work with TS source files) and anenv.ts
file to be imported in the codeConfiguration files
subgraph.yaml
. We should test if it works with simple YML type too.Generated files
codegen
) have been moved together topackages/core/src/generated
Linter
Graph-cli/ts version
Duplicated logic in the create stream handlers
While the linear and pro events have a lot of common content, we cannot use type unions in Assembly Script. AS doesn't even seem to allow defining custom types, which makes generics hard. I've also attempted to do it with classes (extending for common params and overriding different behavior) but to no avail.
Beta Was this translation helpful? Give feedback.
All reactions