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
Currently, we use prost to do all the encoding in storage, like block header, block statistics, etc. But we can indeed make it simpler. Maybe we can simply use serde to do all the serialization work, instead of introducing a huge prost (or protobuf) framework?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, we use
prostto do all the encoding in storage, like block header, block statistics, etc. But we can indeed make it simpler. Maybe we can simply useserdeto do all the serialization work, instead of introducing a hugeprost(or protobuf) framework?Beta Was this translation helpful? Give feedback.
All reactions