Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace 'restorable' -> 'persistent' for state expiration config to match new terminology #114

Merged
merged 2 commits into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Stellar-contract-config-setting.x
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ case CONFIG_SETTING_CONTRACT_EXECUTION_LANES:
case CONFIG_SETTING_BUCKETLIST_SIZE_WINDOW:
uint64 bucketListSizeWindow<>;
};
}
}
2 changes: 1 addition & 1 deletion Stellar-ledger.x
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ struct LedgerCloseMetaV2

// Expired restorable ledger entries that are being
// evicted at this ledger.
LedgerEntry evictedRestorableLedgerEntries<>;
LedgerEntry evictedPersistentLedgerEntries<>;
};

union LedgerCloseMeta switch (int v)
Expand Down