Ian He
Ian He
you need to add annotation on calico-kube-controllers's deployment ``` annotations: cni: "calico" ```
Any progress on this one, really needed here as well. Otherwise we will have to maintain our own image, which is painful.
## Coverage report ❌ An unexpected error occurred. For more details, [check console](https://github.com/subquery/subql/actions/runs/6740705386) ``` Error: The process '/usr/local/bin/yarn' failed with exit code 1 ``` | St.:grey_question: | Category | Percentage...
This PR should fix the problem. https://github.com/subquery/subql/pull/1970
https://github.com/OneGraph/graphiql-explorer
I'm glad that we picked the name callHandler instead of extrinsicHandler, now it is very clear that what we care about is call and a call can be carried out...
Extend the list of indirect call execution with `Multisig.as_multi` and `Proxy.proxy()` examples: https://polkadot.subscan.io/extrinsic/0xff8639407212bb60ea41feafcfd2813d8c33d95935cac1f082ddf2a0ec5b80f4?event=4101238-3
related to #1668
@randombishop In case you run subql-node in your own environment, the subql-node exposes a `/metrics` api that you can run prometheus to collect data from, and then you can use...
I think `unique` index doesn't offer more efficiency than a normal index, so we can safely say it is for fool-proofing. In that case, we can ignore `unique:true` or refuse...