Nisheeth Barthwal

Results 41 comments of Nisheeth Barthwal

> How about using the same name as the substrate extrinsics ? You mean instead of `is_proxy`? Substrate has no such extrinsic and only the storage item `proxies` that returns...

@librelois I had to make `isProxy` a view function so I could no longer rely on the `origin` - could you take a look if that's fine as well please?

@nanocryk think I saw a comment from you about adding `ForbidRecursion` to the precompile but I can no longer find it. Should I still add it?

> Isn't polkadotjs cli already providing this kind of support ? I'm unaware of any such functionality. I think most storage operations were done manually within the team. > Also,...

Closing in favor of https://github.com/PureStake/moonbeam-tools/pull/13

@jamesward alternatively you can prepend the shebang on *nix systems: ``` $ cat protoc-gen-grpc-kotlin.jar $ ./protoc-gen-grpc-kotlin.jar ```

having the same issue. Downgrading to `2.1.1` fixed this. The defaulting line in my case was: ``` reader.setFeature("http://apache.org/xml/features/nonvalidating/load-external-dtd", false) ``` Seems for some reason `org.gjt.xpp.sax2.Driver` is being used instead of...

Could you provide a step by step please? I tried this in AWS Graviton EC2 instances (linux-arm64) and it seemed to have worked properly. Could you perhaps be missing the...

Hmm, I can't be sure of your setup but it's possible that the grpc plugin is missing from your setup. I tried the following on the AWS arm64 instances: ```proto...

Could you perhaps try installing the Nuget GRPC package as specified here?https://github.com/grpc/grpc/tree/master/src/csharp#how-to-use > To be able to generate code from Protocol Buffer (`.proto`) file definitions, add the [Grpc.Tools](https://www.nuget.org/packages/Grpc.Tools/) NuGet package...