-
## Title:
ZkNoid: the next generation games ideas
## Bounty Description:
Mina can prove everything.. literally. You have been chosen to prove it.
ZkNoid is a home for games that use Zero-K…
-
```
pmancuso@pmancuso opentdf-v2-poc % make pre-build
Checking for required tools...
protoc-gen-doc not found, please 'go install' it https://github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc…
-
### 你的问题 | 使用场景
```
@ProtobufClass
public class Resp {
int code;
String msg;
Object data;
private Resp(int code, String msg, Object data) {
this.code = code;
this.msg = msg;…
-
## 🚀 Feature
From #65:
> When Multi-lang Wechaty is working with the GRPC Service, we should convert all values from the GRPC service to the local value, so that we can make sure everything is r…
-
在启动时,预先生成好 jprotobuf 协议类对应的代理类(用于 .proto 相关的 编码、解码),而不必等到用时在创建该代理类。从而达到整体优化提速的效果。
在此之前,在没做其他设置的情况下,首次访问 action 时,如果参数使用的 jprotobuf 协议类,那么在解码该参数时,会通过 `ProtobufProxy.create` 来创建对应的代理类(类似 .proto 相关的…
iohao updated
6 months ago
-
"Side-loaded" verification keys are used by Pickles to recursively verify proofs which aren't baked into the verifying circuit at compile time. This is for example necessary for zkApp proofs, which ar…
-
com.iohao.game.common.kit.ProtoKit的toBytes方法在序列化异常时,trycatch掉了,变成EmptyConst.emptyBytes给到前端,但是debugInout输出的响应却是原方法的出参,(方法响应没有异常,但是序列化会出错,比如List里添加了一个null对象导致序列化异常)
-
### What version of gazelle are you using?
0.35.0
### What version of rules_go are you using?
0.44.0
### What version of Bazel are you using?
7.0.0
### Does this issue reproduce …
-
我用的是unity3d客户端,现在碰到个问题就是如果一个协议对象里面的字段值都是初始值的话那么客户端发送到服务端入参的时候这个参数对象是 null 值
比如我有一个api
```java
public class Vector3{
int x;
int y;
int z;
}
```
如果这个协议对象的 x,y,z 的值都等于 0 的话发送请求到服务端 那…
-
### Describe the bug
flytectl unit tests are failing pretty consistently in CI.
Tests run locally and only fail occasionally.
Here's the full output:
```
2024-05-02T22:40:45.9508476Z Curre…