fuel-core
fuel-core copied to clipboard
Investigate bincode alternative for database
Now that we're treating serde primarily as a way to prettily serialize our types in logs and in json based apis, we need a more efficient serializer for the database. This could be something like borsh or manual.