-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport writing new fields to snapshot (#26394)
Backport writing serialized fields to snapshot Serializing and storing lamports_per_signature field is critical to avoid issues when a snapshot is taken at a slot with a non-default lamports_per_signature value. In order to keep compatibility between v1.10 and newer snapshots, we also need to serialize default values for several AccountsDB fields.
- Loading branch information
steviez
authored
Jul 7, 2022
1 parent
2955fc4
commit 2b1e4ff
Showing
2 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters