Open Wiezzel opened 6 months ago
We need to hack protobuf to achieve deterministic serialization, e.g. here.
Rkyv is a zero-copy serialization library for Rust. It could be a viable alternative to protobuf.
prost
It's rust-only and is not fully specified. Therefore, rewards bot (written in JS) would have trouble validating query log signatures. Borsh seems to be a better candidate.
We need to hack protobuf to achieve deterministic serialization, e.g. here.
Rkyv is a zero-copy serialization library for Rust. It could be a viable alternative to protobuf.
prost
(benchmarks),