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
The ledger snapshot crate stores the key and value for each ledger entry, but that's unnecessary since the key data is store inside the entry, so more data is being stored than is necessary.
This would be a breaking change, but we could drop the key and rematerialize it, make the existing key field optional in the next major release.
The text was updated successfully, but these errors were encountered:
The ledger snapshot crate stores the key and value for each ledger entry, but that's unnecessary since the key data is store inside the entry, so more data is being stored than is necessary.
This would be a breaking change, but we could drop the key and rematerialize it, make the existing key field optional in the next major release.
The text was updated successfully, but these errors were encountered: