menduz
menduz
Hello, Can you try ending thr document/grammar string with a line ending char?
Have not tried yet, but did read the documentation and it requires using bazel and hooking up into the protobuf build. (I don't have expertise with bazel.) May be a...
I think we should get first a library that does RPC and then create the implementation on top of it. The PR may include a good approach, but I'd hesitate...
> Rpc services defined in protobuf are not necessarily gRPC I completely agree, and personally spent several months working on a protobuf-based RPC mechanism that is not gRPC either https://github.com/decentraland/rpc....
>I can't find a Future/Promise/AsyncResult in the std right now. https://github.com/Jack-Ji/zig-async/blob/main/src/task.zig#L7 is perfect! Exactly as I was thinking about it. I'd say that we can pass in `Future` as comptime...
Awesome! >Regardless of the bundling approach, a CI job can be developed as a part of the building process. It would take the assets, pack them and upload them to...
> My idea behind having a parallel job (within the same pipeline) is based on the assumption that we will reduce building time, since the assets can be packed in...
@AjimenezDCL I have no further comments, I think this is OK to be converted into a PR
This function can work _entirely_ client side using the `@dcl/crypto` library, can even live inside the catalyst-client. If you add it to lamb2, can you please add a `X-Deprecation-Warning` header...
IS IT? how does it work? because smart contract wallets check against an ethereum node, not against the catalyst. You can read the code in `@dcl/crypto`, the client side code...