mirror of
https://github.com/nspcc-dev/tzhash.git
synced 2026-03-01 04:29:29 +00:00
Add BinaryMarshaler/BinaryUnmarshaler support #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smallhive on GitHub (Feb 28, 2024).
Originally assigned to: @smallhive on GitHub.
Is your feature request related to a problem? Please describe.
It is required to save
tz.Hashstate somehow to have the opportunity to grow the payload in time.Describe the solution you'd like
Add BinaryMarshaler/BinaryUnmarshaler interface support to save state in cache, DB, etc.