You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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),The text was updated successfully, but these errors were encountered: