-
I tried the `starter-kit` [with Bun](https://github.com/teddyjfpender/protokit-starter-bun). There are some performance gains when using Bun instead of Node/npm:
- For a block with a single transacti…
-
I have a file like
```
edition = "2023";
...
```
When running protoc-gen-doc like so:
```shell
docker run --rm \
-v $(pwd)/:/out \
-v $(pwd)/proto:/protos \
pseudomuto/protoc-gen-doc -…
-
Goal of this website section is to keep track of ecosystem projects building with Protokit. Please use the following example template to add your project to the ecosystem directory by commenting under…
-
We discovered this issue during the ETHGlobal Singapore Hackathon.
Suppose we want to update a balance based on a certain amount, such that if amount > balance we top up the balance (balance += amo…
-
A vulnerability exists in the current implementation of the claim process where an attacker can generate fake proofs and successfully claim multiple times without a wallet in the MerkleMap.
The Air…
-
In our proto files we make extensive use of `option` parameters on messages, fields and services, for example for https://github.com/grpc-ecosystem/grpc-gateway or https://github.com/mwitkow/go-proto-…
-
I found out that only some options (MethodOptions, MessageFieldOptions, etc.) are being processed, I presume those defined in the _extensions_ module.
- I tried implementing my own simple transform…
nurbo updated
2 years ago
-
I am having problems whereas is if I have a submessage, so a protobuf message that contains field of another message, the html bookmark doesn't work correctly. For the attached example
```
syntax…
-
This spec outlines the interactions and protocol that we use for bridging custom tokens (tokens that are not $Mina) to and from protokit appchains.
This work is based on the Mina-settlement. The sp…
-
It would be cool if it will be possible to get swager/raml output based on google.api options.
https://github.com/googleapis/googleapis/blob/master/google/api/http.proto
E.g.:
https://github.com/geng…